#container_wr {margin-bottom:120px;}

/* header 헤더 */
.hd-top .top-slider {height:40px;line-height:40px;text-align:center;}
.hd-top .swiper-slide a {display:block;color:#fff;background:#222;font-size:15px;}
.hd-top .swiper-slide:nth-child(2n+2) a {background:#2A4781;}
header.fixed .hd-top {display:none;}

header.header {position: fixed; top: 0; left:0;width: 100%; z-index: 99; box-sizing: border-box; border-bottom: 1px solid #ccc; transition-duration: 0.5s;background:#fff;}
header.header .main-logo {background: url(/theme/dwea/img/logo.png) no-repeat center; width: 212px; height: 39px; background-size: 212px; display: block;}
header.header .main-menu > li > a {color:#333;}
header.header .m-menu-btn ul li {background:#333;}
header.header .m-main-menu-flex > ul li a {color:#333;}
header.header .main-menu > li:after {background:rgba(0,0,0,0.1);}
header.header .m-menu-btn p {color:#000;}

header.header .header-bg {max-width:2460px;padding:0 50px;margin:0 auto;}
header.header .menu-bg {height: 100px; margin: 0 auto;display: flex;justify-content: space-between; align-items: center; transition-duration: 0.5s;}
.menu-flex, .menu-flex > div, #header .menu-bg .main-menu {display: flex; align-items: center; justify-content: center;}

.main-menu {z-index: 3;}
.main-menu > li {text-align:center; height:100px; line-height:100px; margin-right:60px;position:relative;}
.main-menu > li:last-child {margin-right: 0;}
/*.main-menu > li:after {content:'';position:absolute;top:50%;right:-38px;transform:translateY(-50%);width:5px;height:5px;background:rgba(255,255,255,0.5);border-radius:50%;}*/
.main-menu > li:last-child:after {display:none;}
.main-menu > li > a {font-size:18px; color: #fff; display: inline-block; width: 100%; position: relative;}
.main-menu > li > a:after {content: ''; height: 3px; background: #2A4781; position: absolute; left: 50%; bottom:-1px;z-index:2; transform: translateX(-50%); display: block; width: 0; transition: 0.5s;}
.main-menu > li:hover > a {color: #2A4781 !important;}
.main-menu > li:hover > a:after {width: 100%;}
.main-menu:hover .gnb-menu {opacity: 1; height: auto;}

.main-menu .gnb-menu {padding-left: 0; z-index: 99; position: absolute; top: 100px; left: 50%; min-width: 130px; text-align: left; height: 0; opacity: 0; overflow-y: hidden; transition-duration: 0.5s; transform: translateX(-50%);}
.main-menu .gnb-menu li {text-align: center; transition-duration: 0.5s; margin-bottom: 17px;}
.main-menu .gnb-menu li:first-child {margin-top: 0;}
.main-menu .gnb-menu li:last-child {margin-bottom: 0; border: none;}
.main-menu .gnb-menu li a {line-height: 22px; font-size: 16px; display: block; width: 100%; color: #222;}
.main-menu .gnb-menu li:hover a {color: #2A4781;}

.main-menu .gnb-menu-bg {position: absolute; top: 140px; left: 0; width: 100%; height: 0;transition-duration: 0.5s;}
.main-menu:hover .gnb-menu-bg {z-index: 2; height: 330px; background: rgba(255,255,255,0.95);}
.main-menu:hover .gnb-menu-bg:after {content: ''; width: 100%; height: 1px; position: absolute; top: 0; left: 0; background: #eee;}
.main-menu:hover .gnb-menu {padding: 35px 0;}

#header.fixed .main-menu .gnb-menu-bg {top:100px;}

.dropdown {position: relative;display: inline-block;}
.dropdown-button {background-color: #2A4781; color: white; padding: 10px 15px; font-size: 16px; border: none;cursor: pointer;border-radius: 5px;}
.dropdown-content { display: none;position: absolute;background-color: white;min-width: 180px;box-shadow: 0px 8px 16px rgba(0,0,0,0.2);z-index: 1;border: 1px solid #ddd;border-radius: 5px;}
.dropdown-content a {color: black;padding: 10px 16px;text-decoration: none;display: block;font-size:15px;}
.dropdown-content a:hover {background-color: #f1f1f1;}
.dropdown:hover .dropdown-content {display: block;}

.dropdown-content-m {padding:30px;font-size:16px;}
.dropdown-content-m a {width:100%;display:block;margin-bottom:10px;text-align:center;background:#2A4781;border-radius:5px;color:#fff;padding:10px;}
.dropdown-content-m a:last-child {margin-bottom:0px;}

.m-menu {position: fixed; min-width: 500px; height: 100vh; top: 0; right: -500px; transform: translateX(100%); background: #fff; z-index: 9999; transition-duration: 0.5s;overflow-y:scroll;}
.m-menu-btn {display:flex;align-items:center;}
/*.m-menu-btn ul li {width: 23px; height: 2px; background: #fff; margin-bottom: 5px;}*/
.m-menu-btn ul li {width:27px; height:3px; background: #fff;margin-bottom:5px;}
.m-menu-btn ul li:last-child {margin-bottom: 0;}
.m-menu-btn p {font-size:16px;color:#fff;}
.m-menu .menu-title {padding: 20px 30px; background:#222; display: flex; justify-content: space-between; align-items: center;}
.m-menu .menu-title img {cursor: pointer;}

.m-menu .login-ul {display:flex;padding:30px 30px 0 30px;}
.m-menu .login-ul li {width:50%;border:1px solid #ccc;text-align:center;}
.m-menu .login-ul li:first-child {border-right:0;}
.m-menu .login-ul li a {display:block;padding:10px;font-size:15px;}

.m-menu .gnb-total-menu {text-align: left; padding: 30px;}
.m-menu .gnb-total-menu > li {margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #eee;}
.m-menu .gnb-total-menu > li:last-child {border-bottom: 0; margin-bottom: 0; padding-bottom: 0;}
.m-menu .gnb-total-menu > li > a {position: relative; display: block;}
.m-menu .gnb-total-menu > li > a:after {transition: 0.2s; content: ''; position: absolute; top: 50%; right: 10px; transform: translateY(-75%) rotate(45deg); width: 10px; height: 10px; border-right: 2px solid #000; border-bottom: 2px solid #000;}
.m-menu .gnb-total-menu > li.active > a {color:#2A4781;}
.m-menu .gnb-total-menu > li.active > a:after {transform: translateY(-35%) rotate(-135deg); border-color:#2A4781;}
.m-menu .gnb-total-menu li a {color: #222; font-size: 22px;}
.m-menu .gnb-total-menu li ul {margin-top: 10px;}
.m-menu .gnb-total-menu li ul a {display: block; font-size: 18px; cursor: pointer; color: #777;}
.m-menu .gnb-total-menu li ul li {margin-bottom: 10px;}
.m-menu .gnb-total-menu li ul li ul {border-bottom: 1px solid #ccc;}
.m-menu .gnb-total-menu li ul li ul li a {background: #fff; font-size: 14px; color: #717171; padding: 5px 15px;}
.m-menu.on {transform: translateX(0%);right:0;}

.scrollOff {position: fixed; overflow: hidden; height: 100%;}
.m-main-menu-back {background: rgba(0,0,0,0.8); width: 100%; height: 100vh; position: fixed; top: 0; right: 0; z-index: 9998; display: none; transition: right 0.7s; cursor: pointer;}
.accordian li ul {display: none;}
.menu-flex, .menu-flex > div {display: block;}
.m-main-menu-flex { display: flex; justify-content: end; align-items: center;}
.m-main-menu-flex > div:first-child {margin-right:30px;}
.m-main-menu-flex > ul {display:flex; align-items:center; margin-right:30px;}
.m-main-menu-flex > ul li {margin-right:20px;}
.m-main-menu-flex > ul li:last-child {margin-right: 0;}
.m-main-menu-flex > ul li a {color: #fff; font-size: 14px;}

.login-menu {display: none;}
.m-menu .login-menu {display: block;}
.m-menu .login-menu ul {display: flex; align-items: center;}
.m-menu .login-menu ul li a {color: #fff; font-size: 15px;}

/*main_banner*/
.main-banner {position:relative;height:100%;margin-top:114px;}
.main-banner .swiper-slide {overflow:hidden;/*height:640px;*/height:60vh;min-height:600px;word-break:keep-all;}
.main-banner .swiper-slide:after {content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.2);}
.main-banner .swiper-slide img {width:100%;height:100%;object-fit:cover;transition: all 30s linear;}
.main-banner .swiper-slide.swiper-slide-active > img {transform: scale(1.4);}
.main-banner .swiper-slide .txt {text-align:center;}

.main-banner .arrow-box {position:absolute;bottom:50px;z-index:3;left:50px;display:flex;align-items:center;}
.main-banner .swiper-button-prev {background:url('/theme/dwea/img/main-banner-prev.png') no-repeat center;width:70px;height:70px;background-size:70px;z-index:3;position:static;margin-top:0px;margin-right:20px;}
.main-banner .swiper-button-next {background:url('/theme/dwea/img/main-banner-next.png') no-repeat center;width:70px;height:70px;background-size:70px;z-index:3;position:static;margin-top:0px;}

.main-banner .swiper-button-next:after {display:none;}
.main-banner .swiper-button-prev:after {display:none;}

.main-banner .swiper-pagination {bottom:100px !important;}
.main-banner .swiper-pagination-bullet {background:inherit;width:auto;height:auto;opacity:.5;width:10px;height:10px;background:#fff;border-radius:50%;margin:0 !important;margin-right:30px !important;}
.main-banner .swiper-pagination-bullet:last-child {margin-right:0px !important;}
.main-banner .swiper-pagination-bullet-active {opacity:1;position:relative;z-index:2;}
.main-banner .swiper-pagination-bullet-active:after {content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1;width:30.5px;height:30.5px;border-radius:50%;border:1px solid #fff;}
.main-banner-con {
	position:absolute;top:50%;left:50%;width:100%;z-index:2;padding:0 20px;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
}
.main-banner-con p {text-align:center;font-size:22px;color:#fff;text-shadow:0 0 5px rgb(0 0 0 / 21%);font-family:'Montserrat';font-weight:500;}
.main-banner-con h3 {font-size:64px;text-align:center;color:#fff;margin-top:30px;line-height:1.3;text-shadow:0 0 5px rgb(0 0 0 / 21%);}
.main-banner-con h3 span {font-family:'Pretendard-Regular';font-weight:300;}
.main-banner-con ul {margin-top:60px;display:flex;flex-wrap:wrap;justify-content:center;}
.main-banner-con ul li {margin-right:15px;text-align:center;}
.main-banner-con ul li:last-child {margin-right:0px;}
.main-banner-con ul li a {color:#fff;font-size:18px;padding:12px 30px;border:1px solid #fff;transition:0.5s;}
.main-banner-con ul li a:hover {background:#2A4781;border:1px solid #2A4781;}

.main-banner .swiper-slide.swiper-slide-active .main-banner-con p{
	animation:text 1s 0.5s both;
	-webkit-animation:text 1s 0.5s both;
	-ms-animation:text 1s 0.5s both;
	-moz-animation:text 1s 0.5s both;
	-o-animation:text 1s 0.5s both;
}

.main-banner .swiper-slide.swiper-slide-active .main-banner-con h3{
	animation:text1 1s 1s both;
	-webkit-animation:text1 1s 1s both;
	-ms-animation:text1 1s 1s both;
	-moz-animation:text1 1s 1s both;
	-o-animation:text1 1s 1s both;
}

@keyframes text {
	0% {
		opacity:0;
		transform:translateY(30px);
		-webkit-transform:translateY(30px);
		-ms-transform:translateY(30px);
		-moz-transform:translateY(30px);
		-o-transform:translateY(30px);
	}
	100% {
		opacity:1;
		transform:translateY(0px);
		-webkit-transform:translateY(0px);
		-ms-transform:translateY(0px);
		-moz-transform:translateY(0px);
		-o-transform:translateY(0px);
	}
}

@keyframes text1 {
	0% {
		opacity:0;
		transform:translateY(30px);
		-webkit-transform:translateY(30px);
		-ms-transform:translateY(30px);
		-moz-transform:translateY(30px);
		-o-transform:translateY(30px);
	}
	100% {
		opacity:1;
		transform:translateY(0px);
		-webkit-transform:translateY(0px);
		-ms-transform:translateY(0px);
		-moz-transform:translateY(0px);
		-o-transform:translateY(0px);
	}
}

/*메인슬라이드 유튜브 배경*/
.jarallax {height:100vh;}
.jarallax:after {content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.3)}

.scroll-down {position:absolute;bottom:30px;right:40px;z-index:3;writing-mode: vertical-rl; transform: rotate(0deg);display:flex;align-items:center;}
.scroll-down:after {content:'';position:absolute;bottom:0px;width:50px;height:50px;border-radius:50%;background:rgba(255,255,255,0.3);z-index:1;}
.scroll-down h5 {color:#fff;font-size:13px;font-family:'Montserrat';position:relative;top:-50px;font-weight:bold;}
.scroll-down img {position:relative;top:-35px;
	animation: scroll-down 2s infinite ease-in-out;
	-webkit-animation: scroll-down 2s infinite ease-in-out;
	-ms-animation: scroll-down 2s infinite ease-in-out;
	-moz-animation: scroll-down 2s infinite ease-in-out;
	-o-animation: scroll-down 2s infinite ease-in-out;
}

@keyframes scroll-down {
    0% {top: -35px;}
	50% {top: -20px;}
    100% {top: -35px;}
}

#top_btn {display:none;}

#footer {background:#222;color:#fff;padding:70px 0;position:relative;}
.ft-con {display:flex;justify-content:space-between;width:1360px;margin:0 auto;}
.ft-con .left .top {display:flex;flex-wrap:wrap;margin-bottom:20px;}
.ft-con .left .top h3 {margin-right:40px;}
.ft-con .left .top h3 a {font-size:22px;color:#fff;}
.ft-con .left ul.link {display:flex;align-items:center;}
.ft-con .left ul.link li {margin-right:45px;position:relative;}
.ft-con .left ul.link li:last-child {margin-right:0px;}
.ft-con .left ul.link li:before {content:'';position:absolute;top:50%;right:-23px;transform:translateY(-50%);width:1px;height:13px;background:#555;}
.ft-con .left ul.link li:last-child:before {display:none;}
.ft-con .left ul.link li a {font-size:17px;color:#aaa;}
.ft-con .left ul.link li a:hover {color:#fff;}
.ft-con .left ul.link li.active a {color:#fff;}
.ft-con .left > ul {display:flex;flex-wrap:wrap;}
.ft-con .left > ul:last-child {margin-bottom:0px;}
.ft-con .left > ul li {font-size:17px;margin-right:2%;margin-bottom:5px;}
.ft-con .left > ul li:last-child {margin-bottom:0px;margin-right:0;}
.ft-con .left > ul li b {color:#fff;margin-right:10px;display:inline-block;}
.ft-con .left > ul li {color:#aaa;}
.ft-con .left p {color:#aaa;font-size:17px;margin-top:30px;}

.ft-con .right {display:flex;flex-direction:column;align-items:end;}
.ft-con .right ul {display:flex;margin-top:30px;}
.ft-con .right ul li {margin-right:30px;display:flex;align-items:center;font-size:17px;}
.ft-con .right ul li a {color:#111;transition:0.5s;}
.ft-con .right ul li a:hover {color:#682f2f;}
.ft-con .right ul li:last-child {margin-right:0px;}

footer select {
	width:250px;height:40px;padding:0 20px;color:#fff;border:1px solid #fff;border-radius:50px;
	-webkit-appearance: none;-moz-appearance: none;appearance: none;font-size:14px;cursor:pointer;
	background:#111 url(/theme/miso/img/miso_img/select_check_w.png) no-repeat 90% 50%;
}
footer select::-ms-expand {display: none;}

#move-top-btn {transition:0.3s;position:fixed;bottom:-100px;right:20px;z-index:2;width:70px;height:70px;background:#2A4781;font-weight:bold;border-radius:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;}
#move-top-btn.on {bottom:20px;}
#move-top-btn:hover {background:#2A4781;}
#move-top-btn p {color:#fff;font-size:15px;}

.privacy h3 {font-size:17px;color:#333;margin-bottom:3px;}
.privacy p {font-size:17px;color:#555;margin-bottom:20px;}

/* 메인 본문 */
.section {margin:80px 0;}
.section-wr {width:1360px;margin:0 auto;position:relative;}
.section-wr .title {margin-bottom:30px;display:flex;align-items:end;justify-content:space-between;line-height:1;}
.section-wr .title h2 {font-size:38px;margin-right:50px;}
.section-wr .title a img {transition:0.5s;}
.section-wr .title a:hover img {transform: rotate(180deg);}

.flex-box {display:flex;}
.between {justify-content:space-between;}
.align-center {align-items:center;}
.align-end {align-items:end;}

.img-box {text-align:center;margin-bottom:50px;}
.img-box img {max-width:100%;}
.img-box_m {display:none;}

.section-title {margin-bottom:50px;}
.section-title > div {display:flex;align-items:center;justify-content:center;}
.section-title h3 {font-size:36px;}
.section-title h4 {font-size:26px;padding-left:30px;margin-left:30px;position:relative;color:#ccc;}
.section-title h4:before {content:'';position:absolute;top:50%;left:0;transform:translateY(-50%);width:2px;height:30px;background:#ccc;}
.section-title p {text-align:center;font-size:20px;color:#555;}
.section-title a {display:flex;margin-top:38px;}

.webzine-slider {overflow:hidden;}
.webzine-slider .swiper-slide {border:1px solid #ccc;}
.webzine-slider .swiper-slide .img {height:240px;background:#f1f1f1;border-bottom:1px solid #ccc;}
.webzine-slider .swiper-slide .img img {width:100%;height:100%;object-fit:cover;}
.webzine-slider .swiper-slide .txt {padding:30px;text-align:center;}
.webzine-slider .swiper-slide .txt h6 {font-size:26px;color:#222;margin-bottom:5px;}
.webzine-slider .swiper-slide .txt a {padding:10px 20px;display:flex;align-items:center;justify-content:center;border:1px solid #ccc;border-radius:50px;margin-top:30px;transition:0.5s;}
.webzine-slider .swiper-slide .txt a p {margin-right:20px;transition:0.5s;}
.webzine-slider .swiper-slide .txt a div {background:url(/theme/dwea/img/icon-right.png) no-repeat center;width:8px;height:13px;transition:0.5s;}
.webzine-slider .swiper-slide .txt a:hover {border:1px solid #2A4781;background:#2A4781;}
.webzine-slider .swiper-slide .txt a:hover p {color:#fff;}
.webzine-slider .swiper-slide .txt a:hover div {background:url(/theme/dwea/img/icon-right_w.png) no-repeat center;width:8px;height:13px;}

.more-btn {border:1px solid #2A4781;width:294px;height:70px;margin:0 auto;margin-top:50px;display:flex;align-items:center;justify-content:center;transition:0.5s;}
.more-btn a {display:flex;align-items:center;justify-content:center;width:100%;height:100%;transition:0.5s;}
.more-btn a p {font-size:20px;margin-right:20px;color:#2A4781;transition:0.5s;}
.more-btn a div {background:url(/theme/dwea/img/more-btn.png) no-repeat center;width:16px;height:16px;transition:0.5s;}
.more-btn:hover {background:#2A4781;}
.more-btn:hover a p {color:#fff;}
.more-btn:hover a div {background:url(/theme/dwea/img/more-btn_w.png) no-repeat center;width:16px;height:16px;}

.section01 .section-title > div {margin-bottom:20px;}

.section-title a p {color:#222;font-size:20px;transition:0.5s;}
.section-title a .more-btn_b {background:url(/theme/dwea/img/more-btn_b.png) no-repeat center;width:16px;height:16px;transition:0.5s;margin-left:15px;}
.section-title a:hover p {color:#2A4781;}
.section-title a:hover .more-btn_b {background:url(/theme/dwea/img/more-btn.png) no-repeat center;width:16px;height:16px;}
.section02 .section-title {margin-right:140px;margin-bottom:0;min-width:195px;}
.business-ul {margin-top:80px;}
.business-ul li {text-align:center;}
.business-ul li img {max-width:100%;}

.section03 .section-title {text-align:center;}
.section03 .section-title p {margin-top:10px;}
.section03 .flex-box > div {width:640px;}
.section03 .flex-box > div:first-child {margin-right:80px;}

.section04 {background:#FAFBFD;margin:0px;}
.section04 .section-wr {padding:80px 0;}
.section04 .section-title {margin-bottom:35px;}
.section04 .section-title a {display:flex;align-items:center;}
.section04 .section-title a p {margin-right:15px;}
.section04 .section-title > div {justify-content:space-between;}

.section05 {background:#f1f1f1;}

.section06 {margin-top:50px;margin-bottom:-70px;}
.section06 .section-title {margin-bottom:0px;}
.section06 .section-title h3 {margin-right:25px;font-size:27px;}
.bottom-banner-slider {
  position: relative;
  width:1100px;
  margin:inherit;
}
.bottom-banner-slider .swiper-slide {
  text-align: center;
}
.bottom-banner-slider .swiper-slide img {width:100%;}
.bottom-banner-slider .bottom-banner-button-prev,
.bottom-banner-slider .bottom-banner-button-next {
  color: #333;
}
.autoplay-toggle {
  text-align: center;
}
.bottom-banner-prev {margin-right:-1px;}
.bottom-banner-next {margin-left:-1px;}

.bottom-banner-prev,
.bottom-banner-next,
#toggle-autoplay {
  cursor: pointer;
}

/* 서브 */
.sub-banner {position:relative;margin:160px 0 70px;}
.sub-banner:before {content:'';position:absolute;top:50%;left:0;transform:translateY(-50%);width:80%;height:0.1px;background:#eee;}
.sub-banner > div {position:relative;display:flex;align-items:center;justify-content:end;}
.sub-banner > div ul {display:flex;align-items:center;background:#fff;}
.sub-banner > div ul li {margin-right:15px;color:#777777;}
.sub-banner > div ul li:last-child {margin-right:0px;}
.sub-banner > div ul:first-child {padding-left:25px;}
.sub-banner > div ul:last-child {margin-left:25px;}
.sub-banner > div ul:last-child li {margin-right:25px;}
.sub-banner > div ul:last-child li:last-child {margin-right:0px;}

.sub-wrap .sub-menu {min-width:300px;margin-right:80px;position:sticky;top:130px;height:500px;display:none;}
.sub-wrap .sub-menu h3 {font-size:27px;padding-bottom:20px;margin-bottom:20px;border-bottom:3px solid #222;}
.sub-wrap .sub-menu ul li a {display:block;padding:15px 20px 15px 0;transition:0.5s;border-bottom:1px solid #eee;color:#222;font-size:18px;}
.sub-wrap .sub-menu ul li a:hover {color:#2A4781;}
.sub-wrap .sub-menu ul li.active a {color:#fff;background:#2A4781;padding:15px 20px;border-radius:5px;}
.sub-wrap .con {width:100%;}

.sub-section {position:relative;margin-bottom:80px;}
.sub-section:last-child {margin-bottom:0px;}
.sub-con {margin-bottom:50px;}
.sub-con:last-child {margin-bottom:0px;}
.sub-con h4 {font-size:32px;margin-bottom:30px;line-height:1.4;}
.sub-con h5 {font-size:20px;margin-bottom:20px;position:relative;padding-left:30px;}
.sub-con h5:before {content:'';position:absolute;top:50%;left:0;transform:translateY(-50%);background:url(/theme/dwea/img/h5-before.png) no-repeat center;width:19px;height:19px;background-size:19px;}

/* 회장 인사말 */
.intro-img {position:absolute;top:0;right:0;}
.intro-img img {border-radius:20px;}
.sub-intro .name {margin-top:40px;text-align:right;}
.sub-intro .intro-ul {margin:40px 0;}
.sub-intro .intro-ul li {margin-bottom:15px;padding:30px;background:#FAFBFD;border:1px solid #2A4781;border-radius:5px;text-align:center;}
.sub-intro .intro-ul li:last-child {margin-bottom:0px;}
.sub-intro .intro-ul li h6 {font-size:20px;margin-bottom:7px;}

/* 연혁 */
.history-list {max-width:960px;margin:auto;}
.history-list b {font-size:24px;color:#2A4781;display:block;}
.history-list ul {padding:30px 0 30px 100px;width:50%; position:relative;}
.history-list ul:before {content:'';position:absolute;top:65.5px;left:0px;width:70px;height:1px;background:#ccc;}
.history-list ul li {margin:20px 0;position:relative;font-size:20px;color:#555;display:flex;}
.history-list ul li img {position:absolute;right:0;}
.history-list > div {display:flex;width:100%;flex-wrap:wrap;position:relative;flex-direction:row-reverse;}
.history-list > div::after {content:'';width:19px;height:19px;background:url(/theme/dwea/img/h5-before.png) no-repeat center;background-size:19px;border-radius:50%;position:absolute;left:50.65%;top:57px;transform:translateX(-50%);margin-left:-5px;z-index:2;}
.history-list > div::before {content:'';width:1px;height:100%;background:#ccc;position:absolute;left:50%;top:57px; z-index:1;}
.history-list > div:nth-child(2n) {flex-direction:row;}
.history-list > div:nth-child(2n) strong {text-align:left;}
.history-list > div:nth-child(2n) ul {padding:30px 100px 30px 0;padding-left:0px;}
.history-list > div:nth-child(2n) ul:before {content:'';position:absolute;right:0px;left:auto;}
.history-list > div:nth-child(2n) ul li {text-align:right;flex-direction:row-reverse;}
.history-list > div:nth-child(2n) ul li img {left:0;right:auto;}
.history-list > div:last-child::before {display:none;}

/* 직제표/임원진 */
.organization-img img {margin-bottom:50px;text-align:center;max-width:100%;}
.organization-scroll img {max-width:100%;}

/* 회칙 */
.sub-rules .sub-con {border-bottom:1px solid #ccc;padding-bottom:50px;}
.sub-rules b {font-size:17px;color:#222;margin:40px 0 3px; display:block;}
.sub-rules ul {margin:10px 0 20px 20px;}
.sub-rules ul li {color:#333;}

/* 테이블 */
.webzine-title {margin-bottom:40px;}
.webzine-title h3 {font-size:27px;position:relative;padding-left:20px;}
.webzine-title h3:before {content:'';position:absolute;top:1px;left:0;width:4px;height:25px;background:#2A4781;}
.table-scroll {margin-bottom:70px;}
.table-scroll:last-child {margin-bottom:0px;}
.table-scroll table {width:100%;text-align:center;border-top:2px solid #222;}
.table-scroll table tr th {padding:10px 15px;font-size:16px;background:#FAFBFD;border-bottom:1px solid #ccc;border-right:1px solid #ccc;width:25%;color:#222;}
.table-scroll table tr th:last-child {border-right:0px;}
.table-scroll table tr th.w-10 {width:10%;}
.table-scroll table tr th.w-7 {width:7%;}
.table-scroll table tr td {padding:10px 15px;font-size:16px;border-bottom:1px solid #ccc;border-right:1px solid #ccc;color:#555;}
.table-scroll table tr td:last-child {border-right:0px;}
.table-scroll table tr:nth-child(2n+2) td {background:#f7f7f7;}

/* 회비납부 */
.payment-ul {margin:40px 0;display:flex;flex-wrap:wrap;}
.payment-ul li {text-align:center;width:18.4%;margin-right:2%;}
.payment-ul li:last-child {margin-right:0%;}
.payment-ul li h6 {font-size:20px;margin:20px 0 10px;}

.payment-box {padding:30px;background:#FAFBFD;border:1px solid #2A4781;border-radius:5px;text-align:center;}
.payment-box h6 {width:170px;padding:7px 0;background:#555;border-radius:50px;color:#fff;font-size:20px;display:inline-block;position:relative;z-index:2;}
.payment-box h6:before {content:'';position:absolute;top:50%;left:-200%;transform:translateY(-50%);width:200%;height:1px;background:#ccc;z-index:1;}
.payment-box h6:after {content:'';position:absolute;top:50%;right:-200%;transform:translateY(-50%);width:200%;height:1px;background:#ccc;z-index:1;}
.payment-box > div {margin:40px 0;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;}
.payment-box > div h4 {margin:0 15px 0 20px;padding-right:15px;position:relative;}
.payment-box > div h4:after {content:'';position:absolute;top:50%;right:0;transform:translateY(-50%);width:1px;height:19px;background:#ccc;}
.payment-box > div.example {margin:20px 0 0;padding:20px;background:#fff;border-radius:5px;font-size:24px;color:#222;font-weight:bold;}

/* 동문회보 */
.webzine-ul {display:flex;flex-wrap:wrap;}
.webzine-ul li {width:32%;margin-right:2%;margin-bottom:2%;border:1px solid #ccc;}
.webzine-ul li:nth-child(3n+3) {margin-right:0%;}
.webzine-ul li .img {height:240px;background:#f1f1f1;border-bottom:1px solid #ccc;overflow:hidden;}
.webzine-ul li .img img {width:100%;height:100%;object-fit:cover;transition:0.5s;}
.webzine-ul li .txt {padding:30px;text-align:center;}
.webzine-ul li .txt h6 {font-size:26px;color:#222;margin-bottom:5px;}
.webzine-ul li .txt > div {padding:10px 20px;display:flex;align-items:center;justify-content:center;border:1px solid #ccc;border-radius:50px;margin-top:30px;transition:0.5s;}
.webzine-ul li .txt > div p {margin-right:20px;transition:0.5s;}
.webzine-ul li .txt > div div {background:url(/theme/dwea/img/icon-right.png) no-repeat center;width:8px;height:13px;transition:0.5s;}
.webzine-ul li:hover .txt > div {border:1px solid #2A4781;background:#2A4781;}
.webzine-ul li:hover .txt > div p {color:#fff;}
.webzine-ul li:hover .txt > div div {background:url(/theme/dwea/img/icon-right_w.png) no-repeat center;width:8px;height:13px;}
.webzine-ul li:hover .img img {transform: scale(1.1);}

/*.webzine-bg {margin-bottom:100px;width:100%;height:260px;background:url(/theme/dwea/img/webzine/webzine-01-bg.jpg) no-repeat center;display:flex;align-items:center;justify-content:center;text-align:center;}
.webzine-bg h3 {font-size:36px;color:#fff;}
.webzine-bg p {font-size:20px;color:#fff;}

.sub-webzine .flex-box {margin-bottom:50px;}
.sub-webzine .flex-box div {width:47.5%;margin-right:5%;}
.sub-webzine .flex-box .inner02 {margin-right:0;}
.sub-webzine .flex-box .inner02 img {width:100%;}
.sub-webzine .name {text-align:right;display:block;color:#222;}

.webzine-title {margin-bottom:50px;}
.webzine-title h3 {font-size:27px;position:relative;padding-left:20px;}
.webzine-title h3:before {content:'';position:absolute;top:9px;left:0;width:4px;height:25px;background:#2A4781;}
.webzine-title p {font-size:20px;}

.video-container {position:relative;height:0;padding-bottom:56.25%;}
.video-container iframe {position:absolute;top:0;left:0;width:100%;height:100%;}
.webzine-video-ul {display:flex;flex-wrap:wrap;margin-bottom:50px;}
.webzine-video-ul li {width:49%;margin-right:2%;margin-top:2%;text-align:center;}
.webzine-video-ul li:nth-child(2n+2) {margin-right:0%;}
.webzine-video-ul li:nth-child(1) {margin-top:0%;}
.webzine-video-ul li:nth-child(2) {margin-top:0%;}
.webzine-video-ul li h6 {margin:30px 0 10px;font-size:26px;}
.webzine-video-ul li p {font-size:20px;}

.webzine-photo-ul.mb {margin-bottom:50px;}
.webzine-photo-ul.mt {margin-top:50px;}

.webzine-photo-ul {display:flex;flex-wrap:wrap;}
.webzine-photo-ul li {width:49%;margin-right:2%;margin-top:2%;text-align:center;}
.webzine-photo-ul li:nth-child(2n+2) {margin-right:0%;}
.webzine-photo-ul li:nth-child(1) {margin-top:0%;}
.webzine-photo-ul li:nth-child(2) {margin-top:0%;}
.webzine-photo-ul li img {width:100%;}

.webzine-photo-ul.three li {width:32%;margin-right:2%;margin-top:2%;text-align:center;}
.webzine-photo-ul.three li:nth-child(2n+2) {margin-right:2%;}
.webzine-photo-ul.three li:nth-child(3n+3) {margin-right:0%;}
.webzine-photo-ul.three li:nth-child(1) {margin-top:0%;}
.webzine-photo-ul.three li:nth-child(2) {margin-top:0%;}
.webzine-photo-ul.three li:nth-child(3) {margin-top:0%;}

.webzine-photo-ul.four li {width:24.25%;margin-right:1%;margin-top:1%;text-align:center;}
.webzine-photo-ul.four li:nth-child(2n+2) {margin-right:1%;}
.webzine-photo-ul.four li:nth-child(3n+3) {margin-right:1%;}
.webzine-photo-ul.four li:nth-child(4n+4) {margin-right:0%;}
.webzine-photo-ul.four li:nth-child(1) {margin-top:0%;}
.webzine-photo-ul.four li:nth-child(2) {margin-top:0%;}
.webzine-photo-ul.four li:nth-child(3) {margin-top:0%;}
.webzine-photo-ul.four li:nth-child(4) {margin-top:0%;}*/

/* 모교소개 */
.principal-img {margin-left:80px;text-align:center;}

.song-ul {display:flex;align-items:center;justify-content:center;}
.song-ul li:first-child {margin-right:50px;}
.song-ul li img {max-width:100%;}
.song-ul li p {text-align:center;font-size:20px;margin-top:20px;}

/* 설송소식 */
.webzine-head {display:flex;justify-content:space-between;margin-bottom:50px;}
.webzine-head li {margin-right:15px;}
.webzine-head li:last-child {margin-right:0px;}
.webzine-head li > div {display:flex;align-items:center;justify-content:center;}
.webzine-head li.center {background:#fff;padding:8px;border:3px solid #222;}
.webzine-head li.center > div {background:#E6E6E7;border:1px solid #222;padding:27px 25px;height:100%;}
.webzine-head li img {max-width:100%;}
.webzine-head li .txt {margin-left:30px;display:flex;flex-direction:column;align-items:center;}
.webzine-head li .txt h3 {font-size:95px;letter-spacing:20px;line-height:1;margin-left:10px;}
.webzine-head li .txt div {display:flex;align-items:center;gap:25px;}
.webzine-head li .txt div b {font-size:28px;}
.webzine-head li .txt div p {font-size:19px;}

/* 250519 동문확인 /bbs/register_check.php */
.register_check {padding:50px;width:670px;margin:0 auto;}
.register_check ul li {margin-bottom:30px;}
.register_check ul li:last-child {margin-bottom:0px;}
.register_check ul li h4 {font-family:'Pretendard-Regular';font-size:22px;margin-bottom:10px;}
.register_check ul li input {width:100%;padding:15px 20px;border:1px solid #ccc;font-size:18px;border-radius:5px;}
.register_check ul li input::placeholder {color:#ccc;}
.register_check ul li button {border:0px;background:#2A4781;border-radius:5px;width:100%;height:53px;color:#fff;font-size:18px;}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 비율 */
  height: 0;
  overflow: hidden;
  margin-bottom:10px;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and ( max-width:1620px ) {
	#header.on .main-menu > li > a {font-size:17px;}
}

@media screen and ( max-width:1460px ) {
	#header .menu-bg .main-menu {display:none;}
	.m-main-menu-flex {width:auto;}
}

@media screen and ( max-width:1370px ) {
	#header .header-bg {width:100%;padding:0 20px;}
	/*.main-menu > li:after {right:-21px;width:4px;height:4px;}*/
	.main-menu > li > a {font-size:16px;}
	.main-menu .gnb-menu li a {font-size:16px;}
	.m-main-menu-flex > ul li a {font-size:14px;}

	#hd, #wrapper, #ft {min-width:100%;}
	#hd_pop, #hd_wrapper, #tnb .inner, #gnb .gnb_wrap, #container_wr, #ft_wr {width:100% !important;}
	
	.ft-con {width:100%;padding:0 20px;}
	.sub-wrap {padding:0 20px;}
	
	.table-scroll {overflow-x:scroll;}
	.table-scroll::-webkit-scrollbar {
		height:5px;
	}

	.table-scroll::-webkit-scrollbar-thumb {
		background: rgba(0, 0, 0,0.7); /* 스크롤바 색상 */
		border-radius: 10px; /* 스크롤바 둥근 테두리 */
	}

	.table-scroll::-webkit-scrollbar-track {
		background: rgba(0, 0, 0, 0.1);  /*스크롤바 뒷 배경 색상*/
		border-radius: 10px; /* 스크롤바 둥근 테두리 */
	}
	
	.section-wr {width:100%;padding:0 20px;}
	
	.section02 .section-title {margin-right:50px;}
	
	.business-ul li {width:32%;margin-right:2%;}
	.business-ul li:last-child {margin-right:0%;}
	.business-ul.flex-box {flex-direction:row !important;}
	
	.section04 .section-wr {padding:80px 20px;}
	
	.section06 .section-wr > .flex {flex-direction:column;}
	.section-title > div {margin-bottom:30px;}
	
	.webzine-head {justify-content:center;flex-wrap:wrap;}
	.webzine-head li.center {width:100%;order:3;margin-top:15px;}
}

@media screen and ( max-width:1110px ) {
	#header .menu-bg {height:70px;}
	#header .menu-bg .main-menu {display:none;}
	.main-logo {width:180px;background-size:180px;}
	#header .main-logo {width:180px;background-size:180px;}
	#header.on .main-logo {width:180px;background-size:180px;}
	.m-main-menu-flex {width:auto;}
	.m-main-menu-flex > ul {display:none;}
	.m-menu .menu-title .logo img {width:180px;height:auto;}
	
	.dropdown {display:none;}

	.main-banner {margin-top:84px;}
	.main-banner-con p {font-size:18px;}
	.main-banner-con h3 {font-size:54px;}
	.main-banner .swiper-pagination-bullet {width:7px;height:7px;}
	.main-banner .swiper-pagination-bullet-active:after {width:20.5px;height:20.5px;}
	
	.section-wr .title h2 {font-size:26px;}
	.section-wr .title a img {width:20px;}
	
	.webzine-slider .swiper-slide p {font-size:15px;}
	
	.sub-banner {position:relative;margin:130px 0 50px;}
	
	#container_title {margin-bottom:70px;}
	#container_title span:before {width:7px;height:7px;bottom:10px;right:-18px;}
	.sub-con h3.title {font-size:26px;}
	.sub-con h4.title {font-size:22px;}
	.sub-con h4.title:after {display:none;}
	.sub-con p {font-size:15px;}
	.sub-rules ul li {font-size:15px;}
	.sub-rules ul li br {display:none;}
	
	.newsletter-ul li {width:49%;}
	.newsletter-ul li:nth-child(3n+3) {margin-right:2%;}
	.newsletter-ul li:nth-child(2n+2) {margin-right:0%;}
	.newsletter-ul li .txt h6 {font-size:20px;}
	
	/*.sub-webzine .w-1100 {flex-direction:column;}
	.sub-webzine .w-1100 > div {margin-bottom:50px;}
	.sub-webzine .w-1100 > div:last-child {margin-bottom:0px;}
	.sub-webzine .flex-box .inner01 {margin-right:0px;}
	.sub-webzine .flex-box div {width:100%;margin-right:0%;}
	
	.webzine-bg {padding:50px 20px;height:auto;}
	.webzine-bg h3 {font-size:26px;line-height:1.4;margin-bottom:10px;}
	.webzine-bg p {font-size:16px;}*/
	
	.bottom-banner-slider {width:100%;}
}

@media screen and ( max-width:1060px ) {
	.intro-img {position:inherit;text-align:center;margin-top:30px;}
	
	.history-list {width:100%;}
	.history-list > div {flex-direction:column;}
	.history-list > div::before {display:none;}
	.history-list > div::after {display:none;}
	.history-list ul {padding:0px;width:100%;}
	.history-list > div:nth-child(2n) ul {padding:0px;}
	.history-list > div ul:before {display:none;}
	.history-list > div:nth-child(2n) ul:before {display:none;}
	.history-list > div ul li {flex-direction:column;align-items:center;text-align:center;}
	.history-list > div:nth-child(2n) ul li {flex-direction:column;text-align:center;}
	.history-list > div ul li img {position:static;margin-top:50px;}
	
	.payment-ul {width:80%;margin:0 auto;}
	.payment-ul li {width:32%;margin-bottom:30px;}
	.payment-ul li:nth-child(3n+3) {margin-right:0;}
	.payment-box h6:after {display:none;}
	.payment-box h6:before {display:none;}
	
	.section-title h3 {font-size:30px;}
	.section-title h4 {font-size:22px;padding-left:20px;margin-left:20px;}
	.section-title h4:before {height:22px;}
	.section-title p {font-size:17px;}
	
	.section02 .section-title {display:flex;justify-content:space-between;margin-right:0;} 
	.section02 .section-title a {display:flex;flex-direction:row;} 
	.section02 .flex-box {flex-direction:column;}
	.section-title a {margin-top:0px;}
	
	.section03 .flex-box > div {width:49%;}
	.section03 .flex-box > div:first-child {margin-right:2%;}
	
	.webzine-head {flex-wrap:wrap;}
	.webzine-head li.center {width:100%;margin-right:0;}
	.webzine-head li .img img {width:90px;}
	.webzine-head li .txt h3 {font-size:80px;}
}

@media screen and ( max-width:820px ) {
	
	.m-menu .gnb-total-menu > li {margin-bottom:15px;padding-bottom:15px;}
	.m-menu .gnb-total-menu li a {font-size:18px;}
	.m-menu .gnb-total-menu li ul a {font-size:15px;}
	
	.ft-con {flex-direction:column;}
	.ft-con .right {flex-direction:column-reverse;align-items:center;}
	.ft-con .right ul {margin:30px 0 30px 0;}
	.ft-con .left .top {flex-direction:column-reverse;}
	.ft-con .left .top h3 {margin:20px 0 0 0;font-size:20px;}
	.ft-con .left ul.link {}
	.ft-con .left ul.link li {margin-right:20px;}
	.ft-con .left ul.link li:before {display:none;}
	.ft-con .left ul.link li:lsat-child {margin-bottom:0px;}
	.ft-con .left ul.link li a {font-size:15px;}
	.ft-con .left > ul {width:auto;}
	.ft-con .left > ul li {width:100%;font-size:15px;}
	.ft-con .left p {font-size:15px;}
	
	
}

@media screen and ( max-width:740px ) {
	.webzine-head li {width:49%;margin-right:2%;}
	.webzine-head li .img img {display:none;}
	.webzine-head li .txt h3 {position:relative;padding-left:70px;font-size:60px;}
	.webzine-head li .txt h3:before {content:'';position:absolute;top:50%;left:0;transform:translateY(-50%);width:50px;height:50px;background:url(/theme/dwea/webzine/296/img/webzine-head-mark.png) no-repeat center;background-size:50px;}
}

@media screen and ( max-width:720px ) {
	.hd-top .swiper-slide a {font-size:13px;}
	
	#container_wr {margin-bottom:70px;}
	
	.main-banner-con p {font-size:18px;}
	.main-banner-con h3 {font-size:54px;margin-top:20px;}
	
	.flex-box {flex-direction:column;}
	
	#move-top-btn.on {bottom:15px;}
	#move-top-btn {width:40px;height:40px;right:15px;}
	#move-top-btn img {width:15px;}
	#move-top-btn p {font-size:13px;}

	.main-banner .swiper-slide {height:450px;min-height:450px;}
	.main-banner-con {top:45%;}
	.jarallax {height:600px;}
	
	.scroll-down {right:30px;bottom:20px;}
	.scroll-down h5 {font-size:11px;top:-30px;}
	.scroll-down:after {width:35px;height:35px;}
	.scroll-down img {width:10px;}
	@keyframes scroll-down {
		0% {top: -20px;}
		50% {top: -10px;}
		100% {top: -20px;}
	}

	
	.privacy h3 {font-size:17px;}
	.privacy p {font-size:15px;}
	
	.img-box {margin-bottom:30px;}
	.img-box_pc {display:none;}
	.img-box_m {display:block;text-align:center;}
	.img-box_m img {width:100%;max-width:509px;}
	.img-box_m img.max-509 {max-width:509px;}
	
	.sub-banner:before {display:none;}
	.sub-banner > div ul:first-child {padding-left:0px;}
	.sub-banner > div ul:last-child {display:none;}
	.sub-banner > div ul li {font-size:12px;margin-right:7px;}
	.sub-banner > div ul li img {width:15px;}
	.sub-banner > div ul li:nth-child(2) img {width:auto;}
	.sub-banner > div ul li:nth-child(4) img {width:auto;}
	
	#container_title {text-align:center;}
	.sub-title {margin-bottom:50px;}
	.sub-title span {font-size:15px;}
	.sub-title h2 {font-size:30px;}
	.sub-title p {font-size:17px;}
	
	.rolling-container img {width:200%;}
	.full-banner {height:170px;}
	
	.sub-con {margin-bottom:30px;}
	.sub-con h3.title br {display:none;}
	.sub-con h4 {font-size:22px;}
	.sub-con .title-span {font-size:18px;}
	
	.sub-ceo h3.title:after {height:50px;margin:20px 0;}
	.sub-ceo h5 br {display:none;}
	.sub-ceo .sub-con:after {height:90.5%;}
	.sub-ceo .ceo-name {margin-bottom:40px;}
	.sub-ceo .img {text-align:center;}
	.sub-ceo .img img {width:80%;}
	
	/*.sub-webzine .w-1100 img {width:100%;}*/
	
	.principal-img {margin-left:0;margin-top:50px;}
	
	.sub-intro .intro-ul li {padding:20px;}
	.sub-intro .intro-ul li h6 {font-size:18px;}
	
	.song-ul {flex-direction:column;}
	.song-ul li:first-child {margin:0 0 30px 0;}
	.song-ul li p {margin-top:15px;font-size:17px;}
	
	.table-scroll table tr th {padding:5px;font-size:12px;}
	.table-scroll table tr th.w-10 {width:15%;}
	.table-scroll table tr td {padding:5px;font-size:12px;}
	
	.payment-ul {width:100%;}
	.payment-ul li {width:49%;}
	.payment-ul li:nth-child(3n+3) {margin-right:2%;}
	.payment-ul li:nth-child(2n+2) {margin-right:0%;}
	.payment-ul li img {max-width:100%;}
	.payment-ul li h6 {margin-bottom:5px;}
	.payment-box > div {flex-direction:column;margin:30px 0;}
	.payment-box > div h4 {margin:10px 0;padding-right:0;}
	.payment-box > div h4:after {display:none;}
	.payment-box > div.example {font-size:20px;}
	
	.section {margin:80px 0;}
	.section-title h3 {font-size:24px;} 
	.section-title h4 {font-size:20px;padding-left:15px;margin-left:15px;}
	.section-title h4:before {height:18px;}
	.section-title p {font-size:15px;}
	.section-title a p {font-size:17px;}
	
	.section-title {margin-bottom:30px;}
	.section03 .flex-box > div {width:100%;}
	.section03 .flex-box > div:first-child {margin-right:0%;margin-bottom:50px;}
	
	.section04 {margin:0;}
	.section04 .section-wr {padding:50px 20px;}
	.section04 .section-title a p {font-size:17px;}
	
	.more-btn {max-width:200px;width:100%;height:60px;}
	.more-btn a p {font-size:17px;}
	
	.section06 .section-title h3 {margin:0 0 10px 0;}
	.autoplay-toggle {flex-direction:row;}
	
	.webzine-head {margin-bottom:50px;}
	.webzine-head li.center > div {flex-direction:column;}
	.webzine-head li .txt {margin-left:0px;}
	.webzine-head li .txt div {/*flex-direction:column;*/gap:15px;}
	.webzine-head li .txt div p {font-size:17px;}
	.webzine-head li .txt div b {font-size:22px;}
	
	/* 250519 동문확인 /bbs/register_check.php */
	.register_check {padding:0px;width:100%;margin:0 auto;}
	.register_check ul li {margin-bottom:20px;}
	.register_check ul li h4 {font-size:18px;}
	.register_check ul li input {font-size:16px;padding:12px;}
	.register_check ul li button {height:45px;font-size:16px;}
	
}

@media screen and ( max-width:510px ) {
	#header .header-bg .right > ul {display:none;}
	.m-menu {min-width: 100%;}
	.m-menu-con {min-width:100%;}
	
	.main-banner-con p {font-size:15px;}
	.main-banner-con h3 {font-size:34px;}
	
	#container_title {margin-bottom:30px;font-size:22px;}
	
	/* 팝업 */
	.hd_pops {top:0 !important;left:0 !important;}
	.hd_pops_con {width:100% !important; height:auto !important;}
	
	.webzine-ul li {width:100%;margin-right:0;margin-bottom:5%;}
	.webzine-ul li:nth-child(3n+3) {margin-right:0%;}
	.webzine-ul li .txt {padding:30px 20px;}
	.webzine-ul li .txt h6 {font-size:18px;}
	.webzine-ul li .txt > div {margin-top:20px;}
	
	.sub-con h3.title {font-size:22px}
	.sub-con h4.title {font-size:19px;margin-bottom:15px;}
	
	.webzine-slider .swiper-slide .txt {padding:30px 20px;}
	.webzine-slider .swiper-slide .txt h6 {font-size:18px;}
	.webzine-slider .swiper-slide .txt a {margin-top:20px;}
	
	/*.webzine-bg {padding:40px 15px;height:auto;margin-bottom:30px;}
	.webzine-bg h3 {font-size:20px;line-height:1.3;}
	.webzine-bg p {font-size:14px;}*/
	
	.business-ul {margin-top:50px;}
	.business-ul.flex-box {flex-direction:column !important;}
	.business-ul li {width:100%;margin-right:0;margin-bottom:20px;}
	
	.webzine-head li.center {margin-top:2%;padding:4px;}
	.webzine-head li.center > div {padding:20px 15px;}
	.webzine-head li .img img {width:50px;}
	.webzine-head li .txt h3 {letter-spacing:10px;font-size:40px;padding-left:50px;}
	.webzine-head li .txt h3:before {width:35px;height:35px;background-size:35px;}
	.webzine-head li .txt div {margin-top:7px;}
	.webzine-head li .txt div p:last-child {display:none;}
	
}

.suggestion_img img {width:100%;}
.suggestion_p p {font-size:24px;margin:30px 0;font-family:'Pretendard-Bold';color:#000;text-align:left;}



