@charset "utf-8";



/* ----- COMMON ----- */
.aos-init {
    opacity: 0;
}
.f-orange {
	color:#f46e45;
	font-family:'Noto Sans KR',sans-serif;
	vertical-align:baseline;
}
.txt-underline {
	position:relative;
}
.txt-underline:after {
	content:"";
	position:absolute;
	right:0;
	bottom:0;
	width:100%;
	height:1px;
	background:#f46e45;
}
.li-gall-none {
	padding:6em 0;
	text-align:center;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	font-size:1.7rem;
}
.btn-view-more {
    padding:0 3.667em;
    border-radius:3.667em;
    background:#062760;
    font-size:1.5rem;
    color:#fff;
    font-weight:500;
    letter-spacing:0.033em;
    line-height:4em;
}





/* ----- CATEMENU ----- */
.catemenu {
    margin:0 auto;
    margin-top:3em;
    max-width:128em;
    width:90%;
    text-align:center;
}
.catemenu li {
	display:inline-block;
	margin-left:1.5em;
}
.catemenu li:first-child {
	margin-left:0;
}
.catemenu li a {
	display:inline-block;
	padding:0 2.778em;
	border-radius:2.778em;
	font-size:1.8rem;
	color:#0e2f69;
	line-height:2.5em;
}
.catemenu li.on a {
	background:#0e2f69;
	color:#fff;
}





/* ----- TOOLTIP ----- */
.btn-tooltip-open {
    cursor: pointer;
}
.tooltip-wrap {
	position:fixed;
	left:0;
	top:0;
	z-index:9999;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
}
.tooltip-wrap .box {
	position:absolute;
	left:50%;
	top:50%;
	padding:4em;
	max-width:64em;
	width:50%;
	background:#fff;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.tooltip-wrap .box .btn-tooltip-close {
	position:absolute;
	right:4em;
	top:4em;
	width:3em;
	height:3em;
	border-radius:50%;
	background:#0e2f69 url(/images/ico/ico-pop-close.png) no-repeat center;
}
.tooltip-wrap .box .img_box{text-align: center;}
.tooltip-wrap .box .img_box img{max-width:56%;}
.tooltip-wrap .word-desc dt {
	font-size:2.2rem;
	color:#1a1a1a;
	background:#fff;
	font-weight:500;
}
.tooltip-wrap .word-desc dd {
	margin-top:20px;
	font-size:1.6rem;
	color:#777777;
	line-height:25px;
}





/* ----- BREADCRUMB ----- */
.breadcrumb {
    margin:0 auto;
    max-width:128em;
    padding:13.9em 0 3em;
    width:90%;
}
.breadcrumb ul {
    display:flex;
    align-items:center;
}
.breadcrumb ul li {
    position:relative;
    margin-left:1.4em;
    padding-left:1.4em;
}
.breadcrumb ul li:after {
    content:"";
    position:absolute;
    left:0;
    top:50%;
    margin-top:-0.35rem;
    width:0.4rem;
    height:0.7rem;
    background:url(/images/bu/bu-breadcrumb.png) no-repeat center;
}
.breadcrumb ul li:first-child {
    margin-left:0;
    padding-left:0;
}
.breadcrumb ul li:first-child:after {
    display:none;
}
.breadcrumb ul li:first-child span,
.breadcrumb ul li:first-child a {
    display:block;
    width:14px;
    height:14px;
    background:url(/images/ico/ico-home.png) no-repeat center;
}
.breadcrumb ul li span,
.breadcrumb ul li a {
    display:block;
    font-size:1.4rem;
    color:#999999;
}
.breadcrumb ul li:last-child span,
.breadcrumb ul li:last-child a {
    color:#666666;
}





/* ----- SUB TIT ----- */
.sub-tit-wrap {
    margin:0 auto;
    max-width:128em;
    padding-top:3.5em;
    width:90%;
    text-align:center;
}
.sub-tit-wrap .tit {
    font-size:4.4rem;
    color:#000;
    font-weight:500;
}
.sub-tit-wrap .txt {
    margin-top:1em;
    font-size:1.8rem;
    color:#777777;
    line-height:1.667em;
    letter-spacing:-0.022em;
}





/* ----- FULLPAGE COMMON ----- */
.fullmotion .sub-top {
    padding-bottom: 12em;
}
.fullmotion .big-con {
    display:flex;
    flex-wrap:wrap;
    background:#fff;
    height:100%;
}
.fullmotion .big-con .img {
    overflow:hidden;
    position:relative;
    width:50%;
    height:100%;
}
.fullmotion .big-con .img > div {
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	width:100%;
	height:100%;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
}
.fullmotion .big-con .txt {
    display:flex;
    align-items:center;
    width:50%;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
}
.fullmotion .big-con .txt .txtbox {
    padding-left:8.5em;
    padding-top:10.9em;
    max-width:64em;
    width:100%;
}
.fullmotion .big-con .txt .txtbox p {
    font-size:1.6rem;
    color:#666;
    font-weight:400;
    line-height:1.8;
    letter-spacing:-0.063em;
}
.fullmotion .big-con .txt .txtbox strong {
	display:block;
	position:relative;
	padding-top:0.667em;
	margin-bottom:0.8em;
	font-size:3rem;
	color:#000;
	font-weight:600;
	line-height:1.265em;
	font-family:'Noto Sans KR',sans-serif;
}
.fullmotion .big-con .txt .txtbox strong:after {
    content:"";
	position:absolute;
	left:0;
	top:0;
	width:30px;
	height:4px;
	background:#175992;
}


@media all and (min-width: 1025px) {
	.fullmotion .big-con.reverse {
		flex-direction:row-reverse;
	}
	.fullmotion .big-con.reverse .txt {
		justify-content:flex-end;
	}
    .fullmotion.halo-salmon .big-con.reverse .txt {
        justify-content:inherit;
    }
	.fullmotion .big-con.reverse .txt .txtbox strong:after {
		left:auto;
		right:0;
	}
	.fullmotion .big-con.reverse .txt .txtbox {
		padding-left:0;
		padding-right:8.5em;
		text-align:right;
	}
	.fullmotion .big-con .img > div {
		-webkit-transition: all 0.8s;
		-moz-transition: all 0.8s;
		-ms-transition: all 0.8s;
		-o-transition: all 0.8s;
		transition: all 0.8s;
		-webkit-transform:scale(1.2);
		-moz-transform:scale(1.2);
		-ms-transform:scale(1.2);
		-o-transform:scale(1.2);
		transform:scale(1.2);
	}
	.fullmotion .active .big-con .img > div {
		-webkit-transition: all 3s;
		-moz-transition: all 3s;
		-ms-transition: all 3s;
		-o-transition: all 3s;
		transition: all 3s;
		-webkit-transform:scale(1);
		-moz-transform:scale(1);
		-ms-transform:scale(1);
		-o-transform:scale(1);
		transform:scale(1);
		-webkit-transition-delay:0.4s;
		-moz-transition-delay:0.4s;
		-ms-transition-delay:0.4s;
		-o-transition-delay:0.4s;
		transition-delay:0.4s;
	}
	.fullmotion .big-con .img:after {
		opacity:0;
		content:"";
		position:absolute;
		left:0;
		top:0;
		z-index:2;
		width:100%;
		height:100%;
		background:#fff;
	}
	.fullmotion .fp-completely .big-con .img:after {
		-webkit-animation:windowAni 2s forwards;
		-moz-animation:windowAni 2s forwards;
		-ms-animation:windowAni 2s forwards;
		-o-animation:windowAni 2s forwards;
		animation:windowAni 2s forwards;
	}
}
@-webkit-keyframes windowAni {
	0% {
		opacity:0.3;
		transform:translateX(-100%);
	}
	100% {
		opacity:0.3;
		transform:translateX(100%);
	}
}
@-moz-keyframes windowAni {
	0% {
		opacity:0.3;
		transform:translateX(-100%);
	}
	100% {
		opacity:0.3;
		transform:translateX(100%);
	}
}
@-ms-keyframes windowAni {
	0% {
		opacity:0.3;
		transform:translateX(-100%);
	}
	100% {
		opacity:0.3;
		transform:translateX(100%);
	}
}
@-o-keyframes windowAni {
	0% {
		opacity:0.3;
		transform:translateX(-100%);
	}
	100% {
		opacity:0.3;
		transform:translateX(100%);
	}
}
@keyframes windowAni {
	0% {
		opacity:0.3;
		transform:translateX(-100%);
	}
	100% {
		opacity:0.3;
		transform:translateX(100%);
	}
}





/* ----- SEAWELL ----- */
.seawell .sec01 .big-con .txt {
    background-image:url(/images/sub/seawell-img02.jpg);
}

.seawell .sec02 .big-con .txt {
	flex-direction:column;
	align-items:flex-end;
}
.seawell .sec02 .big-con .txt .imgbox {
    display:inline-block;
    position:relative;
    padding-right:3em;
    margin-top:20%;
    margin-bottom:5em;
    text-align:right;
}
.seawell .sec02 .big-con .txt .imgbox .round {
	opacity:0.8;
	position:absolute;
	right:-7em;
	top:-10.5em;
	-webkit-animation:roundImg 8s linear infinite;
	-moz-animation:roundImg 8s linear infinite;
	-ms-animation:roundImg 8s linear infinite;
	-o-animation:roundImg 8s linear infinite;
	animation:roundImg 8s linear infinite;
}
@-webkit-keyframes roundImg {
	0% {
		transform:rotate(0);
	}
	100% {
		transform:rotate(360deg);
	}
}
@-moz-keyframes roundImg {
	0% {
		transform:rotate(0);
	}
	100% {
		transform:rotate(360deg);
	}
}
@-ms-keyframes roundImg {
	0% {
		transform:rotate(0);
	}
	100% {
		transform:rotate(360deg);
	}
}
@-o-keyframes roundImg {
	0% {
		transform:rotate(0);
	}
	100% {
		transform:rotate(360deg);
	}
}
@keyframes roundImg {
	0% {
		transform:rotate(0);
	}
	100% {
		transform:rotate(360deg);
	}
}
.seawell .sec02 .big-con .txt .imgbox .normal {
	position:relative;
	z-index:1;
}
.seawell .sec02 .big-con .img {
	height:75%;
}

.seawell .sec04 {
	position:relative;
}
.seawell .sec04:after {
	content:"";
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	width:100%;
	height:100%;
	background-image:url(/images/sub/seawell-img06.jpg);
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
}
.seawell .sec04:before {
	opacity:0;
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#fff;
}
.seawell .sec04 .txtbox {
    opacity:0;
    display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	padding-top:14em;
	margin-top:-12%;
	background:url(/images/bu/bu-tit.png) no-repeat center top;
	text-align:center;

}
.seawell .sec04 .txtbox span {
	font-size:5rem;
	color:#fff;
	font-weight:300;
}
.seawell .sec04 .txtbox strong {
    text-transform:uppercase;
    font-weight:600;
}
.seawell .sec04.anifix .txtbox {
    -webkit-animation: blurAni 1.5s cubic-bezier(0.65, 0, 0.35, 1) forwards;
    -moz-animation: blurAni 1.5s cubic-bezier(0.65, 0, 0.35, 1) forwards;
    -ms-animation: blurAni 1.5s cubic-bezier(0.65, 0, 0.35, 1) forwards;
    -o-animation: blurAni 1.5s cubic-bezier(0.65, 0, 0.35, 1) forwards;
    animation: blurAni 1.5s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
@-webkit-keyframes blurAni {
	0% {
		opacity:0;
		filter: blur(4px);
		transform:scale(1.1);
	}
	100% {
		opacity:1;
		filter: blur(0px);
		transform:scale(1);
	}
}
@-moz-keyframes blurAni {
	0% {
		opacity:0;
		filter: blur(4px);
		transform:scale(1.1);
	}
	100% {
		opacity:1;
		filter: blur(0px);
		transform:scale(1);
	}
}
@-ms-keyframes blurAni {
	0% {
		opacity:0;
		filter: blur(4px);
		transform:scale(1.1);
	}
	100% {
		opacity:1;
		filter: blur(0px);
		transform:scale(1);
	}
}
@-o-keyframes blurAni {
	0% {
		opacity:0;
		filter: blur(4px);
		transform:scale(1.1);
	}
	100% {
		opacity:1;
		filter: blur(0px);
		transform:scale(1);
	}
}
@keyframes blurAni {
	0% {
		opacity:0;
		filter: blur(4px);
		transform:scale(1.1);
	}
	100% {
		opacity:1;
		filter: blur(0px);
		transform:scale(1);
	}
}





/* ----- FREEDOM ----- */
.grid-list-wrap {
    margin-top:12em;
}
.grid-list-wrap .bottomBtn {
	margin-bottom:2em;
}
.grid-list-wrap .grid {
	margin-left:-8%;
}
.grid-list-wrap .grid .grid-item {
    float: left;
    position:relative;
    margin-top:11em;
    margin-left:8%;
    width:42%;
}
.grid-list-wrap .grid .grid-item.active {
    -webkit-animation: itemMove 0.7s ease-in-out;
    -moz-animation: itemMove 0.7s ease-in-out;
    -ms-animation: itemMove 0.7s ease-in-out;
    -o-animation: itemMove 0.7s ease-in-out;
    animation: itemMove 0.7s ease-in-out;
}
.grid-list-wrap .grid .grid-item.li-gall-none {
	padding:6em 0 !important;
	width:92%;
	height:auto !important;
	background:none !important;
}
@-webkit-keyframes itemMove {
	0% {
		opacity: 0;
		transform:translateY(100px);
	}
	100% {
		opacity: 1;
		transform:translateY(0);
	}
}
@-moz-keyframes itemMove {
	0% {
		opacity: 0;
		transform:translateY(100px);
	}
	100% {
		opacity: 1;
		transform:translateY(0);
	}
}
@-ms-keyframes itemMove {
	0% {
		opacity: 0;
		transform:translateY(100px);
	}
	100% {
		opacity: 1;
		transform:translateY(0);
	}
}
@-o-keyframes itemMove {
	0% {
		opacity: 0;
		transform:translateY(100px);
	}
	100% {
		opacity: 1;
		transform:translateY(0);
	}
}
@keyframes itemMove {
	0% {
		opacity: 0;
		transform:translateY(100px);
	}
	100% {
		opacity: 1;
		transform:translateY(0);
	}
}
.grid-list-wrap .grid .grid-item a {
    overflow:hidden;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
}
.grid-list-wrap .grid .grid-item a:after {
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:100%;
    background:url(/images/common/dimmed.png) no-repeat left bottom;
    background-size:100%;
    -webkit-transition:top 0.15s, opacity 0.3s;
    -moz-transition:top 0.15s, opacity 0.3s;
    -ms-transition:top 0.15s, opacity 0.3s;
    -o-transition:top 0.15s, opacity 0.3s;
    transition:top 0.15s, opacity 0.3s;
}
.grid-list-wrap .grid .grid-item .bg {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
    -webkit-transition:transform 0.6s;
    -moz-transition:transform 0.6s;
    -ms-transition:transform 0.6s;
    -o-transition:transform 0.6s;
    transition:transform 0.6s;
}
.grid-list-wrap .grid .grid-item p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display:block;
    position:absolute;
    left:5%;
    bottom:5%;
    z-index:1;
    width:90%;
    height:3.2em;
    font-size:2rem;
    color:#fff;
    line-height:1.6em;
    -webkit-transition:bottom 0.3s;
    -moz-transition:bottom 0.3s;
    -ms-transition:bottom 0.3s;
    -o-transition:bottom 0.3s;
    transition:bottom 0.3s;
}
.grid-list-wrap .grid .grid-item:first-child {
    margin-top:0;
}
.grid-list-wrap .grid .grid-item:nth-child(4n),
.grid-list-wrap .grid .grid-item:nth-child(4n+1) {
    padding-bottom:52.084%;
    height:0;
    background:#000;
}
.grid-list-wrap .grid .grid-item:nth-child(4n+2),
.grid-list-wrap .grid .grid-item:nth-child(4n+3) {
    padding-bottom:27.489%;
    height:0;
    background:#000;
}
.grid-list-wrap .btnwrap {
    margin-top:8em;
    text-align:center;
}


@media all and (min-width:1025px){
    .grid-list-wrap .grid .grid-item a:hover .bg {
        -webkit-transform:scale(1.1);
        -moz-transform:scale(1.1);
        -ms-transform:scale(1.1);
        -o-transform:scale(1.1);
        transform:scale(1.1);
    }
}





/* ----- EFFORT ----- */
.gallery-list-wrap {
    margin-top:12em;
}
.gallery-list-wrap .bottomBtn {
	margin-bottom:2em;
}
.gallery-list-wrap .gallery-intro{
	display:flex;
}
.gallery-list-wrap .gallery-intro a {
	display:flex;
	width:100%;
	border:1px solid #e2e2e2;
}
.gallery-list-wrap .gallery-intro .img {
	overflow:hidden;
	position:relative;
	width:40%;
    height:100%;
}
.gallery-list-wrap .gallery-intro .img > div {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
.gallery-list-wrap .gallery-intro .txt {
	width:60%;
	padding:6.8em 5.5em;
}
.gallery-list-wrap .gallery-intro .txt .tit {
	display:block;
	overflow:hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
	font-size:2.4rem;
	color:#1a1a1a;
	font-weight:400;
}
.gallery-list-wrap .gallery-intro .txt .desc {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin:1em 0 3.438em;
	height:3.375em;
	font-size:1.6rem;
	color:#777777;
	line-height:1.688em;
}
.gallery-list-wrap .gallery-intro .txt .date {
	font-size:1.4rem;
	color:#999999;
	font-family:'Noto Sans KR',sans-serif;
}
.gallery-list-wrap .gallery {
	margin-top:2%;
	margin-left:-3%;
	font-size:0;
}
.gallery-list-wrap .gallery .gall-item {
	display:inline-block;
	margin-left:3%;
	margin-top:3%;
	width:30.3333%;
	vertical-align:top;
}
.gallery-list-wrap .gallery .gall-item.li-gall-none {
	width:97%;
}
.gallery-list-wrap .gallery .gall-item a {
	display:block;
	border:1px solid #e2e2e2;
}
.gallery-list-wrap .gallery .gall-item .img {
	overflow:hidden;
	position:relative;
	padding-bottom:65.016%;
	height:0;
}
.gallery-list-wrap .gallery .gall-item .img > div {
	overflow:hidden;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
.gallery-list-wrap .gallery .gall-item .txt {
	padding:3rem 3rem 4rem;
}
.gallery-list-wrap .gallery .gall-item .tit {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display:block;
	width:100%;
	height:3.2em;
    font-size:2rem;
    color:#1a1a1a;
    font-weight:400;
    line-height:1.6em;
}
.gallery-list-wrap .gallery .gall-item .date {
	display:block;
	margin-top:1.429em;
	font-size:1.4rem;
    color:#999999;
}
@media all and (min-width:1025px){
	.gallery-list-wrap .gallery .gall-item a .img > div {
		-webkit-transition:all 0.6s;
		-moz-transition:all 0.6s;
		-ms-transition:all 0.6s;
		-o-transition:all 0.6s;
		transition:all 0.6s;
	}
	.gallery-list-wrap .gallery .gall-item a:hover .img > div {
		-webkit-transform:scale(1.12);
		-moz-transform:scale(1.12);
		-ms-transform:scale(1.12);
		-o-transform:scale(1.12);
		transform:scale(1.12);
	}
	.gallery-list-wrap .gallery-intro a .img > div {
		-webkit-transition:all 0.6s;
		-moz-transition:all 0.6s;
		-ms-transition:all 0.6s;
		-o-transition:all 0.6s;
		transition:all 0.6s;
	}
	.gallery-list-wrap .gallery-intro a:hover .img > div {
		-webkit-transform:scale(1.12);
		-moz-transform:scale(1.12);
		-ms-transform:scale(1.12);
		-o-transform:scale(1.12);
		transform:scale(1.12);
	}
}





/* ----- CULTURE ----- */
.culture {
	margin-top:12em;
}
.culture .conwrap {
	position:relative;
}
.culture .conwrap:after {
	content:"";
	display:block;
	clear:both;
}
.culture .conwrap .fixwrap {
	float:left;
	position:relative;
	width:35%;
    -webkit-animation: itemMove 1.2s ease-in-out;
    -moz-animation: itemMove 1.2s ease-in-out;
    -ms-animation: itemMove 1.2s ease-in-out;
    -o-animation: itemMove 1.2s ease-in-out;
    animation: itemMove 1.2s ease-in-out;
}
.culture .conwrap .fixwrap .fixcon {
	position:absolute;
	left:50%;
	top:0;
	max-width:128em;
	width:100%;
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-o-transform:translateX(-50%);
	transform:translateX(-50%);
}
.culture .conwrap .fixcon .tit {
	font-size:3.2rem;
	color:#000;
	line-height:1.438em;
	font-weight:400;
}
.culture .conwrap .fixcon .txt {
	margin-top:1.667em;
	font-size:1.8rem;
	color:#777777;
	line-height:1.667em;
}
.culture .culture-list {
	float:right;
	margin-left:-4%;
	width:60%;
}
.culture .culture-list .cul-item {
	float:left;
	margin-top:7em;
	margin-left:4%;
	width:46%;
}
.culture .culture-list .cul-item.li-gall-none {
	padding:15em 0 !important;
	width:96%;
}
.culture .culture-list .cul-item a {
	display:block;
}
.culture .culture-list .cul-item.active {
    -webkit-animation: itemMove 1.2s ease-in-out;
    -moz-animation: itemMove 1.2s ease-in-out;
    -ms-animation: itemMove 1.2s ease-in-out;
    -o-animation: itemMove 1.2s ease-in-out;
    animation: itemMove 1.2s ease-in-out;
}
.culture .culture-list .cul-item:nth-child(1) {
	margin-top:0;
}
.culture .culture-list .cul-item:nth-child(2) {
	margin-top:14em;
}
.culture .culture-list .cul-item .img {
	position:relative;
	padding-bottom:116.06%;
	height:0;
}
.culture .culture-list .cul-item .img > div {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
.culture .culture-list .cul-item .tit {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display:block;
	margin-top:1.1em;
	width:100%;
	height:3.2em;
	font-size:2rem;
	color:#1a1a1a;
	font-weight:400;
	line-height:1.6em;
}
.culture .culture-list .cul-item .date {
	display:block;
	margin-top:1.071em;
	font-size:1.4rem;
	color:#999999;
}

@media all and (min-width:1025px) {
	.culture .conwrap .fixwrap.fixed .fixcon {
		position:fixed;
		top:15em;
		-webkit-transition: top 0.6s;
		-moz-transition: top 0.6s;
		-ms-transition: top 0.6s;
		-o-transition: top 0.6s;
		transition: top 0.6s;
	}
	.culture .culture-list .cul-item a .img {
		overflow:hidden;
	}
	.culture .culture-list .cul-item a .img > div {
		-webkit-transition: transform 0.6s;
		-moz-transition: transform 0.6s;
		-ms-transition: transform 0.6s;
		-o-transition: transform 0.6s;
		transition: transform 0.6s;
	}
	.culture .culture-list .cul-item a:hover .img > div {
		-webkit-transform:scale(1.12);
		-moz-transform:scale(1.12);
		-ms-transform:scale(1.12);
		-o-transform:scale(1.12);
		transform:scale(1.12);
	}
}





/* ----- BUCKET LIST ----- */
.bucket-list {
    display:flex;
    padding:9em 0 0;
    text-align: center;
}
.bucket-list .left {
    width:50%;
}
.bucket-list .left .imgwrap {
	overflow:hidden;
	position:relative;
	width:100%;
	height:100%;
}
.bucket-list .left .imgwrap > div {
    opacity:0;
    visibility:hidden;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}
.bucket-list .left .imgwrap > div:after {
	content:"";
	opacity:1;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#fff;
}
.bucket-list .right {
	width:50%;
	background:#f8f8f8;
}
.bucket-list .right .txtwrap {
    padding-top:12em;
    padding-left:9em;
	max-width:64em;
	width:95%;
}
.bucket-list .right h3 {
    position:relative;
    padding-top:1.25em;
    margin-left:1.85em;
    margin-bottom:2em;
    font-size:2rem;
    color:#1a1a1a;
    font-weight:400;
    text-align:left;
}
.bucket-list .right h3 strong {
	display:block;
	font-size:3rem;
	font-weight:700;
}
.bucket-list .right h3:after {
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:30px;
	height:5px;
	background:#175992;
}
.bucket-list .right .bucket-item {
	overflow-y:scroll;
	padding-left:2.6em;
	max-height:52.5em;
    min-height:52.5em;
    -ms-overflow-style: none;
    scrollbar-width: none;
    scroll-behavior: smooth;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.bucket-list .right .bucket-item::-webkit-scrollbar { display: none;}
.bucket-list .right .bucket-item li {
	position:relative;
	height:7.5em;
}
.bucket-list .right .bucket-item li i {
	display:none;
	position:absolute;
	left:1.4em;
	top:50%;
	z-index:10;
	margin-top:-0.55em;
	width:1.4em;
	height:1.1em;
	background:url(/images/bu/bu-bucket-chk.png) no-repeat center;
}
.bucket-list .right .bucket-item li p {
	display:flex;
	align-items:center;
	position:relative;
	padding-left:2.222em;
	width:100%;
	height:100%;
	border-bottom:1px solid #dedede;
	font-size:1.8rem;
	color:#a6a6a6;
	text-align:left;
}
.bucket-list .right .bucket-item li:first-child p {
	border-top:1px solid #dedede;
}
.bucket-list .right .bucket-item li p:after {
	display:none;
	content:"";
	position:absolute;
	left:-1.444em;
	top:50%;
	margin-top:-2.083em;
	width:1.444em;
	height:4.167em;
	background:url(/images/bu/bu-bucket.png) no-repeat left center;
	background-size:100%;
}
.bucket-list .scrolldown {
	padding:4.5em 0 7em;
}
.bucket-list .scrolldown > div {
	display:inline-block;
	position:relative;
	width:1.5em;
	height:2.6em;
	background:#bfbfbf;
	border-radius:1.5em;
}
.bucket-list .scrolldown > div:after {
	content:"";
	position:absolute;
	left:50%;
	top:0.25em;
	margin-left:-0.25em;
	width:0.5em;
	height:0.5em;
	border-radius:50%;
	background:#fff;
	-webkit-animation:bucketScroll ease-in-out 1.12s infinite;
	-moz-animation:bucketScroll ease-in-out 1.12s infinite;
	-ms-animation:bucketScroll ease-in-out 1.12s infinite;
	-o-animation:bucketScroll ease-in-out 1.12s infinite;
	animation:bucketScroll ease-in-out 1.12s infinite;
}
@-webkit-keyframes bucketScroll {
	0% {
	    top:0.25em;
	}
	100% {
	    top:1.65em;
	}
}
@-moz-keyframes bucketScroll {
	0% {
	    top:0.25em;
	}
	100% {
	    top:1.65em;
	}
}
@-ms-keyframes bucketScroll {
	0% {
	    top:0.25em;
	}
	100% {
	    top:1.65em;
	}
}
@-o-keyframes bucketScroll {
	0% {
	    top:0.25em;
	}
	100% {
	    top:1.65em;
	}
}
@keyframes bucketScroll {
	0% {
	    top:0.25em;
	}
	100% {
	    top:1.65em;
	}
}
.bucket-list .left .imgwrap > div.active {
	opacity:1;
	visibility:visible;
	-webkit-animation:zoomOutBg ease-in-out 1.2s;
	-moz-animation:zoomOutBg ease-in-out 1.2s;
	-ms-animation:zoomOutBg ease-in-out 1.2s;
	-o-animation:zoomOutBg ease-in-out 1.2s;
	animation:zoomOutBg ease-in-out 1.2s;
}
.bucket-list .left .imgwrap > div.active:after {
	opacity:0;
	width:0;
	-webkit-transition:opacity 1.2s, width 1.2s;
	-moz-transition:opacity 1.2s, width 1.2s;
	-ms-transition:opacity 1.2s, width 1.2s;
	-o-transition:opacity 1.2s, width 1.2s;
	transition:opacity 1.2s, width 1.2s;
}
.bucket-list .right .bucket-item li.on {
	cursor:pointer;
}
.bucket-list .right .bucket-item li.on i {
	display:block;
}
.bucket-list .right .bucket-item li.on p {
	color:#333333;
}
.bucket-list .right .bucket-item li.active {
	cursor:pointer;
}
.bucket-list .right .bucket-item li.active p {
	background:#0e2f69;
	color:#fff !important;
}
.bucket-list .right .bucket-item li.active p:after {
	display:block;
}
.bucket-list .right .bucket-item li.active i {
	background:url(/images/bu/bu-bucket-chk-active.png) no-repeat center;
}



@-webkit-keyframes zoomOutBg {
	0% {
    -webkit-transform: scale(1.12, 1.12);
    transform: scale(1.12, 1.12) translateZ(1px);
  }
	100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1) translateZ(1px);
  }
}
@-moz-keyframes zoomOutBg {
	0% {
    -webkit-transform: scale(1.12, 1.12);
    transform: scale(1.12, 1.12) translateZ(1px);
  }
	100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1) translateZ(1px);
  }
}
@-ms-keyframes zoomOutBg {
	0% {
    -webkit-transform: scale(1.12, 1.12);
    transform: scale(1.12, 1.12) translateZ(1px);
  }
	100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1) translateZ(1px);
  }
}
@-o-keyframes zoomOutBg {
	0% {
    -webkit-transform: scale(1.12, 1.12);
    transform: scale(1.12, 1.12) translateZ(1px);
  }
	100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1) translateZ(1px);
  }
}
@keyframes zoomOutBg {
	0% {
    -webkit-transform: scale(1.12, 1.12);
    transform: scale(1.12, 1.12) translateZ(1px);
  }
	100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1) translateZ(1px);
  }
}





/* ----- ECO PACKAGE ----- */
.eco-package {
	position:relative;
	margin-top:9em;
	padding-bottom:12em;
}
.eco-package:after {
    content:"";
    position:absolute;
    right:3.5%;
    bottom:12em;
    z-index:-1;
    max-width:19.1em;
    width:10.037%;
    height:87.529%;
    background:url(/images/sub/eco-package-bg02.png) no-repeat left bottom;
    background-size:100%;
}
.eco-package .maxinner {
	max-width:116em;
}
.eco-package .tabmenu {
	display:flex;
}
.eco-package .tabmenu li {
	flex:1;
	margin-left:4em;
	text-align:center;
}
.eco-package .tabmenu li i {
	display:inline-block;
    width:6.5em;
    height:5em;
    background-repeat:no-repeat;
    background-position:center center;
}
.eco-package .tabmenu li:nth-child(1) i {
	background-image:url(/images/ico/ico-eco-package01.png);
}
.eco-package .tabmenu li:nth-child(2) i {
	background-image:url(/images/ico/ico-eco-package02.png);
}
.eco-package .tabmenu li:nth-child(3) i {
	background-image:url(/images/ico/ico-eco-package03.png);
}
.eco-package .tabmenu li:nth-child(4) i {
	background-image:url(/images/ico/ico-eco-package04.png);
}
.eco-package .tabmenu li:nth-child(5) i {
	background-image:url(/images/ico/ico-eco-package05.png);
}
.eco-package .tabmenu li:nth-child(6) i {
	background-image:url(/images/ico/ico-eco-package06.png);
}
.eco-package .tabmenu li:nth-child(1) {
	margin-left:0;
}
.eco-package .tabmenu li a {
	display:block;
	width:100%;
	height:100%;
	padding:3.4em 0;
	background:#fff;
	border:1px solid #e6e6e6;
}
.eco-package .tabmenu li a p {
	margin-top:1em;
	font-size:1.6rem;
	color:#777777;
}

.eco-package .tabmenu li.on a {
	background:#0e2f69;
	border-color:#0e2f69;
	-webkit-box-shadow:1px 8px 10px rgba(0,0,0,0.3);
	box-shadow:1px 8px 10px rgba(0,0,0,0.3);
}
.eco-package .tabmenu li.on p {
	color:#fff;
}
.eco-package .tabmenu li:nth-child(1).on i {
	background-image:url(/images/ico/ico-eco-package01-on.png);
}
.eco-package .tabmenu li:nth-child(2).on i {
	background-image:url(/images/ico/ico-eco-package02-on.png);
}
.eco-package .tabmenu li:nth-child(3).on i {
	background-image:url(/images/ico/ico-eco-package03-on.png);
}
.eco-package .tabmenu li:nth-child(4).on i {
	background-image:url(/images/ico/ico-eco-package04-on.png);
}
.eco-package .tabmenu li:nth-child(5).on i {
	background-image:url(/images/ico/ico-eco-package05-on.png);
}
.eco-package .tabmenu li:nth-child(6).on i {
	background-image:url(/images/ico/ico-eco-package06-on.png);
}

.eco-package .tabarea {
	display:none;
}
.eco-package .ecobox {
	display:flex;
	justify-content:space-between;
	margin-top:6em;
}
.eco-package .ecobox .left {
	position:relative;
	max-width:75em;
	width:65%;
	min-height:55em;
}
.eco-package .ecobox .left:after {
	content:"";
	position:absolute;
	right:85%;
	top:65%;
	z-index:-1;
	width:26.4em;
	height:26.4em;
	border-radius:50%;
	background:url(/images/sub/eco-package-bg01.png) no-repeat center;
}
.eco-package .ecobox .left > div {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
.eco-package .ecobox .right {
	width:30%;
}
.eco-package .ecobox .right dl {
	margin-top:7em;
}
.eco-package .ecobox .right dt {
	font-size:3.2rem;
	color:#000000;
	font-weight:500;
}
.eco-package .ecobox .right dd {
	position:relative;
	padding-left:0.556em;
	margin-top:1.278em;
	font-size:1.8rem;
	color:#666666;
	line-height:2em;
}
.eco-package .ecobox .right dd:after {
	content:"";
	position:absolute;
	left:0;
	top:0.833em;
	width:0.4rem;
	height:0.4rem;
	border-radius:50%;
	background:#666;
}





/* ----- EARTH ----- */
.earth .big-con .txt .txtbox .earth-list {
	display:flex;
	justify-content:flex-start;
	margin-top:15%;
	max-width:48.5em;
}
.earth .big-con .txt .txtbox .earth-list li {
	position:relative;
	margin-left:6%;
	padding:2em 1em;
	width:33.3333%;
	background:#fafafb;
	text-align:center;
}
.earth .big-con .txt .txtbox .earth-list li:first-child {
	margin-left:0;
}
.earth .big-con .txt .txtbox .earth-list li .ico {
	display:flex;
	justify-content:center;
	align-items:center;
	height:70px;
}
.earth .big-con .txt .txtbox .earth-list li p {
	font-size:1.4rem;
	line-height:1.571em;
}
.earth .big-con .txt .txtbox .earth-list li .spc-txt {
	position:absolute;
	left:0;
	top:110%;
	width:100%;
	font-size:1.4rem;
	color:#b2b2b2;
	font-weight:300;
}
.earth .big-con.reverse .txt .txtbox .earth-list {
	margin-left:7em;
	max-width:none;
	justify-content:flex-end;
}

.earth .sec01 .big-con .txt .txtbox .earth-list li {
	padding:3em 1em;
}
.earth .sec03 .big-con .txt {
	align-items:flex-end;
}
.earth .sec03 .big-con .img > div {
	height:80%;
}
.earth .sec03 .big-con .img > strong {
	display:block;
	position:absolute;
	left:5%;
	bottom:5%;
	width:65.834%;
	height:9.5%;
	/*632 89*/
	background-size:100%;
	background-position:center center;
	background-repeat:no-repeat;
}
.earth .sec03 .big-con .txt .txtbox .imgbox {
	margin-top:8.5em;
	margin-bottom:5em;
}
.earth .sec04 .big-con .txt .txtbox .imgbox {
	margin-top:4.375em;
}
.earth .sec04 .big-con .img {
	height:calc(100% - 5em);
}





/* ----- IMPLEMENT ----- */
.implement .big-con .txt .txtbox {
	z-index:1;
}
.implement .big-con .txt .big-vert-txt {
	position:absolute;
	right:5%;
	bottom:0;
	width:8vw;
}
.implement .big-con .txt .big-vert-txt img {
	width:100%;
}
.implement .big-con .txt .txtbox strong .sm-txt {
	display:block;
	font-size:2rem;
	color:#1a1a1a;
	font-weight:400;
}
.implement .big-con .txt .txtbox strong .f-orange {
	vertical-align:text-top;
	font-family:'Noto Sans KR',sans-serif;
}
.implement .big-con .txt .explanation {
	padding:2em 3em;
	margin-top:3.750em;
	background:#f5f5f5;
	text-align:left;
}
.implement .big-con .txt .explanation dt {
	margin-bottom:5px;
    font-size:1.6rem;
    color:#1a1a1a;
    font-weight:500;
}
.implement .big-con .txt .explanation dt .f-orange {
	position:relative;
	top:-2px;
	vertical-align:text-top;
}
.implement .big-con .txt .explanation dd {
	font-size:1.4rem;
	color:#777777;
	line-height:26px;
}
.implement .txt-underline:after {
	width:90%;
}
.implement .sec02 .big-con .txt {
	background:url(/images/sub/implement-bg02.png) no-repeat left 5% bottom 10%;
}




/* ----- RECRUIT ----- */
.recruit .listTable tr{
    cursor: pointer;
}
.recruit .listTable p.total {
	margin:4.375em auto 0.938em;
	max-width:none;
	width:100%;
	font-size:1.6rem;
	color:#666666;
	text-align:left;
}
.recruit .state {
	display:inline-block;
	padding:0 0.667em;
	margin-right:0.417em;
	background:#0e2f69;
	font-size:1.2rem;
	color:#fff;
	line-height:2em;
	vertical-align:text-bottom;
	letter-spacing:0;
}
.recruit .state.success {
	background:#bbb;
}
.recruit .bottomBtn {
	margin-top:2em;
}
.recruit .listTable .colTbl th {
	font-size:1.8rem;
	color:#000;
	font-weight:500;
}
.recruit .listTable .colTbl td {
	font-size:1.7rem;
	color:#696969;
}
.recruit .listTable .colTbl td .btnGray {
	font-size:1.6rem;
	font-weight:500;
}
.recruit .listTable .colTbl td.title {
	font-size:1.7rem;
	color:#1a1a1a;
}






/* ----- FITNESS ----- */
.fitness {
	margin-top:10.8em;
}
.fitness .sec01 {
	display:flex;
	justify-content:space-between;
	align-items:center;
	position:relative;
	min-height:calc(93.7em - 10.8em);
	height:calc(100vh - 10.8em);
	background:#f4f8fd;
}
.fitness .sec01 .sub-top {
	position:absolute;
	left:0;
	top:0;
	width:100%;
}
.fitness .sec01 .sub-top .breadcrumb {
	padding:3em 0 0;
}
.fitness .sec01 .txtbox {
	padding-right:100px;
	max-width:640px;
    width:50%;
}
.fitness .sec01 h2 {
	padding-bottom:0.5em;
	border-bottom:1px solid #333;
	font-size:6rem;
	color:#010b1d;
	line-height:1;
}
.fitness .sec01 h2 span {
	display:block;
	margin-bottom:0.833em;
	font-size:1.8rem;
	color:#333333;
	letter-spacing:-0.028em;
	font-weight:400;
}
.fitness .sec01 p {
	margin:1.111em 0 3.889em;
	font-size:1.8rem;
	color:#333333;
	line-height:1.667em;
}
.fitness .sec01 .snslist li {
	display:inline-block;
	margin-left:1.3rem;
	vertical:middle;
}
.fitness .sec01 .snslist li:first-child {
	margin-left:0;
}
.fitness .sec01 .img {
	position:absolute;
	right:0;
	top:10em;
	padding-bottom:46.3%;
	width:48%;
	height:0;
}
.fitness .sec01 .img > div {
	position:absolute;
	left:0;
	top:0;
	max-width:91em;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}


.fitness .sec02 {
	padding:14% 0 19em;
}
.fitness .sec02 h3 {
	font-size:4.4rem;
	color:#000000;
	font-weight:500;
	text-align:center;
}
.fitness .sec02 .maxinner {
	max-width:150em;
}
.fitness .sec02 .conbox {
	display:flex;
	align-items:flex-end;
	margin-top:12em;
}
.fitness .sec02 .conbox .left {
	position:relative;
	width:50%;
}
.fitness .sec02 .conbox .left .img {
	position:relative;
	padding-bottom:88%;
}
.fitness .sec02 .conbox .left .img:after {
	content:"";
	position:absolute;
	left:-10%;
	top:-10%;
	z-index:-1;
	width:100%;
	height:90%;
	background:#f7f9fc;
}
.fitness .sec02 .conbox .left .big-txt {
	position:absolute;
	left:87%;
	top:8%;
	z-index:10;
	max-width:568px;
	max-height:88px;
	width:75.735%;
	height:13.335%;
}
.fitness .sec02 .conbox .left .img > div {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
.fitness .sec02 .conbox .right {
	width:50%;
	text-align:center;
}
.fitness .sec02 .conbox .right .txtbox {
	position:relative;
	z-index:10;
	padding:20% 0 8.5em;
	margin-left:-15%;
	background:#fff;
}
.fitness .sec02 .conbox .right .txtbox h4 {
    font-size:3.2rem;
    color:#000000;
    font-weight:400;
}
.fitness .sec02 .conbox .right .txtbox h4 span {
	display:block;
	font-size:4rem;
	color:#e1e1e1;
	font-family:'Poppins',sans-serif;
	font-weight:600;

}
.fitness .sec02 .conbox .right .txtbox p {
	margin-top:0.556em;
	font-size:1.8rem;
	color:#666666;
	line-height:1.944em;
	letter-spacing:-0.022em;
}


.fitness .sec03 .maxinner {
	max-width:150em;
}
.fitness .sec03 .conbox {
	display:flex;
	align-items:flex-end;
	flex-direction:row-reverse;
}
.fitness .sec03 .conbox .left {
	position:relative;
	width:50%;
}
.fitness .sec03 .conbox .left .img {
	position:relative;
	padding-bottom:88%;
}
.fitness .sec03 .conbox .left .big-txt {
	position:absolute;
	right:115%;
	top:-15%;
	z-index:10;
	max-width:735px;
	max-height:202px;
	width:98%;
	height:30.607%;
}
.fitness .sec03 .conbox .left .img > div {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
.fitness .sec03 .conbox .right {
	width:50%;
	text-align:center;
}
.fitness .sec03 .conbox .right .txtbox {
	position:relative;
	z-index:5;
	padding:20% 0 20%;
	margin-left:-15%;
	background:#fff;
}
.fitness .sec03 .conbox .right .txtbox h4 {
    font-size:3.2rem;
    color:#000000;
    font-weight:400;
}
.fitness .sec03 .conbox .right .txtbox h4 span {
	display:block;
	font-size:4rem;
	color:#e1e1e1;
	font-family:'Poppins',sans-serif;
	font-weight:600;

}
.fitness .sec03 .conbox .right .txtbox p {
	margin-top:0.556em;
	font-size:1.8rem;
	color:#666666;
	line-height:1.944em;
	letter-spacing:-0.022em;
}


.fitness .sec04 {
	position:relative;
	margin-top:20em;
}
.fitness .sec04:after {
	content:"";
	position:absolute;
	left:0;
	bottom:-15%;
	z-index:-1;
	width:37%;
	height:22em;
	background:url(/images/sub/fitness-sec04-bg.png) no-repeat center;;
	background-size:cover;
}
.fitness .sec04 .maxinner {
	max-width:150em;
}
.fitness .sec04 .conbox {
	display:flex;
	align-items:flex-start;
}
.fitness .sec04 .conbox .left {
	position:relative;
	width:50%;
}
.fitness .sec04 .conbox .left .img {
	position:relative;
	padding-bottom:88%;
}
.fitness .sec04 .conbox .left .big-txt {
	position:absolute;
	left:-15%;
	top:-15%;
	z-index:10;
	width:24%;
}
.fitness .sec04 .conbox .left .img > div {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
.fitness .sec04 .conbox .right {
	width:50%;
	text-align:center;
}
.fitness .sec04 .conbox .right .txtbox {
	position:relative;
	z-index:5;
	padding:20% 0 18%;
	margin-top:5%;
	margin-left:-10%;
	background:#fff;
}
.fitness .sec04 .conbox .right .txtbox h4 {
    font-size:3.2rem;
    color:#000000;
    font-weight:400;
}
.fitness .sec04 .conbox .right .txtbox h4 span {
	display:block;
	font-size:4rem;
	color:#e1e1e1;
	font-family:'Poppins',sans-serif;
	font-weight:600;

}
.fitness .sec04 .conbox .right .txtbox p {
	margin-top:0.556em;
	font-size:1.8rem;
	color:#666666;
	line-height:1.944em;
	letter-spacing:-0.022em;
}


.fitness .sec05 {
	position:relative;
	margin-top:20em;
}
.fitness .sec05 .maxinner {
	max-width:150em;
}
.fitness .sec05 .conbox {
	display:flex;
	flex-direction:row-reverse;
}
.fitness .sec05 .conbox .left {
	position:relative;
	width:50%;
}
.fitness .sec05 .conbox .left .img {
	position:relative;
	padding-bottom:88%;
}
.fitness .sec05 .conbox .left .img:after {
	content:"";
	position:absolute;
	left:5%;
	top:5%;
	z-index:-1;
	width:100%;
	height:100%;
	background:#eef1f6;
}
.fitness .sec05 .conbox .left .big-txt {
	position:absolute;
	right:120%;
	bottom:7%;
	z-index:10;
	max-width:686px;
	max-height:90px;
	width:91.467%;
	height:13.637%;
}
.fitness .sec05 .conbox .left .img > div {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
.fitness .sec05 .conbox .right {
	width:50%;
	text-align:center;
}
.fitness .sec05 .conbox .right .txtbox {
	position:relative;
	z-index:5;
	padding:8% 0;
	margin-top:5%;
	margin-left:-10%;
	background:#fff;
}
.fitness .sec05 .conbox .right .txtbox h4 {
    font-size:3.2rem;
    color:#000000;
    font-weight:400;
}
.fitness .sec05 .conbox .right .txtbox h4 span {
	display:block;
	font-size:4rem;
	color:#e1e1e1;
	font-family:'Poppins',sans-serif;
	font-weight:600;

}
.fitness .sec05 .conbox .right .txtbox p {
	margin-top:0.556em;
	font-size:1.8rem;
	color:#666666;
	line-height:1.944em;
	letter-spacing:-0.022em;
}


.fitness .sec06 {
	position:relative;
	margin-top:18em;
}
.fitness .sec06:after {
	content:"";
	display:block;
	clear:both;
}
.fitness .sec06 .maxinner {
	float:right;
	margin:0;
	max-width:160em;
}
.fitness .sec06 h3 {
	font-size:3.8rem;
	color:#000000;
	font-weight:500;
	line-height:1.5em;
}
.fitness .sec06 h3 img {
	display:block;
	margin-bottom:2rem;
}
.fitness .sec06 .txtbox {
	position:relative;
	margin-top:6em;
	padding-bottom:30em;
}
.fitness .sec06 .txtbox .img {
	position:relative;
	margin-top:10px;
	width:100%;
	height:38em;
}
.fitness .sec06 .txtbox .img > div {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}
.fitness .sec06 .txtbox p {
	margin-top:1.875em;
	font-size:1.6rem;
	line-height:2.125em;
}
.fitness .sec06 .txtbox .png-img {
	position:absolute;
	right:7%;
	bottom:-10em;
	width:38.5%;
}
.fitness .sec06 .big-txt {
	position:absolute;
	left:2%;
	top:20%;
	max-width:199px;
	max-height:749px;
	width:10.4575%;
	height:62.004%;
}


.fitness .sec07 h3 {
	margin:0 auto;
	max-width:40em;
	width:90%;
	font-size:3.2rem;
	color:#000000;
	font-weight:500;
	line-height:48px;
	letter-spacing:-0.4px;
}
.fitness .sec07 h3 img {
	display:block;
	margin-bottom:2rem;
}
.fitness .sec07 .conbox {
	display:flex;
	justify-content:space-between;
	margin-top:10em;
}
.fitness .sec07 .conbox .left {
	position:relative;
	width:52%;
}
.fitness .sec07 .conbox .left .img {
	width:100%;
	height:69em;
}
.fitness .sec07 .conbox .left .sm-img {
	position:absolute;
	right:-12%;
	bottom:-16%;
	z-index:1;
	width:36.482%;
}
.fitness .sec07 .conbox .left .img > div {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}
.fitness .sec07 .conbox .right {
	display:flex;
	align-items:center;
	padding-left:8%;
	width:48%;
}
.fitness .sec07 .conbox .right p {
	font-size:1.6rem;
	color:#666666;
	line-height:2.125em;
	letter-spacing:-0.025em;
}


.fitness .sec08 {
	padding:35em 0 20em;
	text-align:center;
}
.fitness .sec08 .maxinner {
	max-width:136em;
}
.fitness .sec08 .imgcon .img {
	position:relative;
	height:52em;
}
.fitness .sec08 .imgcon .img > div {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}
.fitness .sec08 .imgcon .img-desc {
	position:relative;
	z-index:1;
	margin:-11.5em auto 0;
	padding-top:5.5em;
	width:85%;
	background:#fff;
}
.fitness .sec08 .imgcon .img-desc h3 {
	font-size:3.2rem;
	color:#000000;
	font-weight:500;
}
.fitness .sec08 .imgcon .img-desc h3 img {
	display:block;
	margin:0 auto 2rem;
}
.fitness .sec08 .imgcon .img-desc p {
	margin-top:1.875em;
	font-size:1.6rem;
	color:#666666;
	line-height:1.875em;
	letter-spacing:-0.025em;
}
.fitness .sec08 .curating {
	margin-top:7.5em;
}
.fitness .sec08 .curating h4 {
	display:inline-block;
	position:relative;
	z-index:1;
	width:17.273em;
	border:1px solid #0e2f69;
	border-radius:3.409em;
    font-size:2.2rem;
    color:#0e2f69;
    font-weight:500;
    line-height:3.409em;
}
.fitness .sec08 .curating h4:after {
	content:"";
	position:absolute;
	left:50%;
    bottom:-3px;
    margin-left:-3px;
    width:6px;
    height:6px;
    border-radius:50%;
    background:#0e2f69;
}
.fitness .sec08 .curating ul {
	display:flex;
	position:relative;
	margin-top:12em;
}
.fitness .sec08 .curating ul:after {
	content:"";
	position:absolute;
	left:50%;
	top:-12em;
	z-index:-1;
	margin-left:-0.5px;
	width:1px;
	height:12em;
	background:#e6e6e6;
}
.fitness .sec08 .curating ul li {
	position:relative;
	flex:1;
	padding:8em 4em 10em;
	border:1px solid #e6e6e6;
	border-left:none;
	text-align:left;
}
.fitness .sec08 .curating ul li:after {
	opacity:0;
	content:"";
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	width:100%;
	height:100%;
	border:1px solid #0e2f69;
	-webkit-transition:opacity 0.7s, bottom 0.7s;
	-moz-transition:opacity 0.7s, bottom 0.7s;
	-ms-transition:opacity 0.7s, bottom 0.7s;
	-o-transition:opacity 0.7s, bottom 0.7s;
	transition:opacity 0.7s, bottom 0.7s;
}
.fitness .sec08 .curating ul li span {
	opacity:0;
	position:absolute;
	left:-20%;
	bottom:65%;
	z-index:-1;
	font-size:16rem;
	color:rgba(19,83,196,0.05);
	font-family:'Poppins',sans-serif;
	font-weight:700;
	line-height:1;
	-webkit-transition:opacity 0.7s, bottom 0.7s;
	-moz-transition:opacity 0.7s, bottom 0.7s;
	-ms-transition:opacity 0.7s, bottom 0.7s;
	-o-transition:opacity 0.7s, bottom 0.7s;
	transition:opacity 0.7s, bottom 0.7s;
}
.fitness .sec08 .curating ul li:first-child {
	border-left:1px solid #e6e6e6;
}
.fitness .sec08 .curating ul li dt {
    font-size:2.2rem;
    color:#1a1a1a;
    letter-spacing:-0.018em;
    font-weight:500;
}
.fitness .sec08 .curating ul li dd {
	margin-top:1.250em;
	font-size:1.6rem;
	color:#666666;
	line-height:1.875em;
	letter-spacing:-0.025em;
}
.fitness .sec08 .curating ul li.active span {
	opacity:1;
	bottom:85%;
}
.fitness .sec08 .curating ul li.active:after {
	opacity:1;
}











/* ----- HALO-SALMON ----- */
.halo-salmon .big-con {
	padding-top:5%;
	height:80%;
}
.halo-salmon .big-con .txt .txtbox {
	margin:0 auto;
	max-width: 65em;
	padding:0 !important;
	text-align:center !important;
}
.halo-salmon .big-con .txt .txtbox .sec-tit {
	position:relative;
	margin-bottom:1em;
	border-bottom:1px solid #ddd;
    font-size:2rem;
    color:#1a1a1a;
    font-weight:500;
    text-align:center;
}
.halo-salmon .big-con .txt .txtbox .sec-tit strong {
	display:block;
	padding:0 0 0.536em !important;
	margin:0 !important;
	font-size:2.8rem;
	color:#0e2f69;
	font-weight:700;
}
.halo-salmon .big-con .txt .txtbox .sec-tit strong:after {
	display:none;
}
.halo-salmon .big-con .txt .txtbox .sec-sm-tit {
	display:inline-block;
	margin-bottom:1.250em;
	font-size:2rem;
	color:#333333;
	line-height:1.6em;
	font-weight:400;
}
.halo-salmon .big-con .txt .txtbox .sec-sm-tit:before {
	content:"";
	display:inline-block;
	position:absolute;
	left:-26px;
	top:-1px;
	right:auto;
	bottom:auto;
	width:36px;
	height:28px;
	background:url(/images/ico/ico-quotes-left.png) no-repeat center;
}
.halo-salmon .big-con .txt .txtbox .sec-sm-tit:after {
	content:"";
	position:absolute;
	left:auto !important;
	right:auto !important;
	top:auto !important;
	bottom:-8px !important;
	display:inline-block;
	width:36px;
	height:28px;
	background:url(/images/ico/ico-quotes-right.png) no-repeat center;
	vertical-align:text-top;
}
.halo-salmon .big-con .txt .txtbox p {
    font-size:1.6rem;
    color:#666666;
    line-height:1.875em;
}

.halo-salmon .sub-top {
	padding-bottom:0;
}
.halo-salmon .sub-top .fp-tableCell {
	vertical-align:top;
}
.halo-salmon .sec01 .maxinner {
	position:relative;
}
.halo-salmon .sec01 .snslist {
	position:absolute;
	right:3%;
	bottom:100%;
	margin-bottom:8em;
}
.halo-salmon .sec01 .snslist li {
	display:inline-block;
	margin-left:1rem;
	vertical:middle;
}
.halo-salmon .sec01 .snslist li img {
	max-width:36px;
}
.halo-salmon .sec01 .snslist li:first-child {
	margin-left:0;
}
.halo-salmon .sec01 .imgcon {
	position:relative;
}
.halo-salmon .sec01 .imgcon:after {
    content:"";
    position:absolute;
    left:-5%;
    top:12%;
    width:12.2em;
    height:12.2em;
    background:url(/images/sub/halo-sec01-bg01.png) no-repeat center;
}
.halo-salmon .sec01 .imgcon:before {
    content:"";
    position:absolute;
    right:-8%;
    bottom:-10%;
    width:26.4em;
    height:26.4em;
    background:url(/images/sub/halo-sec01-bg02.png) no-repeat center;
}
.halo-salmon .sec01 .imgcon .img {
	overflow:hidden;
	position:relative;
	margin-top:8em;
	height:38em;
}
.halo-salmon .sec01 .imgcon .img > div {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
.halo-salmon .sec01 .imgcon ul {
	display:flex;
	align-items:center;
	position:relative;
	z-index:1;
	margin:-13em auto 0;
	padding:3.5em 0;
	width:85%;
	background:#fff;
	-webkitbox-shadow:1px 1px 15px rgba(0,0,0,0.05);
	box-shadow:1px 1px 15px rgba(0,0,0,0.05);
	text-align:center;
}
.halo-salmon .sec01 .imgcon ul li {
    flex:1;
    position:relative;
}
.halo-salmon .sec01 .imgcon ul li:after {
	content:"";
	position:absolute;
	left:0;
	top:5%;
	width:1px;
	height:80%;
	background:#e6e6e6;
}
.halo-salmon .sec01 .imgcon ul li:first-child:after {
	display:none;
}
.halo-salmon .sec01 .imgcon ul li strong {
	display:block;
	font-size:2.2rem;
	color:#0f2f6a;
	font-weight:500;
}
.halo-salmon .sec01 .imgcon ul li p {
	margin-top:15px;
	font-size:1.6rem;
	color:#777777;
	line-height:24px;
}
.halo-salmon .sec03 .big-con .img {
	margin-left:5%;
	width:45%;
}
.halo-salmon .sec03 .big-con .txt {
	width:50%;
}
.halo-salmon .sec03 .big-con .txt .txtbox {
	margin:0 0 0 15%;
}

.halo-salmon .sec04 .big-con {
	padding:0;
	height:100%;
}
.halo-salmon .sec04 .big-con .txt {
	position:relative;
	z-index:1;
	margin-right:-3%;
	background:#fff;
	margin-top:10%;
	height:65%;

}


.halo-salmon .sec05 .imgwrap {
	position:relative;
	z-index:1;
	max-width:78em;
	margin-left:10%;
	width:45%;
	height:100%;
}
.halo-salmon .sec05 .imgwrap:after {
	content:"";
	position:absolute;
	left:-15%;
	bottom:-8%;
	z-index:-1;
	width:70%;
	height:70%;
	background:#f5f5f7;
}
.halo-salmon .sec05 .imgwrap .img {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
.halo-salmon .sec05 .big-con .txt {
	position:relative;
	align-items:flex-end;
	width:45%;
}
.halo-salmon .sec05 .big-con .txt .big-txt {
	position:absolute;
	left:7%;
	top:0;
	width:54.399%;
}
.halo-salmon .sec05 .big-con .txt .txtbox {
	position:relative;
	z-index:1;
	padding:10% 10% 2% !important;
	margin:0 0 0 -10%;
	max-width:70em;
	background:#fff;
	text-align:left !important;
}
.halo-salmon .sec05 .big-con .txt .txtbox h3 {
	margin-bottom:0.5em;
    font-size:4rem;
    color:#34343d;
    letter-spacing:-0.006em;
    font-weight:400;
}
.halo-salmon .sec05 .big-con .txt .txtbox h3:after {
	content:"";
	position:absolute;
	left:5%;
	top:5%;
	z-index:-1;
	width:3.5em;
	height:3.5em;
	border-radius:50%;
	background:url(/images/sub/halo-sec05-bg01.png) no-repeat center;
}
.halo-salmon .sec05 .big-con .txt .txtbox h3 span {
	font-weight:700;
	font-family:'Poppins',sans-serif;
}
.halo-salmon .sec05 .big-con .txt .txtbox p {
	font-size:1.6rem;
	color:#666666;
	line-height:30px;
}
.halo-salmon .sec05 .big-con .txt .txtbox .sm-img {
	position:absolute;
	right:-10%;
	top:5%;
	width:36%;
}


.halo-salmon .sec06:after {
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:calc(50% + 10.8em);
	background:url(/images/sub/halo-sec06-img01.jpg) no-repeat center;
	background-size:cover;
}
.halo-salmon .sec06 .maxinner {
	display:flex;
	flex-direction:column;
	justify-content:center;
	position:relative;
	z-index:1;
	max-width:140em;
}
.halo-salmon .sec06 .big-con {
	padding:10.8em 0 0;
	height:100%;
}
.halo-salmon .sec06 .fte-tit {
	text-align:center;
}
.halo-salmon .sec06 .fte-tit h3 {
	font-size:2.2rem;
	color:#fff;
	font-weight:400;
}
.halo-salmon .sec06 .fte-tit h3 strong {
	font-size:3.4rem;
	color:#fff;
	font-weight:500;
}
.halo-salmon .sec06 .fte-tit h3 strong span {
	position:relative;
	font-weight:700;
	font-family:'Noto Sans KR',sans-serif;
	vertical-align:baseline;
}
.halo-salmon .sec06 .fte-tit h3 strong span:after {
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:2px;
	background:#fff;
}
.halo-salmon .sec06 .fte-tit p {
	margin-top:2.5em;
	font-size:1.6rem;
	color:#ffffff;
}
.halo-salmon .sec06 ul {
	display:flex;
	margin:7em 0 0;
}
.halo-salmon .sec06 ul li {
	flex:1;
	padding:8em 1em 7em;
	margin-left:3em;
	background:#fff;
	border:1px solid #ccc;
	text-align:center;
}
.halo-salmon .sec06 ul li:first-child {
	 margin-left:0;
}
.halo-salmon .sec06 ul li p {
	margin-top:1.563em;
	font-size:1.6rem;
	color:#666666;
	line-height:1.875em;
}
.halo-salmon .sec06 ul li .ico {
	margin:0 auto;
	width:5em;
	height:5em;
}









/* ----- RESPONSIVE ----- */
@media all and (max-width:1600px){
	.halo-salmon .sec05 .big-con .txt .txtbox .sm-img {
		right:0;
		top:auto;
		bottom:90%;
	}
	.halo-salmon .sec05 .imgwrap:after {
		left:-10%;
		bottom:-3%;
	}
	.halo-salmon .sec05 .big-con .txt .txtbox {
		margin:0;
		padding:0 0 5% !important;
		max-width:none;
		width:100%;
	}
	.halo-salmon .sec06 ul {
		margin-top:4em;
	}
	.halo-salmon .sec06 .fte-tit p {
		margin-top:1.5em;
	}
	.halo-salmon .sec06 ul li {
		padding:5em 1em;
	}
	.fitness .sec01 {
		min-height:auto;
	}
	.fitness .sec01 .maxinner {
		display:flex;
		justify-content:space-between;
		align-items:center;
	}
	.fitness .sec01 .txtbox {
		padding-right:0;
		max-width:none;
		width:48%;
	}
	.fitness .sec01 .img {
		position:static;
		width:48%;
	}
	.fitness .sec02 {
		padding-top:12em;
	}
}
@media all and (max-width:1440px){
    .breadcrumb {
        padding:10em 0 2em;
    }

	.sub-tit-wrap .tit {
		font-size:4rem;
	}
	.sub-tit-wrap .txt .pc-br {
		display:none;
	}
	.culture .conwrap .fixwrap.fixed .fixcon {
		left:5%;
		width:30%;
		transform:none;
	}
	.bucket-list .right .txtwrap {
		padding-left:5%;
	}
	.fullmotion .big-con .txt .txtbox {
		padding-left:10%;
		padding-right:5%;
	}
	.fullmotion .big-con .txt .txtbox {
		padding-top:8em;
	}
	.fullmotion .big-con.reverse .txt .txtbox {
		padding-right:10%;
		padding-left:5%;
	}
	.seawell .sec02 .big-con .txt .imgbox {
		max-width:40em;
	}
	.seawell .sec02 .big-con .txt .imgbox .round {
		right:-4.3em;
		top:-7em;
		max-width:15em;
	}
	.implement .big-con .txt .txtbox p .pc-br {
		display:none;
	}
	.implement .big-con .txt .explanation dd .pc-br {
		display:none;
	}

	.halo-salmon .sec01 .imgcon .img {
		height:28em;
	}
	.halo-salmon .big-con {
		padding-top:7%;
		height:86%;
	}
	.halo-salmon .big-con .txt {
		padding:0 5%;
		width:65%;
	}
	.fullmotion .big-con .img {
		width:35%;
	}
	.halo-salmon .big-con .txt .pc-br {
		display:none;
	}
	.halo-salmon .big-con .txt .txtbox p {
		line-height:1.6;
	}
	.halo-salmon .big-con .txt .txtbox .sec-sm-tit {
		font-size:1.7rem;
	}
	.halo-salmon .sec03 .big-con .txt .txtbox {
		margin-left:0;
	}
	.halo-salmon .sec06 ul li p {
		line-height:1.7;
	}
	.halo-salmon .sec06 ul li p .pc-br {
		display:none;
	}
	.halo-salmon .sec04 .big-con .txt {
		margin-top:10%;
		height:calc(80% - 4em);
	}

    .fitness {
    	margin-top:8em;
    }
	.fitness .sec01 h2 {
		font-size:5rem;
	}
	.fitness .sec02 h3 {
		font-size:3.8rem;
	}
	.fitness .sec02 .conbox .left .big-txt {
		top:2%;
	}
	.fitness .sec02 .conbox .right .txtbox h4 {
		font-size:2.7rem;
	}
	.fitness .sec02 .conbox .right .txtbox p {
		font-size:1.6rem;
		line-height:1.9;
	}
	.fitness .sec03 .conbox .right .txtbox h4 {
		font-size:2.7rem;
	}
	.fitness .sec03 .conbox .right .txtbox p {
		font-size:1.6rem;
		line-height:1.9;
	}
	.fitness .sec04 .conbox .right .txtbox h4 {
		font-size:2.7rem;
	}
	.fitness .sec04 .conbox .right .txtbox p {
		font-size:1.6rem;
		line-height:1.9;
	}
	.fitness .sec05 .conbox .right .txtbox h4 {
		font-size:2.7rem;
	}
	.fitness .sec05 .conbox .right .txtbox p {
		font-size:1.6rem;
		line-height:1.9;
	}
	.fitness .sec06 h3 {
		font-size:3rem;
	}
	.fitness .sec07 h3 {
		font-size:2.7rem;
	}
	.fitness .sec03 .conbox .left .big-txt {
		right:105%;
	}
	.fitness .sec05 .conbox .left .big-txt{
		right:105%;
	}
}

@media all and (max-width:1280px){
	.sub-tit-wrap .tit {
		font-size:3.2rem;
	}
    .sub-tit-wrap .txt {
        font-size:1.7rem;
    }
	.culture .conwrap .fixcon .tit {
		font-size:2.7rem;
	}
	.culture .conwrap .fixcon .txt {
		font-size:1.7rem;
	}
	.culture .conwrap .fixcon .txt .pc-br {
		display:none;
	}
	.bucket-list .right h3 {
		font-size:1.8rem;
	}
	.bucket-list .right h3 strong {
		font-size:2.7rem;
	}
    .bucket-list .right .bucket-item {
        min-height:auto;
    }
	.bucket-list .right .bucket-item li p {
		font-size:1.7rem;
	}
	.fullmotion .big-con .txt .txtbox p .pc-br {
		display:none;
	}
	.fullmotion .big-con .txt .txtbox strong {
		font-size:2.7rem;
	}
	.seawell .sec02 .big-con .txt .imgbox {
		margin-top:10%;
	}
	.seawell .sec04 .txtbox {
		margin-top:-15%;
	}
	.seawell .sec04 .txtbox span {
		font-size:4rem;
	}
	.eco-package .ecobox .right dt {
		font-size:2.7rem;
	}
	.eco-package .ecobox .right dd {
		margin-top:1em;
	}
	.eco-package .tabmenu li {
		margin-left:2%;
	}
	.implement .big-con .txt .txtbox p {
		font-size:1.5rem;
		line-height:1.6;
	}
	.halo-salmon .big-con .txt .txtbox p {
		font-size:1.6rem;
	}
	.halo-salmon .big-con .txt .txtbox .sec-tit {
		font-size:1.8rem;
	}
	.halo-salmon .big-con .txt .txtbox .sec-tit strong {
		font-size:2.5rem;
	}
	.halo-salmon .sec05 .big-con .txt .txtbox h3 {
		font-size:3.2rem;
	}
	.halo-salmon .sec05 .big-con .txt .txtbox p {
		font-size:1.6rem;
		line-height:1.7;
	}
	.halo-salmon .sec01 .imgcon ul li strong {
		font-size:1.8rem;
	}
	.halo-salmon .sec01 .imgcon ul li p {
		font-size:1.6rem;
        line-height:1.7;
	}

	.fitness .sec01 h2 {
		font-size:4rem;
	}
	.fitness .sec01 p {
		font-size:1.7rem;
	}
	.fitness .sec02 h3 {
		font-size:3rem;
	}
	.fitness .sec02 .conbox .right .txtbox h4 {
		font-size:2.5rem;
	}
	.fitness .sec02 .conbox .right .txtbox {
		padding:10% 5%;
	}
	.fitness .sec02 .conbox .right .txtbox .pc-br {
		display:none;
	}
	.fitness .sec03 .conbox .right .txtbox {
		padding:10% 5%;
	}
	.fitness .sec04 .conbox .right .txtbox {
		padding:10% 5%;
	}
	.fitness .sec05 .conbox .right .txtbox {
		padding:10% 5%;
	}
	.fitness .sec07 .conbox .right {
		padding:0 5%;
	}
	.fitness .sec08 .imgcon .img-desc h3 {
		font-size:2.5rem;
	}
	.fitness .sec08 .curating ul li {
		padding:5em 2em 10em;
	}
	.fitness .sec08 .curating ul li dt {
		font-size:2rem;
	}

	.srboardView .viewArea .viewTitle .tit {
		font-size:3.2rem;
	}
}
@media (max-width: 1024px){
    .gallery-list-wrap .gallery .gall-item .tit {
    	font-size:1.8rem;
    }
    .gallery-list-wrap .gallery .gall-item .txt {
    	padding:1.25em;
    	font-size:1.6rem;
    }
    .gallery-list-wrap .gallery-intro .txt {
    	padding:5em 4em;
    }

    .culture .conwrap .fixwrap {
    	float:none;
    	width:100%;
    }
    .culture .conwrap .fixwrap .fixcon {
    	position:static;
    	transform:none;
    }
	.culture .culture-list {
		float:none;
		margin-top:5em;
		margin-left:0;
		width:100%;
	}
	.culture .culture-list .cul-item {
		margin-left:0;
		width:50%;
    }
    .culture .culture-list .cul-item.li-gall-none {
        padding:8em 0 !important;
    }
    .culture .culture-list .cul-item:nth-child(odd) {
    	padding-right:2%;
    }
    .culture .culture-list .cul-item:nth-child(even) {
    	padding-left:2%;
    }
    .earth .big-con .txt .txtbox .earth-list {
    	margin-top:5em;
    	max-width:none;
    }
    .earth .sec03 .big-con .img {
    	padding-bottom:60%;
    }
    .earth .sec03 .big-con .img > div {
    	height:70%;
    }
    .earth .sec03 .big-con .img > strong {
    	top:auto;
    	bottom:0;
    	height:30%;
    }
    .earth .sec03 .big-con .txt .txtbox .imgbox {
    	margin-top:5em;
    }
    .earth .big-con.reverse .txt .txtbox .earth-list {
    	margin-left:0;
    }
    .bucket-list {
    	flex-wrap:wrap;
    }
    .bucket-list .left {
    	width:100%;
    }
    .bucket-list .left .imgwrap {
    	padding-bottom:45%;
    }
    .bucket-list .right {
    	width:100%;
    }
	.bucket-list .right .txtwrap {
		padding-left:0;
		margin:0 auto;
		max-width:none;
		width:90%;
	}
    .bucket-list .right .bucket-item {
    	max-height:30em;
    }
    .fullmotion .section {
    	height:auto !important;
    }
    .fullmotion .section .fp-tableCell {
    	height:auto !important;
    }
    .fullmotion .big-con {
    	height:auto;
    }
    .fullmotion .big-con .img {
    	padding-bottom:40%;
    	width:100%;
    	height:auto;
    }
    .fullmotion .big-con .txt {
    	width:100%;
    }
    .fullmotion .big-con .txt .txtbox {
    	max-width:none;
    	padding:10em 5% !important;
    }
    .seawell .sec04 {
    	max-height:76.7em;
    	height:calc(100vh - 8em) !important;
    }
    .eco-package .tabmenu {
    	flex-wrap:wrap;
    	margin-top:-2%;
    	margin-left:-2%;
    }
    .eco-package .tabmenu li {
    	flex:auto;
    	margin-top:2%;
    	margin-left:2%;
    	width:31.3333%;
    }
    .eco-package .tabmenu li:first-child {
    	margin-left:2%;
    }
    .eco-package .ecobox .right dd {
    	font-size:1.7rem;
    	line-height:1.6;
    }
    .eco-package .ecobox .right dd:after {
    	top:0.588em;
    }
    .eco-package .ecobox {
    	flex-wrap:wrap;
    }
    .eco-package .ecobox .left {
    	padding-bottom:60%;
    	max-width:none;
    	min-height:auto;
    	width:55%;
    }
    .eco-package .ecobox .right {
    	width:38%;
    }
    .implement .big-con .txt .txtbox p {
    	font-size:1.6rem;
    	line-height:1.8;
    }
    .implement .big-con .txt .txtbox p .pc-br {
    	display:block;
    }
    .halo-salmon .sec01 {
    	padding-bottom:7em;
    }
    .halo-salmon .big-con .txt .txtbox {
    	padding:5em 0 !important;
    }
    .halo-salmon .sec03 .big-con .img {
    	margin:0;
    	width:100%;
    }
    .halo-salmon .sec03 .big-con .txt {
    	width:100%;
    }
    .halo-salmon .sec04 .big-con {
    	padding-top:7%;
    }
    .halo-salmon .sec04 .big-con .txt {
    	margin-top:0;
    	height:auto;
    }
    .halo-salmon .sec05 .imgwrap {
    	margin-left:0;
    	max-width:none;
    	width:100%;
    	height:auto;
    }
    .halo-salmon .sec05 .imgwrap .img {
    	position:static;
    }
    .halo-salmon .sec05 .big-con .txt .big-txt {
    	position:static;
    	margin-bottom:3em;
    }
    .halo-salmon .sec05 .big-con .txt {
    	flex-direction:column;
    	justify-content:flex-start;
    	align-items:flex-start;
    	padding-top:5em;
    	width:100%;
    }
	.halo-salmon .sec06 {
		margin-top:10%;
	}
	.halo-salmon .sec06 ul {
		flex-wrap:wrap;
		justify-content:space-between;
	}
	.halo-salmon .sec06:after {
		height:40em;
	}
	.halo-salmon .sec06 ul li {
		flex:auto;
		margin:1% !important;
		width:48%;
	}
	.halo-salmon .sec06 .big-con {
		padding:8em 0 10em;
	}

    .fitness .sec01 {
		padding:9em 0 5em;
    	height:auto;
    }
	.fitness .sec01 .maxinner {
		flex-direction:column-reverse;
	}
	.fitness .sec01 .img {
		width:100%;
	}
	.fitness .sec01 .txtbox {
		margin-top:5em;
		width:100%;
	}
	.fitness .sec02 {
		padding:9em 0 0;
	}
	.fitness .sec02 .conbox {
		flex-wrap:wrap;
	}
	.fitness .sec02 .conbox .left {
		width:100%;
	}
	.fitness .sec02 .conbox .right {
		width:100%;
	}
	.fitness .sec02 .conbox .right .txtbox {
		margin:0;
		padding:5em 0;
	}
	.fitness .sec02 .conbox .left .big-txt {
		position:static;
		margin-top:2em;
	}
	.fitness .sec03 {
		margin-top:7em;
	}
	.fitness .sec03 .conbox {
		flex-wrap:wrap;
	}
	.fitness .sec03 .conbox .left {
		width:100%;
	}
	.fitness .sec03 .conbox .right {
		width:100%;
	}
	.fitness .sec03 .conbox .right .txtbox {
		margin:0;
		padding:5em 0;
	}
	.fitness .sec04 {
		margin-top:7em;
	}
	.fitness .sec04:after {
		bottom:auto;
		top:50%;
	}
	.fitness .sec04 .conbox {
		flex-wrap:wrap;
	}
	.fitness .sec04 .conbox .left {
		width:100%;
	}
	.fitness .sec04 .conbox .right {
		width:100%;
	}
	.fitness .sec04 .conbox .right .txtbox {
		margin:0;
		padding:5em 0;
		background:transparent;
	}
	.fitness .sec05 {
		margin-top:7em;
	}
	.fitness .sec05 .conbox {
		flex-wrap:wrap;
	}
	.fitness .sec05 .conbox .left {
		width:100%;
	}
	.fitness .sec05 .conbox .right {
		width:100%;
	}
	.fitness .sec05 .conbox .right .txtbox {
		margin:0;
		padding:5em 0;
		background:transparent;
	}
	.fitness .sec06 {
		margin-top:7em;
	}
	.fitness .sec06 h3 {
		font-size:2.2rem;
		line-height:1.6;
	}
	.fitness .sec06 h3 .pc-br {
		display:none;
	}
	.fitness .sec06 .maxinner {
		float:none;
		margin:0 auto;
	}
	.fitness .sec06 .txtbox {
		padding-bottom:5em;
	}
	.fitness .sec06 .txtbox .png-img {
		position:static;
		margin-top:2em;
		width:100%;
		text-align:right;
	}
	.fitness .sec07 h3 {
		font-size:2.2rem;
		line-height:1.6;
	}
	.fitness .sec07 h3 .pc-br {
		display:none;
	}
	.fitness .sec07 .conbox {
		flex-wrap:wrap;
		margin-top:5em;
	}
	.fitness .sec07 .conbox .left {
		width:100%;
	}
	.fitness .sec07 .conbox .right {
		width:100%;
	}
	.fitness .sec07 .conbox .right p .pc-br {
		display:none;
	}
	.fitness .sec07 .conbox .right .txtbox {
		margin:0;
		padding:5em 0;
	}
	.fitness .sec07 .conbox .left .sm-img {
		right:0;
		bottom:-10%;
	}
	.fitness .sec08 {
		padding:7em 0 10em;
	}
	.fitness .sec03 .conbox .right .txtbox p .pc-br{
		display:none;
	}
	.fitness .sec08 .curating h4:after {
		display:none;
	}
	.fitness .sec08 .curating ul {
		flex-wrap:wrap;
		margin-top:3em;
	}
	.fitness .sec08 .curating ul:after {
		display:none;
	}
    .fitness .sec08 .curating ul li {
    	flex:auto;
    	margin:1% !important;
    	width:48%;
    	border: 1px solid #e6e6e6;
    }
	.fitness .sec08 .curating ul li span {
		opacity:1;
		position:static;
		font-size:3rem;
	}
	.fitness .sec08 .curating ul li dt {
		margin-top:1em;
	}
	.fitness .sec08 .imgcon .img-desc p .pc-br {
		display:none;
	}
	.fitness .sec08 .curating h4 {
		font-size:2rem;
	}
	.fitness .sec06 .txtbox .img {
		padding-bottom:50%;
		height:0;
	}
	.fitness .sec06 .txtbox p .pc-br {
		display:none;
	}
	.fitness .sec07 .conbox .left .img {
		padding-bottom:48%;
		height:0;
	}

    .catemenu ul {
    	display:flex;
    	justify-content:center;
    	width:100%;
    }
	.catemenu li {
		flex:1;
		margin:0 2% !important;
	}
	.catemenu li a {
		display:flex;
		justify-content:center;
		align-items:center;
        padding:0;
        height:100%;
        line-height:auto;
	}

	.tooltip-wrap .box {
		overflow-y:scroll;
		max-width:none;
		width:90%;
		max-height:80%;
	}

}
@media all and (max-width:767px){
    #contents {
        padding-top:8em;
    }
    .breadcrumb {
        display:none;
    }
    .sub-tit-wrap {
    	padding-top:7em;
    }
	.sub-tit-wrap .tit {
		font-size:3rem;
	}
    .grid-list-wrap {
    	margin-top:7em;
    }
    .grid-list-wrap .grid {
    	margin-left:-5%;
    }
    .grid-list-wrap .grid .grid-item p {
    	font-size:1.6rem;
    }
    .grid-list-wrap .grid .grid-item {
    	margin-left:5%;
    	margin-top:8%;
    	width:45%;
    }
    .grid-list-wrap .grid .grid-item.li-gall-none {
        margin-left:5%;
        width:95%;
    }
    .grid-list-wrap .grid .grid-item:nth-child(4n),
    .grid-list-wrap .grid .grid-item:nth-child(4n+1) {
    	padding-bottom:70%;
    }
    .grid-list-wrap .grid .grid-item:nth-child(4n+2),
    .grid-list-wrap .grid .grid-item:nth-child(4n+3) {
    	padding-bottom:45%;
    }
    .gallery-list-wrap {
    	margin-top:7em;
    }
    .gallery-list-wrap .gallery .gall-item {
    	width:47%;
    }
    .gallery-list-wrap .gallery .gall-item .tit {
    	font-size:1.7rem;
    }
    .gallery-list-wrap .gallery-intro a {
    	flex-wrap:wrap;
    }
    .gallery-list-wrap .gallery-intro .img {
    	padding-bottom:60%;
    	width:100%;
    	height:0;
    }
    .gallery-list-wrap .gallery-intro .txt{
    	padding:3em 2em;
    	width:100%;
    }
    .culture {
    	margin-top:7em;
    }
    .culture .conwrap .fixcon .tit {
    	font-size:2.4rem;
    }
    .culture .culture-list .cul-item .tit {
    	font-size:1.8rem;
    }
    .bucket-list .right .txtwrap {
    	padding-top:7em;
    }
    .bucket-list .right .bucket-item {
    	max-height:22.5em;
    }
    .fullmotion .sub-top {
    	padding-bottom:7em;
    }
    .fullmotion .big-con .txt .txtbox {
    	max-width:none;
    	padding:7em 5% !important;
    }
    .fullmotion .big-con .txt .txtbox strong {
    	font-size:2.4rem;
    }
    .seawell .sec02 .big-con .txt .imgbox {
    	max-width:90%;
    }
    .seawell .sec04 .txtbox {
    	padding:8em 5% 0;
    	background-size:0.065em;
    }
    .seawell .sec04 .txtbox span {
    	font-size:3rem;
    }
    .eco-package {
    	margin-top:7em;
    }
    .eco-package .ecobox .left {
    	width:100%;
    }
    .eco-package .ecobox .right {
    	width:100%;
    }
	.eco-package .ecobox .right dl {
		margin-top:4em;
	}
    .eco-package .ecobox .right dt {
    	font-size:2.4rem;
    }
    .eco-package .tabmenu li a {
		padding:1.5em 0.5em;
	}
    .eco-package .tabmenu li.on a {
		-webkit-box-shadow: 1px 4px 5px rgba(0,0,0,0.2);
        box-shadow: 1px 4px 5px rgba(0,0,0,0.2);
	}
	.eco-package .tabmenu li a p {
		margin-top:0.5em;
	}
	.implement .big-con .txt .txtbox p .pc-br {
		display:none;
	}
    .halo-salmon .sub-top {
    	padding-bottom:0;
    }
    .halo-salmon .sec01 .imgcon ul {
    	flex-wrap:wrap;
    	padding:0;
    }
    .halo-salmon .sec01 .imgcon ul li {
    	flex:auto;
    	padding:2em 0;
    	width:100%;
    }
    .halo-salmon .sec01 .imgcon ul li:after {
    	left:10%;
    	top:0;
    	width:80%;
    	height:1px;
    }
    .halo-salmon .sec01 .imgcon .img {
    	margin-top:10em;
    }
    .halo-salmon .sec01 .snslist {
    	right:50%;
    	margin:0 0 15px;
    	-webkit-transform:translateX(50%);
    	-moz-transform:translateX(50%);
    	-ms-transform:translateX(50%);
    	-o-transform:translateX(50%);
    	transform:translateX(50%);
    }
	.halo-salmon .sec06 .fte-tit h3 strong {
		font-size:2.5rem;
	}
	.halo-salmon .sec06 ul li {
		width:100%;
	}
    .fitness {
    	margin-top:0;
    }
	.fitness .sec02 h3 {
		font-size:2.5rem;
	}
	.fitness .sec08 .curating h4 {
		width:14em;
	}
	.fitness .sec02 .conbox .right .txtbox h4 {
		font-size:2rem;
	}
	.fitness .sec02 .conbox {
		margin-top:10em;
	}
	.fitness .sec08 .imgcon .img-desc {
		width:100%;
	}
	.fitness .sec08 .imgcon .img {
		padding-bottom:70%;
		height:0;
	}
	.fitness .sec08 .curating ul li {
		padding:3em 2em;
		width:100%;
	}

	.srboardView {
		margin-bottom:10em;
	}
	.srboardView .viewArea .viewTitle .tit {
		font-size:2.4rem;
	}
	.srboardView .viewArea .viewTitle .date {
		margin-top:1em;
	}
	.srboardView .viewArea .viewMove {
		flex-wrap:wrap;
		padding:0 0 2em;
	}
	.srboardView .viewArea .viewMove dl {
		padding:0.8em 0;
		flex-direction:row !important;
		align-items:center !important;
		width:100%;
	}
	.srboardView .viewArea .viewMove dl dt {
		margin:0 !important;
		padding:0 !important;
		width:80px;
	}
	.srboardView .viewArea .viewMove dl dt:after {
		display:none;
	}
	.srboardView .viewArea .viewMove dl dd {
		width:calc(100% - 80px);
	}
	.viewBtn {
		margin-top:4em;
	}
	.btn-list {
		font-size:1.6rem;
	}

	.catemenu ul {
		flex-wrap:wrap;
	}
	.catemenu ul li {
		flex:auto;
		margin-top:5px !important;
		width:100%;
	}
	.catemenu ul li:first-child {
		margin-top:0 !important;
	}

}
@media all and (max-width:480px){
	.seawell .sec04 .txtbox {
		margin-top:-28%;
	}
	.eco-package .tabmenu li {
		width:48%;
	}
	.catemenu li a {
		font-size:1.6rem;
	}
}
