/*메인페이지 소스 ver2*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;200;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500&display=swap');
@font-face {
    font-family: 'GmarketSansBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansLight';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/*메인비주얼 시작*/
.main_visual {width: 100%; height: auto; padding: 0; z-index: 2; position: relative;}
.main_carousel {}
.main_carousel .owl-stage-outer .item img { width:100%; height: auto;}

.slider_wrap .item .slide_content .fold {display: none !important;}

/*슬라이드텍스트*/
.main_carousel .mv_txt { 
	position: absolute; 
	top:50%; 
	left*:362px; 
	left:12.8541666vw;  
	transform: translateY(-50%);
	text-transform: uppercase;
	letter-spacing: -.6px;
	font-weight: 500;
	color: #ffffff;
	z-index: 9;
}
.main_carousel .mv_txt h5 { 
	font-size: 55px; 
	display: block;
	line-height: 254%; 
	text-shadow: 1px 0 3px rgba(0, 0, 0, .3);
}
.main_carousel .mv_txt h4 { 
	font-size: 80px; 
	line-height: 120%;
	font-family: 'GmarketSansBold';
	text-shadow: 1px 0 3px rgba(0, 0, 0, .3);
	letter-spacing: 0;

}
.main_carousel .mv_txt p:first-of-type {margin-top: 0px;}
.main_carousel .mv_txt p { 
	font-size: 28px; 
	line-height: 260%; 
	display: block;
	font-weight: 300;
	text-shadow: 1px 0 3px rgba(0, 0, 0, .3);
}

.main_carousel .mv_txt a { 
	float: left;
	font-size: 20px; 
	line-height: 180%; 
	display: block;
	font-weight: 500;
	color: #2d74af;
	background-color: #fff;
	width: 130px;
	border-radius: 50px;
	text-align: center;
	margin-top: 15px;
	margin-right: 10px;	
}
.main_carousel .mv_txt a.black { 
	color: #202020;
}
.main_carousel .mv_txt a.brown { 
	color: #836140;
}

.main_carousel .mv_txt a:hover {opacity: 0.5}

/*슬라이드 dots 및 btn*/
.main_carousel .owl-theme .owl-dots  { 
	position: absolute; 
	bottom*:290px;
	bottom:25.8541666vh;
	left*:362px; 
	left:12.8541666vw;  
	transform: translateY(-50%);
}
.main_carousel .owl-theme .owl-dots .owl-dot {
    position: relative;
    padding:0;
    margin-right:10px;
    display: block; 
    float:left;
    width: 24px;
    height: 28px;
}
.main_carousel .owl-theme .owl-dots .owl-dot:last-child { margin-right:0; }
.main_carousel .owl-theme .owl-dots .owl-dot span { 
	width: 24px;
	height: 28px;
	display: block;
	background-image: url('../img/main/mv_dots_off.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 0;
	margin: 0;
	padding: 0;
	background-color: transparent !important;
}
.main_carousel .owl-theme .owl-dots .owl-dot.active span { background-image: url('../img/main/mv_dots_on.png'); }

.main_carousel .side-btns {
    width:140px; 
    height:14px;
    position: absolute; 
    right:370px; 
    bottom:50px; 
    z-index: 999;
}
.main_carousel .side-btns div.prev {float:left; cursor: pointer;}
.main_carousel .side-btns div.next {float:right; cursor: pointer;}

.main_carousel .item-counter {
    position:absolute; font-size:18px; line-height:18px; color:#fff; width:40px; height:15px;
    bottom:43px; right:417px; z-index: 9999; font-family: 'Montserrat', sans-serif;
}
.main_carousel .item-counter .current-item-no { font-weight:bold; }

.owl-carousel .slide_content .mobile {display: none;}

@media screen and (max-width:1800px) {
	.main_carousel .owl-theme .owl-dots {bottom: 15.8541666vh;}
    .main_carousel .side-btns { right:150px; }
    .main_carousel .item-counter { right:195px; }
}
@media screen and (max-width: 1500px) {
	.main_carousel .mv_txt h5 {font-size: 40px;}
	.main_carousel .mv_txt h4 {font-size: 70px;}
	.main_carousel .mv_txt p {font-size: 18px;}
}
@media screen and (max-width: 1400px) {
	.main_carousel { height:750px; }
    .main_carousel .owl-stage-outer .item > img {width: auto; height:750px;}
	.main_carousel .owl-theme .owl-dots { bottom: 40px;}
}
@media screen and (max-width:1000px) {
    .main_carousel .side-btns { right:100px; zoom:.9;}
    .main_carousel .item-counter { right:145px; zoom:.9;}
    .main_carousel .owl-theme .owl-dots {left: 50%; transform: translateX(-50%);}

    .main_carousel .mv_txt {text-align: center; left: 50%; transform: translate(-50%, -50%); width: 100%}
    .main_carousel .mv_txt h5 {font-size: 30px;}
	.main_carousel .mv_txt h4 {font-size: 60px;}
	.main_carousel .mv_txt p {font-size: 16px;}
	.main_carousel .mv_txt a {float: none; margin: 10px auto;}
}
@media screen and (max-width:860px) {    
    .main_carousel .side-btns { right:50px; zoom:.8;}
    .main_carousel .item-counter { right:90px; zoom:.8;}

    .main_carousel .owl-theme .owl-dots .owl-dot {width: 18px; height: 22px; margin-right: 5px;}
    .main_carousel .owl-theme .owl-dots .owl-dot span {background-image: url('../img/main/mv_dots_off_s.png'); width: 18px; height: 22px;}
    .main_carousel .owl-theme .owl-dots .owl-dot.active span {background-image: url('../img/main/mv_dots_on_s.png');}
}
@media screen and (max-width: 600px) {
	.main_carousel { height:auto; }
	.main_carousel .owl-stage-outer .item { position:relative; height:700px; overflow:hidden; }
	.main_carousel .owl-stage-outer .item > img { position:absolute; width:auto; height:100%; left:50%; transform:translateX(-50%); top:0; }
	.main_carousel .mv_txt h5 {font-size: 20px;}
	.main_carousel .mv_txt h4 {font-size: 40px;}
	.main_carousel .mv_txt p {font-size: 14px;}
	.main_carousel .mv_txt a {font-size: 17px; line-height: 160%; width: 120px;}
}
@media screen and (max-width: 500px) {
  .owl-carousel .slide_content .mobile {display: block !important;}
}
@media screen and (max-width: 400px) {
	.main_carousel .owl-stage-outer .item { height:600px; }
	.main_carousel .mv_txt h5 {font-size: 17px;}
	.main_carousel .mv_txt h4 {font-size: 33px;}
	.main_carousel .mv_txt p {font-size: 13px;}
}
@media screen and (max-width: 280px) {
  .slider_wrap .item .slide_content .fold {display: block;}
  .slider .item .slide_content h2 {font-size: 20px !important;}
}
/*메인비주얼 끝*/


/*section_01 시작*/
main section.sec01 {width: 100%; height: auto;}
main section.sec01 {}
main section.sec01 .row {}
main section.sec01 .row a.cell {
	width: calc(100% / 4);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 575px;
	color: #ffffff;
	text-align: center;
	position: relative;
	display: block;
	transition: .3s;
}
main section.sec01 .row a.cell:hover {opacity: .8;}
main section.sec01 .row a.cell:hover p.more_btn {color: #71e6ff;}
main section.sec01 .row a.cell:hover p.more_btn::after {background-color: #71e6ff;}

main section.sec01 .row .cell.cell1 {background-image: url('../img/main/sec01_cell1_bg.jpg');}
main section.sec01 .row .cell.cell2 {background-image: url('../img/main/sec01_cell2_bg.jpg');}
main section.sec01 .row .cell.cell3 {background-image: url('../img/main/sec01_cell3_bg.jpg');}
main section.sec01 .row .cell.cell4 {background-image: url('../img/main/sec01_cell4_bg.jpg');}

main section.sec01 .row .cell .sec01_txtBox span {
	display: block;
	font-size: 22px;
	font-weight: 300;
	line-height: 150%;
}
main section.sec01 .row .cell .sec01_txtBox span::before{
	display: block;
	clear: both;
	content: '';
	width: 95px;
	height: 95px;
	margin: 0 auto 30px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
main section.sec01 .row .cell1 .sec01_txtBox span::before{background-image: url('../img/main/sec01_cell1_icon.png');}
main section.sec01 .row .cell2 .sec01_txtBox span::before{background-image: url('../img/main/sec01_cell2_icon.png');}
main section.sec01 .row .cell3 .sec01_txtBox span::before{background-image: url('../img/main/sec01_cell3_icon.png');}
main section.sec01 .row .cell4 .sec01_txtBox span::before{background-image: url('../img/main/sec01_cell4_icon.png');}

main section.sec01 .row .cell .sec01_txtBox {
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
}
main section.sec01 .row .cell .sec01_txtBox h4 {
	display: block;
	font-size: 30px;
	font-family: 'GmarketSansLight';
	line-height: 150%;
	margin: 5px 0;
}
main section.sec01 .row .cell .sec01_txtBox p {
	display: block;
	opacity: .4;
	font-size: 17px;
	font-weight: 200;
	letter-spacing: -.6px;
}
main section.sec01 .row .cell p.more_btn {
	display: block;
	font-size: 15px;
	font-weight: 300;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 80px;
	line-height: 200%;
	transition: .3s;
}
main section.sec01 .row .cell p.more_btn::after {
	display: block;
	clear: both;
	content: '';
	width: 70px;
	height: 2px;
	background-color: #ffffff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	transition: .3s;
}
main section.sec01 .row .cell p.more_btn:hover {color: #71e6ff;}

@media screen and (max-width: 1200px) {
	main section.sec01 .row a.cell {width: calc(100% / 2);}
}
@media screen and (max-width: 940px) {
	main section.sec01 .row a.cell {height: 450px;}
}
@media screen and (max-width: 740px) {
	main section.sec01 .row .cell .sec01_txtBox span {font-size: 18px;}
	main section.sec01 .row .cell .sec01_txtBox h4 {font-size: 26px;}
	main section.sec01 .row .cell .sec01_txtBox p {font-size: 15px;}
}
@media screen and (max-width: 640px) {
	main section.sec01 .row a.cell {width: 100%; float: none; height: 320px;}
	main section.sec01 .row .cell .sec01_txtBox {position: static; top: auto; left: auto; transform: none; padding-top: 20px;}
	main section.sec01 .row .cell .sec01_txtBox span {font-size: 16px;}
	main section.sec01 .row .cell1 .sec01_txtBox span::before {zoom:.9; margin: 0 auto 15px;}
	main section.sec01 .row .cell .sec01_txtBox h4 {font-size: 22px;}
	main section.sec01 .row .cell .sec01_txtBox p {font-size: 13px;}
	
	main section.sec01 .row .cell p.more_btn {bottom: 25px; font-size: 13px;}
	main section.sec01 .row .cell p.more_btn::after {width: 65px;}
}
/*section_01 끝*/

.main_video_popup{position:fixed; left:40%; top:40%; width:90%; max-width:700px; z-index:100; transform:translate(-50%, -50%);}
.main_video_popup .video_inner{position:relative; aspect-ratio: 1/0.56; }
.main_video_popup .video_inner iframe{position:absolute; left:0; top:0; width:100%; height:100%; }
.main_video_popup .btm_area{padding:10px; background-color:#000; color:#fff; font-size:14px; display:flex;}
.main_video_popup .btm_area label{font-size:14px; color:#fff; }
.main_video_popup_close{position:relative; margin-left:auto; width:25px; aspect-ratio: 1/1; display:block; background:transparent; border:none; }
.main_video_popup_close:before{position:absolute; left:50%; top:50%; transform:translate(-50% , -50%) rotate(45deg); width:2px; height:25px; display:block; content:""; background-color:#fff; }
.main_video_popup_close:after{position:absolute; left:50%; top:50%; transform:translate(-50% , -50%) rotate(-45deg); width:2px; height:25px; display:block; content:""; background-color:#fff; }
@media screen and (max-width: 1200px) {
.main_video_popup{position:fixed; left:50%; top:50%;}

}