#allWrap{position:relative;width:100%;overflow:hidden;height:100%;word-break:keep-all;}
#allWrap.main{}
#allWrap.main section{position:relative;}

#mbanner{position: relative;top:0;background:url("/images/main/pop_bg.jpg") no-repeat 0 top / cover;width: 100%;}
#mbanner:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;border: 10px solid #093ccd;}
#mbanner > a{position:absolute; left:0; top:0; width:100%; height:100%;}
#mbanner .in{color:#fff;max-width: 1540px;padding: 50px 50px;margin: 0 auto;width: 95%;display: flex;align-items: center;}
#mbanner .txt{}
#mbanner .txt .tit{font-weight: 600;line-height: 1.4;}
#mbanner .txt .tit big{font-size: 34px;}
#mbanner .txt .tit small{font-size:22px;}
#mbanner .txt .date{font-size:28px;font-weight: 600;}
#mbanner .b-btn{
    max-width: 300px;
    width: 100%;
    border-radius: 100px;
    height: 60px;
    background: #093ccd;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    padding: 10px 30px;
    margin-left: 40px;
}
#mbanner .b-btn span{}
#mbanner .b-btn i{font-weight:normal;font-size: 32px;}

@media (max-width: 1240px){
	#mbanner .in {align-items: center; flex-direction: column; justify-content: center; text-align: center;}
	#mbanner .b-btn{margin-left:0; margin-top:20px;}
}
@media (max-width: 767px){
	#mbanner:before{border: 4px solid #093ccd;}
	#mbanner .in {padding: 20px 20px 25px;}
	#mbanner .txt .tit big{font-size: 24px;display:block;}
	#mbanner .txt .tit small{font-size: 16px;display:block;}
	#mbanner .txt .date{font-size: 19px;}
	#mbanner .b-btn {height:auto;font-size: 16px;padding:10px 30px;max-width: 100%;}
	#mbanner .b-btn i{font-size: 20px;}
}



/*--------------------------------------- 비주얼 ---------------------------------------*/
#mVisual{position:relative;overflow:hidden;height: 100vh;}
#visual{position: relative;width:100%;height: 100vh;}
#visual .visual-wr{position: relative;overflow:hidden;display: flex;width: 100%;margin: 0 auto;height: 100vh;justify-content: center;align-items: center;}
#visual .visual-wr:before{
	content: ""; display: block; width: 100%; height: 70%;
	background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	opacity:1; position: absolute; left: 0; bottom: 0; z-index: 1;
}
#visual .visual-slide{position: absolute; width: 100%;height: 100%;top:0;z-index: 0;}
#visual .visual-slide .visual-bg.slick-slide img{object-fit: cover;position: absolute;left:0%;top: 0;width: 100%;height:100%;}
#visual .visual-slide .slick-active img {max-width:100%; animation:mymove 5s;}
#visual .visual-slide .visual-bg.slick-current{overflow:hidden;}
#visual .visual-slide .slick-list{height:100%;}
#visual .visual-slide .slick-track{height:100%;}

#visual .slo-wr{width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;text-align: center;}
#visual .slogan{position: relative;z-index:10;display: flex;word-break:keep-all;flex-direction: column;align-items: center;justify-content: center;}
#visual .slogan .slo-cont{position:relative;line-height: 1.1;/* font-family: 'Nanum Myeongjo', serif; */font-family: 'DwImpactamin';text-transform: uppercase;}
#visual .slogan .slo-cont big{overflow: hidden; display: inline-flex; align-items: flex-end; gap: 0.18em;}
#visual .slogan .slo-cont big .txt1,
#visual .slogan .slo-cont big .txt2{display: inline-flex; align-items: flex-end; line-height: 1;}
#visual .slogan .slo-cont big span{overflow:hidden; white-space:nowrap;}
#visual .slogan .slo-cont big .txt2{width:0; transition:none; color:#243786; transform: translateY(10px);}
#visual .slogan .slo-cont big .txt2 .words,
#visual .slogan .slo-cont big .txt2 .chars{display: inline-flex; align-items: flex-end; line-height: 1;}
#visual .slogan .slo-cont big .txt2 .word,
#visual .slogan .slo-cont big .txt2 .char{display:inline-block; line-height:1;}
#visual .slogan small{font-size: 28px;font-weight: 800;color: #0e2036;margin-top: 40px;display:block;line-height: 1.3;position:relative;}
#visual .slogan big{color: #0e2036;font-size: 80px;font-weight: normal;display:block;position:relative;line-height: 1;letter-spacing: -1px;}
#visual .slogan big .ne{width: 54px;height: 0;display: inline-block;position: relative;transition: .15s ease-out;transition-property: background, transform;}
#visual .slogan big b{color: #243786;font-weight: 700;}
#visual .slogan p{/* font-size:30px; *//* letter-spacing: 0; *//* line-height: 1.2; *//* color: #0e2036; *//* font-weight: 700; *//* animation-delay:1.0s; *//* text-transform: uppercase; */margin-top: 70px;width: 487px;}
#visual .slogan p img{max-width:100%;}
#visual .slogan p b{font-weight:500;}

@media (max-width: 1300px){
}
@media (max-width: 1240px){
}
@media (max-width: 1170px){
	#visual .slo-wr {width: 90%;  margin: 0 auto;}
	#visual .slogan {width: 100%;}
	#visual .slogan big{font-size:60px;}
}
@media (max-width: 1024px){
}
@media (max-width: 767px){	
	#visual .slogan big{font-size:34px;}
	#visual .slogan .slo-cont big .txt2 {transform: translateY(5px);}
	#visual .slogan small {font-size: 24px; margin-top: 20px;}
	#visual .slogan p {margin-top: 40px; width: 300px;}
}
@media (max-width: 640px){
}
@media (max-width: 520px){
}



/*--------------------------------------- 그랜드퀘스트란 ---------------------------------------*/
#se1{padding: 100px 0 160px;}
#se1 article{max-width: 1800px; position: relative; margin: 0 auto; width: 95%; text-align: center;}
#se1 .txtWr{}
#se1 .txtWr .topTit{font-size: 36px;position: relative;display: inline-block;padding-left: 40px;line-height: 1;margin-bottom: 60px;}
#se1 .txtWr .topTit:before{content:"";width:15px;height:15px;background:#243786;display:block;position:absolute;left: 0;top: 55%;transform: rotate(
45deg) translate(-50%, -50%);}
#se1 .txtWr > p{color: #676767;font-size: 34px;font-weight: 600;letter-spacing: -.5px;line-height: 1.5;}
#se1 .txtWr .big-slo{margin-top: 60px;display: block;}
#se1 .txtWr .big-slo > p{font-size: 60px; font-weight: 700; color: #243786; letter-spacing: -.5px; line-height: 1.4;}
#se1 .txtWr .big-slo > p.gra{color: #929292;}
#se1 .item-list{margin-top: 80px;display: flex;justify-content: center;gap: 50px;}
#se1 .item-list > li{transition:.4s ease-out;}
#se1 .item-list .item{
    position: relative; width: 450px; list-style: none; display: flex; flex-direction: column; align-items: center; padding: 290px 0px 80px;
    gap: 45px; background:#fff; border-radius: 16px; overflow: hidden; transition:.4s ease-out;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%), 0px 15px 20px rgb(0 0 0 / 25%), inset 0px 1px 0px rgba(255, 255, 255, 0.08);
}
#se1 .item-list .item .txt{opacity:.7;position: relative; z-index: 5; color: #fff; display: flex; flex-direction: column; justify-content: center; align-items: center;transition:.4s ease-out;}
#se1 .item-list .item .tit{display: flex; flex-direction: column; align-items: center; gap: 10px;transition:.4s ease-out;}
#se1 .item-list .item .tit big{font-size: 38px;transition:.4s ease-out;}
#se1 .item-list .item .tit small{color: #178aff; font-size: 18px; font-weight: 500;transition:.4s ease-out;}
#se1 .item-list .item .txt p{font-size: 22px; line-height: 1.5; font-weight: 500; margin-top: 30px;transition:.4s ease-out;}
#se1 .item-list .item .img{position: absolute;left: 50%;top: 0;transform: translateX(-50%);transition:.4s ease-out;}
#se1 .item-list .item .img img{position:relative;}
#se1 .item-list .item .img img.on{height: 100%; opacity:0;transition:.4s ease-out;}
#se1 .item-list .item .img img.off{position:absolute;top:0;left:0;height: 100%;opacity: .6;transition:.4s ease-out;}
#se1 .item-list li:first-child .item .img{left:0;}

#se1 .item-list li.active{/* margin-top:-40px; */}
#se1 .item-list li.active .item{background:#fff; box-shadow: 0px 0px 20px rgb(0 0 0 / 10%), 0px 15px 40px rgb(0 0 0 / 25%), inset 0px 1px 0px rgba(255, 255, 255, 0.08);}
#se1 .item-list li.active .item .img img{opacity:1;}
#se1 .item-list li.active .item .txt{opacity:1;}
#se1 .item-list li.active .item .img img.off{opacity:0;}
#se1 .item-list li.active .item .tit big{}

@media (max-width: 1300px){
}
@media (max-width: 1240px){
}
@media (max-width: 1170px){
}
@media (max-width: 1024px){
}
@media (max-width: 767px){
	#se1 {padding: 80px 0;}
	#se1 .txtWr .topTit {font-size: 24px; margin-bottom: 30px;}
	#se1 .txtWr > p {font-size: 18px;}
	#se1 .txtWr > p br{display:none;}
	#se1 .txtWr .big-slo {margin-top: 20px;}
	#se1 .txtWr .big-slo > p {font-size: 24px;}
	#se1 .item-list > li{width:100%;}
	#se1 .item-list li.active{margin-top:0px;}
	#se1 .item-list li:first-child .item .img {left:50%;}
	#se1 .item-list {margin-top: 30px;justify-content: center;gap: 10px;flex-direction: column;align-items: center;}
	#se1 .item-list .item {width: 100%;padding: 25px;gap: 20px;}
	#se1 .item-list .item .tit big {font-size: 24px;}
	#se1 .item-list li.active .item .tit big {font-size: 28px;}
	#se1 .item-list .item .txt p {font-size: 16px;margin-top: 10px;}
}
@media (max-width: 640px){
}
@media (max-width: 520px){
}



/*--------------------------------------- 영상 ---------------------------------------*/
#se2{height: 100vh; position: relative; overflow: hidden;}
#se2 article {position: relative; height: 100%;}
#se2 .videoBx{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); overflow: hidden;}
#se2 .videoBx video{width:100%; height:100%; object-fit:cover;}
#se2 .videoBx .videoDim{position:absolute; inset:0; background:#000; opacity:0; pointer-events:none; z-index:2;}

/* 버튼 */
#se2 .btnWr{position: absolute; left: 50%; top: 50%; opacity: 0; pointer-events: none; transform: translateX(-50%) translateY(10px); transition: none; z-index: 5;}
#se2 .btnWr a{display: inline-flex; align-items: center; gap: 10px; padding: 14px 30px; width: 300px; height: 67px; font-size: 22px; border-radius: 10px; background: #fff; color: #004098; font-weight: 600; text-transform: uppercase; text-decoration: none; justify-content: space-between;}
#se2 .btnWr i{font-size: 30px;font-weight:normal;}
#se2 .btnWr a{transition:all .3s;}
#se2 .btnWr a:hover{background:#004098; color:#fff;}
#se2 .videoBx.is-playing .btnWr{
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
#se2 .btnWr a.js-open-video-full {display: none;}

/* ===== 유튜브 모달 ===== */
.ytModal{position: fixed; inset: 0; z-index: 9999999; display: none;}
.ytModal.is-open{display: block;}
.ytModal__dim{position: absolute; inset: 0; background: rgba(0,0,0,0.65);}
.ytModal__panel{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: min(1100px, 92vw); aspect-ratio: 16 / 9; background: #000; border-radius: 14px; overflow: hidden;}
.ytModal__close{position: absolute; right: 10px; top: 10px; z-index: 2; width: 42px; height: 42px; border-radius: 999px; border: 0; background: rgba(255,255,255,0.15); color: #fff; font-size: 26px; line-height: 1; cursor: pointer;}
.ytModal__frame,
.ytModal__frame iframe,
.ytModal__frame .modalVideo{width: 100%; height: 100%;}
.ytModal__frame .modalVideo{display:block; object-fit: contain; /* 꽉 채우려면 cover로 */ background:#000;}
body.is-modal-open{ overflow:hidden;} /*모달 열리면 뒤 스크롤 막고 싶으면*/


@media (max-width: 767px) {

}
@media (max-width: 1300px){
}
@media (max-width: 1240px){
}
@media (max-width: 1170px){
}
@media (max-width: 1024px){
}
@media (max-width: 767px){
	#se2{height:auto;}
	#se2 .videoBx{position: relative !important;left: auto !important;top: auto !important;transform: none !important;width: 100% !important;height: auto !important;border-radius: 0 !important;}
	#se2 .videoBx:before{content: '';display: block;padding-bottom: 56.25%;	}
	#se2 .videoBx > video{position: absolute;inset: 0;width: 100%;height: 100%;object-fit: cover;}
	#se2 .btnWr {transform: translateX(-50%) translateY(-50%) !important;display: flex;flex-direction: column;gap: 5px;}
	#se2 .btnWr a {padding: 10px 20px; width: 180px; height: 40px; font-size: 16px;background:rgb(255,255,255,.1); color:#fff; backdrop-filter: blur(10px);}
	#se2 .btnWr i {font-size: 20px;}
	#se2 video::-webkit-media-controls-fullscreen-button {display: none !important;}
	#se2 video::-webkit-media-controls-overflow-button {display: none !important;}
	#se2 .btnWr a.js-open-video-full {display: inline-flex;}
}
@media (max-width: 640px){
}
@media (max-width: 410px){
	#visual .slogan .slo-cont big {align-items: center; flex-direction: column;}
}



/*--------------------------------------- 게시판 ---------------------------------------*/
#se3{}
.media {display: flex;justify-content: space-between;position: relative;padding: 120px 3% 160px;gap: 90px;/* max-width: 1780px; */background: #fff;margin: 0 auto;height: 1097px;}
.media .media-item {display: flex; flex-direction: column; gap: 2.4rem;}
.media .media-item#adult {width: calc(100% - 640px);gap: 0;}
.media-item#student {width: 640px;}
.media-title {display: flex; justify-content: space-between; flex-shrink: 0;}
.section-title {color: #181818;display: flex;justify-content: space-between;align-items: flex-end;border-bottom: 2px solid #181818;padding-bottom: 30px;padding-left: 5px;width: 100%;height: 154px;}
.media .tit{display:inline-flex;align-items: flex-end;gap: 40px;}
.media .tit .tit-in{display: inline-flex;flex-direction: column;align-items: flex-start;}
.media .tit small{
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.143em;
    margin: 0px 0px 14px 0px;
    display: inline-block;
    color: #181818;
    position: relative;
    padding: 6px 12px;
    letter-spacing: 0;
    border: 1px solid #181818;
    border-radius: 30px;
    font-family: "Google Sans Flex", sans-serif;
    transition: 0.4s;
    display: none;
}
.media .tit big{font-size: 60px;font-family: "Google Sans Flex", sans-serif;text-transform: uppercase;line-height: 1em;font-weight: 600;letter-spacing: -1px;margin: 0px 0px 0px -7px;}
.media .wgl-button.box{border:0;padding: 0 20px;}
.media-contents {flex-grow: 1;display: flex;flex-direction: column;gap: 4rem;justify-content: space-between;position: relative;}
.media-list {display: flex; flex-wrap: wrap;}
.media-list-item {width: 50%;display: flex;gap: 32px;flex-direction: row-reverse;padding: 32px;border-bottom: 1px solid #181818;position: relative;overflow: hidden;font-family: 'Suit';color: #181818;justify-content: space-between;}
.media-list-item::before {backdrop-filter: blur(10px);display: block;content: "";width: 100%;height: 100%;background: #ffffff33;position: absolute;top: 0;left: 0;transform: translateY(100%);transition: 0.35s;z-index: -1;opacity: 0;}
.media-list-item-image {display: block;width: 140px;height: 140px;overflow: hidden;border-radius: 15px;}
.media-list-item-image img {width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover;}
.media-list-item-information {width: calc(100% - 140px);display: flex;flex-direction: column;align-items: flex-start;}
.media-list-item-information-company {font-weight: 600;font-size: 15px;font-family: "Inter", sans-serif;padding: 4px 12px;margin-bottom: 10px;border-radius: 20px;background: #18181817;}
.media-list-item-information-title {text-overflow: ellipsis;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;height: 69px;font-weight: 500;line-height: 1.4545454545;letter-spacing: -0.05em;margin-bottom: 30px;font-size: 24px;word-break: keep-all;font-weight: 600;}
.media-list-item-information-date {color: #181818;margin-top: auto;}
.media-list-item:hover::before {transform: translateY(0); opacity: 1;}

.media-list .empty{display: flex; justify-content: center; align-items: center; border-bottom: 1px solid #181818; width: 100%; height: 100%; min-height: 300px; font-size: 18px;}

.media-item#student .media-contents {border-bottom: 1px solid #181818; padding: 40px 0px 40px 0px;}
.media-item#student .media-contents .empty{display:flex;justify-content: center;align-items: center;font-size: 18px;}
.media-thumbnail {position: absolute; top: 16px; left: 0; width: 320px; aspect-ratio: 1 / 1.4;}
.media-thumbnail .swiper {width: 100%; height: 100%;}
.m-btn{position:absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);background: #093ccd63;backdrop-filter: blur(10px);color: #fff;border-radius: 50%;line-height: 1;font-size: 18px;gap: 7px;width: 140px;height: 140px;font-weight: 700;transition: .3s ease-out;display: inline-flex;z-index: 5;align-items: center;justify-content: center;flex-direction: column-reverse;}
.m-btn i{font-weight:normal; font-size:24px;}
.m-btn:hover{background: #093ccd; width:150px; height:150px;}
.media-thumbnail-item {width: 100%; height: 100%; display: block; position: relative; overflow: hidden; border-radius: 20px; transform-style: preserve-3d;}
.media-thumbnail-item img {display: block; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; object-position: center top; transition: transform 1s cubic-bezier(.22,.61,.36,1);}
.media-thumbnail-item:hover img {transform: scale(1.06) translateZ(20px);}
.media-slider-item .e-tit {display: flex;flex-direction: column;justify-content: space-between;/* gap: 4rem; */text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; height: 83px;}
.media-slider-item .e-tit strong {font-size: 30px; color: #181818; line-height: 1.375; letter-spacing: -0.05em; }
.e-btn{background: #000;color: #fff;border-radius: 50px;padding: 5px 15px;line-height: 1;font-size: 15px;margin: 5px;font-weight: 500;transition: .3s ease-out;/* vertical-align: text-top; */display: inline-block;}
.e-btn:hover{background:#444;}
.e-btn.de{}
.e-btn.more{}
.media-contents .media-slider-item-arrow {width: 5.1rem; align-self: flex-end;}
.media-slider-pagination {margin-top: auto;}

.pagination {display: flex; z-index: 2; bottom: auto; left: auto; justify-content: flex-end; flex-wrap: wrap;}
.pagination .swiper-pagination-bullet {margin: 0 !important; opacity: 1 !important; border-radius: 0 !important; width: 2rem; height: 2rem; background: transparent; display: flex; position: relative;transition:.3s;}
.pagination .swiper-pagination-bullet::before {
    display: block; content: ""; width: 0.4rem; height: 100%; background: #1818182e;
    position: absolute; top: 0; left: 50%; transform: translateX(-50%); transition:.3s;
}
.pagination .swiper-pagination-bullet-active:before {background: #181818; transform: rotate(45deg);}

.media-slider-item-arrow{display:flex;gap:7px;margin-top: -40px;}
.media-slider-item-arrow button{background: transparent;width: 40px;height: 40px;border: 0;color: #181818;font-size: 40px;transition: all 0.4s;}
.media-slider-item-arrow .btn-prev i{display: inline-block; transform: rotate(135deg) scale(-1);}
.media-slider-item-arrow .btn-next i {display: inline-block;transform: rotate(135deg);line-height: 1;}
.media-slider-item-arrow button:hover {color:#013580;}
.media-slider-item-arrow button.slick-disabled {opacity: 0.4;cursor: default;pointer-events: none;}
.media-slider-item-arrow button.slick-disabled i {opacity: 0.4;}

.sm-btn{display: flex;align-items: center;font-size: 18px;font-weight: 500;white-space: nowrap;text-transform: uppercase;font-family: "DM Sans", sans-serif;}
.sm-btn .arrow-icon {width: 38px; height: 38px; line-height: 38px; text-align: center; border-radius: 50%; background: #fff; margin-left: 15px;  color: #1f1f1f; position: relative; overflow: hidden;}
.sm-btn .arrow-icon span{transition: all 0.4s;}
.sm-btn .arrow-icon svg {stroke: #1f1f1f; transition: all 0.4s;}
.sm-btn .arrow-icon svg:first-of-type {position: absolute; top: 0; height: 100%; transform: translateY(-40px);}
.sm-btn:hover span{opacity:.8;}
.sm-btn:hover .arrow-icon svg:first-of-type {transform: translateY(0);background: #013580;stroke: #fff;}
.sm-btn:hover .arrow-icon svg:last-of-type {transform: translateY(40px);}

@media (max-width: 1700px){	
	.media-list-item {width:100%;}
	.media-list-item:nth-of-type(n+4){display: none;}
	.media .media-item#adult{width:60%;}
	.media-item#student {width: 40%;}
}
@media (max-width: 1420px){
	.media {padding: 80px 4%; gap: 90px; height: auto; flex-direction: column;}
	.media .media-item#adult,
	.media-item#student {width: 100%;}
	.media-list-item {width:50%;}
	.media-list-item:nth-of-type(n+4){display: flex;}
	.media-item#student .media-contents{padding-top:0;}
	.media-thumbnail {position: relative; top: 0; left: 0;}
	.media-contents {gap: 0;}
	.media-contents .media-slider-item-arrow {top: 30px;right: 0;position: absolute;}
	.pagination {margin-top: -35px;}
	.media-slider-item .e-tit{padding:30px 0;height:auto;}
}
@media (max-width: 1170px){
	
}
@media (max-width: 1024px){
	.media-list-item {width:100%;}
	.media-list-item:nth-of-type(n+4){display: none;}
}
@media (max-width: 767px){
	.media .tit big {font-size: 30px;}
	.section-title {text-align:center; align-items: center; padding-bottom: 20px; padding-left: 0; width: 100%; height: auto; gap: 10px; flex-direction: column;}
	.sm-btn {font-size: 16px;}
	.sm-btn .arrow-icon {width: 28px; height: 28px; line-height: 28px; margin-left: 5px;}
	.media .media-item {gap: 20px;}
	.media-list-item {gap: 20px; padding: 20px 0;flex-direction: column-reverse;}
	.media-list-item-image {width: 100%; height: auto;}
	.media-list-item-information {width: 100%;}
	.media-thumbnail{width:100%;}
	.media-contents {gap: 10px;}
	.pagination {margin-top: 0px; justify-content: center; position: relative;}
	.media-contents .media-slider-item-arrow {top: auto; right: auto; position: relative; width: 100%; align-self: center;}
	.media-slider-item-arrow {gap: 7px; margin-top: 0; justify-content: center;}
	.swiper-horizontal>.swiper-pagination-bullets, 
	.swiper-pagination-bullets.swiper-pagination-horizontal, 
	.swiper-pagination-custom, 
	.swiper-pagination-fraction {bottom: auto !important; top: auto !important;}
	.media-slider-item-arrow .btn-prev i {transform: rotate(180deg) scale(-1);}
	.media-slider-item-arrow .btn-next i {transform: rotate(180deg);line-height: 0;}
	.pagination .swiper-pagination-bullet::before{width:8px; height:8px;}
	.media-slider-item .e-tit{padding:0px 0;height:100%;overflow:visible;}
	.media .swiper {overflow: visible !important;}
	.media-slider-item .e-tit strong {font-size: 24px; line-height: 1.6;}


}
@media (max-width: 640px){
}
@media (max-width: 520px){
}



/*--------------------------------------- 맺음 ---------------------------------------*/
#se4{background:url("/images/main/se4_bg.jpg") no-repeat 0 0 / cover;height: 100vh;/* padding-bottom: 160px; */}
#se4 article{max-width: 1600px;display: flex;flex-direction: column;/* gap: 60px; */width: 95%;padding-top: 80px;margin: 0 auto;}

#se4 .scene_title {font-style: normal;font-weight: 700;font-size: 50px;line-height: 140%;letter-spacing: -0.025em;color: #013580;display: flex;flex-direction: column;}
#se4 .scene_desc {align-self: flex-end; font-style: normal; font-weight: 700; font-size: 40px; line-height: 140%; text-align: right; letter-spacing: -0.025em; color: rgb(1 53 128); display: flex; flex-direction: column;}
#se4 .btm-logo{margin-top: 60px;}
#se4 .btm-logo img{max-width:1200px; width:100%;}
#se4 .scene_title,
#se4 .scene_desc {color:#868686;}

#se4 .scene_title .char,
#se4 .scene_desc .char {color:#868686;}

@media (max-width: 1300px){
}
@media (max-width: 1240px){
}
@media (max-width: 1170px){
}
@media (max-width: 1024px){
	#se4 article {padding: 10% 0;height: 100%;justify-content: space-evenly;}
	#se4 article { align-items: center; text-align: center;}
	#se4 .scene_title {font-size: 42px;}
	#se4 .scene_desc {align-self: center;font-size: 32px;text-align: center;margin-top: 0;}
}
@media (max-width: 767px){
	#se4{height:auto;}
	#se4 article {padding: 60px 0;align-items: center;text-align: center;}
	#se4 .scene_title {font-size: 24px;}
	#se4 .scene_desc {margin-top:15px; align-self: center; font-size: 18px; text-align: center;}
	#se4 .btm-logo{margin-top:30px;}
	#se4 .scene_title .char {color: #013580 !important;}
	#se4 .scene_desc .char {color: #676767 !important;}
}
@media (max-width: 640px){
}
@media (max-width: 520px){
}



/*--------------------------------------- footer ---------------------------------------*/
footer{clear:both;width: 100%;margin: 0 auto;position:relative;background: #080a12;padding: 45px 0 60px;}
footer.mfooter{margin-top:0px;}
footer.sfooter{margin-top:120px;}
footer.sfooter .select_f_btn{}
footer.sfooter .ft-bottom{}
footer:after{content:''; display:block; clear:both;}
footer article{position:relative;max-width: 1840px;width: 95%;margin:0 auto;}
footer .ft-top{position:relative;display: flex;justify-content: space-between;align-items: flex-start;}
footer .ft-top article{display:flex;justify-content:space-between;align-items: flex-start;}
footer .ft-logo{display: flex;flex-wrap: wrap;align-items: flex-end;gap: 20px;}
footer .ft-logo .logo{width:508px;}
footer .ft-logo a img{max-width:100%;transition: .3s;}
footer .ft-logo a:hover img{opacity:.8;}
footer .pass-btn{line-height: 1.4; display: inline-flex; justify-content: center; align-items: center; background: #444; padding: 6px 16px; color: #fff !important; gap: 10px; transition: .3s; font-size: 15px; font-weight: 400;}
footer .pass-btn:hover{background:#555;}
footer .copyright{width: 100%;}
footer .copyright address, footer cite{/* display:block; */font-style:normal;line-height:1.8;}
footer .copyright address{font-size:16px;color: #666;}
footer .copyright address > dl{display: flex; flex-wrap: wrap;}
footer .copyright address > dl + dl{margin-top: 10px;}
footer .copyright address > dl:first-child{margin-bottom: 20px;}
footer .copyright address > dl > dt{font-size:18px;color: #fff;font-weight: 700;width: 100px;/* text-transform: uppercase; */}
footer .copyright address > dl > dd{font-weight:500;color: #fff;}
footer .copyright address a{color:#666;}
footer .copyright address a:hover{text-decoration:underline; transition:.2s ease-out;}
footer .ft-left{display:flex;align-items: flex-end;gap: 60px;}
footer .ft-right{display:inline-flex;align-items: flex-end;flex-direction: column;justify-content: space-between;gap: 80px;height: 100%;}
footer .ft-sns{height:100%;display:flex;align-items:center;gap: 20px;}
footer .ft-sns ul{display:flex; gap:15px;}
footer .ft-sns li{position:relative;}
footer .ft-sns li.ft-x i{font-size:27px;}
footer .ft-sns li a{display:inline-block;color:#888;font-size:30px;transition:.2s ease-out;}
footer .ft-sns li a:hover{color:#444;}
footer .ft-site{display:flex;gap: 15px;}
footer .select_footer{position: relative;width: 270px;height: 54px;z-index:5;text-align:left;}
footer .select_footer ul{bottom:52px;display:none;position:absolute;z-index:999;border:0;background: #f8f8f8;width: 270px;transition:.3s;}
footer .select_footer ul.open{display:block;padding-top:14px;overflow: hidden;border: 1px solid #000;border-bottom: 0;background: linear-gradient(to top, rgb(248 248 248) 0%, rgb(248 248 248 / 30%) 100%);backdrop-filter: blur(10px);border-radius: 30px 30px 0 0;}
footer .select_footer ul li{/* text-indent:25px; */}
footer .select_footer ul li a{display:block;font-size:16px;color: #000;font-weight: 500;padding: 7px 0 7px 25px;transition: .3s;}
footer .select_footer ul li a:hover{/* background:#f8f9fb; */color: rgb(0,0,0,.6);}
footer .select_f_btn{display:block;width: 270px;height: 54px;background: #080a12;border-radius: 50px;border: 1px solid #fff;text-align:left;text-transform:uppercase;padding:0 25px;font-size:18px;color: #fff;font-weight: 500;}
footer .select_f_btn .ir{width:100%;display:flex;height:100%;align-items:center;justify-content:space-between;}
footer .select_f_btn .ir i{font-size:22px;font-weight: normal;}
footer .select_f_btn.on{background:#f8f8f8;color: #222;border-radius: 0 0 30px 30px;}
footer .ft-bottom{position:relative;padding-top: 35px;margin-top: 35px;border-top: 1px solid rgb(183, 183, 183, .3);display: flex;justify-content: space-between;}
footer .ft-bottom article{display:flex;justify-content:space-between;flex-wrap:wrap;}
footer cite{font-size:16px;color: #fff;font-style: normal;font-weight: 500;}
footer cite span{color: #fff;}
footer .link-green{color: #fff;transition:.2s ease-out;}
footer .link-green:hover{color:#00c850;}
footer .ft-menu{display:inline-flex;gap: 60px;font-size:0;line-height:0;padding:0;margin:0;flex-direction: row;align-items: flex-start;}
footer .ft-menu li{transition:.2s ease-out;}
footer .ft-menu li a{font-size: 18px;line-height:1;color: #fff;font-weight: 500;transition:.2s ease-out;}
footer .ft-menu li:hover a{opacity:.6;}

footer .adm-btn{position: relative; height: 29px;}
footer .adm-btn a{background: #333;color: #fff;border-radius:100px;height: 29px;padding: 0 13px;line-height: 1;font-size: 13px;font-weight: 500;letter-spacing: -.5px;gap: 3px;display:flex;justify-content: center;align-items: center;margin-bottom: -7px;transition: .3s;}
footer .adm-btn a:hover{background: #2469c3;color:#fff;}

@media (max-width: 1840px){
}
@media (max-width: 1420px){
	footer .ft-top {align-items: center; flex-direction: column; gap: 40px; margin-bottom: 40px;}
	footer .copyright {align-items: center; flex-direction: column; gap: 30px;}
	footer .copyright address {margin-top: 0px;}
	footer .ft-right {align-items: center; flex-direction: column; gap: 30px;}
	footer cite {text-align: center;}
}
@media (max-width: 1170px){
	footer .ft-top article {align-items: center; flex-direction: column; gap: 40px; margin-bottom: 60px;}
}
@media (max-width: 767px){
	footer.mfooter {}
	footer .ft-bottom {flex-direction: column; gap: 15px; align-items: flex-start;}
	footer .ft-top{gap:20px;margin-bottom: 30px;}
	footer .ft-site {gap: 10px;width: 100%;flex-direction: column;}
	footer {padding: 30px 0;}
	footer .ft-top article {gap: 20px; margin-bottom: 0px;}
	footer .ft-logo .logo{width:auto}
	footer .ft-logo {gap: 10px; justify-content: center; margin-bottom: 10px;}
	footer .ft-logo a img{height: 50px;}
	footer .ft-menu{flex-wrap: wrap; justify-content: center; gap: 20px;}
	footer .ft-menu li a {font-size: 17px;}
	footer .copyright {align-items: center; flex-direction: column;}
	footer .ft-right {align-items: center;flex-direction: column;gap: 20px;margin-top: 0;}
	footer .select_footer,
	footer .select_footer ul,
	footer .select_f_btn{width:100%;height: 45px;}
	footer .select_footer ul{bottom: 44px;}
	footer .select_f_btn{height: 45px;font-size: 16px;}
	footer cite{text-align:center; font-size:13px; line-height: 1.5;}
	footer .copyright address > dl > dt {font-size: 16px; width: 80px;}
	footer .copyright address {font-size: 14px; line-height: 1.5;}
}