@charset "utf-8";
/* 
	default
*/
html.y-hidden,
html.y-hidden body {
	overflow-y: hidden;
}
.wrap {
	max-width: 925px;
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
	box-sizing: border-box;
}

.img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}


/* 
	header
*/
header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	padding: 24px 10px 0 !important;
	position: relative;
	z-index: 11;
}

.logo {
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 1.3;
}
.logo img,
.logo span {
	vertical-align: bottom;
	display: inline-block;
}
.logo img {
	margin-right: 5px;
}
.logo > span {
	margin-bottom: -4px;
}
header .logo span strong {
	display: block;
	color: black;
}
.logo span span {
	font-weight: 900;
}
body.desktop .logo,
body.desktop .navUtil {
	padding-bottom: 15px;
}
.navUtil {
	font-size: 1.4rem;
	width: 200px;
}

.navinfo .name span.small {font-size: 1.2rem; font-weight: 600;}
.navUtil .navinfo,
.navUtil > ul,
.navUtil > ul > li {
	display: inline-block;
	vertical-align: bottom;
}
.navUtil > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.navUtil > ul > li.noIcon:before {display: none;}

.navUtil ul li.infoCh:before { background-position: -26px center; }
.navUtil ul li.join:before,
.navUtil ul li.logout:before { background-position: -53px center; }
.navUtil ul li.mypage { position: relative; }
.navUtil > ul > li.noIcon,
.navUtil > ul > li.logout {margin-bottom: 5px;}

.mypage-list {
	display: none;
	width: 100%;
	position: absolute;
	top: 36px;
	background-color: var(--color);
	border-radius: 0 0 5px 5px;
	box-shadow: 0 0 12px rgb(0 0 0 / 24%);
	padding: 5px 10px;
}
.mypage-list li {
	border-bottom: 1px solid #fff;
}
.mypage-list li:last-child {
	border-bottom: 0;
}
.mypage-list a {
	text-align: center;
	display: block;
	color: #fff;
	font-size: 1.4rem;
	padding: 5px;
}


/* Menu 메뉴 */
#menuWrap {
	width: calc(100% - 400px);
	font-size: 1.4rem;
}
.menu-list .mypage {display: none;}
.menu-list {
	display: flex;
}
.menu-list > li {
	position: relative;
	flex: 0 0 25%;
	text-align: center;
	font-weight: 600;
}
.menu-list > li > a {
	display: block;
	border-bottom: 3px solid transparent;
	padding: 0 0 15px;
}

.menu-list > li:hover > a {
	font-weight: 800;
	color: var(--color);
	border-color: var(--color);
}

/* 2차메뉴 */
body.mobile ._child > a:after {
	content: '';
	position: absolute;
	right: 45px; top: calc(50% - 15px);
	width: 10px; height: 10px;
	border-width: 3px 3px 0 0;
	border-style: solid;
	border-color: #fff;
	transform: rotate(135deg);
	margin: 7px 0 0 5px;
}

body.mobile ._child._on > a:after {
	transform: rotate(-45deg);
}
body.desktop .menu-list:hover + .navUnderBg,
body.desktop .menu-list:hover .menu-list2 {
	display: block;
}
body.desktop .menu-list2 {
	display: none;
	position: absolute;
	top: 39px;
	width: 100%;
	text-align: left;
	padding: 15px;
}
body.desktop .menu-list2 a {
	color: #a9a9a9;
}
body.desktop .menu-list2 li {
	margin-bottom: 5px;
}
body.desktop .menu-list2 li:hover a {
	color: #fff;
	font-weight: 800;
}
.navUnderBg {display: none;}
body.desktop .navUnderBg {
	position: absolute;
    top: 39px;
    left: 0;
    width: 100%;
    z-index: -2;
	background-color: #2c2c2c;
	height: 145px;
	border-radius: 0 0 10px 10px;
}

/* header btn */
.menuBtn, .homeBtn {
	display: none;
	width: 45px; height: 45px;
    background-color: var(--color);
    -webkit-mask: url('/resources/images/users/icon-header.svg') left center no-repeat;
    mask: url('/resources/images/users/icon-header.svg') left center no-repeat;
}
.mClose {
    -webkit-mask: url('/resources/images/users/icon-header.svg') -97px center no-repeat;
    mask: url('/resources/images/users/icon-header.svg') -97px center no-repeat;
}
.homeBtn {
	width: 52px; height: 47px;
    -webkit-mask: url('/resources/images/users/icon-header.svg') right center no-repeat;
    mask: url('/resources/images/users/icon-header.svg') right center no-repeat;
}


/* 
	footer
*/
footer {
	color: #fff;
	font-size: 2rem;
	padding: 50px 0 40px;
	background: #232323;
}
footer a {
	color: #fff;
}
.footer-link {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 55px;
}
.footer-link ul li,
.cs-num dt,
.cs-num dd {
	display: inline-block;
	vertical-align: middle;
}
.footer-link ul li:first-child::before {
	display: none;
}
.footer-link ul li:before {
	content: '|';
	margin: 0 10px;
	vertical-align: middle;
}
.footer-link ul li a:hover {
    font-weight: 800;
}
.cs-num dt {
	font-size: 1.6rem;
	margin-right: 15px;
}
.cs-num dt:before {
	content: '';
	display: inline-block;
    vertical-align: middle;
	width: 15px; height: 15px;
	background: url('/resources/images/users/icon-footer-cs.png') left center no-repeat;
	margin-right: 2px;
	margin-top: -1px;
}
.cs-num dd {
	font-weight: 800;
}

.footer-info {
	display: flex;
	flex-wrap: wrap;
}

.footer-info h1.logo {
	margin-right: 35px;
}


.footer-info h1.logo span {
	display: inline-block;
	font-size: 1.8rem;
}
.footer-info h1.logo strong {
	display: block;
}
.footer-info h1.logo span span {
	font-weight: 800;
}

.footer-info .infotxt {
	color: #797979;
	font-size: 1.4rem;
}
.footer-info .infotxt .copy {
	margin-top: 20px;
}


/* 
	main section
*/
h4.title {
	font-size: 2.6rem;
	font-weight: 800;
}
/* -- visual -- */
.visual-wrap {
	background-color: #f3f1f1;
}

.visual-wrap-area {
	position: relative;
	max-width: 1100px;
	width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
}

.visual-wrap .wrap {
	position: relative;
}

.visual-txt {
	font-size: 3.6rem;
	line-height: 1.3;
	position: absolute;
	left: 10%;
	top: 22%;
}
.visual-txt .im {
	color: var(--color);
	font-weight: 800;
}


.slick-slide img {
	max-width: 100%;
}

.slick-arrow {
	display: none !important;
}

.slick-dots {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 50px;
}

.slick-dots li {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}

.slick-dots li button {
	background: none;
	text-indent: -9999px;
	border: 1px solid var(--color);
	background-color: #fff;
	width: 14px; height: 14px;
	border-radius: 50%;
	position: relative;
}

.slick-dots li.slick-active button:before {
	content: '';
	position: absolute;
	top: 2px; left: 2px;
	width: 8px; height: 8px;
	border-radius: 50%;
	background-color: var(--color);
}


.visual-under-link {
	position: relative;
	color: #fff;
	margin-top: -30px;
}
.visual-under-link:before {
	content: '';
	position: absolute;
	right: 0; bottom: 0;
	background-color: #232323;
	width: 50%;
	height: 100%;
	z-index: 1;
}
.visual-under-link .wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: #232323;
	min-height: 60px;
	line-height: 60px;
	border-radius: 60px;
}
.visual-under-link .cs-num {
	padding-left: 25px;
	z-index: 2;
	position: relative;
}
.visual-under-link .cs-num,
.visual-under-link .cs-num dt {
	font-size: 1.8rem;
}
.visual-under-link .cs-num dd {
	font-size: 2.4rem;
}
.visual-under-link .cs-num dt::before {
	width: 17px; height: 21px;
	background-image: url('/resources/images/users/icon-visual-cs.png');
	margin-right: 5px;
}

.visual-under-link .link-area {
	position: relative;
	z-index: 2;
}
.visual-under-link .link-area > a {
	display: inline-block;
	line-height: 1;
	color: #232323;
	font-size: 1.6rem;
	font-weight: 600;
	border-radius: 10px;
	padding: 12px 34px;
	background-color: #fff;
	margin-left: 10px;
	box-shadow: 0 0 5px 0 rgb(1 1 1 / 10%);
}

/* -- link box -- */
.linkbox-wrap {
	display: flex;
	justify-content: space-between;
	margin: 40px 0;
}
.linkbox-wrap .link-box {
	color: #fff;
	text-align: center;
	background-color: var(--color);
	border-radius: 20px;
	width: calc(33% - 15px);
	padding: 40px 20px;
}

.linkbox-wrap .link-box:nth-child(2) {opacity: 0.8;}
.linkbox-wrap .link-box:nth-child(3) {background-color: #232323;}
.linkbox-wrap .link-box h4 {
	font-size: 2.6rem;
	font-weight: 800;
}
.linkbox-wrap .link-box .icon-link-img {
	height: 75px;
	margin: 20px auto 30px;
    display: flex;
    align-items: center;
}
.linkbox-wrap .link-box .icon-link-img img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.btn-link {
	display: inline-block;
	font-size: 1.8rem;
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 4px 30px;
}


/* -- board box -- */
#main .board-wrap {
	display: flex;
	justify-content: space-between;
	margin: 40px 0;
}
.boardArea, .boardLink {
	width: calc(33% - 15px);
	position: relative;
}
.boardArea h4 {
	border-bottom: 2px solid #000;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.boardArea ul li {
	font-size: 1.7rem;
	margin-bottom: 5px;
}
.boardArea ul li:last-child {
	margin-bottom: 0;
}
.boardArea ul li a {
	overflow: hidden;
	font-weight: 600;
	display: inline-block;
	width: calc(100% - 100px);
	text-overflow: ellipsis;
	white-space: nowrap;
}
.boardArea ul li .date {
	vertical-align: top;
	display: inline-block;
	opacity: 0.5;
}

.galleryArea {
	position: relative;
}
.galleryArea ul {
	overflow: hidden;
	margin-top: 10px;
}
.galleryArea ul li {
	vertical-align: top;
	float: left;
	width: calc(100% / 5);
}

.moreBtn {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 0;
	z-index: 1;
	width: 27px; height: 27px;
}

.moreBtn:before,
.moreBtn:after {
	content: '';
	position: absolute;
	top: 14px; right: 0px;
	width: 27px; height: 3px;
	background-color: #999;
}
.moreBtn:before {transform: rotate(90deg);}

.directBox {
	position: relative;
	border-radius: 10px;
	border: 2px solid #000;
	padding: 25px 25px 25px 100px;
}
.directBox::before {
	content: '';
	width: 45px; height: 56px;
	position: absolute;
	top: 30px; left: 40px;
	background: url('/resources/images/users/icon-direct.png') center top no-repeat;
}
.directBox._02::before {background-position: center bottom;}

.directBox._02 {margin-top: 15px;}
.boardLink h4 {
	font-size: 2.6rem;
	font-weight: 800;
}
.directBox .goBtn {
	color: #999999;
	font-size: 2rem;
}
.directBox .goBtn::after {
    content: '';
    display: inline-block;
	vertical-align: middle;
    width: 5px;
    height: 5px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: #999999;
    transform: rotate(45deg);
    margin: -1px 0 0 6px;
}

/* -- gallery -- */
.gallery-titleArea {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}
.gallery-titleArea.position-sb {
	justify-content: space-between;
}
.gallery-titleArea h4 {
	margin-right: 15px;
}
.gallery-titleArea h4 span {
	font-size: 2rem;
	font-weight: 500;
	margin-left: 10px;
}
.gallery-titleArea .btn._go {
	margin: 0;
}

.gallery-wrap {
	margin-bottom: 80px;
}

.sub-slick .slick-dots {
	bottom: 20px;
}

.gallery-list {
	display: flex;
    flex-wrap: wrap;
}

.gallery-list li {
	width: calc(100% / 3 - 10px);
	margin-right: 10px;
}

body.desktop .gallery-list li:nth-child(3) {
	margin-right: 0;
}

#main .gallery-list a {
	display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
}
.page .gallery-list .g-img,
.page-board .gallery-list .g-img {
	display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
}
.gallery-list img {
	width: 100%; height: 100%;
	border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
}

/* -- mobile area -- */
.itemBox {display: none;}
body.mobile .itemBox {
	display: flex;
	background-color: var(--color);
	margin-bottom: 40px;
}
.mobileArea .item {
	width: 33%;
	padding: 20px 0;
}
.mobileArea .item a {
	display: block;
	color: #fff;
	font-size: 2rem;
	text-align: center;
	font-weight: 800;
	border-right: 2px solid #fff;
}
.mobileArea .item._gps a {
	border-right: 0;
}
.mobileArea .item a:before {
	content: '';
	display: block;
	width: 49px; height: 61px;
	background: url('/resources/images/users/icon-item.png') left center no-repeat;
	margin: 0 auto 15px;
}
.mobileArea .item._date a:before {background-position: -56px center;}
.mobileArea .item._gps a:before {background-position: right center;}


/* ---------------------
	main style2
--------------------- */
body.main2 .menuBtn,
body.main2 .homeBtn {
	background-image: url('/resources/images/users/icon-header2.png');
}
body.main2 .visual-wrap {
}
body.main2 .visual-txt {
	left: auto; right: 5%; top: 15%;
	text-align: right;
}
body.main2 .visual-under-link .wrap,
body.main3 .visual-under-link .wrap {
	min-height: 70px;
	line-height: 70px;
}
body.main2 .visual-under-link:before,
body.main3 .visual-under-link:before {
	width: 100%;
	box-shadow: 0 0 10px rgb(0 0 0 / 40%);
}
body.main2 .gallery-wrap {
	margin-bottom: 0;
}
body.main2 .gallery-titleArea {
	margin-top: 60px;
}
body.main2 .linkbox-wrap {
	display: block;
}
body.main2 .linkbox-wrap .link-box {
	position: relative;
	display: flex;
    justify-content: space-between;
	width: 100%;
	padding: 25px 25px 25px 150px;
	margin-bottom: 10px;
}
body.main2 .linkbox-wrap .link-box .icon-link-img {
	width: 87px;
	position: absolute;
	top: 12px; left: 30px;
	display: block;
	margin: 0;
	transform: scale(0.8);
}
body.main2 .linkbox-wrap .link-box .icon-link-img img {
	margin: 0 auto;
}

body.desktop.main2 #main .board-wrap {
	justify-content: flex-end;
}
body.main2 .board-wrap {
	border: 2px solid #225844;
	border-radius: 10px;
}
body.main2 .boardArea, body.main2 .boardLink {
	width: calc(100% / 3);
}
body.main2 .boardLink {
	padding: 0 30px;
	display: flex;
    flex-wrap: wrap;
}
body.main2 .boardLink .directBox {
	color: #fff;
	border: 0;
	border-radius: 0;
	padding: 30px 0 30px 70px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
body.main2 .directBox._01 {
	border-bottom: 2px solid #fff;
}
body.main2 .directBox._02 {
	margin: 0;
}
body.main2 .directBox::before,
body.main3 .directBox::before {
	left: 10px; top: 40px;
	background-image: url('/resources/images/users/icon-direct-w.png');
}
body.main2 .directBox .goBtn {
	color: #fff;
}
body.main2 .directBox .goBtn::after {
	border-color: #fff;
}

body.main2 .boardArea {
    margin: 20px 0;
    padding: 0 20px;
}
body.main2 .boardArea:first-child {
	border-right: 1px solid #225844;
}
body.main2 .boardArea h4 {
	position: relative;
	z-index: 1;
	border-bottom: 0;
	display: inline-block;
	background-color: #fff;
	padding-right: 15px;
}
body.main2 .boardArea:before {
	content: '';
	position: absolute;
	top: 17px; left: 20px;
	width: calc(100% - 30px);
	height: 2px;
	background-color: #8f8f8f;
}
body.main2 .moreBtn,
body.main3 .moreBtn {
	top: 6px; right: 0;
	font-size: 1.9rem;
	width: auto; height: auto;
	background-color: #fff;
	padding: 0 15px;
}
body.main2 .moreBtn:before,
body.main2 .moreBtn:after {
	background: none;
}



/* ---------------------
	main style3
--------------------- */
body.main3 #main {
	position: relative;
}
body.main3 .menuBtn,
body.main3 .homeBtn {
	background-image: url('/resources/images/users/icon-header3.png');
}

body.main3 .visual-wrap .slick-slide {
    display: flex;
    justify-content: center;
}
body.main3 .visual-wrap {
	min-height: 780px;
	background-color: transparent;
}
body.main3 .slick-slide img {
	max-width: inherit;
	height: 100%;
}
body.main3 .visual-slick {
	z-index: -1;
}
body.main3 .visual-txt {
	top: 70px; left: 0;
}

body.main3 .boardArea {
	color: #fff;
	width: 25%;
	background-color: #00a2ff;
	opacity: 0.7;
	padding: 10px 15px;
}
body.main3 .boardArea h4 {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 10px;
}
body.main3 .boardArea > ul {
	overflow: hidden;
	height: 60px;
}
body.main3 .boardArea ul li {
	font-size: 1.2rem;
	margin-bottom: 0;
	line-height: 1.3;
}
body.main3 .boardArea ul li a {
	width: calc(100% - 68px);
}
body.main3 .galleryArea {
	color: #fff;
	width: 50%;
	background-color: #00a2ff;
	padding: 10px 15px;
}
body.main3 .moreBtn {
	color: #fff;
	font-size: 1.4rem;
	padding: 0;
	background: transparent;
	top: 28px; right: 20px;
}
body.main3 .moreBtn:after {
	display: none;
}
body.main3 .moreBtn:before {
	content: '+';
	position: static;
	width: 0;
	background-color: transparent;
}

body.main3 .btn-link a,
body.main3 .directBox a {display: block;}
body.main3 .linkbox-wrap,
body.main3 #main .board-wrap {
	margin: 0;
}
body.main3 .galleryArea ul li > a  {display: block;}
body.main3 .linkbox-wrap .link-box,
body.main3 .linkbox-wrap .boardLink {
	width: 25%;
}
body.main3 .linkbox-wrap .link-box {
	text-align: left;
	border-radius: 0;
	padding: 10px;
    display: flex;
    align-items: center;
}
body.main3 .linkbox-wrap .link-box a {
	display: flex;
	align-items: center;
}
body.main3 .linkbox-wrap .link-box h4 {
	font-size: 2.4rem;
	display: inline-block;
}
body.main3 .linkbox-wrap .link-box .icon-link-img {
	width: 50px;
	height: auto;
	margin: 0;
}
body.main3 .linkbox-wrap .link-box .icon-link-img img {
	margin: 0;
}
body.main3 .boardLink {
	background-color: #000;
	color: #fff;
}
body.main3 .directBox {
	border: 0;
	padding: 13px 10px 13px 70px;
}
body.main3 .directBox h4 {font-size: 2rem;}
body.main3 .directBox._02 {margin-top: 0;}
body.main3 .linkbox-wrap .link-box._01 .icon-link-img {width: 70px;}
body.main3 .linkbox-wrap .link-box .icon-link-img,
body.main3 .directBox::before {
	transform: scale(0.7);
}
body.main3 .directBox::before {top: 2px;}
body.main3 .section-float {
	width: 100%;
	position: absolute;
	bottom: 155px;
}


/* 
	resposive
*/
@media all and (max-width: 910px) {
	/* board box */
	.boardLink h4 {font-size: 2.1rem;}
	.directBox {padding-left: 30%;}
	.directBox::before {left: 8%; top: 25px;}

	/* -- main2 -- */
	body.main2 .visual-txt {right: 20px; top: 40px; font-size: 3rem;}
}
@media all and (max-width: 810px) {
	/* main */
	.visual-txt {top: 15%; left: 6%;}
	/* -- main2 -- */
	/* body.main3 .slick-slide img{
		max-width: auto;
	} */
}
@media all and (max-width: 720px) {
	html { font-size: 9px; }
	/* -- mobile -- */
	.wrap {padding: 0 20px}
    .visual-wrap .wrap {padding: 0;}
	/* --------------------- header */
	header {
		padding: 20px !important;
		align-items: center;
		border-bottom: 1px solid #232323;
	}
	.navUtil,
	.navUtil ul li.mypage,
	.navUtil ul li.noIcon,
	.navUtil {display: none;}
	.menuBtn, .homeBtn { display: block; }

	header._on h1.logo {display: none;}
	header._on .navUtil {display: block;}
	header .navUtil {width: auto; font-size: 2rem;}
	.navUtil > ul > li {margin: 0 10px;}

    .logo img {margin-right: 0;}
    .logo span {display: none;}

	/* --------------------- menu */
	#menuWrap {display: none;}
	#menuWrap._on {
		display: block;
		position: absolute;
		top: 88px;
		left: 0px;
		background-color: #fff;
		width: 100%;
		height: calc(100vh - 80px);
		z-index: 11;
		overflow-y: auto;
		overflow-x: hidden;
	}
	.menu-list .mypage {display: block;}
	._child._on .menu-list2 {display: block;}
	#menuWrap._on,
	.menu-list {display: block; margin: 0;}

	.menu-list li {
		margin-bottom: 0;
		text-align: left;
	}
	.menu-list li a {
		display: block;
		padding: 20px;
	}
	.menu-list > li > a {
		position: relative;
		font-size: 3rem;
		color: #fff !important;
		border-bottom: 1px solid #fff;
		background-color: var(--color);
	}
	.menu-list > li:last-child > a,
	.menu-list2 > li:last-child > a {border-bottom: 0;} 

	.menu-list2 {
		display: none;
		position: static;
		width: 100%;
		padding: 0;
	}
	.menu-list2 > li > a {
		font-size: 2.5rem;
		border-bottom: 1px solid #d4d4d4;
		padding-left: 45px;
	}

	/* --------------------- footer */
	footer {padding: 0 0 30px;}
	.footer-link {position: relative; display: block;}
	.footer-link .cs-num {
		position: absolute; right: 0; top: 60px;
		font-size: 2.5rem
	}
	.footer-link .cs-num dt {font-size: inherit;}
	.footer-info {margin-top: -40px;}
	.footer-info h1.logo {margin: 0 0 20px; width: 100%;}
	
	/* --------------------- main section */
    .visual-wrap .slick-list li { height: 500px; }
    .visual-wrap .slick-list li img {
        max-width: inherit;
        height: 100%;
        width: auto;
        position: absolute;
        right: 0;
        top: 0;
    }
	.visual-under-link, .boardLink {display: none !important;}
	body.main3 .boardLink {display: block !important;}
	/* visual */
	.visual-wrap .slick-dots {bottom: 20px;}
	/* link box */
	.linkbox-wrap .link-box h4 {font-size: 2rem;}
	.linkbox-wrap .link-box {width: calc(33% - 5px); padding: 20px 0;}
	.linkbox-wrap .link-box .icon-link-img {margin: 10px auto;}
	.btn-link {padding: 4px 10px; font-size: 1.4rem;}
	/* board box */
	.boardArea {width: calc(50% - 5px) !important;}
    /* gallery */
    .gallery-list li { width: calc(100% / 2 - 10px); }
    #main .gallery-list li:nth-child(2) { margin-right: 0; }
    #main .gallery-list li:nth-child(3) {display: none;}
	.gallery-titleArea {justify-content: space-between;}

	/* -- main2 -- */
	body.main2 .visual-wrap-area { padding-top: 100px; }
	body.main2 .gallery-titleArea h4 span {display: none;}
	body.main2 .linkbox-wrap .link-box .icon-link-img {transform: scale(0.6); top: 0px; left: 10px;}
	body.main2 .linkbox-wrap .link-box {padding: 20px 20px 20px 100px;}
	body.main2 #main .board-wrap {flex-wrap: wrap;}
	body.main2 .boardLink {order: 1; display: flex !important; width: 100%; padding: 10px;}
	body.main2 .boardArea:first-child {order: 2;}
	body.main2 .boardArea:nth-child(2) {order: 3;}
	body.main2 .directBox::before {top: 6px; transform: scale(0.7);}
	body.main2 .boardLink .directBox {width: 50%; padding: 10px 0 10px 60px;}
	body.main2 .directBox._01 {border-bottom: 0; border-right: 2px solid #fff;}
	body.main2 .directBox .goBtn {display: block; width: 100%;}
	/* -- main3 -- */
	body.main3 .slick-slide img {    max-width: 1510px;}
	body.main3 .visual-wrap {min-height: 1007px;}
	body.main3 .visual-txt {left: 20px}
	body.main3 .linkbox-wrap .link-box, body.main3 .linkbox-wrap .boardLink, body.main3 .boardArea {width: 50% !important;}
	body.main3 .linkbox-wrap, body.main3 #main .board-wrap {flex-wrap: wrap;}
	body.main3 .boardArea ul li {font-size: 1.4rem;}
	body.main3 .boardArea ul li a { width: calc(100% - 71px); }
	body.main3 .galleryArea {width: 100%;}
	body.main3 .moreBtn {right: 10px; top: 15px;}
	body.main3 .galleryArea ul li > a {padding-right: 5px;}
	body.main3 .galleryArea ul li .img {margin: 0;}
	body.main3 .section-float {bottom: 55px;}
    
}


@media all and (max-width: 620px) {
	/* --------------------- header */
	header {padding: 15px !important;}
	.menuBtn, .homeBtn {transform: scale(0.6);}
	/* --------------------- menu */
	#menuWrap._on {top: 77px; height: calc(100vh - 77px);}
	.menu-list > li > a {font-size: 2rem;}
	.menu-list li a {padding: 15px;}
	.menu-list2 > li > a {font-size: 1.8rem; padding-left: 30px;}
	/* --------------------- main section */
	/* visual */
	.visual-txt {font-size: 2.5rem;}
}

@media all and (max-width: 500px) {
	/* --------------------- footer */
	.footer-link {font-size: 1.5rem; margin-bottom: 0;}
	.footer-link ul li:before {margin: 0 5px;}
    .footer-info {margin-top: 15px;}
	.footer-link .cs-num {font-size: 2rem; top: 36px;}
	.footer-link .cs-num dt {display: block; margin: 0;}
}
@media all and (max-width: 450px) {
	html { font-size: 8px; }
	/* --------------------- main section */
	/* visual */
	.visual-txt {font-size: 2rem;}

	/* -- main2 -- */
	body.main2 .boardLink h4 {font-size: 1.9rem;}
	body.main2 .directBox .goBtn {font-size: 1.7rem;}
	body.main2 .directBox::before {top: 1px;}

	/* -- main3 -- */
	body.main3 .linkbox-wrap .link-box h4 {font-size: 2rem;}
	body.main3 .boardArea > ul {height: 57px;}
}
