/* common */
.section{
	padding: 140px 0;
}

.section .tit{
	font-size: 50px;
	text-align: center;
	font-weight: 600;
	margin-bottom: 50px;
	color: #212121;
}

.section .tit .subSpan{
	display: block;
	font-family: "Noto Serif KR", serif;
	font-family: 'nr';
	font-style: normal;
	font-variation-settings: "wdth" 100;
	font-optical-sizing: auto;
	font-size: 18px;
	font-weight: 400;
	color: #212121;
	margin-bottom: 10px;
}

.section .tit .subSpan::after{
	content: 'LAWFIRM SAEGANG';
	display: block;

}

.subTit{
	font-size: 16px;
	color: #002101;
	display: inline-block;
	padding: 6px 8px;
	background: rgba(0,189,6,0.2);
	line-height: 1.6;
	margin-bottom: 20px;
}

.conTxt{
	font-size: 18px;
	color: #1f1f1f;
	line-height: 1.5;
	font-weight: 500;
	margin-bottom: 40px;
	text-align: center;
}

.conTxt strong{
	font-weight: bold;
} 

.imgBox img{
	max-width: 100%;
}

.col{
	color: #cdc081;
}

/* visual */
.visual{
	position: relative;
	height: 100vh;
	overflow: hidden;
	background: #000;
	/* background: url(/include/img/visual01.jpg) no-repeat center / cover; */
}

.visual video{
	min-width: 100%;
	min-height: 100vh;
	/* width: 100%; */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.visual .txtBox{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	width: 90%;
	max-width: 1400px;
	margin: auto;
	height: 100%;
	z-index: 5;
	position: relative;
}

.visual .txtBox img{
	display: block;
	margin-bottom: 20px;
}

.visual .txtBox h2{
	color: #fff;
	font-size: 58px;
	line-height: 1.7;
	width: 100%;
	margin-bottom: 40px;
	text-align: center;
	font-family: "Noto Serif KR", serif;
	font-weight: 600;
}

.visual .txtBox h2 span{
	display: block;
	font-size: 30px;
	font-weight: normal;
}

/* scrollBox */
.scrollBox{
	position: fixed;
	left: 50%;
	bottom: 100px;
	transform: translate(-50%,0);
	z-index: 20;
	display: flex;
	align-items: center;
}

.scrollBox.off{
	display: none;
}

.scrollBox p{
	color: #fff;
	font-weight: 300;
	font-size: 14px;
}

.scrollBox .scroll{
	width: 10px;
	height: 34px;
	border-radius: 100px;
	box-sizing: border-box;
	background: rgba(255,255,255,0.2);
	display: block;
	position: relative;
	margin-left: 20px;
}

.scrollBox .scroll span{
	display: block;
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	left: 0%;
	top: 0%;
	animation: scroll 5s infinite;
}

@keyframes scroll{
	0%{top: 0%;transform: translateY(0%);}
	30%{top: 100%;transform: translateY(-100%);}
	80%{top: 0%;transform: translateY(0%);}
}

/* section02 */
.section02{
	background: url(/include/img/section02_bg.jpg) no-repeat left bottom / cover;
}

.section02 .inner{
	display: flex;
	justify-content: space-between;
}

.section02 .inner .leftBox{
	width: 35%;
	position: relative;
	z-index: 1;
	display: flex;
	align-content: center;
	flex-wrap: wrap;
}

.section02 .inner .leftBox h2{
	color: #fff;
	font-family: "nb";
	font-size: 60px;
	margin-bottom: 40px;
	font-weight: normal;
	width: 100%;
}

.section02 .inner .leftBox h2 span{
	display: block;
	font-size: 18px;
	margin-bottom: 10px;
}

.section02 .pagerDiv{
	width: 100%;
	display: flex;
	margin-top: 50px;
}

.section02 .pagerDiv span{
	color: #fff;
	font-size: 20px;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #fff;
	cursor: pointer;
}

.section02 .pagerDiv span + span{
	margin-left: 10px;
}

.section02 .inner .leftBox .goA{
	background: rgba(255,255,255,0.1);
	border: 1px solid var(--mainCol);
	display: inline-block;
	color: var(--mainCol);
	font-size: 16px;
	padding: 10px 20px;
}

.section02 .inner .rightBox{
	width: calc(100% - 35% - 50px);
}

.section02 .slick-list{
	overflow: visible;
}

.section02 .slideUl{
	width: 100%;
	max-width: 780px;
	position: relative;
}

.section02 .slideLi{
	background: url(/include/img/section02_conBg.jpg) no-repeat center top / cover;
	display: flex;
	justify-content: space-between;
	padding: 50px 50px 0;
	margin-right: 40px;
	opacity: 1;
	transition: all 1.4s;
	position: absolute;
	left: 0%;
	top: 0px;
	transform: translate(calc(100% + 30px),30px);
}

.section02 .slideLi.on{
	transform: translate(0,0);
	z-index: 2;
}

.section02 .slideLi:first-child{
	position: relative;
	left: auto;
	top: 0;
}

.section02 .slideLi.slick-current{
	opacity: 1;
}

.section02 .slideLi.slick-current + .slideLi{
	opacity: 1;
	transform: translateY(30px);
}

.section02 .slideLi .imgBox{
	width: 279px;
}

.section02 .slideLi .imgBox img{
	max-width: 100%;
}

.section02 .slideLi .txtBox{
	padding-top: 50px;
	width: calc(100% - 279px - 30px);
	position: relative;
}

.section02 .slideLi .txtBox h3{
	font-family: "nb";
	color: #fff;
	font-size: 40px;
	font-weight: normal;
}

.section02 .slideLi .txtBox h3 span{
	font-size: 0.5em;
	font-family: "nel";
}

.section02 .slideLi .txtBox > p{
	color: #fff;
	font-size: 18px;
	line-height: 1.7;
	margin-top: 15px;
}

.section02 .slideLi .txtBox .hash{
	display: flex;
	flex-wrap: wrap;
	margin-top: 15px;
}

.section02 .slideLi .txtBox .hash li{
	color: #fff;
	font-size: 16px;
	display: inline-block;
	padding: 7px 20px;
	line-height: 1;
	border: 2px solid #fff;
	border-radius: 100px;
	margin-top: 10px;
	margin-right: 10px;
}

.section02 .slideLi .txtBox .bottom{
	position: absolute;
	right: 0;
	bottom: 30px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.section02 .slideLi .txtBox .bottom .blogA{
	background: #1b140d;
	color: #fff;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 180px;
	height: 45px;
	border-radius: 100px;
}

.section02 .slideLi .txtBox .bottom .blogA img{
	width: 24px;
	margin-right: 5px;
}

.section02 .slideLi .txtBox .bottom .num{
	font-size: 35px;
	font-family: "nr";
	color: #fff;
}

.section02 .slideLi .txtBox .bottom .num span{
	color: #f3b779;
}

/* section01 */
.section01{
	background: url(/include/img/section01_bg.jpg) no-repeat left bottom / cover;
	padding-bottom: 250px;
}

.section01 .tit .subSpan::after{
	content: 'SAEGANG INSIGHTS';
}

.section01 ul{
	display: flex;
	justify-content: space-between;
}

.section01 ul li{
	width: calc(100%/3 - 100px/3);
	position: relative;
}

.section01 ul li::before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: #8a765f;
	width: 100%;
	height: 100%;
}

.section01 ul li a{
	display: block;
	position: relative;
	background: rgba(0,0,0,1);
	transition: all 0.4s;
	z-index: 1;
}

.section01 ul li:hover a{
	background: rgba(173,145,114,1);
	transform: translate(-15px,-15px);
}

.section01 ul li .imgBox{
	opacity: 0.3;
	transition: all 0.4s;
}

.section01 ul li:hover .imgBox{
	opacity: 0.5;
}

.section01 ul li .txtBox{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%,-50%);
	text-align: center;
}

.section01 ul li .txtBox h3{
	color: #fff;
	font-size: 28px;
	line-height: 1.5;
}

.section01 ul li .txtBox .more{
	margin: auto;
	margin-top: 30px;
	width: 170px;
	padding: 10px 30px;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	border: 1px solid #fff;
	display: none;
}

/* section05 */
.section05{
	background: url(/include/img/section05_bg.jpg) no-repeat center / cover;
}

.section05 .inner{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
}

.section05 .cateSpan{
	font-size: 14px;
	color: #fff;
	display: inline-block;
	padding: 6px 25px;
	background: #1b140d;
	line-height: 1;
	font-weight: 600;
	margin-bottom: 10px;
}

.section05 h5{
	font-size: 17px;
	font-weight: 600;
	line-height: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 10px;
}

.section05 .txtP{
	color: #4f4f4f;
	font-size: 15px;
	line-height: 1.7;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.section05 .dateSpan{
	color: #4f4f4f;
	font-size: 15px;
	line-height: 1;
	margin-top: 20px;
	display: block;
}

.section05 .leftBox{
	width: 55%;
}

.section05 .leftBox .titBox{
	
}

.section05 .leftBox .tit{
	margin-right: 50px;
	margin-bottom: 30px;
	text-align: left;
}

.section05 .leftBox .tit .subSpan::after{
	content: 'CASE RESULTS';
}

.section05 .leftBox .caseBig{
	background: #fff url(/include/img/section05_logo.png) no-repeat right 30px bottom 30px / auto;
	box-sizing: border-box;
	padding: 30px;
	border-radius: 0px;
	height: 450px;
	/* box-shadow: rgba(0,0,0,0.1) 0 0 20px; */
}

.section05 .leftBox .whoUl{
	margin-top: 20px;
	display: flex;
}

.section05 .leftBox .whoUl li{
	margin-right: 10px;
}

.section05 .leftBox .whoUl li .imgBox{
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	border-radius: 50%;
	margin: 0 auto 10px;
	width: 74px;
	border: 1px solid var(--mainCol)
}

.section05 .leftBox .whoUl li img{
	display: block;
	margin: 0;
	padding: 0;
	opacity: 0;
	width: 100%;
}

.section05 .leftBox .whoUl li p{
	color: #002101;
	font-size: 15px;
	line-height: 1;
	font-weight: 600;
}

.section05 .leftBox .more{
	border: 1px solid var(--mainCol);;
	display: inline-block;
	padding: 8px 30px;
	line-height: 1;
	color: var(--mainCol);
	font-size: 15px;
	font-weight: 600;
	border-radius: 0px;
	margin-top: 20px;
}

.section05 .rightBox{
	width: calc(45% - 20px);
}

.section05 .rightBox .schBox{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}

.section05 .rightBox .schBox select{
	width: 120px;
	height: 35px;
	font-size: 15px;
	font-weight: 600;
	box-sizing: border-box;
	padding-left: 10px;
	background: rgba(255,255,255,0.5);
	border: 1px solid #ccc;
	border-radius: 0px;
}

.section05 .rightBox .schBox input{
	font-size: 15px;
	height: 33px;
	box-sizing: border-box;
	padding-left: 10px;
	border: 0;
	border-radius: 0px;
	width: calc(100% - 25px);
	background: transparent;
}

.section05 .rightBox .schBox .inputBox{
	width: calc(100% - 120px - 10px);
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 0px;
	overflow: hidden;
	padding: 0 10px 0 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: rgba(255,255,255,0.5);
}

.section05 .rightBox .listBox ul{
	height: 450px;
}

.section05 .rightBox .listBox ul li{
	box-sizing: border-box;
	padding: 15px;
	height: calc(450px/3 - 20px/3);
	border: 3px solid transparent;
	cursor: pointer;
	background: rgba(255,255,255,0.5);
}

.section05 .rightBox .listBox ul li + li{
	margin-top: 10px;
}

.section05 .rightBox .listBox ul li.on{
	/* border-color: #002101; */
	background: rgba(255,255,255,0.95);
}

.section05 .rightBox .listBox ul li .txtP{
	-webkit-line-clamp: 2;
}

.section05 .rightBox .listBox ul li .whoUl{
	display: none !important;
}

/* section06 */
.section06{
	background: #fff;
	text-align: center;
	overflow: hidden;
}

.section06 .inner{
	display: flex;
	align-items: center;
}

.section06 .leftBox{
	width: 350px;
	text-align: left;
	position: relative;
	z-index: 5;
}

.section06 .tit{
	text-align: left;
	margin-bottom: 40px;
}

.section06 .tit .subSpan::after{
	content: 'LATEST';
}

.section06 .conTxt{
	text-align: left;
	margin-bottom: 30px;
}

.section06 .leftBox .moreBtn{
	display: inline-block;
	line-height: 1;
	font-size: 14px;
	padding: 10px 30px;
	border: 1px solid var(--mainCol);
	color: var(--mainCol);
	font-weight: 500;
}

.section06 .leftBox .cusDot{
	max-width: 200px;
	width: 80%;
	display: flex;
	margin-top: 70px;
}

.section06 .leftBox .cusDot li{
	width: 50%;
	background: #fff;
	height: 4px;
}

.section06 .leftBox .cusDot li.on{
	background: #8b0029;
}

.section06 .slideUl{
	width: calc(100% - 350px);
	position: relative;
	max-width: 850px;
}

.section06 .slideUl::before{
	content: '';
	display: block;
	width: 5000px;
	height: 150%;
	position: absolute;
	top: 50%;
	right: 100%;
	transform: translate(0,-50%);
	background: #fff;
	z-index: 3;
}

.section06 .slick-list{
	overflow: visible;
}

.section06 .slick-track{
	display: flex;
}

.section06 .slideLi{
	text-align: left;
	background: url(/include/img/section06_conBg.jpg) no-repeat center / cover;
	box-sizing: border-box;
	padding: 30px;
	border-radius: 0px;
	margin: 0 15px;
	position: relative;
	float: inherit;
	height: 250px;
}

.section06 .slideLi a{
	display: flex;
	justify-content: space-between;
}

.section06 .slideLi .cateSpan{
	font-size: 15px;
	color: #fff;
	display: inline-block;
	padding: 6px 15px;
	border: 1px solid #ccc;
	border-radius: 100px;
	background: transparent;
	line-height: 1;
	font-weight: 600;
	margin-bottom: 15px;
}

.section06 .slideLi .imgBox{
	width: 380px;
	height: 288px;
}

.section06 .slideLi .txtBox{
	width: calc(100%);
}

.section06 .slideLi h5{
	font-size: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 15px;
	color: #fff;
}

.section06 .slideLi p{
	font-size: 15px;
	color: #fff;
	line-height: 1.7;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.section06 .slideLi .more{
	color: #fff;
	font-size: 16px;
	text-align: right;
	position: absolute;
	bottom: 20px;
	right: 30px;
	font-weight: 600;
}

.section06 .slideLi .dateSpan{
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	text-align: right;
	position: absolute;
	bottom: 20px;
	left: 30px;
	font-weight: 600;
}

.section06 .slick-prev,
.section06 .slick-next{
	width: 75px;
	height: 45px;
	opacity: 1;
	z-index: 1;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	top: 100%;
	left: 50%;
	right: auto;
}

.section06 .slick-prev{
	background-image: url(/include/img/icon_prev.png);
	transform: translate(calc(-100% - 5px),50px);
}

.section06 .slick-next{
	background-image: url(/include/img/icon_next.png);
	transform: translate(calc(0% + 5px),50px);
}

.section06 .slick-prev::before,
.section06 .slick-next::before{
	opacity: 0 !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* section07 */
.section07{
	background: url(/include/img/section07_bg.jpg) no-repeat center / cover;
}

.section07 .inner{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.section07 .leftBox{
	width: 600px;
}

.section07 .tit{
	text-align: left;
}

.section07 .leftBox article{
	background: #fff;
	box-sizing: border-box;
	padding: 30px;
}

.section07 .leftBox article .cateMap{
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 20px;
}

.section07 .leftBox article .cateMap li{
	width: calc(100%/4 - 20px/4);
	color: #999797;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	line-height: 40px;
	background: #fcf3eb;
	cursor: pointer;
}

.section07 .leftBox article .cateMap li.on{
	background: #1b140d;
	color: #fff;
}

.section07 .leftBox article .mapBox{
	position: relative;
	margin-bottom: 15px;
}

.section07 .leftBox article .mapBox li{
	position: relative;
	z-index: 1;
}

.section07 .leftBox article .mapBox li + li{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.section07 .leftBox article .mapBox li.on{
	z-index: 2 !important;
}

.section07 .leftBox article .mapBox li iframe{
	width: 100%;
	height: 350px;
}

.section07 .leftBox .bBox{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.section07 .leftBox .bBox p{
	display: flex;
	align-items: center;
	line-height: 1;
	font-size: 16px;
	font-weight: bold;
}

.section07 .leftBox .bBox p .fa{
	font-size: 1.2em;
	margin-right: 5px;
	color: var(--mainCol);
}

.section07 .leftBox .bBox a{
	font-size: 14px;
	border: 1px solid var(--mainCol);
	color: var(--mainCol);
	display: inline-block;
	padding: 6px 10px;
	line-height: 1;
	font-weight: 500;
	transition: all 0.4s;
}

.section07 .leftBox .bBox a:hover{
	background: var(--mainCol);
	color: #fff;
}

.section07 .rightBox{
	width: calc(100% - 600px - 50px);
	display: flex;
	align-items: center;
	justify-content: center;
}

.section07 .rightBox .imgBox{
	position: relative;
	max-width: 424px;
	margin: auto;
}

.section07 .rightBox .imgBox .on{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	animation: tw 7s infinite;
}

.section07 .rightBox .imgBox .i1{
	animation-delay: 0.0s;
}

.section07 .rightBox .imgBox .i2{
	animation-delay: 0.3s;
}

.section07 .rightBox .imgBox .i3{
	animation-delay: 0.6s;
}

.section07 .rightBox .imgBox .i4{
	animation-delay: 0.9s;
}

@keyframes tw{
	0%{opacity: 0;}
	35%{opacity: 1;}
}

/* section04 */
.section.section04{
	background: url(/include/img/section04_bg.jpg) no-repeat center / cover;
	padding: 120px 0;
}

.section04 h2{
	color: #fff;
	text-align: center;
	font-family: "nel";
	font-size: 35px;
	line-height: 1.5;
	font-weight: 300;
	margin-bottom: 30px;
}

.section04 h2 span{
	font-size: 18px;
	display: block;
}

.section04 h2 strong{
	margin-bottom: 10px;
	display: block;
	font-weight: 400;
}

.section04 .conTxt{
	margin-bottom: 0;
	color: #fff;
	font-weight: 400;
	line-height: 1.7;
}

/* section10 */
.section10{
	background: url(/include/img/section10_bg.jpg) no-repeat center / cover;
}

.section10 .inner{
	display: flex;
	justify-content: space-between;
}

.section10 .inner .leftBox{
	width: 60%;
	background: #e5dacf;
	box-sizing: border-box;
	padding: 40px 30px 50px;
}

.section10 .inner .leftBox .tit{
	text-align: left;
	margin-bottom: 15px;
	font-size: 30px;
	color: var(--mainCol);
}

.section10 .inner .leftBox .conTxt{
	text-align: left;
	margin-bottom: 15px;
	font-weight: 500;
}

.section10 .inner .formDiv ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.section10 .inner .formDiv ul li{
	width: calc(100%/2 - 25px/2);
	margin-top: 20px;
}

.section10 .inner .formDiv ul li:nth-child(-n+2){
	margin-top: 0;
}

.section10 .inner .formDiv ul li.full{
	width: 100%;
}

.section10 .inner .formDiv ul li label{
	display: none;
}

.section10 .inner .formDiv ul li input,
.section10 .inner .formDiv ul li select,
.section10 .inner .formDiv ul li textarea{
	background: transparent;
	border: 0;
	border-bottom: 2px solid #c2c2c2;
	outline: none;
	font-size: 16px;
	width: 100%;
	height: 45px;
	padding: 0;
}

.section10 .inner .formDiv .perBox{
	margin-top: 30px;
	display: flex;
	align-items: center;
}

.section10 .inner .formDiv .perBox label{
	font-size: 16px;
	line-height: 1;
}

.section10 .inner .formDiv .perBox input{
	width: 16px;
	height: 16px;
	border-radius: 0;
	margin-right: 5px;
}

.section10 .inner .formDiv .sendBtn{
	font-size: 20px;
	line-height: 1;
	color: #fff;
	font-weight: 600;
	text-align: center;
	width: 220px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	background: var(--mainCol);
	margin: 25px auto 0;
	border: 0;
}

.section10 .inner .rightBox{
	width: calc(100% - 60% - 15px);
}

.section10 .inner .placeBox{
	margin-bottom: 15px;
	background: var(--mainCol);
	box-sizing: border-box;
	padding: 40px 30px;
}

.section10 .inner .placeBox .topCon{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

.section10 .inner .placeBox h2{
	color: #fff;
	font-size: 30px;
	line-height: 1;
}

.section10 .inner .placeBox .topCon ul{
	display: flex;
	justify-content: flex-end;
	width: 70%;
}

.section10 .inner .placeBox .topCon ul li{
	color: var(--mainCol);
	font-size: 14px;
	background: #e5dacf;
	width: calc(100%/4 - 10px/4);
	max-width: 80px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.section10 .inner .placeBox .topCon ul li + li{
	margin-left: 5px;
}

.section10 .inner .placeBox .topCon ul li.on{
	background: #1b140d;
	color: #fff;
	font-weight: 600;
}

.section10 .inner .placeBox p{
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	color: #fff;
}

.section10 .inner .nowList{
	box-sizing: border-box;
	padding: 35px 30px;
	background: #f3f3f3;
}

.section10 .inner .nowList .tit{
	text-align: left;
	font-size: 30px;
	margin-bottom: 20px;
}

.section10 .inner .nowBox{
	height: calc(38px*5);
	overflow: hidden;
}

.section10 .inner .nowBox ul li{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 38px;
}

.section10 .inner .nowBox ul li p{
	font-size: 18px;
	line-height: 1.2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.section10 .inner .nowBox ul li p:nth-child(1){
	width: calc(100% - 100px - 100px);
	font-weight: 600;
}

.section10 .inner .nowBox ul li p:nth-child(2){
	width: 100px;
}

.section10 .inner .nowBox ul li p:nth-child(3){
	width: 100px;
	text-align: right;
}













/* ---------------------------------------------------------- 720 */
@media screen and (max-width: 720px){

/* common */
.section .tit{
	font-size: 6.5vw;
	margin-bottom: 7vw;
}

.section .tit .subSpan{
	font-size: 2.5vw;
}

.conTxt{
	font-size: 3.5vw;
	margin-bottom: 7vw;
}

.section{
	padding: 12vw 0;
}

/* visual */
.visual{
	height: 100vh;
}

.visual video{
	width: auto;
	height: 100%;
	min-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
}

.visual .txtBox img{
	display: block;
	max-width: 153px;
	width: 25vw;
	margin-bottom: 20px;
}

.visual .txtBox h2{
	font-size: 6vw;
	margin-bottom: 6vw;
}

.visual .txtBox h2 span {
    font-size: 4vw;
}

.visual .txtBox p{
	font-size: 4.5vw;
}

/* scrollBox */
.scrollBox{
	bottom: 12vw;
}

.scrollBox p{
	font-size: 12px;
}

.scrollBox .scroll{
	width: 8px;
	height: 28px;
	margin-left: 14px;
}

.scrollBox .scroll span{
	width: 8px;
	height: 8px;
}

/* section02 */
.section02{
	background: url(/include/img/section02_bg.jpg) no-repeat left bottom / cover;
}

.section02 .inner{
	display: block;
}

.section02 .inner .leftBox{
	width: 100%;
	margin-bottom: 5vw;
}

.section02 .inner .leftBox h2{
	font-size: 6.5vw;
	margin-bottom: 5vw;
}

.section02 .inner .leftBox h2 span{
	font-size: 3vw;
	margin-bottom: 1vw;
}

.section02 .pagerDiv{
	margin-top: 7vw;
}

.section02 .pagerDiv span{
	font-size: 20px;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #fff;
	cursor: pointer;
}

.section02 .pagerDiv span + span{
	margin-left: 10px;
}

.section02 .inner .leftBox .goA{
	font-size: 3.5vw;
	padding: 2vw 4vw;
}

.section02 .inner .rightBox{
	width: calc(100%);
}

.section02 .slideUl{
	width: 100%;
	max-width: 780px;
}

.section02 .slideLi{
	background: url(/include/img/section02_conBg.jpg) no-repeat center top / cover;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	padding: 5vw 5vw 0;
	margin-right: 5vw;
	transform: translate(calc(5vw),5vw);
	opacity: 0.8;
}

.section02 .slideLi.on{
	transform: translate(0,0);
	z-index: 2;
	opacity: 1;
}

.section02 .slideLi .imgBox{
	max-width: 279px;
	width: 55%;
	margin-top: -10vw;
	order: 1;
}

.section02 .slideLi .txtBox{
	padding-top: 7vw;
	width: calc(100%);
	position: relative;
	padding-bottom: 0vw;
	order: 0;
}

.section02 .slideLi .txtBox h3{
	font-size: 6vw;
}

.section02 .slideLi .txtBox h3 span{
	font-size: 0.5em;
}

.section02 .slideLi .txtBox > p{
	font-size: 3.5vw;
	margin-top: 3vw;
}

.section02 .slideLi .txtBox .hash{
	margin-top: 3vw;
	margin-bottom: 5vw;
}

.section02 .slideLi .txtBox .hash li{
	font-size: 3vw;
	padding: 2vw 4vw;
	margin-top: 2vw;
	margin-right: 2vw;
}

.section02 .slideLi .txtBox .bottom{
	position: static;
	right: auto;
	bottom: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 10vw;
}

.section02 .slideLi .txtBox .bottom .blogA{
	font-size: 3vw;
	width: 35vw;
	height: 10vw;
}

.section02 .slideLi .txtBox .bottom .blogA img{
	width: 4vw;
	margin-right: 1vw;
}

.section02 .slideLi .txtBox .bottom .num{
	font-size: 5vw;
	position: absolute;
	top: 0;right: 0;
}

/* section01 */
.section01 ul{
	flex-wrap: wrap;
	justify-content: space-between;
}

.section01 ul li{
	width: calc(100%);
}

.section01 ul li + li{
	margin-top: 3vw;
}

.section01 ul li a{
	height: 40vw;
	overflow: hidden;
}

.section01 ul li:hover a{
	transform: translate(-2vw,-2vw);
}

.section01 ul li .imgBox{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
}

.section01 ul li .txtBox h3{
	font-size: 5vw;
}

.section01 ul li .txtBox .more{
	margin-top: 5vw;
	width: 60%;
	padding: 2vw 5vw;
	font-size: 3vw;
}

/* section07 */
.section07{
	background: url(/include/img/section07_bg.jpg) no-repeat center / cover;
}

.section07 .inner{
	display: block;
}

.section07 .leftBox{
	width: 100%;
}

.section07 .tit{
	text-align: left;
}

.section07 .leftBox article{
	padding: 5vw;
}

.section07 .leftBox article .cateMap{
	margin-bottom: 3vw;
}

.section07 .leftBox article .cateMap li{
	width: calc(100%/3 - 4vw/3);
	font-size: 3vw;
	line-height: 10vw;
}

.section07 .leftBox article .mapBox{
	margin-bottom: 3vw;
}

.section07 .leftBox article .mapBox li iframe{
	height: 40vw;
}

.section07 .leftBox .bBox{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.section07 .leftBox .bBox p{
	font-size: 3vw;
}

.section07 .leftBox .bBox p .fa{
	margin-right: 1vw;
}

.section07 .leftBox .bBox a{
	font-size: 2.5vw;
	padding: 1vw 2vw;
}

.section07 .rightBox{
	width: calc(50%);
	display: none;
}

/* section04 */
.section.section04{
	background: url(/include/img/section04_bg.jpg) no-repeat center / cover;
	padding: 12vw 0;
}

.section04 h2{
	font-size: 5vw;
	margin-bottom: 5vw;
}

.section04 h2 span{
	font-size: 3vw;
	margin-bottom: 2vw;
}

.section04 .conTxt{
	color: #fff;
	font-weight: 400;
	font-size: 3vw;
}

/* section05 */
.section05 .cateSpan{
	font-size: 3vw;
	padding: 2vw 4vw;
	margin-bottom: 4vw;
}

.section05 h5{
	font-size: 4vw;
	margin-bottom: 4vw;
}

.section05 .txtP{
	font-size: 3.5vw;
	-webkit-line-clamp: 3;
}

.section05 .dateSpan{
	font-size: 2.5vw;
	margin-top: 4vw;
}

.section05 .leftBox{
	width: 100%;
}

.section05 .leftBox .titBox{
	margin-bottom: 7vw;
}

.section05 .leftBox .tit{
	margin-right: 7vw;
}

.section05 .leftBox .caseBig{
	background: #fff url(/include/img/section05_logo.png) no-repeat right 5vw bottom 5vw / 30% auto;
	padding: 5vw;
	padding-bottom: 15vw;
	height: auto;
	margin-bottom: 5vw;
}

.section05 .leftBox .whoUl{
	margin-top: 4vw;
}

.section05 .leftBox .whoUl li{
	margin-right: 2vw;
}

.section05 .leftBox .whoUl li .imgBox{
	margin: 0 auto 2vw;
	width: 16vw;
}

.section05 .leftBox .whoUl li p{
	font-size: 3vw;
}

.section05 .leftBox .more{
	padding: 2vw 4vw;
	font-size: 3vw;
	margin-top: 4vw;
}

.section05 .rightBox{
	width: calc(100%);
}

.section05 .rightBox .schBox{
	margin-bottom: 5vw;
}

.section05 .rightBox .schBox select{
	width: 30%;
	height: 35px;
	font-size: 12px;
	padding-left: 10px;
}

.section05 .rightBox .schBox input{
	font-size: 12px;
	height: 33px;
	padding-left: 10px;
	width: calc(100% - 25px);
}

.section05 .rightBox .schBox .inputBox{
	width: calc(100% - 30% - 10px);
	padding: 0 10px 0 0;
}

.section05 .rightBox .listBox ul li{
	padding: 3vw;
	padding-bottom: 5vw;
	border: 2px solid transparent;
	border-bottom: 1px solid #ececec;
	height: auto;
}

.section05 .rightBox .listBox ul li.on{
	border-bottom: 0;
}

.section05 .rightBox .listBox ul li .txtP{
	-webkit-line-clamp: 2;
}

/* section06 */
.section06{
	padding-bottom: 12vw;
	overflow: hidden;
}

.section06 .inner{
	flex-wrap: wrap;
}

.section06 .leftBox{
	width: 100%;
	text-align: left;
	margin-bottom: 5vw;
}

.section06 .tit{
	margin-bottom: 3vw;
}

.section06 .conTxt{
	margin-bottom: 5vw;
}

.section06 .leftBox .moreBtn{
	font-size: 3vw;
	padding: 2vw 5vw;
}

.section06 .leftBox .cusDot{
	max-width: none;
	width: 100%;
	margin-top: 10vw;
}

.section06 .slideUl{
	width: calc(100%);
	max-width: none;
	margin: auto;
}

.section06 .slideUl::before{
	display: none;
}

.section06 .slick-list{
	overflow: hidden;
	margin: 0 -10px;
}

.section06 .slick-track{
	display: flex;
}

.section06 .slideLi{
	padding: 5vw;
	padding-bottom: 10vw;
	margin: 0 10px;
}

.section06 .slideLi a{
	flex-wrap: wrap;
}

.section06 .slideLi .cateSpan{
	font-size: 3vw;
	padding: 2vw 3vw;
	margin-bottom: 3vw;
}

.section06 .slideLi .imgBox{
	width: 100%;
	height: 50vw;
	margin-bottom: 3vw;
}

.section06 .slideLi .txtBox{
	width: calc(100%);
}

.section06 .slideLi h5{
	font-size: 4vw;
	margin-bottom: 3vw;
}

.section06 .slideLi p{
	font-size: 3vw;
	-webkit-line-clamp: 3;
}

.section06 .slideLi .more{
	font-size: 3vw;
	bottom: 4vw;
	right: 5vw;
}

.section06 .slick-prev,
.section06 .slick-next{
	width: 75px;
	height: 45px;
	opacity: 1;
	z-index: 1;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	top: 100%;
	left: 50%;
	right: auto;
}

.section06 .slick-prev{
	background-image: url(/include/img/icon_prev.png);
	transform: translate(calc(-100% - 5px),50px);
}

.section06 .slick-next{
	background-image: url(/include/img/icon_next.png);
	transform: translate(calc(0% + 5px),50px);
}

.section06 .slick-prev::before,
.section06 .slick-next::before{
	opacity: 0 !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* section10 */
.section10 .inner{
	flex-wrap: wrap;
}

.section10 .inner .leftBox{
	width: 100%;
	padding: 5vw 5vw 7vw;
	margin-bottom: 3vw;
}

.section10 .inner .leftBox .tit{
	margin-bottom: 2vw;
	font-size: 5.5vw;
}

.section10 .inner .leftBox .conTxt{
	margin-bottom: 2vw;
}

.section10 .inner .formDiv ul li{
	width: calc(100%/2 - 4vw/2);
	margin-top: 3vw;
}

.section10 .inner .formDiv ul li input,
.section10 .inner .formDiv ul li select,
.section10 .inner .formDiv ul li textarea{
	font-size: 3vw;
	height: 10vw;
}

.section10 .inner .formDiv .perBox{
	margin-top: 5vw;
}

.section10 .inner .formDiv .perBox label{
	font-size: 3vw;
}

.section10 .inner .formDiv .perBox input{
	width: 3vw;
	height: 3vw;
	margin-right: 1vw;
}

.section10 .inner .formDiv .sendBtn{
	font-size: 4vw;
	width: 50%;
	height: 10vw;
	margin: 4vw auto 0;
	border: 0;
}

.section10 .inner .rightBox{
	width: calc(100%);
}

.section10 .inner .placeBox{
	margin-bottom: 3vw;
	padding: 6vw 5vw;
}

.section10 .inner .placeBox h2{
	font-size: 5.5vw;
}

.section10 .inner .placeBox .topCon ul{
	width: 60%;
}

.section10 .inner .placeBox .topCon ul li{
	font-size: 3vw;
	width: calc(100%/3 - 2vw/3);
	max-width: none;
	height: auto;
	padding: 2vw 0;
	line-height: 1;
}

.section10 .inner .placeBox .topCon ul li + li{
	margin-left: 1vw;
}

.section10 .inner .placeBox p{
	font-size: 3vw;
}

.section10 .inner .nowList{
	padding: 6vw 5vw;
	background: #f3f3f3;
}

.section10 .inner .nowList .tit{
	font-size: 5.5vw;
	margin-bottom: 3vw;
}

.section10 .inner .nowBox{
	height: calc(10vw*5);
	overflow: hidden;
}

.section10 .inner .nowBox ul li{
	height: 10vw;
}

.section10 .inner .nowBox ul li p{
	font-size: 3.5vw;
}

.section10 .inner .nowBox ul li p:nth-child(1){
	width: calc(100% - 20vw - 20vw);
	font-weight: 600;
}

.section10 .inner .nowBox ul li p:nth-child(2){
	width: 20vw;
}

.section10 .inner .nowBox ul li p:nth-child(3){
	width: 20vw;
}












}