@charset "utf-8";

/**/
#wait {text-align:center}
#wait img {max-width: 100%;}

/**/
#skipBtnWrap a {display: block;width: 1px;height: 0;line-height: 0;text-align: center;background: #333;color: #fff;}
#skipBtnWrap a:focus, #skipBtnWrap a:hover, #skipBtnWrap a:active {width: 100%;height: 30px;line-height: 30px;}

.thumb img {border-radius:10px;}

/* 순차적으로 실행되도록 지연시간 추가 */
.slogan_right .top,
.slogan_right .mid,
.slogan_right .bottom {opacity: 0;transform: translateY(30px); animation: slideUp 0.8s ease forwards;}
.slogan_right .top {animation-delay: 0s;}
.slogan_right .mid {animation-delay: 0.5s;}
.slogan_right .bottom {animation-delay: 1s;}
@keyframes slideUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/**/
.slogan_left img {opacity: 0;transform: scale(0.8); /* 처음엔 작게 */animation: boomIn 0.8s ease-out forwards;}
@keyframes boomIn {
	0% {opacity: 0;transform: scale(0.8);}
	60% {opacity: 1;transform: scale(1.1); /* 살짝 크게 → 두둥 */}
	100% {opacity: 1;transform: scale(1); /* 원래 크기 */}
}

.section {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.section.show {
  opacity: 1;
  transform: translateY(0);
}

.section:last-child {
  opacity: 1;
  transform: translateY(0);
  transition: none; /* 애니메이션/트랜지션 제거 */
}

/* 1400 - all */
@media all and (min-width: 1400px) {
	
	#divpop { display:none;}
	#mm-blocker{display:none}
	#popupWindow{position:absolute}
	#OpenLayer {position: absolute;top: 150px;left: 100px;z-index: 9999;background: #fff;padding: 10px;border-radius: 5px;border: 1px solid #ccc;box-shadow: 5px 5px 20px rgba(0,0,0,0.3);text-align: right;}
	#OpenLayer > a {clear: both;font-size: 14px;}
	#OpenLayer #TodayClose {float: left;margin-right: 20px;}

	/* header */
	#header {position:absolute;top: 0;left: 0;z-index:30002;width:100%;background-color: #fff;}
	#header .h_top {background-color: #f4f4f4;}
	#header .h_top > div {max-width: 1400px;margin: 0 auto;text-align: right;}
	#header .h_top > div > a {display: inline-block;padding: 10px 0;color: #000;font-size: 15px;font-weight: 500;}
	#header .header {position: relative;display: flex;max-width: 1400px;height: 100px;margin: 0 auto;justify-content: space-between;align-items: center;}

	#header h1 {}
	#header h1 a {display: block;font-size: 0;}
	#header h1 a img {max-height: 70px;}
	#header button.btn-menu {display:none}

	/**/
	nav.menu_wrap {flex: 0 1 60%;}
	#gnb .depth1 {display: flex;justify-content: space-between;}
	#gnb .depth1 > li {display: inline-block;vertical-align: top;}
	#gnb .depth1 > li > a {display:block;height: 100px;margin: 0;font-size: 20px;line-height: 100px;font-weight: 500;color: var(--colorDarkgray);}	
	#gnb .depth1 > li * {transition: all 0.2s;}	
	#header #gnb .depth1 > li.sel > a {position: relative;z-index: 0;color: var(--mainColor);font-weight: 500;}
	#header #gnb .depth1 > li.sel > a em {position: absolute;top: 20px;left: 50%;z-index: -1;width: 8px;height: 8px;background-color: var(--mainColor);border-radius: 10px;margin-left: -4px;}
	#header #gnb .depth1 > li > a:hover {color: var(--subColor);text-decoration: underline;}
	#header #gnb .depth1 > li > a:hover em {background-color: var(--subColor);}
	#gnb .depth2 {display: none !important;}
	/*#header #gnb .depth1 > li:hover > a,	
	#gnb .depth2 {display: none;overflow:hidden;position:absolute;top: 100px;left:20%;right:10%;z-index: 10;padding: 0 0 40px;box-sizing: border-box;text-align:center;}
	#gnb .depth2 > li {float: left;width: calc(33.33333% - 10px);margin: 5px;}
	#gnb .depth2 > li:nth-child(3n-2) {margin-left: 0;}
	#gnb .depth2 > li:nth-child(3n) {margin-right: 0;}
	#gnb .depth2 > li a{display:block;height: 58px;padding: 0 15px;font-size: 17px;line-height: 58px;font-weight: 500;color:#fff;border: 1px solid rgba(255,255,255,0.3);text-align: left;}
	#gnb .depth2 > li a:hover{background: #fff;color: var(--mainColor);border-bottom: 0;}	
	#gnb .depth1 > li > a::after {content: "";position:absolute;bottom: 0;left: 0;display:none;width: 100%;height: 5px;background: #558fff;}
	#gnb .nav_bg {display:none;position:absolute;top: 110px;left: 0;width: 100%;height: 400px;background: #f5f5f5;}
	
	#header .etc_wp {max-width: 320px;text-align: right;}
	#header .etc_btn > ul {display: inline-block;vertical-align: middle;}
	#header .etc_btn > ul > li {display: inline-block;}
	#header .etc_btn > ul > li > a {display: block;padding: 0 7px;vertical-align: middle;font-size: 15px;color: var(--colorBlack);}
	#header .etc_btn > ul > li > a:last-child {padding-right: 0;}
	#header.header_active .etc_btn > ul > li > a, #header.bg_white .etc_btn > ul > li > a {color: #fff;}*/

	#header.fix_menu {position:fixed; top: 0;background:#fff;border-bottom:1px solid #ddd;}
	#header.fix_menu #gnb .depth1 > li > a {color:#333;}
	#header.fix_menu #gnb .depth1 > li.sel > a {color:#558fff}

	#allbg{position:fixed;z-index:30000;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.35);display:none}

	/**/
	#mainCon {width: 100%;}
	.section_inner {max-width: 1400px;margin: 0 auto;padding: 80px 0;}
	.section h3 {margin-bottom: 40px;text-align: center;font-size: 34px;font-weight: 600;color: #000;}
	.section h3 > span {display: inline-block;padding: 7px 0 0 50px;background-image: url(../img/bullet_h3.png);background-repeat: no-repeat;background-position: 0 0;}
	.section h4 {font-size: 28px;font-weight: 500;color: var(--mainColor);}
	.section .sub_title {font-size: 17px;font-weight: 500;color: #757575;}

	.section .btn_wrap {margin-top: 80px;text-align: center;}
	.section .btn_wrap > a {display: inline-block;width: 216px;height: 62px;border: 1px solid #333;font-size: 18px;font-weight: 400;color: #333;line-height: 62px;}

	/**/	
	.section .controls {}
	.section .controls .slick-arrow {overflow: hidden;width: 55px;height: 55px;border-radius: 50%;border-width: 1px;border-style: solid;border-color: #000;background-repeat: no-repeat;background-position: 50% 50%;text-indent: -9999px;vertical-align: middle;}
	.section .controls .slick-prev {margin-right: 15px;background-image: url(../img/arrow_b_prev.png);}
	.section .controls .slick-next {margin-left: 15px;background-image: url(../img/arrow_b_next.png);}
	.section .controls.white .slick-arrow {border-color: #fff;}
	.section .controls.white .slick-prev {background-image: url(../img/arrow_w_prev.png);}
	.section .controls.white .slick-next {background-image: url(../img/arrow_w_next.png);}
	.section .controls .slider_dots {display: inline-block;vertical-align: middle;}
	.section .controls .slider_dots ul li {display: none;}
	.section .controls .slider_dots ul li.slick-active {display: block;}

	/**/
	#mainCon {padding-top: 140px;}

	/**/
	#section0 {background-color: var(--mainColor);background-image: url(../img/bg_m_slogan.png);background-repeat: no-repeat;background-position: calc(50% - 300px) 50%;}
	#section0 .section_inner {min-height: 700px;padding: 30px 0;}
	#section0 .m_slogan {display: flex;align-items: center;}
	#section0 .m_slogan > div {max-width: 50%;}
	#section0 .m_slogan > div.slogan_right {text-align: right;}
	#section0 .m_slogan > div.slogan_right .mid {margin: 60px 0;}
	#section0 .m_slogan > div.slogan_right > div > span {display: block;}
	#section0 .m_slogan > div.slogan_right > div > span + span {margin-top: 10px;}
	#section0 .m_slogan > div.slogan_right > div.bottom > span img {display: inline-block;padding: 15px 30px;background-color: #000;}

	/**/
	#section1 {overflow: hidden;position: relative;z-index: 0;width: 100%;background-image: url(../img/pattern_section1.gif);background-repeat: repeat;background-position: 0 -15px;}
	#section1::before {content: '';position: absolute;top: 100px;right: calc(0% - 550px);z-index: -1;width: 650px;height: 330px;background-image: url(../img/shape_section1.png?v=1);background-repeat: no-repeat;background-position: 50% 50%;background-size: auto 100%;transform: translateX(-50%);}
	#section1::after {content: '';position: absolute;bottom: -53%;left: -10%;z-index: -1;width: 1000px;height: 800px;border-radius: 50%;background-color: #ccedfc;}
	#section1 .m_direct {padding-bottom: 120px;}
	#section1 .m_direct .direct_list {display: flex;margin: 0 -35px;}
	#section1 .m_direct .direct_list > a {position: relative;flex: 1 1 auto;margin: 0 35px;padding: 45px 120px 45px 50px;border: 1px solid #dfdfdf;box-shadow: 7px 7px 25px rgba(0,0,0,0.1);background-color: #fff;border-radius: 10px;}
	#section1 .m_direct .direct_list > a::after {content: '';position: absolute;top: 0;right: 20px;width: 100px;height: 100%;background-repeat: no-repeat;}
	#section1 .m_direct .direct_list > a.direct1::after {background-image: url(../img/ico_m_direct1.png);background-position: 50% 65%;}
	#section1 .m_direct .direct_list > a.direct2::after {background-image: url(../img/ico_m_direct2.png);background-position: 50% 30%;}
	#section1 .m_direct .direct_list > a.direct3::after {background-image: url(../img/ico_m_direct3.png);background-position: 70% 75%;}
	#section1 .m_direct .direct_list > a:hover::after {animation-name: direct_move;animation-duration: 1s;animation-iteration-count: infinite;animation-iteration-count: both;}
	#section1 .m_direct .direct_list > a > span {display: block;font-size: 18px;font-weight: 400;color: #000;}
	#section1 .m_direct .direct_list > a > span.tit {margin-bottom: 10px;font-size: 26px;font-weight: 600;}

	#section1 .m_notice {position: relative;z-index: 0;min-height: 350px;padding-bottom: 100px;}
	#section1 .m_notice::before {content: '';position: absolute;top: 40px;left: 0;width: 450px;height: 350px;background-image: url(../img/ico_section1.png?v=1);background-repeat: no-repeat;background-position: 0 100%;}
	#section1 .m_notice ul {padding-left: 450px;}
	#section1 .m_notice ul > li {position: relative;z-index: 0;display: flex;padding-left: 15px;justify-content: space-between;align-items: center;}
	#section1 .m_notice ul > li::before {content: '';position: absolute;top: 13px;left: 0;width: 5px;height: 5px;background-color: #000;border-radius: 50%;}
	#section1 .m_notice ul > li + li {margin-top: 20px;}
	#section1 .m_notice ul > li > span.title {overflow: hidden;width: calc(100% - 120px);font-size: 18px;font-weight: 500;color: #000;text-overflow: ellipsis;white-space: nowrap;}
	#section1 .m_notice ul > li > span.date {margin-left: 20px;font-size: 16px;font-weight: 400;color: #333;flex: 1 1 100px;}
	#section1 .m_notice .btn_wp {position: absolute;bottom: 0;left: 450px;z-index: 1;padding: 12px 30px;font-size: 17px;font-weight: 400;border: 1px solid #333;background-color: rgba(255,255,255,0.1);}

	/**/
	#section2 {/* background-image: url(../img/bg_section2.jpg); *//* background-repeat: no-repeat; */background-position: 50% 50%;/* background-size: cover; */background: #094181;}
	#section2 .section_inner {padding: 100px 45% 100px 0;min-height: 450px;background-image: url(../img/ico_section2.png);background-repeat: no-repeat;background-position: 100% calc(100% - 50px);}
	#section2 p {font-size: 18px;font-weight: 400;color: #fff;line-height: 1.7em;}
	#section2 p.title {margin-bottom: 25px;font-size: 38px;font-weight: 500;color: #fff;line-height: 1.5em;}
	#section2 p.title .imp {color: #62d6ff;}
	#section2 .btn_wp {margin-top: 60px;}
	#section2 .btn_wp a {display: inline-block;padding: 20px 40px;border: 1px solid #fff;font-size: 18px;font-weight: 400;color: #fff;}

	/**/
	#section3 .gallery {display: grid;grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));gap: 20px;margin-top: 20px;}
	#section3 .gallery > li {}
	#section3 .gallery > li:nth-child(4n-3) {margin-left: 0;}
	#section3 .gallery > li:nth-child(4n) {margin-right: 0;}
	#section3 .gallery > li a {display: block;}
	#section3 .gallery > li a strong {overflow: hidden;display: block;margin-top: 15px;text-overflow: ellipsis;white-space: nowrap;font-size: 17px;font-weight: 500;}
	#section3 .btn_wp {margin-top: 50px;text-align: center;}
	#section3 .btn_wp > a {display: inline-block;padding: 12px 30px;font-size: 17px;font-weight: 400;border: 1px solid #333;background-color: rgba(255,255,255,0.1);}


	/**/
	#foot_section {background-color: #fff;}
	#foot_section .section_inner {position: relative;padding: 50px 0;}
	#foot_section h2 {position: absolute;top: 45px;right: 0;}
	#foot_section .f_info {margin-bottom: 20px;font-size: 16px;font-weight: 500;}
	#foot_section .f_info address {margin-bottom: 7px;}
	#foot_section .f_info address > span {display: inline-block;}
	#foot_section .f_info address > span + span {margin-left: 50px;}
	#foot_section .banner > a {display: inline-block;padding-right: 60px;}

	/**/
	#contain {overflow: hidden;position: relative;width: 100%;padding-top: 140px;border-bottom: 1px solid #ddd;}
	#contain .contain {max-width: 1400px;margin: 0 auto;}

	/**/
	#contain #subVisual {position: relative;z-index: 0;width: 100%;background-color: #062967;}
	#contain #subVisual .sub_visual {position: relative;display: flex;max-width: 1400px;height: 360px;margin: 0 auto;align-items: center;}
	#contain #subVisual .sub_visual h2 {width: 420px;font-size: 46px;color: #fff;font-weight: 500;line-height: 1.3em;}
	#contain #subVisual .sub_visual h2 span.eng {display: block;margin-top: 20px;font-size: 19px;font-weight: 400;color: #ffdc39;line-height: 1.2em;text-transform: uppercase;}	
	#contain #subVisual .sub_visual .img {display: inline-flex;position: relative;width: calc(100% - 420px);height: 360px;padding-bottom: 50px;background-image: url(../img/bg_sub_visual.png);background-repeat: no-repeat;background-position: 0 100%;}
	#contain #subVisual .sub_visual .img::before,
	#contain #subVisual .sub_visual .img::after {content: '';width: 50%;height: 100%;background-repeat: no-repeat;}
	#contain #subVisual .sub_visual .img::before {background-image: url(../img/ico_sub_visual1.png);background-position: 0 calc(100% + 40px);}
	#contain #subVisual .sub_visual .img::after {background-image: url(../img/ico_sub_visual2.png);background-position: 100% calc(100% + 20px);}
	#contain #subVisual .sub_visual .img > img {position: absolute;top: 50%;left: 50%;height: 130px;transform: translate(-50%, -60%);}
	#contain #subVisual::after {content: '';position: absolute;bottom: 0;right: 0;width: calc(50% - 700px);height: 50px;background-color: #fff;}

	/**/
	#aside {display: none;}
	
	/* #design */
	#design {min-height: 600px;padding: 70px 0 100px;}
	
	/**/
	#blind{position:absolute;z-index:99998;top:0px;left:0px;width:100%;height:100%;background:rgba(0,0,0,0.7)}
	#dkleft{display:none;}
	#gotop,
	#gotop a{display:none !important}

}


/* 1000 ~ 1339 */
@media all and (min-width: 1000px) and (max-width: 1399px) {

	#divpop { display:none;}
	#mm-blocker{display:none}
	#popupWindow{position:absolute}
	#hCheon {position:relative;top:0px;padding:0; margin:0;width:100%;}
	
	#OpenLayer {position: absolute;top: 180px;left: 100px;z-index: 9999;background: #fff;padding: 10px;border-radius: 5px;border: 1px solid #ccc;box-shadow: 5px 5px 20px rgba(0,0,0,0.3);text-align: right;}
	#OpenLayer > a {clear: both;font-size: 14px;}
	#OpenLayer #TodayClose {float: left;margin-right: 20px;}

	/* header */
	#header {position:absolute;top: 0;left: 0;z-index:30002;width:100%;background-color: #fff;}
	#header .h_top {background-color: #f4f4f4;}
	#header .h_top > div {margin: 0 2%;text-align: right;}
	#header .h_top > div > a {display: inline-block;padding: 10px 0;color: #000;font-size: 15px;font-weight: 500;}
	#header .header {position: relative;display: flex;height: 100px;margin: 0 2%;justify-content: space-between;align-items: center;}

	#header h1 {}
	#header h1 a {display: block;font-size: 0;}
	#header h1 a img {height: 56px;}
	#header button.btn-menu {display:none}

	/**/
	nav.menu_wrap {flex: 0 1 60%;}
	#gnb .depth1 {display: flex;justify-content: space-between;}
	#gnb .depth1 > li {display: inline-block;vertical-align: top;}
	#gnb .depth1 > li > a {display:block;height: 100px;margin: 0;font-size: 19px;line-height: 100px;font-weight: 500;color: var(--colorDarkgray);}	
	#gnb .depth1 > li * {transition: all 0.2s;}	
	#header #gnb .depth1 > li.sel > a {position: relative;z-index: 0;color: var(--mainColor);font-weight: 500;}
	#header #gnb .depth1 > li.sel > a em {position: absolute;top: 20px;left: 50%;z-index: -1;width: 8px;height: 8px;background-color: var(--mainColor);border-radius: 10px;margin-left: -4px;}
	#header #gnb .depth1 > li > a:hover {color: var(--subColor);text-decoration: underline;}
	#header #gnb .depth1 > li > a:hover em {background-color: var(--subColor);}
	#gnb .depth2 {display: none !important;}

	/**/
	#mainCon {width: 100%;}
	.section_inner {width: 96%;margin: 0 auto;padding: 60px 0;}
	.section h3 {margin-bottom: 35px;text-align: center;font-size: 28px;font-weight: 600;color: #000;}
	.section h3 > span {display: inline-block;padding: 7px 0 0 50px;background-image: url(../img/bullet_h3.png);background-repeat: no-repeat;background-position: 0 0;}
	.section h4 {font-size: 23px;font-weight: 500;color: var(--mainColor);}
	.section .sub_title {font-size: 16px;font-weight: 500;color: #757575;}

	.section .btn_wrap {margin-top: 80px;text-align: center;}
	.section .btn_wrap > a {display: inline-block;width: 216px;height: 62px;border: 1px solid #333;font-size: 18px;font-weight: 400;color: #333;line-height: 62px;}

	.section .btn_wrap {margin-top: 80px;text-align: center;}
	.section .btn_wrap > a {display: inline-block;width: 216px;height: 62px;border: 1px solid #333;font-size: 18px;font-weight: 400;color: #333;line-height: 62px;}

	/**/	
	.section .controls {}
	.section .controls .slick-arrow {overflow: hidden;width: 55px;height: 55px;border-radius: 50%;border-width: 1px;border-style: solid;border-color: #000;background-repeat: no-repeat;background-position: 50% 50%;text-indent: -9999px;vertical-align: middle;}
	.section .controls .slick-prev {margin-right: 15px;background-image: url(../img/arrow_b_prev.png);}
	.section .controls .slick-next {margin-left: 15px;background-image: url(../img/arrow_b_next.png);}
	.section .controls.white .slick-arrow {border-color: #fff;}
	.section .controls.white .slick-prev {background-image: url(../img/arrow_w_prev.png);}
	.section .controls.white .slick-next {background-image: url(../img/arrow_w_next.png);}
	.section .controls .slider_dots {display: inline-block;vertical-align: middle;}
	.section .controls .slider_dots ul li {display: none;}
	.section .controls .slider_dots ul li.slick-active {display: block;}

	/**/
	#mainCon {padding-top: 140px;}

	/**/
	#section0 {background-color: var(--mainColor);background-image: url(../img/bg_m_slogan.png);background-repeat: no-repeat;background-position: calc(50% - 250px) 50%;background-size: auto 150%;}
	#section0 .section_inner {padding: 50px 0;}
	#section0 .m_slogan {display: flex;align-items: center;}
	#section0 .m_slogan > div {max-width: 50%;}
	#section0 .m_slogan > div.slogan_right {text-align: right;}
	#section0 .m_slogan > div.slogan_right .mid {margin: 40px 0;}
	#section0 .m_slogan > div.slogan_right > div > span {display: block;}
	#section0 .m_slogan > div.slogan_right > div > span + span {margin-top: 5px;}
	#section0 .m_slogan > div.slogan_right > div.top img {height: 17px;}
	#section0 .m_slogan > div.slogan_right > div.mid img {height: 50px;}
	#section0 .m_slogan > div.slogan_right > div.bottom > span img {display: inline-block;height: 33px;padding: 12px 25px;background-color: #000;box-sizing: content-box;}

	/**/
	#section1 {overflow: hidden;position: relative;z-index: 0;width: 100%;background-image: url(../img/pattern_section1.gif);background-repeat: repeat;background-position: 0 -15px;}
	#section1::before {content: '';position: absolute;top: 100px;right: calc(0% - 550px);z-index: -1;width: 580px;height: 250px;background-image: url(../img/shape_section1.png?v=1);background-repeat: no-repeat;background-position: 50% 50%;background-size: auto 100%;transform: translateX(-50%);}
	#section1::after {content: '';position: absolute;bottom: -70%;left: -30%;z-index: -1;width: 1000px;height: 800px;border-radius: 50%;background-color: #ccedfc;}
	#section1 .m_direct {padding-bottom: 100px;}
	#section1 .m_direct .direct_list {display: flex;margin: 0 -20px;}
	#section1 .m_direct .direct_list > a {position: relative;flex: 1 1 auto;margin: 0 20px;padding: 30px 100px 30px 40px;border: 1px solid #dfdfdf;box-shadow: 7px 7px 25px rgba(0,0,0,0.1);background-color: #fff;border-radius: 10px;}
	#section1 .m_direct .direct_list > a::after {content: '';position: absolute;top: 0;right: 15px;width: 80px;height: 100%;background-repeat: no-repeat;background-size: 60px auto;}
	#section1 .m_direct .direct_list > a.direct1::after {background-image: url(../img/ico_m_direct1.png);background-position: 50% 65%;}
	#section1 .m_direct .direct_list > a.direct2::after {background-image: url(../img/ico_m_direct2.png);background-position: 50% 30%;}
	#section1 .m_direct .direct_list > a.direct3::after {background-image: url(../img/ico_m_direct3.png);background-position: 70% 75%;}
	#section1 .m_direct .direct_list > a:hover::after {animation-name: direct_move;animation-duration: 1s;animation-iteration-count: infinite;animation-iteration-count: both;}
	#section1 .m_direct .direct_list > a > span {display: block;font-size: 17px;font-weight: 400;color: #000;}
	#section1 .m_direct .direct_list > a > span.tit {margin-bottom: 10px;font-size: 23px;font-weight: 600;}

	#section1 .m_notice {position: relative;z-index: 0;min-height: 350px;padding-bottom: 100px;}
	#section1 .m_notice::before {content: '';position: absolute;top: auto;bottom: 20px;left: 0;width: 300px;height: 250px;background-image: url(../img/ico_section1.png?v=1);background-repeat: no-repeat;background-position: 0 100%;background-size: auto 100%;}
	#section1 .m_notice ul {padding-left: 350px;}
	#section1 .m_notice ul > li {position: relative;z-index: 0;display: flex;padding-left: 15px;justify-content: space-between;align-items: center;}
	#section1 .m_notice ul > li::before {content: '';position: absolute;top: 13px;left: 0;width: 5px;height: 5px;background-color: #000;border-radius: 50%;}
	#section1 .m_notice ul > li + li {margin-top: 20px;}
	#section1 .m_notice ul > li > span.title {overflow: hidden;width: calc(100% - 120px);font-size: 18px;font-weight: 500;color: #000;text-overflow: ellipsis;white-space: nowrap;}
	#section1 .m_notice ul > li > span.date {margin-left: 20px;font-size: 16px;font-weight: 400;color: #333;flex: 1 1 100px;}
	#section1 .m_notice .btn_wp {position: absolute;bottom: 0;left: 350px;z-index: 1;padding: 12px 30px;font-size: 17px;font-weight: 400;border: 1px solid #333;background-color: rgba(255,255,255,0.1);}

	/**/
	#section2 {/* background-image: url(../img/bg_section2.jpg); *//* background-repeat: no-repeat; */background-position: 50% 50%;/* background-size: cover; */background: #094181;}
	#section2 .section_inner {min-height: 360px;padding: 60px 40% 60px 0;background-image: url(../img/ico_section2.png);background-repeat: no-repeat;background-position: 100% calc(100% - 60px);background-size: auto 250px;}
	#section2 p {font-size: 16px;font-weight: 400;color: #fff;line-height: 1.5em;}
	#section2 p.title {margin-bottom: 20px;font-size: 32px;font-weight: 500;color: #fff;line-height: 1.3em;}
	#section2 p.title .imp {color: #62d6ff;}
	#section2 .btn_wp {margin-top: 50px;}
	#section2 .btn_wp a {display: inline-block;padding: 15px 35px;border: 1px solid #fff;font-size: 17px;font-weight: 400;color: #fff;}

	/**/
	#section3 .gallery {display: grid;grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));gap: 20px;margin-top: 20px;}
	#section3 .gallery > li {}
	#section3 .gallery > li:nth-child(4n-3) {margin-left: 0;}
	#section3 .gallery > li:nth-child(4n) {margin-right: 0;}
	#section3 .gallery > li a {display: block;}
	#section3 .gallery > li a strong {overflow: hidden;display: block;margin-top: 15px;text-overflow: ellipsis;white-space: nowrap;font-size: 17px;font-weight: 500;}
	#section3 .btn_wp {margin-top: 50px;text-align: center;}
	#section3 .btn_wp > a {display: inline-block;padding: 12px 30px;font-size: 17px;font-weight: 400;border: 1px solid #333;background-color: rgba(255,255,255,0.1);}

	/**/
	#foot_section {background-color: #fff;}
	#foot_section .section_inner {position: relative;padding: 50px 0;}
	#foot_section h2 {position: absolute;top: 45px;right: 0;}
	#foot_section h2 img {height: 45px;}
	#foot_section .f_info {margin-bottom: 15px;font-size: 15px;font-weight: 500;}
	#foot_section .f_info address {margin-bottom: 5px;}
	#foot_section .f_info address > span {display: inline-block;}
	#foot_section .f_info address > span + span {margin-left: 40px;}
	#foot_section .banner > a {display: inline-block;padding-right: 50px;}

	/**/
	#contain {overflow: hidden;position: relative;width: 100%;padding-top: 140px;border-bottom: 1px solid #ddd;}
	#contain .contain {max-width: 1400px;margin: 0 auto;}

	/*
	#contain #subVisual {overflow: hidden;position: relative;z-index: 0;width: 100%;background-image: url(../img/bg_sub_visual.jpg);background-repeat: no-repeat;background-position: 50% 0;background-size: auto 100%;}
	#contain #subVisual .sub_visual {position: relative;width: 1200px;height: 280px;background-image: url(../img/img_sub_visual.png);background-position: 100% calc(100% + 50px);background-repeat: no-repeat;background-size: auto 280px;}
	#contain #subVisual .sub_visual h2 {position: absolute;top: 50%;left: 2%;font-size: 38px;color: #fff;font-weight: 500;line-height: 1.3em;transform: translateY(-55%);}
	#contain #subVisual .sub_visual h2 span.eng {display: block;margin-top: 20px;font-size: 18px;font-weight: 400;color: #ffa051;line-height: 1.2em;text-transform: uppercase;}
	#contain #subVisual .sub_visual .img {width: calc(50% + 300px);height: 360px;}*/

	/**/
	#contain #subVisual {position: relative;z-index: 0;width: 100%;background-color: #062967;}
	#contain #subVisual .sub_visual {position: relative;display: flex;width: 96%;height: 280px;margin: 0 auto;align-items: center;}
	#contain #subVisual .sub_visual h2 {width: 360px;font-size: 38px;color: #fff;font-weight: 500;line-height: 1.3em;}
	#contain #subVisual .sub_visual h2 span.eng {display: block;margin-top: 20px;font-size: 18px;font-weight: 400;color: #ffdc39;line-height: 1.2em;text-transform: uppercase;}	
	#contain #subVisual .sub_visual .img {display: inline-flex;position: relative;width: calc(100% - 360px);height: 280px;padding-bottom: 40px;background-image: url(../img/bg_sub_visual.png);background-repeat: no-repeat;background-position: 0 100%;background-size: auto 40px}
	#contain #subVisual .sub_visual .img::before,
	#contain #subVisual .sub_visual .img::after {content: '';width: 50%;height: 100%;background-repeat: no-repeat;}
	#contain #subVisual .sub_visual .img::before {background-image: url(../img/ico_sub_visual1.png);background-position: 0 calc(100% + 40px);background-size: 90% auto;}
	#contain #subVisual .sub_visual .img::after {background-image: url(../img/ico_sub_visual2.png);background-position: 100% calc(100% + 20px);background-size: 90% auto;}
	#contain #subVisual .sub_visual .img > img {position: absolute;top: 50%;left: 50%;height: 110px;transform: translate(-50%, -60%);}
	#contain #subVisual::after {content: '';position: absolute;bottom: 0;right: 0;width: 50%;height: 40px;background-color: #fff;}

	/**/
	#aside {display: none;}
	
	/* #design */
	#design {width: 96%;min-height: 600px;padding: 60px 0 80px;margin: 0 auto;}


	/**/
	#blind {position:absolute;z-index:9999;top:0px;left:0px; bottom:0;width:100%;height:100%;background:rgba(0,0,0,0.7)}
	#dkleft {display:none;position:absolute;z-index:10;left:0px;top:0px;width:100%;height: 100%;background:#1e2c5d;padding-bottom: 60px;}
	#dkleft .lefttit{text-align:left;width: 100%;box-sizing: border-box;background:#1e2c5d;}
	#dkleft .lefttit img{height: 25px;}
	#dkleft .select {height: 100%;overflow-y: auto;}
	#dkleft .lefttit button {display:block;position:relative;padding: 20px 15px;font-size: 16px;color:#fff;border:0;background:transparent;font-family: 'Montserrat';font-weight: 500;}
	#dkleft .lefttit button i {display: inline-block;padding: 0 7px 0 0;font-size: 15px;color:#fff;vertical-align: middle;}
	#dkleft .lefttit > div {background-color: #eee;padding: 0 15px;}
	#dkleft .lefttit .join{display:inline-block;position:relative;padding:0 10px;height:36px;line-height:36px;margin:5px 0;font-size:15px;color:#1e2c5d;border:1px solid #1e2c5d;border-radius:5px;background:#eee;transition:all 0.2s ease-out 0s;-webkit-transition:all 0.2s ease-out 0s}
	#dkleft .lefttit .join i{padding:0 7px 0 0;font-size:24px;color:#1e2c5d}
	#dkleft .lefttit .idpw{display:inline-block;position:relative;padding:0 10px;height:36px;line-height:36px;margin:5px 0;font-size:15px;color:#1e2c5d;border:1px solid #1e2c5d;border-radius:5px;background:#eee;transition:all 0.2s ease-out 0s;-webkit-transition:all 0.2s ease-out 0s}
	#dkleft .lefttit .sel_btn {display:inline-block;position:relative;padding:0 8px;height:36px;line-height:36px;margin:5px 0;font-size:14px;color:#1e2c5d;border:1px solid #1e2c5d;border-radius:5px;background:#eee;transition:all 0.2s ease-out 0s;-webkit-transition:all 0.2s ease-out 0s}
	#dkleft .lefttit .mobile_member {display: block;padding-bottom: 5px;border-top: 1px solid rgba(255,255,255,0.3);}
	#dkleft .lefttit .mobile_member > a {display: block;padding: 10px 0 10px 35px;color: #fff;font-size: 15px;box-sizing: border-box;background: url(../img/member_icon.png) no-repeat 0 50%;}
	#dkleft .select .modify{display:block;position:relative;padding:0 17px;line-height:45px;font-size:16px;color:#000;border-bottom:1px solid #ccc;background:#eee;transition:all 0.2s ease-out 0s;-webkit-transition:all 0.2s ease-out 0s}
	#dkleft .select .modify span {display:inline-block;padding:0 16px;height:36px;line-height:36px;background:#2e4287;color:#fff;border-radius:5px;}
	#dkleft .select .modify i{display:inline-block;position:relative;top:1px;padding:0 7px 0 0;font-size:24px;color:#fff}
	#dkleft .depth1{display:block;width: 100%;position:relative;padding: 0 15px;line-height:50px;font-size:16px;color:#fff;text-align:left;border-bottom: 1px solid rgba(255, 255, 255, .1);transition:all 0.2s ease-out 0s;-webkit-transition:all 0.2s ease-out 0s}
	#dkleft .depth1 strong {position:relative;top:-2px;padding:0 4px;height:14px;line-height:14px;font-size:10px;background:#ff0000;border-radius:30px}
	#dkleft .depth1 span{font-style:normal;color:#ffa800}
	#dkleft .depth1 em{position:absolute;z-index:2;top:0;right:4px;width:39px;height:39px;background:url(/web/seomun/img/common/plus.png) no-repeat 50% 50%;background-size:11px 11px}
	#dkleft .depth1.sel {background: #2e4287;color:#fff;border-bottom:1px solid #596170}
	/*#dkleft .depth1 i {font-family:Linearicons-Free;display:block;margin:15px 15px 0 0;color:#aaa;transition:all 0.2s ease-out 0s;-webkit-transition:all 0.2s ease-out 0s}*/
	#dkleft .depth1 i {display:block;width: 20px;height: 20px;margin: 15px 15px 0 0;background-image: url(../img/ico_dkleft_arrow.png);background-size: auto 7px;text-indent: -9999px;background-repeat: no-repeat;background-position: 50% 50%;transition:all 0.2s ease-out 0s;-webkit-transition:all 0.2s ease-out 0s}
	#dkleft .depth1 i.rightico {float:right}
	#dkleft .depth1.sel i.rightico{color:#fff;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);transition:all 0.2s ease-in-out 0s;-webkit-transition:all 0.2s ease-in-out 0s}
	#dkleft .depth2{display:none;background:#fff}
	#dkleft .depth2 a{display:block;padding:0 20px;line-height:40px;font-size:14px;color:#555;border-bottom:1px solid #ddd;text-decoration:none}
	#dkleft .depth2 a.sel{color:#81c341}
	#dkleft .depth2 .depth3 {background-color: #f4f4f4;}
	#dkleft .depth2 .depth3 > li > a {display: block;font-size: 13px;padding: 7px 20px;color: #555;border-bottom: 0;line-height: 1.2em;}
	#dkleft .depth2 .depth3 > li:first-child > a {padding-top: 15px;}
	#dkleft .depth2 .depth3 > li:last-child > a {padding-bottom: 15px;border-bottom: 1px solid #ddd;}

	#closeleft{position: absolute;z-index: 9999999;left: -45px;top: 15px;width: 35px;height: 35px;display: block;text-align: center;font-size: 30px;font-family: Linearicons-Free;speak: none;font-style: normal;font-weight: 400;font-variant: normal;text-transform: none;line-height: 1;color: #fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
	#closeleft:before{content:"\e870";font-size:30px;line-height:1;}

	#gotop{display: none;position:fixed;z-index:90000;bottom:20px;right:20px;display:none}
	#gotop a{display:block;width:40px;height:30px;padding:30px 0 0 0;font-size:10px;font-weight:800;text-align:center;color:#fff;background:rgba(0,0,0,0.3) url(../img/gotop.png) no-repeat 48% 28%;border-radius:50px;overflow:hidden}

@keyframes mv00 {
    from {background-position:center 110px;  }
	to {background-position:center 0px;  }

	}
@keyframes mv01 {
    from {top:100px; opacity:0;}
	to {top:170px; opacity:1;}

	}
@keyframes mv02 {
    from {top:200px;opacity:0;}
	to {top:295px;opacity:1;}

	}


@keyframes v_img {
    from {right:50px; opacity:0}
	to {right:0px; opacity:1}

	}
@keyframes v_text {
    from {padding-left:30px;  opacity:0}
	to {padding-left:0px;  opacity:1}

	}

@keyframes v_navi {
    from {margin-top:-20px;  opacity:0}
	to {margin-top:0px; letter-spacing:-1px; opacity:1}
	}
@keyframes con_bg {
    from {background:url(../img/sub_con_bg.png) repeat-x left -30px; }
	to {background:url(../img/sub_con_bg.png) repeat-x left 138px; }
	}
}


@media (min-width: 768px) and (max-width: 999px) {
	/* header */
	#header {position:absolute;top: 0;left: 0;z-index:30002;width:100%;background-color: #fff;}
	#header .h_top {background-color: #f4f4f4;}
	#header .h_top > div {margin: 0 2%;text-align: right;}
	#header .h_top > div > a {display: inline-block;padding: 10px 0;color: #000;font-size: 15px;font-weight: 500;}

	#header .header {position: relative;display: block;height: 115px;}
	#header h1 {text-align: center;border-bottom: 1px solid #eee;}
	#header h1 a {display: block;padding: 9px 15px;font-size: 0;line-height: 1;}
	#header h1 a img {height: 36px;font-size: 0;}
	#header button.btn-menu {display:none}

	/**/
	nav.menu_wrap {width: 100%;}
	#gnb .depth1 {display: flex;justify-content: center;}
	#gnb .depth1 > li {width: 16.66666%;text-align: center;}
	#gnb .depth1 > li > a {display:block;height: 60px;margin: 0;font-size: 17px;line-height: 60px;font-weight: 500;color: var(--colorDarkgray);}	
	#gnb .depth1 > li * {transition: all 0.2s;}	
	#header #gnb .depth1 > li.sel > a {position: relative;z-index: 0;color: var(--mainColor);font-weight: 500;}
	#header #gnb .depth1 > li.sel > a em {position: absolute;top: 7px;left: 50%;z-index: -1;width: 6px;height: 6px;background-color: var(--mainColor);border-radius: 10px;margin-left: -3px;}
	#header #gnb .depth1 > li > a:hover {color: var(--subColor);text-decoration: underline;}
	#header #gnb .depth1 > li > a:hover em {background-color: var(--subColor);}
	#gnb .depth2 {display: none !important;}
	
	/**/
	#mainCon {width: 100%;padding-top: 155px;}
	.section_inner {width: 94%;margin: 0 auto;padding: 60px 0;}
	.section h3 {margin-bottom: 35px;text-align: center;font-size: 28px;font-weight: 600;color: #000;}
	.section h3 > span {display: inline-block;padding: 7px 0 0 50px;background-image: url(../img/bullet_h3.png);background-repeat: no-repeat;background-position: 0 0;}
	.section h4 {font-size: 23px;font-weight: 500;color: var(--mainColor);}
	.section .sub_title {font-size: 16px;font-weight: 500;color: #757575;}

	.section .btn_wrap {margin-top: 80px;text-align: center;}
	.section .btn_wrap > a {display: inline-block;width: 216px;height: 62px;border: 1px solid #333;font-size: 18px;font-weight: 400;color: #333;line-height: 62px;}

	/**/
	.section .kind.lib1 {background-color: var(--mainColor);color: var(--colorWhite);}
	.section .kind.lib2 {background-color: var(--libColor2);color: var(--colorWhite);}
	.section .kind.lib3 {background-color: var(--libColor3);color: var(--colorWhite);}

	.section .lib1 {color: var(--mainColor);}
	.section .lib2 {color: var(--libColor2);}
	.section .lib3 {color: var(--libColor3);}

	.section .btn_wrap {margin-top: 80px;text-align: center;}
	.section .btn_wrap > a {display: inline-block;width: 216px;height: 62px;border: 1px solid #333;font-size: 18px;font-weight: 400;color: #333;line-height: 62px;}

	/**/	
	.section .controls {}
	.section .controls .slick-arrow {overflow: hidden;width: 55px;height: 55px;border-radius: 50%;border-width: 1px;border-style: solid;border-color: #000;background-repeat: no-repeat;background-position: 50% 50%;text-indent: -9999px;vertical-align: middle;}
	.section .controls .slick-prev {margin-right: 15px;background-image: url(../img/arrow_b_prev.png);}
	.section .controls .slick-next {margin-left: 15px;background-image: url(../img/arrow_b_next.png);}
	.section .controls.white .slick-arrow {border-color: #fff;}
	.section .controls.white .slick-prev {background-image: url(../img/arrow_w_prev.png);}
	.section .controls.white .slick-next {background-image: url(../img/arrow_w_next.png);}
	.section .controls .slider_dots {display: inline-block;vertical-align: middle;}
	.section .controls .slider_dots ul li {display: none;}
	.section .controls .slider_dots ul li.slick-active {display: block;}

	/**/
	#section0 {background-color: var(--mainColor);background-image: url(../img/bg_m_slogan.png);background-repeat: no-repeat;background-position: 50% 50%;background-size: auto 150%;}
	#section0 .section_inner {padding: 50px 0;}
	#section0 .m_slogan {}
	#section0 .m_slogan > div {text-align: center;}
	#section0 .m_slogan > div.slogan_right {margin-top: 30px;}
	#section0 .m_slogan > div.slogan_right .mid {margin: 30px 0;}
	#section0 .m_slogan > div.slogan_right > div > span {display: block;}
	#section0 .m_slogan > div.slogan_right > div > span + span {margin-top: 3px;}
	#section0 .m_slogan > div.slogan_right > div.top img {height: 17px;}
	#section0 .m_slogan > div.slogan_right > div.mid img {height: 50px;}
	#section0 .m_slogan > div.slogan_right > div.bottom > span img {display: inline-block;height: 33px;padding: 12px 25px;background-color: #000;box-sizing: content-box;}

	/**/
	#section1 {overflow: hidden;position: relative;z-index: 0;width: 100%;background-image: url(../img/pattern_section1.gif);background-repeat: repeat;background-position: 0 -15px;}
	#section1::before {content: '';position: absolute;top: 90px;right: calc(0% - 500px);z-index: -1;width: 580px;height: 230px;background-image: url(../img/shape_section1.png);background-repeat: no-repeat;background-position: 50% 50%;background-size: auto 100%;transform: translateX(-50%);}
	#section1::after {content: '';position: absolute;bottom: -70%;left: -30%;z-index: -1;width: 1000px;height: 800px;border-radius: 50%;background-color: #ffdc88;}
	#section1 .m_direct {padding-bottom: 60px;}
	#section1 .m_direct .direct_list {display: flex;flex-wrap: wrap;}
	#section1 .m_direct .direct_list > a {position: relative;margin: 5px 0;width: calc(50% - 5px);padding: 25px 90px 25px 30px;border: 1px solid #dfdfdf;box-shadow: 5px 5px 20px rgba(0,0,0,0.1);background-color: #fff;border-radius: 10px;}
	#section1 .m_direct .direct_list > a:nth-child(1) {margin-right: 1px;}
	#section1 .m_direct .direct_list > a:nth-child(2) {margin-right: 10px;}
	#section1 .m_direct .direct_list > a::after {content: '';position: absolute;top: 0;right: 15px;width: 70px;height: 100%;background-repeat: no-repeat;background-size: 50px auto;}
	#section1 .m_direct .direct_list > a.direct1::after {background-image: url(../img/ico_m_direct1.png);background-position: 50% 65%;background-size: 60px auto;}
	#section1 .m_direct .direct_list > a.direct2::after {background-image: url(../img/ico_m_direct2.png);background-position: 50% 30%;}
	#section1 .m_direct .direct_list > a.direct3::after {background-image: url(../img/ico_m_direct3.png);background-position: 70% 75%;}
	#section1 .m_direct .direct_list > a:hover::after {animation-name: direct_move;animation-duration: 1s;animation-iteration-count: infinite;animation-iteration-count: both;}
	#section1 .m_direct .direct_list > a > span {display: block;font-size: 16px;font-weight: 400;color: #000;}
	#section1 .m_direct .direct_list > a > span.tit {margin-bottom: 7px;font-size: 21px;font-weight: 600;}

	#section1 .m_notice {position: relative;z-index: 0;min-height: 350px;padding-bottom: 90px;}
	#section1 .m_notice::before {content: '';position: absolute;top: auto;bottom: 20px;left: 0;width: 240px;height: 200px;background-image: url(../img/ico_section1.png);background-repeat: no-repeat;background-position: 0 100%;background-size: auto 100%;}
	#section1 .m_notice ul {padding-left: 250px;}
	#section1 .m_notice ul > li {position: relative;z-index: 0;display: flex;padding-left: 15px;justify-content: space-between;align-items: center;}
	#section1 .m_notice ul > li::before {content: '';position: absolute;top: 13px;left: 0;width: 5px;height: 5px;background-color: #000;border-radius: 50%;}
	#section1 .m_notice ul > li + li {margin-top: 20px;}
	#section1 .m_notice ul > li > span.title {overflow: hidden;width: calc(100% - 120px);font-size: 17px;font-weight: 500;color: #000;text-overflow: ellipsis;white-space: nowrap;}
	#section1 .m_notice ul > li > span.date {margin-left: 20px;font-size: 15px;font-weight: 400;color: #333;flex: 1 1 100px;}
	#section1 .m_notice .btn_wp {position: absolute;bottom: 0;left: 250px;z-index: 1;padding: 12px 30px;font-size: 16px;font-weight: 400;border: 1px solid #333;background-color: rgba(255,255,255,0.1);}

	/**/
	#section2 {/* background-image: url(../img/bg_section2.jpg); *//* background-repeat: no-repeat; */background-position: 50% 50%;/* background-size: cover; */background: #094181;}
	#section2 .section_inner {padding: 60px 240px 60px 0;background-image: url(../img/ico_section2.png);background-repeat: no-repeat;background-position: 100% calc(100% - 60px);background-size: auto 150px;}
	#section2 p {font-size: 16px;font-weight: 400;color: #fff;line-height: 1.5em;}
	#section2 p.title {margin-bottom: 20px;font-size: 28px;font-weight: 500;color: #fff;line-height: 1.3em;}
	#section2 p.title .imp {color: var(--mainColor);}
	#section2 .btn_wp {margin-top: 40px;}
	#section2 .btn_wp a {display: inline-block;padding: 15px 35px;border: 1px solid #fff;font-size: 17px;font-weight: 400;color: #fff;}

	/**/
	#section3 .gallery {display: flex;flex-wrap: wrap;}
	#section3 .gallery > li {width: calc(50% - 10px);margin: 10px 10px;}
	#section3 .gallery > li:nth-child(2n-1) {margin-left: 0;}
	#section3 .gallery > li:nth-child(2n) {margin-right: 0;}
	#section3 .gallery > li a {display: block;}
	#section3 .gallery > li a strong {overflow: hidden;display: block;margin-top: 10px;text-overflow: ellipsis;white-space: nowrap;font-size: 16px;font-weight: 500;}
	#section3 .btn_wp {margin-top: 50px;text-align: center;}
	#section3 .btn_wp > a {display: inline-block;padding: 12px 30px;font-size: 17px;font-weight: 400;border: 1px solid #333;background-color: rgba(255,255,255,0.1);}

	/**/
	#foot_section {background-color: #fff;}
	#foot_section .section_inner {position: relative;padding: 50px 0;}
	#foot_section h2 {position: absolute;top: 45px;right: 0;}
	#foot_section h2 img {height: 45px;}
	#foot_section .f_info {margin-bottom: 15px;font-size: 15px;font-weight: 500;}
	#foot_section .f_info address {margin-bottom: 5px;}
	#foot_section .f_info address > span {display: inline-block;}
	#foot_section .f_info address > span + span {margin-left: 40px;}
	#foot_section .banner > a {display: inline-block;padding-right: 50px;}

	/**/
	#contain {overflow: hidden;position: relative;width: 100%;padding-top: 155px;border-bottom: 1px solid #ddd;}
	#contain .contain {width: 96%;margin: 0 auto;}

	/*
	#contain #subVisual {overflow: hidden;position: relative;z-index: 0;width: 100%;background-image: url(../img/bg_sub_visual.jpg);background-repeat: no-repeat;background-position: 50% 0;background-size: auto 100%;}
	#contain #subVisual .sub_visual {position: relative;width: 1100px;height: 220px;background-image: url(../img/img_sub_visual.png);background-position: 100% calc(100% + 50px);background-repeat: no-repeat;background-size: auto 240px;}
	#contain #subVisual .sub_visual h2 {position: absolute;top: 50%;left: 2%;font-size: 30px;color: #fff;font-weight: 500;line-height: 1.3em;transform: translateY(-55%);}
	#contain #subVisual .sub_visual h2 span.eng {display: block;margin-top: 15px;font-size: 17px;font-weight: 400;color: #ffa051;line-height: 1.2em;text-transform: uppercase;}
	#contain #subVisual .sub_visual .img {width: calc(50% + 300px);height: 360px;}*/

	/**/
	#contain #subVisual {position: relative;z-index: 0;width: 100%;background-color: #062967;}
	#contain #subVisual .sub_visual {position: relative;display: flex;width: 96%;height: 280px;margin: 0 auto;align-items: center;}
	#contain #subVisual .sub_visual h2 {width: 320px;font-size: 34px;color: #fff;font-weight: 500;line-height: 1.3em;}
	#contain #subVisual .sub_visual h2 span.eng {display: block;margin-top: 20px;font-size: 18px;font-weight: 400;color: #ffdc39;line-height: 1.2em;text-transform: uppercase;}	
	#contain #subVisual .sub_visual .img {display: inline-flex;position: relative;width: calc(100% - 320px);height: 280px;padding-bottom: 40px;background-image: url(../img/bg_sub_visual.png);background-repeat: no-repeat;background-position: 0 100%;background-size: auto 40px;}
	#contain #subVisual .sub_visual .img::before,
	#contain #subVisual .sub_visual .img::after {content: '';width: 100%;height: 100%;background-repeat: no-repeat;}
	/*#contain #subVisual .sub_visual .img::before {background-image: url(../img/ico_sub_visual1.png);background-position: 0 calc(100% + 40px);background-size: 90% auto;}*/
	#contain #subVisual .sub_visual .img::before {display: none;}
	#contain #subVisual .sub_visual .img::after {background-image: url(../img/ico_sub_visual2.png);background-position: 100% calc(100% + 20px);background-size: auto 90%;}
	#contain #subVisual .sub_visual .img > img {position: absolute;top: 50%;left: 0;height: 90px;transform: translateY(-60%);}
	#contain #subVisual::after {content: '';position: absolute;bottom: 0;right: 0;width: 30%;height: 40px;background-color: #fff;}

	#design {padding: 50px 0 80px;}

	/**/
	#gotop {display: none !important;}
}

@media all and (max-width: 767px) {
	/**/
	#Wrap {min-width: 280px;}

	/**/
	#poplayer{position:absolute;z-index:1000;top:120px;left:50%;margin:0 0 0 -150px;width:300px;cursor:move}
	img{width:auto;max-width:100%;height:auto !important;}

	#OpenLayer {position: absolute;top: 150px;left: 10px;width: 70%;z-index: 9999;background: #fff;padding: 5px;border-radius: 5px;border: 1px solid #ccc;box-shadow: 5px 5px 20px rgba(0,0,0,0.3);text-align: right;}
	#OpenLayer > a {clear: both;font-size: 12px;}
	#OpenLayer #TodayClose {float: left;margin-right: 20px;}
	#OpenLayer img {width: 100%;}

	/* header */
	#header {overflow: hidden;position:absolute;top: 0;left: 0;z-index:30002;width:100%;height: 60px !important;padding: 0;}
	#header::before {content: '';position: absolute;top: 59px;width: 100%;height: 1px;background-color: rgba(255,255,255,0.2);}
	#header .h_top {display: none;}
	#header .menu_wrap #gnb {display: none !important;}

	#header h1 {position: absolute;top: 0;left: 0;width: 100%;max-width: none;padding-left: 70px;}
	#header h1 a {display: block;height: 60px;text-align: left;/*width: 100%;height: 60px;background-image: url(../img/logo.png);background-repeat: no-repeat;background-position: 5px 50%;background-size: auto 22px;text-indent: -9999px;*/}
	#header h1 a img {height: 36px !important;vertical-align: middle;margin-top: 12px;}

	#header button.btn-menu {position:absolute;top: 0;left: 0;z-index: 10;width: 60px;height: 60px;padding: 0 !important;background: url(../img/ico_menu.png?v=2) no-repeat;background-position: 50% 50%;}
	#header button.btn-menu i{display: none !important;font-size:24px !important;color: #000;}
	#header button.btn-page{height:40px;width:40px;text-align:center;top:36px;right:10px;display:block;line-height:14px;font-size:11px;font-family:'Roboto';}
	#header button.btn-page2{height:40px;width:48px;text-align:center;top:36px;right:55px;display:block; line-height:14px;font-size:11px;font-family:'Roboto';}
	#header button.btn-page i{display:block !important;padding:5px 0 0 0;height:20px;font-size:18px !important; }

	/**/
	.section_inner {width: 90%;margin: 0 auto;}
	.section h3 {font-size: 24px;margin-bottom: 15px;font-weight: 700;color: #000;}
	.section h3.white {color: #fff;}
	.section h4 {font-size: 21px;margin-bottom: 10px;font-weight: 500;color: var(--mainColor);}
	.section .sub_title {font-size: 16px;font-weight: 500;color: #757575;}

	.section .btn_wrap {margin-top: 80px;text-align: center;}
	.section .btn_wrap > a {display: inline-block;width: 216px;height: 62px;border: 1px solid #333;font-size: 18px;font-weight: 400;color: #333;line-height: 62px;}

	/**/	
	.section .controls {}
	.section .controls .slick-arrow {overflow: hidden;width: 40px;height: 40px;border-radius: 50%;border-width: 1px;border-style: solid;border-color: #000;background-repeat: no-repeat;background-position: 50% 50%;text-indent: -9999px;vertical-align: middle;background-size: auto 15px;}
	.section .controls .slick-prev {margin-right: 15px;background-image: url(../img/arrow_b_prev.png);}
	.section .controls .slick-next {margin-left: 15px;background-image: url(../img/arrow_b_next.png);}
	.section .controls.white .slick-arrow {border-color: #fff;}
	.section .controls.white .slick-prev {background-image: url(../img/arrow_w_prev.png);}
	.section .controls.white .slick-next {background-image: url(../img/arrow_w_next.png);}
	.section .controls .slider_dots {display: inline-block;vertical-align: middle;font-size: 13px;}
	.section .controls .slider_dots ul li {display: none;}
	.section .controls .slider_dots ul li.slick-active {display: block;}

	/**/
	#mainCon {width: 100%;padding-top: 60px;}
	.section_inner {width: 92%;margin: 0 auto;padding: 40px 0;}
	.section h3 {margin-bottom: 25px;text-align: center;font-size: 24px;font-weight: 600;color: #000;}
	.section h3 > span {display: inline-block;padding: 5px 0 0 35px;background-image: url(../img/bullet_h3.png);background-repeat: no-repeat;background-position: 0 0;background-size: auto 30px;}
	.section h4 {font-size: 20px;font-weight: 500;color: var(--mainColor);}
	.section .sub_title {font-size: 16px;font-weight: 500;color: #757575;}

	.section .btn_wrap {margin-top: 80px;text-align: center;}
	.section .btn_wrap > a {display: inline-block;width: 216px;height: 62px;border: 1px solid #333;font-size: 18px;font-weight: 400;color: #333;line-height: 62px;}

	/**/
	.section .kind.lib1 {background-color: var(--mainColor);color: var(--colorWhite);}
	.section .kind.lib2 {background-color: var(--libColor2);color: var(--colorWhite);}
	.section .kind.lib3 {background-color: var(--libColor3);color: var(--colorWhite);}

	.section .lib1 {color: var(--mainColor);}
	.section .lib2 {color: var(--libColor2);}
	.section .lib3 {color: var(--libColor3);}

	.section .btn_wrap {margin-top: 80px;text-align: center;}
	.section .btn_wrap > a {display: inline-block;width: 216px;height: 62px;border: 1px solid #333;font-size: 18px;font-weight: 400;color: #333;line-height: 62px;}

	/**/	
	.section .controls {}
	.section .controls .slick-arrow {overflow: hidden;width: 55px;height: 55px;border-radius: 50%;border-width: 1px;border-style: solid;border-color: #000;background-repeat: no-repeat;background-position: 50% 50%;text-indent: -9999px;vertical-align: middle;}
	.section .controls .slick-prev {margin-right: 15px;background-image: url(../img/arrow_b_prev.png);}
	.section .controls .slick-next {margin-left: 15px;background-image: url(../img/arrow_b_next.png);}
	.section .controls.white .slick-arrow {border-color: #fff;}
	.section .controls.white .slick-prev {background-image: url(../img/arrow_w_prev.png);}
	.section .controls.white .slick-next {background-image: url(../img/arrow_w_next.png);}
	.section .controls .slider_dots {display: inline-block;vertical-align: middle;}
	.section .controls .slider_dots ul li {display: none;}
	.section .controls .slider_dots ul li.slick-active {display: block;}

	/**/
	#section0 {background-color: var(--mainColor);background-image: url(../img/bg_m_slogan.png);background-repeat: no-repeat;background-position: 50% 50%;background-size: auto 150%;}
	#section0 .section_inner {padding: 30px 0;}
	#section0 .m_slogan {}
	#section0 .m_slogan > div {text-align: center;}
	#section0 .m_slogan > div.slogan_right {margin-top: 25px;}
	#section0 .m_slogan > div.slogan_right .mid {margin: 20px 0;}
	#section0 .m_slogan > div.slogan_right > div > span {display: block;}
	#section0 .m_slogan > div.slogan_right > div.top img {max-height: 15px;}
	#section0 .m_slogan > div.slogan_right > div.mid img {max-height: 36px;}
	#section0 .m_slogan > div.slogan_right > div.bottom > span img {display: inline-block;max-height: 25px;padding: 10px 20px;background-color: #000;box-sizing: content-box;}

	/**/
	#section1 {overflow: hidden;position: relative;z-index: 0;width: 100%;background-image: url(../img/pattern_section1.gif);background-repeat: repeat;background-position: 0 -15px;}
	#section1::before {content: '';position: absolute;top: 50px;right: calc(0% - 500px);z-index: -1;width: 580px;height: 230px;background-image: url(../img/shape_section1.png?v=1);background-repeat: no-repeat;background-position: 50% 50%;background-size: auto 100%;transform: translateX(-50%);}
	#section1::after {content: '';position: absolute;bottom: -90%;left: -80%;z-index: -1;width: 1000px;height: 800px;border-radius: 50%;background-color: #ccedfc;}
	#section1 .m_direct {padding-bottom: 60px;}
	#section1 .m_direct .direct_list {display: block;}
	#section1 .m_direct .direct_list > a {position: relative;display: block;margin: 5px 0;width: 90%;padding: 20px 90px 20px 25px;border: 1px solid #dfdfdf;box-shadow: 5px 5px 20px rgba(0,0,0,0.1);background-color: #fff;border-radius: 10px;}
	#section1 .m_direct .direct_list > a:nth-child(1) {margin-right: 1px;}
	#section1 .m_direct .direct_list > a:nth-child(2) {margin-right: 10px;}
	#section1 .m_direct .direct_list > a::after {content: '';position: absolute;top: 0;right: 10px;width: 65px;height: 100%;background-repeat: no-repeat;background-size: 45px auto;}
	#section1 .m_direct .direct_list > a.direct1::after {background-image: url(../img/ico_m_direct1.png);background-position: 50% 65%;background-size: 50px auto;}
	#section1 .m_direct .direct_list > a.direct2::after {background-image: url(../img/ico_m_direct2.png);background-position: 50% 30%;}
	#section1 .m_direct .direct_list > a.direct3::after {background-image: url(../img/ico_m_direct3.png);background-position: 70% 75%;}
	#section1 .m_direct .direct_list > a:hover::after {animation-name: direct_move;animation-duration: 1s;animation-iteration-count: infinite;animation-iteration-count: both;}
	#section1 .m_direct .direct_list > a > span {display: block;font-size: 14px;font-weight: 400;color: #000;}
	#section1 .m_direct .direct_list > a > span.tit {margin-bottom: 5px;font-size: 18px;font-weight: 600;}

	#section1 .m_notice {position: relative;z-index: 0;}
	/*#section1 .m_notice::before {content: '';position: absolute;top: auto;bottom: 20px;left: 0;width: 240px;height: 200px;background-image: url(../img/ico_section1.png);background-repeat: no-repeat;background-position: 0 100%;background-size: auto 100%;}*/
	#section1 .m_notice ul {}
	#section1 .m_notice ul > li {position: relative;z-index: 0;display: flex;padding-left: 12px;justify-content: space-between;align-items: center;}
	#section1 .m_notice ul > li::before {content: '';position: absolute;top: 11px;left: 0;width: 5px;height: 5px;background-color: #000;border-radius: 50%;}
	#section1 .m_notice ul > li + li {margin-top: 20px;}
	#section1 .m_notice ul > li > span.title {overflow: hidden;width: calc(100% - 100px);font-size: 15px;font-weight: 500;color: #000;text-overflow: ellipsis;white-space: nowrap;}
	#section1 .m_notice ul > li > span.date {margin-left: 20px;font-size: 13px;font-weight: 400;color: #333;flex: 1 1 80px;text-align: right;}
	#section1 .m_notice .btn_wp {display: block;width: 210px;margin: 30px auto 0;text-align: center;padding: 12px 0;font-size: 14px;font-weight: 400;border: 1px solid #333;background-color: rgba(255,255,255,0.1);}

	/**/
	#section2 {/* background-image: url(../img/bg_section2.jpg); *//* background-repeat: no-repeat; */background-position: 50% 50%;/* background-size: cover; */background: #094181;}
	#section2 .section_inner {padding: 40px 0;}
	#section2 .section_inner::after {content: '';display: block;height: 140px;margin-top: 20px;background-image: url(../img/ico_section2.png);background-repeat: no-repeat;background-position: 100% 100%;background-size: auto 100%;}
	#section2 p {font-size: 15px;font-weight: 400;color: #fff;line-height: 1.5em;}
	#section2 p.title {margin-bottom: 15px;font-size: 24px;font-weight: 500;color: #fff;line-height: 1.3em;}
	#section2 p.title .imp {color: #62d6ff;}
	#section2 .btn_wp {margin-top: 30px;}
	#section2 .btn_wp a {display: inline-block;padding: 12px 20px;border: 1px solid #fff;font-size: 14px;font-weight: 400;color: #fff;}

	/**/
	#section3 .gallery {}
	#section3 .gallery > li + li {margin-top: 20px;}
	#section3 .gallery > li a {display: block;}
	#section3 .gallery > li a strong {overflow: hidden;display: block;margin-top: 10px;text-overflow: ellipsis;white-space: nowrap;font-size: 16px;font-weight: 500;}
	#section3 .btn_wp > a {display: block;width: 210px;margin: 30px auto 0;text-align: center;padding: 12px 0;font-size: 14px;font-weight: 400;border: 1px solid #333;background-color: rgba(255,255,255,0.1);}

	/**/
	#foot_section {background-color: #fff;}
	#foot_section .section_inner {position: relative;padding: 30px 0;}
	#foot_section h2 {margin-bottom: 20px;}
	#foot_section h2 img {height: 34px !important;}
	#foot_section .f_info {margin-bottom: 30px;font-size: 14px;font-weight: 500;}
	#foot_section .f_info address {margin-bottom: 15px;}
	#foot_section .f_info address > span {display: block;}
	#foot_section .f_info address > span + span {margin-top: 5px;}
	#foot_section .banner > a {display: block;width: 100%;text-align: center;border: 1px solid #ddd;}
	#foot_section .banner > a + a {margin-top: 3px;}
	#foot_section .banner > a img {height: 45px !important;}

	/**/
	#contain {overflow: hidden;position: relative;width: 100%;padding-top: 60px;border-bottom: 1px solid #ddd;}
	#contain .contain {width: 94%;margin: 0 auto;}

	/*
	#contain #subVisual {overflow: hidden;position: relative;z-index: 0;width: 100%;background-image: url(../img/bg_sub_visual.jpg);background-repeat: no-repeat;background-position: 50% 0;background-size: auto 100%;}
	#contain #subVisual .sub_visual {position: relative;width: 100%;height: 270px;background-image: url(../img/img_sub_visual.png);background-position: 20px calc(100% + 25px);background-repeat: no-repeat;background-size: auto 160px;}
	#contain #subVisual .sub_visual h2 {position: absolute;top: 20px;left: 3%;width: 94%;font-size: 24px;color: #fff;font-weight: 500;line-height: 1.3em;text-align: center;}
	#contain #subVisual .sub_visual h2 span.eng {display: block;margin-top: 12px;font-size: 14px;font-weight: 400;color: #ffa051;line-height: 1.2em;text-transform: uppercase;}
	#contain #subVisual .sub_visual::after {content: '';position: absolute;right: 0;bottom: 0;width: 50%;height: 22px;background-color: #fff;}*/

	/**/
	#contain #subVisual {position: relative;z-index: 0;width: 100%;background-color: #062967;}
	#contain #subVisual .sub_visual {position: relative;width: 94%;margin: 0 auto;align-items: center;}
	#contain #subVisual .sub_visual h2 {padding-top: 30px;font-size: 24px;color: #fff;font-weight: 500;line-height: 1.3em;}
	#contain #subVisual .sub_visual h2 span.eng {display: block;margin-top: 12px;font-size: 14px;font-weight: 400;color: #ffdc39;line-height: 1.2em;text-transform: uppercase;}	
	#contain #subVisual .sub_visual .img {display: flex;position: relative;height: 180px;padding-bottom: 40px;background-image: url(../img/bg_sub_visual.png);background-repeat: no-repeat;background-position: 0 100%;background-size: auto 40px;}
	#contain #subVisual .sub_visual .img::before,
	#contain #subVisual .sub_visual .img::after {content: '';width: 100%;height: 100%;background-repeat: no-repeat;}
	/*#contain #subVisual .sub_visual .img::before {background-image: url(../img/ico_sub_visual1.png);background-position: 0 calc(100% + 40px);background-size: 90% auto;}*/
	#contain #subVisual .sub_visual .img::before {display: none;}
	#contain #subVisual .sub_visual .img::after {background-image: url(../img/ico_sub_visual2.png);background-position: 100% calc(100% + 20px);background-size: auto 100%;}
	#contain #subVisual .sub_visual .img > img {position: absolute;top: 20%;left: 0;max-height: 70px;}
	#contain #subVisual::after {content: '';position: absolute;bottom: 0;right: 0;width: 30%;height: 40px;background-color: #fff;}

	/* #design */
	#design {position: relative;width: 94%;margin: 30px auto 60px;}
	#aside {display: none;}

	/**/
	#blind{position:absolute;z-index:39999;top:0px;left:0px; bottom:0;width:100%;height:100%;background:rgba(0,0,0,0.7)}
	#dkleft{display:none;position:fixed;z-index:100 !important;left:0px;top:0px;width: 100%;max-width: 320px;height: 100%;background:#333;padding-bottom: 105px;}
	#dkleft .lefttit{text-align:left;width: 100%;box-sizing: border-box;background:#222;}
	#dkleft .lefttit .logo {background-color: #fff;}
	#dkleft .lefttit .logo > a {display: block;padding: 10px 40px 10px 0;}
	#dkleft .lefttit .logo > a img {height: 40px !important;}
	#dkleft .lefttit img{height: 25px;}
	#dkleft .select {height: 100%;overflow-y: auto;}
	#dkleft .lefttit button {display:block;position:relative;padding: 20px 15px;font-size: 16px;color:#fff;border:0;background:transparent;font-family: 'Montserrat';font-weight: 500;}
	#dkleft .lefttit button i {display: inline-block;padding: 0 7px 0 0;font-size: 15px;color:#fff;vertical-align: middle;}
	#dkleft .lefttit > div {background-color: #eee;padding: 0 15px;}
	#dkleft .lefttit .join{display:inline-block;position:relative;padding:0 10px;height:36px;line-height:36px;margin:5px 0;font-size:15px;color:#1e2c5d;border:1px solid #1e2c5d;border-radius:5px;background:#eee;transition:all 0.2s ease-out 0s;-webkit-transition:all 0.2s ease-out 0s}
	#dkleft .lefttit .join i{padding:0 7px 0 0;font-size:24px;color:#1e2c5d}
	#dkleft .lefttit .idpw{display:inline-block;position:relative;padding:0 10px;height:36px;line-height:36px;margin:5px 0;font-size:15px;color:#1e2c5d;border:1px solid #1e2c5d;border-radius:5px;background:#eee;transition:all 0.2s ease-out 0s;-webkit-transition:all 0.2s ease-out 0s}
	#dkleft .lefttit .sel_btn {display:inline-block;position:relative;padding:0 8px;height:36px;line-height:36px;margin:5px 0;font-size:14px;color:#1e2c5d;border:1px solid #1e2c5d;border-radius:5px;background:#eee;transition:all 0.2s ease-out 0s;-webkit-transition:all 0.2s ease-out 0s}
	#dkleft .lefttit .mobile_member {display: block;padding-bottom: 5px;border-top: 1px solid rgba(255,255,255,0.3);}
	#dkleft .lefttit .mobile_member > a {display: block;padding: 10px 0 10px 35px;color: #fff;font-size: 15px;box-sizing: border-box;background: url(../img/member_icon.png) no-repeat 0 50%;}
	#dkleft .select .modify{display:block;position:relative;padding:0 17px;line-height:45px;font-size:16px;color:#000;border-bottom:1px solid #ccc;background:#eee;transition:all 0.2s ease-out 0s;-webkit-transition:all 0.2s ease-out 0s}
	#dkleft .select .modify span {display:inline-block;padding:0 16px;height:36px;line-height:36px;background:#2e4287;color:#fff;border-radius:5px;}
	#dkleft .select .modify i{display:inline-block;position:relative;top:1px;padding:0 7px 0 0;font-size:24px;color:#fff}
	#dkleft .depth1 {overflow: hidden;display:block;width: 100%;position:relative;padding: 0 15px;line-height:50px;font-size:16px;color:#fff;text-align:left;border-bottom: 1px solid rgba(255, 255, 255, .1);transition:all 0.2s ease-out 0s;-webkit-transition:all 0.2s ease-out 0s}
	#dkleft .depth1 strong{position:relative;top:-2px;padding:0 4px;height:14px;line-height:14px;font-size:10px;background:#ff0000;border-radius:30px}
	#dkleft .depth1 span{font-style:normal;color:#ffa800}
	#dkleft .depth1 em{position:absolute;z-index:2;top:0;right:4px;width:39px;height:39px;background:url(/web/seomun/img/common/plus.png) no-repeat 50% 50%;background-size:11px 11px}
	#dkleft .depth1.sel{background: var(--mainColor);color:#fff;border-bottom:1px solid var(--mainColor)}
	#dkleft .depth1 i {display:block;width: 20px;height: 20px;margin: 15px 0 0 0;background-image: url(../img/ico_dkleft_arrow.png);background-size: auto 7px;text-indent: -9999px;background-repeat: no-repeat;background-position: 50% 50%;transition:all 0.2s ease-out 0s;-webkit-transition:all 0.2s ease-out 0s}
	#dkleft .depth1 i.rightico {float:right}
	#dkleft .depth1.sel i.rightico {color:#fff;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);transition:all 0.2s ease-in-out 0s;-webkit-transition:all 0.2s ease-in-out 0s}
	#dkleft .depth2{display:none;background:#fff}
	#dkleft .depth2 a{display:block;padding:0 20px;line-height:40px;font-size:14px;color:#555;border-bottom:1px solid #ddd;text-decoration:none}
	#dkleft .depth2 a.sel{color:#81c341}
	#dkleft .depth2 .depth3 {background-color: #f4f4f4;}
	#dkleft .depth2 .depth3 > li > a {display: block;font-size: 13px;padding: 7px 20px;color: #555;border-bottom: 0;line-height: 1.2em;}
	#dkleft .depth2 .depth3 > li:first-child > a {padding-top: 15px;}
	#dkleft .depth2 .depth3 > li:last-child > a {padding-bottom: 15px;border-bottom: 1px solid #ddd;}
	
	/*#closeleft{position: absolute;z-index: 9999999;left: -45px;top: 15px;width: 35px;height: 35px;display: block;text-align: center;font-size: 30px;font-family: Linearicons-Free;speak: none;font-style: normal;font-weight: 400;font-variant: normal;text-transform: none;text-indent: -9999px;line-height: 1;color: #fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*/
	#closeleft{position: absolute;z-index: 9999999;right: 5px;top: 12px;width: 35px;height: 35px;display: block;text-align: center;font-size: 30px;background-image: url(../img/wclose_o.png);background-repeat: no-repeat;background-position: 50% 50%;background-size: auto 20px;}
	#closeleft:before{}

	#gotop{position:fixed;z-index: 10000;bottom:0px;right:0px;display:none}
	#gotop a{display:block;width: 54px;height: 60px;padding: 32px 0 0 0;font-size:10px;font-weight:800;text-align:center;color:#fff;background:rgba(0,0,0,0.3) url(../img/gotop.png) no-repeat 50% 32%;border-radius:0px;overflow:hidden}

}

@media all and (max-width: 340px) {
	#section2 .section_inner::after {height: 110px;}
}