@charset "utf-8";
.pcbr{display:none;}
.ptbr{display:block;}
.tbbr{display:block;}
.tmbr{display:none;}
.mbbr{display:none;}
.dn{display:none;}
#wrap{overflow:hidden;}
#container{background:#000;padding-top:100px;}
#contents{
	overflow:hidden;
	position:relative;z-index:500;
	background:#fff;
	border-radius:50px 50px 0 0;
}

.page{padding:0px 0 200px;}
.innerwrap{max-width:1300px;width:94%;margin:0 auto;}
.pageLocation{	
	display:flex;justify-content:flex-end;
	margin-top:50px;padding-right:5%;
	display:none;
}
.pageLocation ul{display:flex;}
.pageLocation ul li{
	position:relative;padding-left:15px;margin-left:14px;
	font-size:14px;color:#6f6f6f;
}
.pageLocation ul li:before{
	display:block;content:"";
	width:6px;height:8px;
	background:url(/images/common/pl_arr.png) no-repeat;
	position:absolute;left:0;top:5px;
}
.pageLocation ul li:first-child{padding:0;margin:0;}
.pageLocation ul li:first-child:before{display:none;}
.pageLocation ul li:first-child img{vertical-align:top;margin-top:3px;}

.pageTitle{padding:100px 5% 70px;text-align:center;}
.pageTitle h3{font-size:40px;color:#000;font-weight:700;}
.pageTitle h3 + p{margin-top:20px;font-size:16px;color:#000;font-weight:600;}

.pageVisual{
	display:flex;align-items:center;justify-content:center;
	position:absolute;left:0;top:0;
	width:100%;height:100vh;
	border-radius:50px 50px 0 0;
}
.m21 .pageVisual{
	background:url(/images/page/pageVisual2.jpg) no-repeat center center;
	background-size:cover;
}
.m212 .pageVisual{
	background:url(/images/page/pageVisual212.jpg) no-repeat center center;
	background-size:cover;
}
.m31 .pageVisual{
	background:url(/images/page/pageVisual3.jpg) no-repeat center bottom;
	background-size:cover;
}
.pageVisual h3{font-size:40px;color:#fff;font-weight:700;line-height:1.3em;text-align:center;}


:root {
   --gradient-color1: 255, 255, 255; /* RGB for #fff */
   --gradient-color2: 255, 255, 255; /* RGB for #fff - will change */
   --gradient-color3: 255, 255, 255; /* RGB for #fff - will change */
 }


/* m11 */
.m11{}
.m11 .list1{}
.m11 .list1>ul{display:flex;flex-wrap:wrap;justify-content:space-between;}
.m11 .list1>ul>li{
	overflow:hidden;
	box-sizing:border-box;
	width:100%;margin-bottom:10px;
	border-radius:20px;
}
.m11 .list1>ul>li .thumb{}
.m11 .list1>ul>li .thumb img{width:100%;}
.m11 .list1>ul>li .info{padding:30px 28px;border:1px solid #ccc;border-radius:0 0 20px 20px;}
.m11 .list1>ul>li .info .tit{
	box-sizing:border-box;
	padding-right:50px;
	background:url(/images/page/m11_list1_icon1.png) no-repeat right 5px;
	font-size:24px;color:#000;font-weight:700;
}
.m11 .list1>ul>li .info .addr{
	margin:20px 0 10px;
	font-size:16px;color:#6f6f6f;line-height:1.7em;
}
.m11 .list1>ul>li .info .tel{
	padding-left:24px;
	font-size:16px;color:#6f6f6f;line-height:1.7em;
	background:url(/images/page/m11_list1_icon2.png) no-repeat left 6px;
	background-size:14px;
}
.m11 .conwrap{padding:100px 0 0;}
.m11 .conwrap .leftArea{width:100%;}
.m11 .conwrap .leftArea form{display:flex;flex-wrap:wrap;}
.m11 .conwrap .leftArea .searchWrap{
	overflow:hidden;
	box-sizing:border-box;
	display:flex;align-items:center;
	width:100%;height:50px;
	margin-bottom:10px;
	border:1px solid #ccc;border-radius:50px;
}
.m11 .conwrap .leftArea .searchWrap input{
	box-sizing:border-box;
	width:calc(100% - 74px);height:100%;
	padding:0 23px 0 50px;
	border:0;outline:0;
	font-size:16px;color:#000;
	background:url(/images/page/m11_search_icon.gif) no-repeat 23px center;
}
.m11 .conwrap .leftArea .searchWrap input::placeholder{color:#aaa;font-weight:600;}
.m11 .conwrap .leftArea .searchWrap button{
	position:relative;
	width:74px;height:100%;
	border:0;outline:0;background:0;
	font-size:16px;color:#000;font-weight:700;
}
.m11 .conwrap .leftArea .searchWrap button:before{
	display:block;content:"";
	width:1px;height:20px;
	background:#ccc;
	position:absolute;left:0;top:14px;
}
.m11 .conwrap .leftArea .selectArea{width:100%;}
.m11 .conwrap .leftArea select{
	box-sizing:border-box;
	width:100%;height:50px;
	padding:0 23px;
	border:1px solid #ccc;border-radius:50px;
	appearance: none;
	background:url(/images/page/sel_arr.png) no-repeat calc(100% - 23px) center;
	font-size:16px;color:#000;font-weight:500;
}
.m11 .conwrap .leftArea .list2{
	overflow:hidden;overflow-y:auto;
	width:100%;
	margin-top:35px;border-top:1px solid #ccc;
}
/*
.m11 .conwrap .leftArea .list2::-webkit-scrollbar{
	width:2px;
	background-color:#d3d5d9;
}
.m11 .conwrap .leftArea .list2::-webkit-scrollbar-thumb{background:#000}
*/
.m11 .conwrap .leftArea .list2 ul{}
.m11 .conwrap .leftArea .list2 ul li{
	box-sizing:border-box;
	padding:35px 25px;
	border-bottom:1px solid #ccc;
}
.m11 .conwrap .leftArea .list2 ul li.on{background:#f0f5ff;}
.m11 .conwrap .leftArea .list2 ul li .tit{
	display:flex;
	box-sizing:border-box;
	margin-bottom:20px;padding-right:40px;
	background:url(/images/page/m11_icon1.png) no-repeat right top;
	font-size:16px;color:#0c3880;font-weight:700;
}
.m11 .conwrap .leftArea .list2 ul li .tit img{}
.m11 .conwrap .leftArea .list2 ul li .tit .bar{
	display:inline-block;
	width:1px;height:20px;
	background:#c6c6c6;
	margin:0 12px;
}
.m11 .conwrap .leftArea .list2 ul li .addr{font-size:16px;color:#6f6f6f;font-weight:600;line-height:1.7em;}
.m11 .conwrap .leftArea .list2 ul li .tel{font-size:16px;color:#6f6f6f;font-weight:600;line-height:1.7em;}
.m11 .conwrap .leftArea .list2 ul li .mapInfo a{
	margin-top:10px;
	display:inline-flex;align-items:center;
	height:40px;
	padding:0 15px;
	background:#f6f6f6;border-radius:10px;
	font-size:16px;color:#888;font-weight:600;
}
.m11 .conwrap .leftArea .list2 ul li.on .mapInfo a{
	background:#0e4180;
	color:#fff;
}
.m11 .conwrap .leftArea .list2 ul li .mapInfo a i{
	display:inline-block;
	width:22px;height:22px;
	margin:0 0 0 10px;
	background:url(/images/page/m11_arr1.png) no-repeat;
}

.m11 .conwrap .mapArea{
	overflow:hidden;
	box-sizing:border-box;
	width:100%;height:36vh;	
	margin-top:40px;
	border:1px solid #ccc;border-radius:20px;
}
.m11 .conwrap .mapArea iframe{width:100%;height:100%;}
.m11 #mobileMap{display:block;}
.m11 #map{display:none;}
.m11 .leftArea + #mobileMap{display:none;}





/* m11_view */
.m11View{}
.m11View .gall{}
.m11View .gall{padding-bottom:50px;}
.m11View .gall .ctr{
	display:flex;align-items:center;justify-content:center;
	position:absolute;left:0%;bottom:0;z-index:20;
	width:100%;
}
.m11View .gall .ctr .m11ViewPrev{margin-right:15px;}
.m11View .gall .ctr .m11ViewNext{margin-left:15px;}
.m11View .gall .ctr .m11ViewPaging{position:static;}
.m11View .gall .ctr .m11ViewPaging span{
	width:10px;height:10px;
	margin:0 8px;
	background:#999;
	opacity:1;border-radius:5px;
	transition:all 0.24s;
}
.m11View .gall .ctr .m11ViewPaging span.swiper-pagination-bullet-active{width:55px;background:#3a7bfd;}

.m11View .info{margin:50px 0 80px;}
.m11View .info .store{
	box-sizing:border-box;
	width:100%;
	padding:30px 30px;
	border:1px solid #ccc;border-radius:40px;
}
.m11View .info .store dl{
	display:flex;
	margin-bottom:15px;
	padding-left:25px;
}
.m11View .info .store dl:last-child{margin-bottom:0;}
.m11View .info .store dl.i1{background:url(/images/page/m11_view_icon1.png) no-repeat left top;}
.m11View .info .store dl.i2{background:url(/images/page/m11_view_icon2.png) no-repeat left top;}
.m11View .info .store dl.i3{background:url(/images/page/m11_view_icon3.png) no-repeat left top;}
.m11View .info .store dl.i4{background:url(/images/page/m11_view_icon4.png) no-repeat left top;}
.m11View .info .store dl dt{
	position:relative;
	width:83px;font-size:17px;color:#000;font-weight:600;
}
.m11View .info .store dl dt:after{
	display:block;content:"";
	width:1px;height:14px;
	background:#ccc;
	position:absolute;right:0;top:4px;
}
.m11View .info .store dl dd{
	box-sizing:border-box;
	width:calc(100% - 83px);
	padding:0 0 0 20px;
	font-size:17px;color:#666;font-weight:500;
}
.m11View .info .store dl dd .dot{display:inline-block;margin:0 3px;color:#3a7bfd;}
.m11View .info .app{width:100%;}
.m11View .info .app dl{
	display:flex;align-items:center;
	padding:34px 0;
	border-bottom:1px solid #ccc;
}
.m11View .info .app dl dt{
	position:relative;
	width:125px;
	box-sizing:border-box;
	padding:0 30px;
	font-size:16px;color:#000;font-weight:600;text-align:left;
}
.m11View .info .app dl dt:after{
	display:block;content:"";
	width:1px;height:14px;
	background:#ccc;
	position:absolute;right:0;top:4px;	
}
.m11View .info .app dl dd{
	box-sizing:border-box;
	display:flex;flex-wrap:wrap;
	width:calc(100% - 125px);
	padding:0 30px;
}
.m11View .info .app dl dd a{margin-right:20px;}

.m11View .pro{padding:160px 0 0;}
.m11View .pro h4{font-size:36px;color:#000;font-weight:700;text-align:center;}
.m11View .pro>ul{display:flex;flex-wrap:wrap;margin:75px 0 0;}
.m11View .pro>ul>li{
	overflow:hidden;
	box-sizing:border-box;
	width:100%;
	margin:0 0 3.93% 0;
	border:1px solid #ccc;border-radius:40px;
}
.m11View .pro>ul>li .pht{overflow:hidden;border-radius:40px;}
.m11View .pro>ul>li .pht img{width:100%;}
.m11View .pro>ul>li .info{display:block;padding:30px;margin:0;}
.m11View .pro>ul>li .info .name{
	position:relative;
	padding-right:20px;
	font-size:27px;color:#000;font-weight:700;
}
.m11View .pro>ul>li .info .name:after{
	display:block;content:"";
	width:40px;height:40px;
	background:url(/images/page/m11_arr3.png) no-repeat;
	position:absolute;right:0;top:0;
}
.m11View .pro>ul>li .info ul{}
.m11View .pro>ul>li .info ul>li{
	position:relative;
	padding-left:14px;margin-bottom:10px;
	font-size:17px;color:#666;font-weight:500;
}
.m11View .pro>ul>li .info ul>li:before{
	display:block;content:"";
	width:5px;height:5px;
	border:1px solid #ccc;border-radius:50%;
	position:absolute;left:0;top:7px;
}
.m11View .pro>ul>li .info ul>li:last-child{margin-bottom:0;}





.m11ViewPro{}
.m11ViewPro .proInfo{padding:100px 0 0;}
.m11ViewPro .proInfo .pht{width:100%;}
.m11ViewPro .proInfo .info{width:100%;}
.m11ViewPro .proInfo .info .name{padding:40px 0 20px 0;font-size:36px;color:#000;font-weight:600;}
.m11ViewPro .proInfo .info .msg{
	padding:0 0 40px;margin-bottom:40px;
	border-bottom:1px solid #ccc;
	font-size:22px;color:#000;font-weight:600;line-height:1.4em;
}
.m11ViewPro .proInfo .info ul{}
.m11ViewPro .proInfo .info ul li{
	position:relative;
	padding-left:12px;margin-bottom:15px;
	font-size:16px;color:#666;
}
.m11ViewPro .proInfo .info ul li:before{
	display:block;content:"";
	width:5px;height:5px;
	box-sizing:border-box;
	border:1px solid #ccc;border-radius:50%;
	position:absolute;left:0;top:8px;
}
.m11ViewPro .vodwrap{margin:150px 0 0;}
.m11ViewPro .vodwrap h4{margin-bottom:55px;font-size:24px;color:#000;font-weight:700;}
.m11ViewPro .vodwrap .vod{}
.m11ViewPro .vodwrap .vod .swiper-slide{
	overflow:hidden;
	border-radius:40px;
}
.m11ViewPro .vodwrap .vod iframe{width:100%;height:32vh;}
.m11ViewPro .vodwrap .vod .ctr{
	display:flex;align-items:center;justify-content:center;
	width:100%;text-align:center;
	margin:35px 0 0;
}
.m11ViewPro .vodwrap .vod .ctr .vprev{margin-right:6px;}
.m11ViewPro .vodwrap .vod .ctr .vnext{margin-left:6px;}
.m11ViewPro .vodwrap .vod .ctr .vpaging{position:static;}
.m11ViewPro .vodwrap .vod .ctr .vpaging span{
	width:10px;height:10px;
	margin:0 8px;
	background:#999;
	opacity:1;border-radius:5px;
	transition:all 0.24s;
}
.m11ViewPro .vodwrap .vod .ctr .vpaging span.swiper-pagination-bullet-active{width:55px;background:#3a7bfd;}
.m11ViewPro .btnList{
	display:flex;align-items:center;justify-content:center;
	width:230px;height:60px;
	margin:100px auto 0;
	border-radius:30px;
	background:#3a7bfd;
	font-size:13px;color:#fff;font-weight:600;
}





/* m12 */
.m12{}
.m12 .m12Search{}
.m12 .m12Search .sticky{
	overflow:hidden;
	position:relative;
	border:1px solid #ccc;
	border-radius:15px;
}
.m12 .m12Search .sticky .searchArea{
	position:relative;
	box-sizing:border-box;
	max-width:1300px;width:100%;
	margin:0 auto;padding:24px 124px 24px 24px;
	background:#f6f6f6;
	box-shadow:0 1px 0 #ccc;
}
.m12 .m12Search .sticky .searchArea .searchWrap{
	display:flex;align-items:center;justify-content:space-between;
	overflow:hidden;
	box-sizing:border-box;
	width:100%;height:50px;
	margin:0 auto;
	border:1px solid #ccc;
	border-radius:25px;
	background:#fff;
}
.m12 .m12Search .sticky .searchArea .searchWrap input{
	box-sizing:border-box;
	width:calc(100% - 74px);height:100%;
	padding:0 25px 0 50px;
	border:0;outline:0;background:url(/images/page/icon_search.png) no-repeat 25px center;
	font-size:14px;color:#000;font-weight:600;
}
.m12 .m12Search .sticky .searchArea .searchWrap input::placeholder{color:#aaa;}
.m12 .m12Search .sticky .searchArea .searchWrap button{
	width:74px;height:100%;
	border:0;outline:0;background:0;
	position:relative;
	font-size:14px;color:#000;font-weight:600;text-align:center;
}
.m12 .m12Search .sticky .searchArea .searchWrap button:before{
	display:block;content:"";
	width:1px;height:20px;
	background:#ccc;
	position:absolute;left:0;top:14px;
}
.m12 .m12Search .sticky .btnSort{
	position:absolute;right:0;top:0;z-index:5;
	display:flex;align-items:center;justify-content:center;
	width:100px;height:100px;
	background:#3a7bfd;
}
.m12 .m12Search .sticky .btnSort .arr{text-align:center;}
.m12 .m12Search .sticky .btnSort .arr span{
	display:inline-block;
	width:10px;height:10px;
	border-right:2px solid #fff;border-bottom:2px solid #fff;
	transform:rotate(45deg);
	transition:all 0.24s;
}
.m12 .m12Search .sticky .btnSort.open .arr span{transform:rotate(225deg) translate(-5px,-5px);}
.m12 .m12Search .sticky .btnSort .tit{margin-top:10px;font-size:15px;color:#fff;}

.m12 .m12Search .sticky .chkArea{display:none;}
.m12 .m12Search .sticky .chkArea>div{display:flex;width:100%;height:318px;}
.m12 .m12Search .sticky .chkArea>div .areaChk{
	display:flex;flex-wrap:wrap;align-content:baseline;
	overflow:hidden;overflow-y:auto;
	width:40%;
	padding:1px 0 0;
}
.m12 .m12Search .sticky .chkArea>div .areaChk input{
	display:none;
}
.m12 .m12Search .sticky .chkArea>div .areaChk input + label{
	position:relative;
	box-sizing:border-box;
	width:100%;height:50px;
	padding:0 25px;
	font-size:16px;color:#000;font-weight:500;line-height:50px;
}
.m12 .m12Search .sticky .chkArea>div .areaChk input + label:after{
	display:block;content:"";
	width:6px;height:6px;
	border-right:2px solid #3a7bfd;border-bottom:2px solid #3a7bfd;
	transform:rotate(-45deg) translateY(-50%);
	position:absolute;right:25px;top:50%;
	opacity:0;
}
.m12 .m12Search .sticky .chkArea>div .areaChk input + label span{margin-left:5px;color:#666;}
.m12 .m12Search .sticky .chkArea>div .areaChk input:checked + label{
	background:#f0f5ff;
	color:#3a7bfd;font-weight:600;
}
.m12 .m12Search .sticky .chkArea>div .areaChk input:checked + label:after{opacity:1;}
.m12 .m12Search .sticky .chkArea>div .detailChk{
	display:flex;flex-wrap:wrap;align-content:baseline;
	box-sizing:border-box;
	overflow:hidden;overflow-y:auto;
	width:60%;
	padding:25px 25px;
	border-left:1px solid #ccc;
}
.m12 .m12Search .sticky .chkArea>div .detailChk input{display:none;}
.m12 .m12Search .sticky .chkArea>div .detailChk input + label{
	position:relative;
	width:100%;
	box-sizing:border-box;
	padding-left:30px;margin-bottom:15px;
	font-size:17px;color:#666;font-weight:500;
}
.m12 .m12Search .sticky .chkArea>div .detailChk input + label:before{
	display:block;content:"";
	width:20px;height:20px;
	box-sizing:border-box;
	border:1px solid #ccc;border-radius:50%;
	position:absolute;left:0;top:0;
}
.m12 .m12Search .sticky .chkArea>div .detailChk input:checked + label:before{
	border:6px solid #3a7bfd;
}

.m12 h4{margin-bottom:70px;font-size:52px;color:#000;font-weight:700;text-align:center;}
.m12 .deadline{padding:220px 0;}
.m12 .deadline .swiper-slide{}
.m12 .deadline .swiper-slide .thumb{overflow:hidden;border-radius:15px;}
.m12 .deadline .swiper-slide .thumb img{width:100%;transform:scale(1.05);transition:all 0.6s;}
.m12 .deadline .swiper-slide:hover .thumb img{transform:scale(1);}
.m12 .deadline .swiper-slide .dday{
	position:absolute;right:20px;top:20px;
	width:70px;height:40px;
	background:#3a7bfd;
	border-radius:15px;
	font-size:16px;color:#fff;text-align:center;font-weight:600;line-height:40px;
}
.m12 .deadline .swiper-slide .tit{
	margin:25px 0 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size:24px;color:#000;font-weight:700;line-height:1.3em;
}
.m12 .deadline .swiper-slide .txt{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size:16px;color:#666;
}
.m12 .deadline .swiper-slide .area{
	margin:25px 0;padding-left:23px;
	background:url(/images/main/sec1_area_icon.png) no-repeat left 2px;
	background-size:auto 16px;
	font-size:17px;color:#3a7bfd;font-weight:600;
}
.m12 .deadline .swiper-slide .area .bar{
	display:inline-block;
	width:1px;height:14px;
	margin:0 7px;
	background:#ccc;
}
.m12 .deadline .swiper-slide .date{margin:10px 0 15px;font-size:16px;color:#adadad;font-weight:500;}
.m12 .deadline .swiper-slide .state{display:flex;flex-wrap:wrap;}
.m12 .deadline .swiper-slide .state>span{
	display:inline-block;
	box-sizing:border-box;
	padding:6px 13px;margin-right:8px;
	border:1px solid #919191;border-radius:50px;
	font-size:14px;color:#999;font-weight:500;
}
.m12 .deadline .ctr{
	display:flex;align-items:center;justify-content:space-between;
	width:100%;
	margin:55px 0 0;
}
.m12 .deadline .ctr .deadlineprev{
	width:40px;height:40px;
	background:url(/images/main/sec2prev.png) no-repeat center;
	background-size:cover;
	border:1px solid #000;border-radius:50%;
}
.m12 .deadline .ctr .deadlinenext{
	width:40px;height:40px;
	background:url(/images/main/sec2next.png) no-repeat center;
	background-size:cover;
	border:1px solid #000;border-radius:50%;
}
.m12 .deadline .ctr .swiper-button-disabled{opacity:0.3;}
.m12 .deadline .ctr .swiper-scrollbar{
	position:static;
	width:calc(100% - 80px - 8px - 33px);height:3px;
	margin-left:30px;
	border-radius:0;
}
.m12 .deadline .ctr .swiper-scrollbar .swiper-scrollbar-drag{background:#000;}


.m12 .bbs .pageTitle{padding-top:0;}
.m12 .lists{margin-top:40px;}
.m12 .lists>ul{display:flex;flex-wrap:wrap;border-bottom:1px solid #ccc;}
.m12 .lists>ul>li{
	width:100%;
	margin:0 0 50px 0;
	transform:translateY(0);
	transition:all 1s;
}
.m12 .lists>ul>li:hover{transform:translateY(-10px);}
.m12 .lists>ul>li>a{}
.m12 .lists>ul>li>a .thumb{overflow:hidden;position:relative;border-radius:15px;}
.m12 .lists>ul>li>a .thumb img{
	display:block;
	width:100%;
	transform:scale(1.1);
	transition:all 1s;
}
.m12 .lists>ul>li:hover>a .thumb img{transform:scale(1);}
.m12 .lists>ul>li>a .thumb .dday{
	position:absolute;right:20px;top:20px;
	width:70px;height:40px;
	background:#3a7bfd;border-radius:15px;
	font-size:16px;color:#fff;text-align:center;line-height:40px;
}
.m12 .lists>ul>li>a .tit{
	margin:25px 0 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size:24px;color:#000;font-weight:700;line-height:1.3em;
}
.m12 .lists>ul>li>a .txt{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size:16px;color:#666;
}
.m12 .lists>ul>li>a .area{
	margin:25px 0;padding-left:23px;
	background:url(/images/main/sec1_area_icon.png) no-repeat left 2px;
	background-size:auto 16px;
	font-size:17px;color:#3a7bfd;font-weight:600;
}
.m12 .lists>ul>li>a .area .bar{
	display:inline-block;
	width:1px;height:14px;
	margin:0 7px;
	background:#ccc;
}
.m12 .lists>ul>li>a .date{margin:10px 0 15px;font-size:16px;color:#adadad;font-weight:500;}
.m12 .lists>ul>li>a .state{display:flex;flex-wrap:wrap;gap:4px;}
.m12 .lists>ul>li>a .state>span{
	display:inline-block;
	box-sizing:border-box;
	padding:6px 13px;
	border:1px solid #919191;border-radius:50px;
	font-size:15px;color:#999;font-weight:500;
}
.m12 .lists .evtMobile{display:none;}







/* m13 */
.m13{}
.formwrap{}
.formwrap .boxwrap{margin-bottom:110px;}
.formwrap .boxwrap:last-child{margin-bottom:0;}
.formwrap .boxwrap .title{
	display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;
	padding-bottom:25px;
	border-bottom:1px solid #ccc;
}
.formwrap .boxwrap .title h4{font-size:25px;color:#000;font-weight:700;}
.formwrap .boxwrap .title .tip{font-size:14px;color:#666;font-weight:500;line-height:1.4em;}
.formwrap .boxwrap .title .tip.st2{width:100%;margin-top:10px;}
.formwrap .boxwrap .req{display:inline-block;vertical-align:top;font-size:7px;margin:1px 2px 0;color:#3a7bfd;}
.formwrap .boxwrap .con{}
.formwrap .boxwrap .con .inputwrap{
	box-sizing:border-box;
	padding-top:30px;
	width:100%;
}
.formwrap .boxwrap .con .inputwrap .tit{margin-bottom:15px;font-size:19px;color:#000;font-weight:700;}
.formwrap .boxwrap .con .inputwrap .input{}
.formwrap .boxwrap .con .inputwrap .input input{
	box-sizing:border-box;
	width:100%;height:60px;
	padding:0 25px;
	background:#f8f8f8 ;
	border:1px solid #ccc;border-radius:10px;
}
.formwrap .boxwrap .con .inputwrap .input input:focus,
.formwrap .boxwrap .con .inputwrap .input select:focus{outline:2px solid #3a7bfd;}
.formwrap .boxwrap .con .inputwrap .input select{
	box-sizing:border-box;
	width:100%;height:60px;
	padding:0 25px;
	border:1px solid #ccc;border-radius:10px;
	background:#f8f8f8 url(/images/page/sel_arr.png) no-repeat calc(100% - 25px) center;
	appearance: none;
	font-size:16px;color:#000;
}
.formwrap .boxwrap .con .inputwrap .tel{display:flex;align-items:center;justify-content:space-between;}
.formwrap .boxwrap .con .inputwrap .tel input{width:calc((100% - 60px) / 3)}
.formwrap .boxwrap .con .inputwrap .tel .etc{width:30px;text-align:center;}
.formwrap .boxwrap .con .inputwrap.w100{width:100%;}
.formwrap .boxwrap .con .inputwrap .input textarea{
	box-sizing:border-box;
	width:100%;height:230px;
	padding:25px;
	border:1px solid #ccc;border-radius:10px;
	background:#f8f8f8;
	appearance: none;
	font-size:16px;color:#000;	
	resize:none;
}
.formwrap .boxwrap .con .inputwrap .input textarea:focus{outline:2px solid #3a7bfd;}


.formwrap .btn{
	margin:70px 0 0;padding-top:80px;
	border-top:1px solid #ccc;
	text-align:center;
}
.formwrap .btn button{
	width:290px;height:74px;
	background:#3a7bfd;
	border:0;outline:0;
	border-radius:37px;
	font-size:19px;color:#fff;font-weight:600;text-align:center;
}






.agreeChk{margin:30px 0 0;}
.agreeChk input{display:none;}
.agreeChk input + label{
	position:relative;
	padding-left:32px;
	font-size:17px;color:#000;font-weight:700;
}
.agreeChk input + label:before{
	display:block;content:"";
	width:22px;height:22px;
	box-sizing:border-box;
	border:2px solid #ddd;border-radius:50%;
	background:#fff;
	position:absolute;left:0;top:-2px;
}
.agreeChk input:checked + label:before{
	border:6px solid #3a7bfd;
}


.calendar{}
.calendar .ymwrap{display:flex;align-items:center;justify-content:center;margin:40px 0 0;}
.calendar .ymwrap .ym{
	width:230px;
	font-size:29px;color:#000;font-weight:700;text-align:center;
}
.calendar .ymwrap button{
	overflow:hidden;
	border:1px solid #ccc;
	border-radius:15px;
}
.calendar .cal{margin:20px 0 0;}
.calendar .cal table{width:100%;border-collapse:collapse;}
.calendar .cal table th{
	padding:20px 0;
	border-bottom:2px solid #ddd;
	font-size:17px;color:#000;font-weight:600;text-align:center;
}
.calendar .cal table td{
	height:70px;
	border:1px solid #ddd;
}
.calendar .cal table td:first-child{border-left:0;}
.calendar .cal table td:last-child{border-right:0;}
.calendar .cal table td>a{
	display:block;
	position:relative;
	width:100%;height:100%;
	box-sizing:border-box;
	padding:10px 10px;
	font-size:14px;color:#666;font-weight:500;
}
.calendar .cal table td>a.on:after{
	display:block;content:"";
	position:absolute;left:0;top:0;
	width:100%;height:100%;
	box-sizing:border-box;
	border:1px solid #3a7bfd;
	background:rgba(58,123,253,0.2);
}


.webEditorArea{
	padding:80px 0 0;margin-top:170px;
	border-top:2px solid #000;
}





/* m21 */
#contents.pn2.sn21{background:#000;}
#contents.pn2.sn1.sn2{background:#000;}
.m21{padding:0;}
.m21 .pagewrap{
	margin-top:100vh;
	background:#000;
}
.m21 .conwrap{
	overflow:hidden;
	position:relative;z-index:10;
	background:#fff;	
	border-radius:80px 80px 0 0;
	padding:100px 0;
}
.m21 h4{margin-bottom:90px;font-size:40px;color:#000;font-weight:700;text-align:center;}
.m21 .boxwrap{
	overflow:hidden;
	display:flex;align-items:center;flex-direction:column-reverse;
	margin-bottom:110px;
	background:#e9f0ff;
	border-radius:20px;
}
.m21 .boxwrap:last-child{margin-bottom:0;}
.m21 .boxwrap:nth-child(4) ~ .boxwrap{background:#f8f8f8;}
.m21 .boxwrap .txts{
	box-sizing:border-box;
	width:100%;
	padding:30px 20px;
}
.m21 .boxwrap .txts .tit{margin-bottom:20px;font-size:28px;color:#000;font-weight:700;}
.m21 .boxwrap .txts .txt{
	font-size:16px;color:#000;line-height:1.6em;
}
.m21 .boxwrap .txts .txt strong{
	display:block;
	margin-bottom:10px;
}
.m21 .boxwrap .txts a{
	display:block;
	margin-top:25px;
	font-size:14px;color:#000;font-weight:700;
}
.m21 .boxwrap .txts a i{
	display:inline-block;vertical-align:top;
	width:18px;height:18px;
	margin:0 0 0 6px;
	background:#000 url(/images/page/m11_arr2.png) no-repeat center;
	border-radius:50%;
	background-size:auto 100%;
}
.m21 .boxwrap .img{width:100%;}





/* m212 */
#contents.pn2.sn22{background:#000;}
.m212{}
.m212 .conwrap{padding-bottom:0px;}
.m212 .pageVisual{}
.m212 .pageVisual .mobile{
	position:absolute;left:50%;top:40%;
	width:50%;
	transform:translate(-50%,-50%);
}
.m212 .pageVisual h3{
	position:absolute;left:50%;top:60%;
	transform:translate(-50%,-50%);
	font-size:4vw;text-align:center;
}
.m212  h4{margin-bottom:30px;padding:0 5%;}
.m212  h4 .en{font-size:22px;color:#3c7aff;font-weight:500;}
.m212  h4 .kr{margin-top:15px;font-size:40px;color:#000;font-weight:700;}
.m212  h4 + p{padding:0 5%;font-size:18px;color:#000;font-weight:600;line-height:1.5em;text-align:center;}

.m212 .section1{
	padding:100px 4% 100px;
	background:#fff;
	text-align:center;
}
.m212 .section1 .con{margin:60px 0 0;}
.m212 .section2{
	padding:100px 0;
	background:#3c7aff;
	text-align:center;
}
.m212 .section2 h4 .en{color:#00319c;}
.m212 .section2 h4 .kr{color:#fff;}
.m212 .section2 h4 + p{color:#fff;}
.m212 .section2 .con{margin:60px 0 0;}
.m212 .section3{
	padding:100px 4%;
	background:#3c7aff;
	text-align:center;
}
.m212 .section3 .con{margin:60px 0 0;}
.m212 .section3 h4 .en{color:#00319c;}
.m212 .section3 h4 .kr{color:#fff;}
.m212 .section3 h4 + p{color:#fff;}
.m212 .section4{
	padding:0 0 100px;
	background:#fff;
	text-align:center;
}
.m212 .section4 .con{margin:60px 0 0;}




/* m213 */
.m213 .conwrap{padding:110px 0 150px;}
.m213 h4{margin-bottom:70px;}
.m213 .program{}
.m213 .program>a{
	display:block;
	margin-bottom:35px;
	background:#f6f6f6;
	border-radius:10px;
	transition:all 0.6s;
}
.m213 .program>a .img{width:100%;}
.m213 .program>a .txts{box-sizing:border-box;width:100%;margin:-80px 0 0;padding:60px 30px;}
.m213 .program>a .txts .cate{font-size:16px;color:#909090;font-weight:600;transition:all 0.4s;}
.m213 .program>a .txts .cate .bar{
	display:inline-block;
	width:1px;height:14px;
	background:#ccc;
	margin:0 5px;
}
.m213 .program>a .txts .tit{margin:20px 0;font-size:36px;color:#000;font-weight:700;transition:all 0.4s;}
.m213 .program>a .txts .exp{font-size:18px;color:#000;font-weight:500;line-height:1.4em;transition:all 0.4s;}

.m213 .program>a:hover{background:#3a7bfd;}
.m213 .program>a:hover .txts .cate{color:#fff;}
.m213 .program>a:hover .txts .tit{color:#fff;}
.m213 .program>a:hover .txts .exp{color:#fff;}





/* m2131 */
.m2131{padding-top:0;background:#f5f5f5;}
.m2131 .sec1{padding:130px 4%;background:#fff;border-radius:0 0 50px 50px;text-align:center;}
.m2131 .sec1 h4{font-size:40px;color:#000;}
.m2131 .sec1 .img{margin:110px 0;}
.m2131 .sec1 p{font-size:20px;color:#000;line-height:1.5em;font-weight:500;}

.m2131 .sec2{padding:130px 0;}
.m2131 .sec2 h4{font-size:16px;color:#909090;font-weight:600;text-align:center;}
.m2131 .sec2 h5{margin:20px 0 110px;font-size:40px;color:#000;font-weight:700;text-align:center;}
.m2131 .sec2 h5 strong{color:#027aff;}
.m2131 .sec2 .conwrap{display:flex;flex-wrap:wrap;justify-content:space-between;}
.m2131 .sec2 .boxwrap{
	overflow:hidden;
	position:relative;
	width:100%;
	padding:50% 0;margin-bottom:20px;
	border-radius:20px;
}
.m2131 .sec2 .boxwrap:nth-child(1){
	width:100%;height:490px;
	padding:0;
	background:#000 url(/images/page/m2131_sec2_bg1.png) no-repeat center bottom;
	background-size:80%;
}
.m2131 .sec2 .boxwrap:nth-child(2){
	background:url(/images/page/m2131_sec2_bg2.jpg) no-repeat;
	background-size:cover;
}
.m2131 .sec2 .boxwrap:nth-child(3){
	background:url(/images/page/m2131_sec2_bg3.jpg) no-repeat;
	background-size:cover;
}
.m2131 .sec2 .boxwrap:nth-child(4){
	background:url(/images/page/m2131_sec2_bg4.jpg) no-repeat;
	background-size:cover;
}
.m2131 .sec2 .boxwrap:nth-child(5){
	background:url(/images/page/m2131_sec2_bg5.jpg) no-repeat;
	background-size:cover;
}

.m2131 .sec2 .boxwrap .title{}
.m2131 .sec2 .boxwrap .title .tit1{font-size:17px;color:#fff;font-weight:500;}
.m2131 .sec2 .boxwrap .title .tit2{font-size:36px;color:#fff;font-weight:700;line-height:1.3em;}

.m2131 .sec2 .boxwrap:nth-child(1) .tit1{position:absolute;left:50%;top:50px;transform:translateX(-50%);}
.m2131 .sec2 .boxwrap:nth-child(1) .tit2{
	position:absolute;width:100%;left:50%;top:75px;
	box-sizing:border-box;
	padding:0 40px;
	transform:translateX(-50%);text-align:center;
}
.m2131 .sec2 .boxwrap:nth-child(2) .title{position:absolute;left:0;top:0;box-sizing:border-box;padding:30px 30px;}
.m2131 .sec2 .boxwrap:nth-child(2) .title .tit1{margin-bottom:25px;color:#000;}
.m2131 .sec2 .boxwrap:nth-child(2) .title .tit2{color:#000;}
.m2131 .sec2 .boxwrap:nth-child(3) .title{width:100%;text-align:center;}
.m2131 .sec2 .boxwrap:nth-child(3) .title .tit1{position:absolute;left:30px;top:50px;}
.m2131 .sec2 .boxwrap:nth-child(3) .title .tit2{position:absolute;left:0;top:52%;width:100%;transform:translateY(-50%);box-sizing:border-box;}
.m2131 .sec2 .boxwrap:nth-child(3) .title .tit2 .br{display:block;padding:5vh 0;}
.m2131 .sec2 .boxwrap:nth-child(4) .title{position:absolute;left:0;top:0;box-sizing:border-box;padding:30px 30px;}
.m2131 .sec2 .boxwrap:nth-child(4) .title .tit1{margin-bottom:25px;}
.m2131 .sec2 .boxwrap:nth-child(4) .title .tit2{}
.m2131 .sec2 .boxwrap:nth-child(4) .tip{
	position:absolute;left:30px;bottom:40px;
	display:flex;align-items:center;justify-content:center;
	width:calc(100% - 60px);height:50px;
	font-size:12px;color:#fff;font-weight:700;text-align:center;
	backdrop-filter: blur(10px);
	border-radius:10px;
	background:rgba(255,255,255,0.1);
}
.m2131 .sec2 .boxwrap:nth-child(5) .title{position:absolute;left:0;top:0;box-sizing:border-box;padding:30px 30px;}
.m2131 .sec2 .boxwrap:nth-child(5) .title .tit1{margin-bottom:25px;color:#000;}
.m2131 .sec2 .boxwrap:nth-child(5) .title .tit2{color:#000;}

.m2131 .sec3{
	position:relative;z-index:10;
	background:#fff;padding:130px 0;margin:0 0 -100px;border-radius:50px;
    background: linear-gradient(
     to bottom,
     rgb(var(--gradient-color1)),
     rgb(var(--gradient-color2)),
     rgb(var(--gradient-color3))
   );
  transition: background 0.3s ease;
}
.m2131 .sec3 h4{font-size:16px;color:#909090;font-weight:600;text-align:center;}
.m2131 .sec3 h5{margin:20px 0 100px;font-size:40px;color:#000;font-weight:700;text-align:center;}
.m2131 .sec3 h5 strong{color:#21e084;}
.m2131 .sec3 h5 strong.c2{color:#6c28ff;}
.m2131 .sec3 .chkList{margin:0 0 200px;text-align:center;}
.m2131 .sec3 .chkList li{
	position:relative;
	margin-bottom:35px;
	font-size:24px;color:#000;font-weight:700;
}
.m2131 .sec3 .chkList li:last-child{margin-bottom:0;}
.m2131 .sec3 .chkList li img{vertical-align:top;margin:0 10px 0 0;height:20px;}
.m2131 .sec3 .point{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:180px;}
.m2131 .sec3 .point .boxwrap{
	overflow:hidden;
	position:relative;
	width:100%;
	padding:50% 0;margin-bottom:20px;
	border-radius:20px;
}
.m2131 .sec3 .point .boxwrap:nth-child(1){
	width:100%;
	padding:500px 0 0;
	background:#6629ec url(/images/page/m2131_sec3_bg1.png) no-repeat right 120%;
	background-size:auto 50%;
}
.m2131 .sec3 .point .boxwrap:nth-child(2){
	width:100%;
	background:#000;
}
.m2131 .sec3 .point .boxwrap:nth-child(3){
	background:url(/images/page/m2131_sec3_bg3.jpg) no-repeat center bottom;
	background-size:cover;
}
.m2131 .sec3 .point .boxwrap:nth-child(4){
	background:url(/images/page/m2131_sec3_bg4.jpg) no-repeat center bottom;
	background-size:cover;
}
.m2131 .sec3 .point .boxwrap .txts{width:100%;}
.m2131 .sec3 .point .boxwrap .txts .tit1{font-size:17px;color:#fff;font-weight:500;}
.m2131 .sec3 .point .boxwrap .txts .txt{width:calc(100% - 60px)}
.m2131 .sec3 .point .boxwrap .txts .txt>div:nth-child(1){font-size:36px;color:#fff;font-weight:700;line-height:1.2em;}
.m2131 .sec3 .point .boxwrap .txts .txt>div:nth-child(2){margin-top:15px;font-size:20px;color:#fff;font-weight:700;line-height:1.5em;}

.m2131 .sec3 .boxwrap:nth-child(1) .txts .tit1{position:absolute;left:30px;top:30px;}
.m2131 .sec3 .boxwrap:nth-child(1) .txts .txt{position:absolute;left:30px;top:70px;}
.m2131 .sec3 .boxwrap:nth-child(2) .txts .tit1{position:absolute;left:30px;top:30px;}
.m2131 .sec3 .boxwrap:nth-child(2) .txts .txt{
	position:absolute;left:0px;top:70px;
	text-align:center;
	width:100%;
	box-sizing:border-box;
	padding:0 30px;
}
.m2131 .sec3 .boxwrap:nth-child(2) .txts .txt>div:nth-child(2){font-size:21px;}
.m2131 .sec3 .boxwrap:nth-child(3) .txts{position:absolute;left:30px;top:30px;}
.m2131 .sec3 .boxwrap:nth-child(3) .txts .tit1{color:#000;}
.m2131 .sec3 .boxwrap:nth-child(3) .txts .txt{margin-top:25px;}
.m2131 .sec3 .boxwrap:nth-child(3) .txts .txt>div:nth-child(1){color:#000;}
.m2131 .sec3 .boxwrap:nth-child(4) .txts{position:absolute;left:30px;top:30px;}
.m2131 .sec3 .boxwrap:nth-child(4) .txts .tit1{color:#000;}
.m2131 .sec3 .boxwrap:nth-child(4) .txts .txt{margin-top:25px;}
.m2131 .sec3 .boxwrap:nth-child(4) .txts .txt>div:nth-child(1){color:#000;}

.m2131 .sec3 .appimg{text-align:center;}
.m2131 .sec3 .appMerit{margin:90px 0 0;text-align:center;}
.m2131 .sec3 .appMerit li{
	box-sizing:border-box;
	width:100%;
	padding:30px 20px;
	margin-bottom:20px;
	background:#fff;
	border-radius:20px;
	font-size:24px;color:#4a41e3;font-weight:500;text-align:center;
}
.m2131 .sec3 .appMerit li strong{display:block;margin-bottom:10px;}


.m2131 .sec4{padding:225px 0 125px 0;background:#fff;}
.m2131 .sec4 h4{font-size:40px;color:#3c1da1;font-weight:700;text-align:center;}
.m2131 .sec4 .list{margin:40px 0 0;border-top:2px solid #fff;}
.m2131 .sec4 .list .boxwrap{
	padding:40px 0;
	border-bottom:1px solid #fff;
}
.m2131 .sec4 .list .boxwrap:last-child{margin-bottom:0;}
.m2131 .sec4 .list .sort{font-size:40px;color:#000;font-weight:700;}
.m2131 .sec4 .list ul{
	display:flex;flex-wrap:wrap;justify-content:space-between;
	margin-top:40px;
}
.m2131 .sec4 .list ul li{
	width:100%;
	margin-bottom:55px;
	font-size:16px;color:#fff;font-weight:500;
}
.m2131 .sec4 .list ul li:last-child{margin-bottom:0;}
.m2131 .sec4 .list ul li .img{overflow:hidden;border-radius:40px;}
.m2131 .sec4 .list ul li .img img{width:100%;}
.m2131 .sec4 .list ul li .branch{margin:45px 0 20px;font-size:24px;color:#111;font-weight:700;}
.m2131 .sec4 .list ul li .branch>span{display:inline-block;padding-bottom:8px;border-bottom:3px solid #111;}
.m2131 .sec4 .list ul li .branch>span .detail{font-size:21px;color:#999;}
.m2131 .sec4 .list ul li .addr{font-size:25px;color:#555;}
.m2131 .sec4 .list ul li .tel{margin-top:10px;font-size:25px;color:#555;}
.m2131 .sec4 .list ul li .tel a{font-size:25px;color:#555;}
.m2131 .sec4 .list ul li .tel i{
	display:inline-block;
	width:20px;height:14px;
	margin:0 5px 0 0;
	background:url(/images/page/m2131_sec4_icon_tel.gif) no-repeat;
	background-size:contain;
}



.m2131 .sec5{padding:120px 0 0;}
.m2131 .sec5 h4{font-size:24px;color:#000;font-weight:700;}
.m2131 .sec5 ul{margin-top:25px;}
.m2131 .sec5 ul li{
	position:relative;
	padding-left:14px;margin-bottom:10px;
	font-size:16px;color:#666;line-height:1.6em;
}
.m2131 .sec5 ul li:before{
	display:block;content:"";
	width:4px;height:4px;
	background:#909090;border-radius:2px;
	position:absolute;left:0;top:10px;
}
.m2131 .sec5 .wm{margin-top:45px;text-align:center;}





/* m2132 */
.m2132{padding-top:0;background:#f5f5f5;}
.m2132 .sec1{position:relative;padding:130px 4% 30vh;background:#fff;border-radius:0 0 80px 80px;text-align:center;}
.m2132 .sec1 h4{font-size:40px;color:#000;}
.m2132 .sec1 p{font-size:20px;color:#000;line-height:1.5em;font-weight:500;}

.m2132 .sec1 h5{margin:200px 0 60px;font-size:40px;font-weight:800;color:#000;line-height:1.2em;text-align:left;}
.m2132 .sec1 h5 strong{
	background-image: linear-gradient(to bottom right, #3856fd, #9545ea, #3c38fb);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent; font-weight:800;
}
.m2132 .sec1 h5 + p{font-size:24px;font-weight:600;text-align:left;}
.m2132 .sec1 h5 + p strong{
	background-image: linear-gradient(to bottom right, #3856fd, #9545ea, #3c38fb);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent; font-weight:800;
}
.m2132 .sec1 .poster{
	position:absolute;left:50%;bottom:-10vh;
	width:40%;
	transform:translate(-50%,0) rotate(10deg);
	box-shadow:20px 20px 10px rgba(0,0,0,0.2);
}
.m2132 .sec2{padding:200px 0 0;}
.m2132 .sec2 .boxwrap{
	margin-bottom:100px;
	background:0;border-radius:0;padding:0;
}
.m2132 .sec2 .boxwrap:nth-child(1),
.m2132 .sec2 .boxwrap:nth-child(2),
.m2132 .sec2 .boxwrap:nth-child(3),
.m2132 .sec2 .boxwrap:nth-child(4){background:0;width:100%;height:auto;}
.m2132 .sec2 .boxwrap:nth-child(odd){flex-direction:row-reverse;}

.m2132 .sec2 .boxwrap:last-child{
	box-sizing:border-box;
	width:100%;
	margin-bottom:0;padding:40px 30px;
	border-radius:40px;
	background:#fff;
	flex-direction:row;
}


.m2132 .sec2 .boxwrap .img{
	overflow:hidden;
	position:relative;
	border:10px solid #dadada;border-radius:40px;
	background:#fff;
	/*box-shadow:15px 15px 15px rgba(0,0,0,0.2);*/
	text-align:center;
}
.m2132 .sec2 .boxwrap .img img{width:100%;}
.m2132 .sec2 .boxwrap .txts{padding:60px 0 0;}
.m2132 .sec2 .boxwrap .txts .tit{font-size:28px;color:#000;font-weight:700;}
.m2132 .sec2 .boxwrap .txts .txt{margin-top:25px;font-size:24px;color:#555;font-weight:500;line-height:1.4em;}
.m2132 .sec2 .boxwrap .txts .txt strong{font-weight:600;color:#000;}
.m2132 .sec2 .boxwrap:last-child .txts .txt{font-size:24px;color:#222;font-weight:600;text-align:center;}
.m2132 .sec2 .boxwrap:last-child .txts .txt strong{font-weight:700;}




/* m221 */
#contents.pn2.sn21{background:#000;}
#contents.pn2.sn2{background:#000;}
.m221{}
.m221 .conwrap{padding-bottom:100px;}
.m221 .pageVisual{width:100%;height:100vh;}
.m221 .pageVisual .m221Visual{width:100%;height:100%;}
.m221 .pageVisual .m221Visual .swiper-slide{
	position:relative;
}
.m221 .pageVisual .m221Visual .swiper-slide .bg{
	position:absolute;left:0;top:0;
	width:100%;height:100%;
}
.m221 .pageVisual .m221Visual .swiper-slide .txtwrap{
	position:absolute;left:14%;top:44%;z-index:20;
	transform:translateY(-50%);
	width:72%;	
}
.m221 .pageVisual .m221Visual .swiper-slide .txtwrap .tit{
	font-size:40px;color:#fff;font-weight:700;line-height:1.3em;
}
.m221 .pageVisual .m221Visual .swiper-slide .txtwrap p{margin-top:30px;font-size:24px;color:#fff;font-weight:700;}
.m221 .pageVisual .ctr{
	display:flex;align-items:center;
	position:absolute;left:14%;top:80%;z-index:20;
}
.m221 .pageVisual .ctr .vprev{margin-right:10px;}
.m221 .pageVisual .ctr .vnext{margin-left:10px;}
.m221 .pageVisual .ctr .vpaging{position:static;}
.m221 .pageVisual .ctr .vpaging span{
	width:10px;height:10px;
	margin:0 8px;
	background:rgba(255,255,255,0.6);
	opacity:1;border-radius:5px;
	transition:all 0.24s;
}
.m221 .pageVisual .ctr .vpaging span.swiper-pagination-bullet-active{width:55px;background:#3a7bfd;}

.m221 h4{margin-bottom:30px;}
.m221 h4 .en{font-size:24px;color:#3c7aff;font-weight:500;}
.m221 h4 .kr{margin-top:15px;font-size:40px;color:#000;font-weight:700;}
.m221 h4 + p{font-size:20px;color:#000;font-weight:600;line-height:1.5em;text-align:center;}
.m221 .con{margin:100px 0 0;}
.m221 .con ul{
	display:flex;flex-wrap:wrap;
}
.m221 .con ul li{
	overflow:hidden;
	position:relative;
	width:49%;
	margin:0 2% 4% 0;
	border-radius:15px;
}
.m221 .con ul li:nth-child(2n){margin-right:0;}
.m221 .con ul li img{width:100%;}
.m221 .con ul li .front{transition:all 0.4s;}
.m221 .con ul li .back{
	position:absolute;left:0;top:0;
	width:100%;height:100%;
	opacity:0;
	transition:all 0.4s;
}
.m221 .con ul li:after{
	display:block;content:"";
	width:30px;height:30px;
	border-radius:50%;
	background:#000 url(/images/page/m221_arr1.png) no-repeat;
	background-size:cover;
	position:absolute;right:10px;bottom:10px;z-index:100;
	transition:all 0.4s;
}
.m221 .con ul li:hover .front{opacity:0;}
.m221 .con ul li:hover .back{opacity:1;}
.m221 .con ul li:hover:after{background:#fff url(/images/page/m221_arr2.png) no-repeat;background-size:cover;}
.m221 .con .more{margin:100px 0 0;}






/* m222 */
.m222{}
.m222 .webEditorArea{border:0;margin:0 0 160px;padding:0;}





/* m31 */
#contents.pn3.sn1{background:#000;}
#contents.pn3.notice{background:#fff;}
.m31{padding:0;}
.m31 .pagewrap{
	margin-top:100vh;
	background:#000;
}
.m31 .conwrap{
	overflow:hidden;
	position:relative;z-index:10;
	background:#fff;	
	border-radius:50px 50px 0 0;
}
.m31 h4{margin-bottom:190px;font-size:40px;color:#000;font-weight:700;text-align:center;}
.m31 .conwrap .sec1{	
	background:#070b10;
	margin-bottom:-100px;
}
.m31 .conwrap .sec1 .txtarea{
	position:relative;
	width:100%;height:100vh;
	background:#070b10 url(/images/page/m31_sec1_bg.png) no-repeat right center;
	background-size:120% auto;
	perspective:1000px;
}
.m31 .conwrap .sec1 .txtarea>div{
	position:absolute;left:0;top:50%;
	width:100%;
	transform:translate(0,-50%);
	font-size:40px;color:#fff;font-weight:700;line-height:1.3em;text-align:center;
}
.m31 .conwrap .sec1 .con{padding:0 0 220px;text-align:center;}
.m31 .conwrap .sec1 .con h5{font-size:19px;color:#3c7aff;font-weight:700;}
.m31 .conwrap .sec1 .con h6{margin:30px 0 100px;font-size:30px;color:#fff;font-weight:700;}
.m31 .conwrap .sec1 .con p{
	margin-bottom:40px;
	font-size:20px;color:#fff;font-weight:600;line-height:1.4em;
}
.m31 .conwrap .sec1 .con p:last-child{margin:0;}

.m31 .conwrap .sec2{
	padding:150px 0 150px;
	background:#fff;
	border-radius:50px 50px 0 0;
	text-align:center;
}
.m31 .conwrap .sec2 h5{font-size:19px;color:#3c7aff;font-weight:700;}
.m31 .conwrap .sec2 h6{margin:30px 0 100px;font-size:30px;color:#000;font-weight:700;}
.m31 .conwrap .sec2 ul{display:flex;justify-content:space-between;flex-wrap:wrap;}
.m31 .conwrap .sec2 ul li{
	width:100%;
	margin-bottom:70px;
	text-align:left;
}
.m31 .conwrap .sec2 ul li .img{overflow:hidden;border-radius:20px;}
.m31 .conwrap .sec2 ul li .tit{margin:25px 0;font-size:23px;color:#000;font-weight:700;}
.m31 .conwrap .sec2 ul li .tit2{font-size:16px;color:#000;font-weight:600;}
.m31 .conwrap .sec2 ul li .txt{margin-top:15px;font-size:16px;color:#666;font-weight:500;line-height:1.6em;}
.m31 .conwrap .sec2 ul li .txt .tip{font-size:16px;}





/* bbs */
.bbs{}
.bbs .list1{display:flex;flex-wrap:wrap;border-bottom:1px solid #ccc;}
.bbs .list1 li{
	width:100%;
	margin:0 0 70px 0;
}
.bbs .list1 li a{display:block;}
.bbs .list1 li a .thumb{overflow:hidden;position:relative;border-radius:15px;}
.bbs .list1 li a .thumb img{width:100%;}
.bbs .list1 li a .thumb .cate{
	position:absolute;left:25px;top:25px;
	width:80px;height:40px;
	border-radius:15px;
	font-size:16px;color:#fff;text-align:center;line-height:40px;font-weight:500;
}
.bbs .list1 li.event a .thumb .cate{background:#3a7bfd;}
.bbs .list1 li.notice a .thumb .cate{background:#2b2b2b;}
.bbs .list1 li a .tit{margin:30px 0 15px;font-size:22px;color:#000;font-weight:700;line-height:1.3em;}
.bbs .list1 li a .txt{font-size:16px;color:#666;font-weight:500;line-height:1.6em;}
.bbs .list1 li a .date{margin-top:10px;font-size:14px;color:#a3a3a3;}





.bbs .list2{border-top:2px solid #222;}
.bbs .list2 li{width:100%;border-bottom:1px solid #ccc;}
.bbs .list2 li a{
	padding:40px;
}
.bbs .list2 li a .tit{font-size:22px;color:#000;font-weight:700;line-height:1.4em;}
.bbs .list2 li a .date{width:100%;margin-top:15px;font-size:16px;color:#a3a3a3;font-weight:500;text-align:left;}







/* paging */
.paging{
	margin-top:80px;
	text-align:center;
}
.paging a{
	display:inline-block;vertical-align:top;box-sizing:border-box;
	width:30px;height:30px;
	border-radius:50%;
	background:#fff;
	color:#666;font-size:16px;line-height:28px;
}
.paging strong{
	display:inline-block;vertical-align:top;box-sizing:border-box;
	width:30px;height:30px;
	border:1px solid #3a7bfd;border-radius:50%;
	background:#3a7bfd;
	color:#fff;font-size:16px;line-height:28px;font-weight:400;
}
.paging .page_begin{
	width:30px;height:30px;
	background:url(/images/common/page_begin.png) no-repeat center;
	border:0;
}
.paging .page_prev{
	width:30px;height:30px;
	background:url(/images/common/page_prev.png) no-repeat center;
	border:0;margin-right:0px;
}
.paging .page_next{
	width:30px;height:30px;
	background:url(/images/common/page_next.png) no-repeat center;
	border:0;margin-left:0px;
}
.paging .page_end{
	width:30px;height:30px;
	background:url(/images/common/page_end.png) no-repeat center;
	border:0;
}





/* bbsView */
.bbsView{}
.bbsView .titlearea{
	padding:50px;
	border-top:2px solid #222;border-bottom:1px solid #ccc;
	text-align:center;
}
.bbsView .titlearea .tit{font-size:30px;color:#000;font-weight:700;line-height:1.3em;}
.bbsView .titlearea .date{margin-top:10px;font-size:16px;color:#a3a3a3;font-weight:500;}
.bbsView .file{
	padding:30px;
	border-bottom:1px solid #ccc;
}
.bbsView .file dl{display:inline-flex;justify-content:center;width:100%;}
.bbsView .file dl dt{width:28px;}
.bbsView .file dl dd{}
.bbsView .file dl dd a{
	position:relative;
	padding-right:17px;
	font-size:14px;color:#666;font-weight:500;
}
.bbsView .file dl dd a:after{
	display:block;content:"";
	width:12px;height:13px;
	background:url(/images/page/icon_down.png) no-repeat;
	position:absolute;right:0;top:4px;
	background-size:contain;
}
.bbsView .viewcon{
	padding:80px 5%;
	border-bottom:1px solid #ccc;
}
.bbsView .btns{
	position:relative;
	margin:60px 0 0;
}
.bbsView .btns .btnList{
	display:flex;align-items:center;justify-content:center;
	width:230px;height:60px;
	margin:0 auto;
	border-radius:30px;
	background:#3a7bfd;
	font-size:13px;color:#fff;font-weight:600;
}
.bbsView .btns .btnList i{
	display:inline-block;
	width:15px;margin-left:8px;
}
.bbsView .btns .btnList i span{
	display:block;
	width:100%;height:1px;
	margin-bottom:3px;
	background:#fff;
}
.bbsView .btns .btnList i span:last-child{margin-bottom:0;}
.bbsView .btns .bbsPaging{}
.bbsView .btns .bbsPaging .viewPrev{
	display:none;
	position:absolute;left:0;top:0;
	padding-left:20px;
	background:url(/images/page/viewPrev.png) no-repeat left 6px;
}
.bbsView .btns .bbsPaging .viewNext{
	display:none;
	position:absolute;right:0;top:0;
	padding-right:20px;
	background:url(/images/page/viewNext.png) no-repeat right 6px;
	text-align:right;
}
.bbsView .btns .bbsPaging .tit1{font-size:20px;color:#222;font-weight:500;}
.bbsView .btns .bbsPaging .tit2{margin-top:10px;font-size:17px;color:#666;font-weight:400;}





/* m42 */
#contents.pn2.sn4{background:#fff;}
.m42 .cate{display:flex;flex-wrap:wrap;}
.m42 .cate li{width:23.25%;margin-right:2%;margin-bottom:2%;}
.m42 .cate li:nth-child(4n){margin-right:0;}
.m42 .cate li a{
	display:flex;align-items:center;justify-content:center;
	width:100%;height:54px;
	box-sizing:border-box;
	border:1px solid #ccc;border-radius:15px;
	font-size:16px;color:#777;font-weight:600;
}
.m42 .cate li.on a{border:1px solid #3a7bfd;background:#3a7bfd;color:#fff;}

.m42 .faq{margin:80px auto ;border-top:2px solid #000;word-break:keep-all;}
.m42 .faq .faqwrap{padding:10px 0;border-bottom:1px solid #ddd;}
.m42 .faq .faqwrap.active{background:#f6f6f6}
.m42 .faq .question{display:flex;justify-content:space-between;padding:20px 0;cursor:pointer;}
.m42 .faq .question .mark{width:80px;text-align:center;}
.m42 .faq .question .mark>span{
	display:inline-flex;align-items:center;justify-content:center;
	width:40px;height:40px;
	background:#000;
	font-size:20px;font-weight:600;color:#fff;text-align:center;
	border-radius:50%;
}
.m42 .faq .question .tit{
	box-sizing:border-box;
	width:calc(100% - 80px - 0px);
	font-size:20px;color:#000;font-weight:700;padding:8px 0 0;
}
.m42 .faq .question .arr{display:none;width:80px;text-align:center;}
.m42 .faq .question .arr:after{
	display:inline-block;content:"";
	width:12px;height:12px;margin:12px 0 0 0;
	border-right:3px solid #222;border-bottom:3px solid #222;
	transform:rotate(45deg);transition:all 0.24s;
}
.m42 .faq .question .arr:after{transform:rotate(225deg);}
.m42 .faq .answer{display:none;padding:0 0 25px}
.m42 .faq .answer>div{display:flex;justify-content:space-between;}
.m42 .faq .answer>div .mark{width:95px;font-family:"Montserrat";font-size:36px;font-weight:600;color:#959595;text-align:center;}
.m42 .faq .answer>div p{
	box-sizing:border-box;
	width:calc(100% - 95px);
	font-size:17px;color:#666;padding:6px 95px 0 0;text-align:left;line-height:180%;
}