
/* =========================================================================================
 *   ���뽺Ÿ��
 * =========================================================================================*/

html,body { width:100%; overflow-x:hidden; }

body {
  font-family: 'Noto Sans KR','Montserrat', sans-serif;
  font-size: 18px;
  line-height: 1.67;
  font-weight: 400;
  color: #666666;
  letter-spacing: -0.4px;
  word-break: normal;
  animation: fadein 1000ms ease-out;
}

@keyframes fadein {
    from {opacity:0;}
    to {opacity:1;}
}





a {
  font-family: 'Montserrat','Noto Sans KR', sans-serif;
  text-decoration: none;
  color:#666;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: none;
  transition: all 0.3s ease;
}

#contents {
  width: 100%;
  text-align: center;
}

.container {
  width: 100%;
  max-width: 1480px;
  margin-right: auto;
  margin-left: auto;
}

	@media screen and (max-width: 1480px) {

		.container {
		  width: 100%;
		  padding: 0 20px;
		  max-width: 100%;
		}
	}


	@media screen and (max-width: 1280px) {

		body {
		   font-size: 16px;
		}
		.container {
		  padding: 0 40px;
		}

		br.br-n {display: none;}
	}

	@media screen and (max-width: 1024px) {

		body {
		   font-size: 14px;
		}
	}

	@media screen and (max-width: 768px) {

		.container {
		  padding: 0 20px;
		}
	}



/* TOP��ư */
#go-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9;
}

#go-top a:before {
  font-family: 'xeicon';
  font-size: 24px;
  line-height: 1.4;
  padding: 0;
  opacity: 1;
  color: #FFF;
  content: '\e915';
  top: 8px;
  left: 13px;
}

#go-top a {
  width: 48px;
  height: 48px;
  display: block;
  box-shadow: 1px 2px 5px rgb(0 0 0 / 20%);
  cursor: pointer;
  background: #222;
  border-radius: 100%;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

#go-top a:hover {
  color: #FFFFFF;
}

.fp-tableCell #go-top {
  display: none;
}


	@media screen and (max-width: 1024px) {

		/* TOP��ư */
		#go-top {
		  bottom: 40px;
		}

		#go-top a:before {
		  font-size: 22px;
		  left: 12px;
		}

		#go-top a {
		  width: 45px;
		  height: 45px;
		}
	}


	@media screen and (max-width: 820px) {

		#go-top {
		  right: 10px;
		  bottom: 10px;
		}
	}




/* =========================================================================================
 *   �˾�â ��Ÿ��
 * =========================================================================================*/

#popUp {
  position: fixed;
  max-width: 100%;
  height: auto;
  bottom: 0;
  margin-left: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 999999999;
  font-size: 0;
}


/* �˾�â OPEN ��ư */
#plus span {
  position: absolute;
  color: #FFF;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;right: 0;
  z-index: 99999;
  writing-mode: tb-rl;
  width: 100%;
  height: 100%;
  display: flex;
  letter-spacing: 2px;
  align-items: center;
  justify-content: center;
}


#plus::after {
  border-radius: 6px;content: '';
  display: block;
  position: relative;
  width: 42px;
  height: 90px;
  margin-left: -5px;
  background: #000000;
}


.popup-list .img {
  display: inline-block;
}

.popup-list .img img{
  border: 1px solid;
      box-sizing: border-box;
}
#new span {
  background: #fff;
  position: absolute;
  color: #1c8dc4;
  padding: 4px 10px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: -5px;
}

#popUp .close {
  color: #FFFFFF;
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0;
  width: 45px;
  height: 45px;
  background: #333333;
  z-index: 9;
}

#popUp .close:before {
  font-family: 'xeicon';
  padding: 0;
  font-size: 26px;
  top: 7px;
  opacity: 1;
  color: #FFF;
  content: '\e921';
  right: 18px;
}

#popUp1 .close {
  color: #FFFFFF;
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0;
  width: 45px;
  height: 45px;
  background: #333333;
  z-index: 9;
}

#popUp1 .close:before {
  font-family: 'xeicon';
  padding: 0;
  font-size: 26px;
  top: 7px;
  opacity: 1;
  color: #FFF;
  content: '\e921';
  right: 18px;
}

#popUp2 .close {
  color: #FFFFFF;
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0;
  width: 45px;
  height: 45px;
  background: #333333;
  z-index: 9;
}

#popUp2 .close:before {
  font-family: 'xeicon';
  padding: 0;
  font-size: 26px;
  top: 7px;
  opacity: 1;
  color: #FFF;
  content: '\e921';
  right: 18px;
}

#popUp3 .close {
  color: #FFFFFF;
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0;
  width: 45px;
  height: 45px;
  background: #333333;
  z-index: 9;
}

#popUp3 .close:before {
  font-family: 'xeicon';
  padding: 0;
  font-size: 26px;
  top: 7px;
  opacity: 1;
  color: #FFF;
  content: '\e921';
  right: 18px;
}

#plus {
  position: fixed;
  color: #fff;
  left: -5px;
  bottom: 30px;
  margin-left: -425px;
  -webkit-transition: all 1.25s ease;
  -moz-transition: all 1.25s ease;
  -o-transition: all 1.25s ease;
  transition: all 1.25s ease;
  cursor: pointer;
  text-align: left;
  letter-spacing: 1px;
  z-index: 99999999999;
}




.today {
  padding: 10px;
  font-size: 12px;
  background: #333333;
}



	@media all and (max-width: 1280px) {

		#plus {
		  bottom: 100px;
		}
	}


	@media all and (max-width: 768px) {

		/* �˾�â �̹��� ������ */
		.popup-list .img img {
		  width: 300px;
		  height: auto;
		}

		#plus {
		  bottom: 100px;
		}

		#popUp .close {
		  width: 38px;
		  height: 38px;
		}

		#popUp .close:before {
		  font-size: 22px;
		}
	}


	@media all and (max-width: 480px) {

		/* �˾�â �̹��� ������ */
		.popup-list .img img {
		  width: 240px;
		}
	}



/* 메인영상 슬로건 */
#pcVisual .slogan { position: absolute; top: 40%; width: 100%; margin: 0 auto; z-index: 5; }
#pcVisual .slogan h1 { font-size: 60px; color: #fff; font-weight: 600; font-family: 'noto serif kr',serif; margin-bottom:20px; }
#pcVisual .slogan h3 { font-size:25px; color:#fff; font-weight:300; }
#pcVisual .slogan-bg { background-color: rgba(0,0,0,0.7); width: 100%; height: 100%; position: absolute; z-index: 2; }

#moVisual .slogan { position: absolute; top: 40%; width: 100%; margin: 0 auto; z-index: 5; }
#moVisual .slogan h1 { font-size: 23px; color: #fff; font-weight: 600; font-family: 'noto serif kr',serif; margin-bottom:20px; }
#moVisual .slogan h3 { font-size:16px; color:#fff; font-weight:300; }
#moVisual .slogan-bg { background-color: rgba(0,0,0,0.7); width: 100%; height: 100%; position: absolute; z-index: 2; }

/* =========================================================================================
 *  ���������� �÷����� �� �������
 * =========================================================================================*/

/*

- �÷��� background �÷��� �������ֽø� �˴ϴ�
- ������ ������ �ʿ信 ���� ��ġ�� �������ֽø� �˴ϴ�.

*/

/* ���� ��ġ */
#fp-nav.right {
    right: 10px;
}

/* ���� ������ �� �÷� */
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 0;
    position: absolute;
    z-index: 1;
    border: 0;
    background: rgba(255,255,255,0.2);
    left: -71px;
    top: 50%;
	text-align: left;
    margin: -4px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}


/* Ȱ��ȭ �Ǿ��� �� �÷� */
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
	/* background: #FFF; */
  background:#706052;
	margin: -11px 0 0 -6px;
	height: 18px;
	width: 3px;
}

/* ���콺���� �÷� */
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
	background: #FFF;
}

#fp-nav ul li:hover .fp-tooltip, #fp-nav.fp-show-active a.active + .fp-tooltip {
	font-weight: 600;
}







/* =========================================================================================
 *  ���κ��־� �����̵� �ؽ�Ʈ (�̹��� �������� �����Ͻ� �� �����ϴ�)
 * =========================================================================================*/

.main-visual {
    width: 100%;
    height: 100vh;
    position:relative;
	margin: 0 auto;
}

.main-visual .main-slider .slider-visual > .visual-txt {
	letter-spacing: -1px;
	font-family: 'Montserrat','Noto Sans KR', sans-serif;
}

/* Ÿ��Ʋ ��Ʈ ��Ÿ�� */
.main-visual .main-slider .slider-visual > .visual-txt > .inner-txt-con > .inner-txt-1 {
    font-size: 46px;
	line-height: 1.2;
    font-weight: 600;
    color: #FFFFFF;
    letter-spacing: 0px;
    margin-bottom: 30px;
}

/* �����κ� ��Ʈ ��Ÿ�� */
.main-visual .main-slider .slider-visual > .visual-txt > .inner-txt-con > .inner-txt-2 {
    font-size: 18px;
	line-height: 1.4;
	font-weight: 400;
    color: #FFFFFF;
    letter-spacing: -0.4px;
}




	@media screen and (max-width:1600px){

		.main-visual {
			width: 100%;
			height: 100vh;
			height: calc(var(--vh, 1vh) * 100);
		}
	}

	@media screen and (max-width:1280px){

		.main-visual .main-slider .slider-visual > .visual-txt > .inner-txt-con > .inner-txt-1 {
			font-size: 45px;
		}
		.main-visual .main-slider .slider-visual > .visual-txt > .inner-txt-con > .inner-txt-2 {
			font-size: 18px;
		}
	}


	@media screen and (max-width:1024px){

		.main-visual .main-slider .slider-visual > .visual-txt > .inner-txt-con > .inner-txt-1 {
			font-size: 36px;
			margin-bottom: 20px;
		}
		.main-visual .main-slider .slider-visual > .visual-txt > .inner-txt-con > .inner-txt-2 {
			font-size: 16px;
		}
	}


	@media screen and (max-width:820px){

		.main-visual .main-slider .slider-visual > .visual-txt > .inner-txt-con > .inner-txt-1 {
		   font-size: 24px;
		}
		.main-visual .main-slider .slider-visual > .visual-txt > .inner-txt-con > .inner-txt-2 {
		   font-size: 14px;
		}
	}

	@media screen and (max-width:480px){

		.main-visual .main-slider .slider-visual > .visual-txt {
			padding: 40px;
		}

	}







/* =========================================================================================
 *  INTRO 01 ~ INTRO 05 ��Ÿ��
 * =========================================================================================*/


.secH2span{font-size: 20px;display:block;text-align: center;margin:10px 0;}


/* �ڽ��� ���鼳�� */
/*.intro01, */.intro02, .intro03, .intro04, /*.intro05, */.intro06, .intro07, .intro08, .intro09, .intro10,.notice {
   padding: 0 200px;

}

/* ������ ��Ÿ�� */
.section .section-info {
  width: 100%;
  padding-top: 40px;
}
.intro01 .section-info,.intro05 .section-info{width: 80%;}

/* 메뉴/세계 섹션{} */
.intro01.section .fp-tableCell,.intro05.section .fp-tableCell{height: 100vh !important;}

.section .section-info h2 {
  color: #FFF;
  font-size: 48px;
  line-height: 1.6;
  font-weight: 600;
  padding-bottom: 20px;
  font-family: 'Montserrat','Noto Sans KR', sans-serif;
  display: inline-block;
  letter-spacing: -0.05em;

}

.section .section-info p {
  color: #FFF;
  font-size: 16px;
  line-height: 1.6;
  padding-bottom: 40px;
  letter-spacing: -1px;

 }


/* �����̹��� */
.intro01 {

}
.intro01 .secHalf{
  background: url('../../img/yukdaejangMain/sec2-ingyujin.jpg') no-repeat top center;
  background-size: cover;
}
.intro01 .secHalf2{
  background: url('../../img/yukdaejangMain/sec2-2.jpg') no-repeat top center;
  background-size: cover;
}

.intro01 .section-info{position: relative; top:50%;transform:translate(10%, -50%);}
.intro01::after{content: '';display: block;clear: both;}


.intro01 .secHalf,.intro01 .secHalf2{width:50%;float:left;height: 100vh;position: relative;}
.intro01 .blackBg{background-color:rgba(0,0,0,0.5);content: '';display: block;position: absolute;top: 0;left: 0;height: 100%;width: 100%;}

.intro01 .secHalf:hover .blackBg{background-color:rgba(0,0,0,0.2);transition: 0.5s;}
.intro01 .secHalf2:hover .blackBg{background-color:rgba(0,0,0,0.2);transition: 0.5s;}

.intro01 .section-info h2::after{content: '';display: block;width: 1px;height: 20vh;background-color: #fff;}

.intro01 .section-info p{font-size: 28px;font-weight: bold;}
.intro01 .section-info p span{font-size: 19px;font-weight: 400;display:block;margin-top:30px;}

@media(max-width:820px){
  .intro01 .secHalf, .intro01 .secHalf2{
    width: 100%;
float: none;
height: 50vh;
  }


.intro01 .section-info h2::after{
  height: 5vh;
}

.intro01 .section-info p span{
  font-size:16px;
}

}

.intro02 {
   background: url('../../img/yukdaejangMain/beigeBg.jpg') no-repeat top center;
   background-size: cover;
}
.intro02 .section-info{padding-top:0;}
.intro02 .section-info h2{color: #3F342F;}
.intro02 .section-info p {color:#706052;padding-bottom: 0;}

.startupProc > div,.startupEdu > div{text-align: left;}
.proc1::after{display: block;content: '';clear: both;}
.proc1{width: 100%;}
.proc1 > li{float: left;width: 31%;margin-left:3.3333%;height: 260px;text-align: left;font-weight: bold;line-height: 30px;
    font-size: 18px;color: #706052;padding: 25px 30px;background-color: rgba(255,255,255,0.4);margin-top: 10px;border-radius: 20px;letter-spacing: -0.05em;}

.proc1 > li ul{margin-left: 10px;margin-top: 10px;}
.proc1 > li ul li{font-size: 15px;color: #727272;font-weight: 400;line-height: 1.5em;}
.proc1 > li:nth-child(1),.proc1 > li:nth-child(4){margin-left: 0;}



.startupEdu{margin-top: 30px;}

.proc2::after{display: block;content: '';clear: both;}
.proc2 > li{float: left;width: fit-content;height:150px;text-align:left;letter-spacing: -0.05em;margin-top: 10px;letter-spacing: -0.05em;
padding: 25px 30px;background-color: rgba(255,255,255,0.4);
}
.proc2 > li ul li{font-size: 15px;color: #727272;font-weight: 400;}
.circle::before{display:inline-block;content:'';width: 5px;height: 5px;background-color:#727272;margin-right: 10px;vertical-align: middle;border-radius: 50px;}

.square::before{display:inline-block;content:'';width: 8px;height: 8px;background-color:#3F342F;margin-right: 10px;vertical-align: middle;}
.square{font-size: 20px;font-weight: bold;color: #3F342F;}
.proc2 > li:nth-child(1){margin-right: 100px;}

.txtTit{display:inline-block;background-color:#706052;color: #fff;width: 30px;height: 30px;
  text-align: center;border-radius: 50px;margin-right: 6px;margin-bottom: 8px;line-height: 30px;}

.txtTit2{display:inline-block;background-color:#706052;color: #fff;padding: 3px 15px;width: fit-content;
    text-align: center;border-radius: 50px;margin-right: 6px;line-height: 30px;font-size: 16px;}

.txtInfo{font-size: 20px;font-weight: bold;color:#706052;margin-left: 8px;}


.proc2 > li::after{display: block;content: '';clear: both;}

.proc2 > li ul{float: right;clear: both;margin-left: 50px;margin-top: -50px;}

/* a.go-btn.btn2right{border: 2px solid #706052;float: right;color: #706052;margin-top: -100px;} */
a.go-btn.btn2right{border: 2px solid #706052;color: #706052;margin-top: 30px;}

@media (max-width:1450px) {
  .proc1 > li{height: 230px;font-size: 15px;padding: 25px 20px;}
  .proc1 > li ul li{font-size: 13px;}
.proc2 > li:nth-child(1){margin-right: 30px;}
.proc2 > li{height: 130px;padding: 25px 25px;}
  .txtTit2{font-size: 15px;padding: 3px 15px;}
  .txtInfo{font-size: 15px;}
  .proc2 > li ul li{font-size: 13px;}
.intro02 .section-info p{padding:0 !important;}
}

@media (max-width:1200px){
  /* .intro02 .section-info{padding-top: 20px;} */
  /* .proc1 > li{width: 48%;height: 140px;padding: 20px 20px;}
  .proc1 > li:nth-child(1), .proc1 > li:nth-child(3),.proc1 > li:nth-child(5){margin-left: 0;}
  .proc1 > li:nth-child(4){margin-left: 3.3333%;}
   */
   .proc1 > li{height: 250px;}
   a.go-btn.btn2right{margin-top: 30px;float: none;}
  .txtTit{font-size: 13px;width: 20px;height: 20px;line-height: 20px;}
  .intro02 .section-info h2{padding-bottom: 0 !important;}
  .square{font-size: 16px;}
  .startupEdu{margin-top: 10px;}
  .proc2 > li:nth-child(1){width: 37%;margin-right: 3%;}
  .proc2 > li:nth-child(2){width: 60%;}
  .proc2 > li ul{
        float: none;margin-left: 0;margin-top: 15px;
  }
  .proc2 > li{height: 180px;}

  .txtTit2,.txtInfo{float: left;line-height: 30px;}
  .txtTit2{font-size: 13px;padding: 1px 8px;}
}

@media (max-width:980px){
  .intro02 .section-info{padding-top: 20px;}
  .proc1 > li{width: 48%;height: 200px;padding: 20px 20px;}
  .proc1 > li:nth-child(1), .proc1 > li:nth-child(3),.proc1 > li:nth-child(5){margin-left: 0;}
  .proc1 > li:nth-child(4){margin-left: 3.3333%;}
   a.go-btn.btn2right{margin-top: 50px;}
   .txtInfo{margin-left: 0;}
}

@media (max-width:760px){
  .proc1 > li{padding: 20px 15px;height: 180px;}
  .proc1 > li ul li,.proc2 > li ul li{font-size: 12px;}
  .circle::before{margin-right: 3px;}

}

@media (max-width:700px){
  .proc1 > li{width: 100%;margin-left: 0;height: fit-content;margin-top: 20px;}
  .proc1 > li:nth-child(4){margin-left: 0;}
}


.intro03 {
  /* background: url('../../img/yukdaejangMain/whiteBg.png') no-repeat top center; */
  background: url('../../img/yukdaejangMain/visualBg.png') no-repeat center center;
  background-size: cover;
  /* min-height: 100vh; */
    height: 100%;
}


.intro03 .section-info h2{line-height: 1em;color:#fff;display: none;}

.intro03 .section-info p{color:#706052;width:100%;}

.sec3Map{display:block;margin: 0 auto;width: 100%;height: auto;}

.intro03 a.go-btn {
  color:#422920;
  border: 2px solid #422920;display: none;
}

.mapIconCover{margin:30px auto 60px auto;}
.mapIconCover::after{display: block;content: '';clear: both;}
.mapIconCover li{
  float:left;width:22%;margin-left:4%;text-align: center;color: #706052;letter-spacing: -0.05em;font-weight: bold;
}
.mapIconCover li:nth-child(1){
margin-left: 0;
}

.mapIconCover li img{display: block;margin:10px auto;width: 80px;}

@media(max-width:800px){
  .mapIconCover li img{width: 60px;font-size: 12px;letter-spacing: -0.05em;}
}

/* mouseOver */
/* .intro03,
.intro03 .section-info h2,
.intro03 .section-info .secH2span,
.intro03 .mapIconCover li,
.intro03 .section-info p{transition: 1.5s;} */

.intro03{background-color: #3f342f;}


/* 하루 얼마나 팔릴까 */
#section6 { position: relative; height: 100%; background:url("/default/img/sub/yukdaejangstory/demandBg.jpg")no-repeat center/cover; }
#section6 .youtube-wrap { position: relative; padding:2em 0 5em 0; }
#section6 .youtube-wrap iframe { border:20px solid #a20008; }
#section6 .title-wrap { padding:5em 0 1em 0; }
#section6 .title-wrap h2 { font-size:40px; font-weight:600; color:#000; line-height:1.4em; text-align:center; font-family:'noto serif kr',serif; }
#section6 .title-wrap h2 span { font-size:25px; text-decoration:underline; }

@media (max-width:980px){
  #section6 .title-wrap h2 { font-size:25px; }
  #section6 .title-wrap h2 span { font-size:16px; }
  #section6 .youtube-wrap iframe { border:10px solid #a20008; height:250px; }
}

/* 점주 인터뷰 */
#section7 { position: relative; height: 100%; background:url("/default/img/main/section7_bg.jpg")no-repeat center/cover; }
#section7 .title-wrap { padding:5em 0 1em 0; }
#section7 .title-wrap h2 { font-size:40px; font-weight:600; color:#fff; line-height:1.4em; text-align:center; font-family:'noto serif kr',serif; }
#section7 .interview-wrap { position: relative; padding:2em 0 5em 0; }
#section7 .interview-wrap ul { display: flex; justify-content: center; gap:4%; align-items: center; flex-wrap: wrap; width: 100%; }
#section7 .interview-wrap ul li { width:48%; }

@media (max-width:980px){
  #section7 .title-wrap h2 { font-size:25px; }
  #section7 .interview-wrap ul { flex-direction:column; }
  #section7 .interview-wrap ul li { width:100%; }
}

/* 가맹절차 */
#section8 { position: relative; height: 100%; background:url("/bizdemo135993/img/yukdaejangMain/step_bg.jpg")no-repeat center/cover; }
#section8 { padding:5em 0; }
#section8 .title-wrap { padding:0 0 2em 0; }
#section8 .title-wrap h2 { font-size:40px; font-weight:600; color:#000; line-height:1.4em; text-align:center; font-family:'noto serif kr',serif; }
#section8 .title-wrap h2 span { font-size:25px; text-decoration:underline; }
#section8 .step-wrap { width:100%; }
#section8 .step-wrap img { width:100%; }
#section8 .step-wrap .mimg { display:none; }

@media (max-width:980px){
  #section8 .title-wrap h2 { font-size:25px; }
  #section8 .title-wrap h2 span { font-size:16px; }
  #section8 .step-wrap .mimg { display:block; }
  #section8 .step-wrap .pcimg { display:none; }
}

/* 인스타그램 피드 */
#section9 { position: relative; height: 100%; background-color:#f5f5f5; }
#section9 .container { padding:2em 0; max-width:100%; }
#section9 .title-wrap { padding:0 0 2em 0; }
#section9 .title-wrap h2 { font-size:30px; font-weight:600; color:#000; line-height:1.4em; text-align:center; font-family:'noto sans kr',sans-serif; }

@media (max-width:980px){
  #section9 .title-wrap h2 { font-size:25px; }
}

/* 뉴스&이벤트 게시판 */
#section10 { position: relative; height: 100%; background-color:#fff; }
#section10 .container { padding:5em 0; }
#section10 .title-wrap { padding:0 0 2em 0; }
#section10 .title-wrap h2 { font-size:40px; font-weight:600; color:#000; line-height:1.4em; text-align:center; font-family:'noto sans kr',sans-serif; }
#section10 .more-view { text-align:center; padding:2em 0; }
#section10 .more-view a { color:#fff; font-size:20px; font-family:'noto sans kr',sans-serif; background-color: #a20008;
  padding: 1em 2em; }
#section10 .board_output_gallery_subject { font-size:20px; font-weight:600; font-family:'noto sans kr',sans-serif; color:#000; }
#section10 .board_output_gallery_description { font-size:16px; font-weight:400; font-family:'noto sans kr',sans-serif; color:#555; }

@media (max-width:980px){
  #section10 .title-wrap h2 { font-size:25px; }
  #section10 .more-view a { font-size:16px; }
}

/* 육대장 영상 */
#section3{position: relative;    max-height: 100vh;
    height: 100%;}

    .sec3-pImg{display: block;}
    .sec3-mImg{display: none;}

#section3 .section-info{position:absolute;top:50px;left:0;z-index:10;}
.ydj-box { width: 100%; height: 100vh; overflow: hidden;margin: 0px auto; position: absolute;top: 0;left: 0;z-index: 5;}
video { width: 100%; }

.intro05 {

   height: 100vh;
}

.intro05 .secHalf{
  background: url('../../img/yukdaejangMain/sec6-1.jpg') no-repeat top center;
  background-size: cover;
}
.intro05 .secHalf2{
  background-image: url('../../img/yukdaejangMain/visualBg.png');
  background-repeat: no-repeat;
  background-position:center center;
  background-size:cover;
}

.intro05 .section-info{position: relative; top:50%;transform:translate(10%, -50%);}
.intro05::after{content: '';display: block;clear: both;}


.intro05 .secHalf,.intro05 .secHalf2{width:50%;float:left;height: 100%;position: relative;}
.intro05 .blackBg{background-color:rgba(0,0,0,0.5);content: '';display: block;position: absolute;top: 0;left: 0;height: 100%;width: 100%;}

.intro05 .secHalf:hover .blackBg{background-color:rgba(0,0,0,0.2);transition: 0.5s;}
.intro05 .secHalf2:hover .blackBg{background-color:rgba(0,0,0,0.2);transition: 0.5s;}

.intro05 .section-info h2::after{content: '';display: block;width: 1px;height: 20vh;background-color: #fff;}

.intro05 .section-info p{font-size: 28px;font-weight: bold;}
.intro05 .section-info p span{font-size: 19px;font-weight: 400;display:block;margin-top:30px;}

@media(max-width:820px){

  /* .intro03 {
    background: url('../../img/yukdaejangMain/startBg2.png') no-repeat top center;
  } */

  .intro05 .secHalf, .intro05 .secHalf2{
    width: 100%;
float: none;
/* height: 50vh; */
  }

  .intro05 .section-info h2::after{
    height:5vh;
  }

  .intro05 .section-info p span{font-size:16px;}

.intro05 .secHalf{
  background: url(../../img/yukdaejangMain/sec6-1.jpg) no-repeat center center;
}
  .intro05 .secHalf2{
    background: url(../../img/yukdaejangMain/visualBg.png) no-repeat center right;
    background-size: cover;
  }
}

.intro06 {
   background: url('../../img/main/intro06.jpg') no-repeat top center;
   background-size: cover;
}

.intro07 {
   background: url('../../img/main/intro07.jpg') no-repeat top center;
   background-size: cover;
}

.intro08 {
   background: url('../../img/main/intro08.jpg') no-repeat top center;
   background-size: cover;
}



/* ��ư ��Ÿ�� */
a.go-btn {
  display: inline-block;
  padding: 12px;
  color:#FFF;
  /* border: 2px solid #FFF; */
  font-size: 13px;
  font-weight: bold;
  background-color: #a20008;
}
a.go-btn:hover {
  color: #a20008;
  /* border: 2px solid #cdb68b; */
  background-color:#fff;
}


 	@media screen and (max-width: 1600px) {

		/* �ڽ��� ���鼳�� */
    /*.intro01, */.intro02, .intro03, .intro04, /*.intro05, */.intro06, .intro07, .intro08, .intro09, .intro10,.notice {

		   padding: 0 150px;
		}

		/* ������ ��Ÿ�� */

    .section .section-info h2,.costTit {
		  font-size: 36px;
		  padding-bottom: 10px;
		}

		.section .section-info p {
		  font-size: 15px;
		  padding-bottom: 20px;
		}
	}

	@media screen and (max-width: 1280px) {

		/* �ڽ��� ���鼳�� */
    /*.intro01, */.intro02, .intro04, /*.intro05, */.intro06, .intro07, .intro08, .intro09, .intro10,.notice {

		   padding: 0 100px;
		}
    .intro03{padding:50px 100px;}

		/* ������ ��Ÿ�� */
		.section .section-info h2,.costTit {
		  font-size: 28px;
		  padding-bottom: 15px;
		}
		.section .section-info p {
		  font-size: 14px;
		  padding-bottom: 15px;
		}

		/* ��ư ��Ÿ�� */
		a.go-btn {
		  /* border-bottom: 1px solid #FFF; */
		  font-size: 11px;
		}
		a.go-btn:hover {
		  /* border-bottom: 1px solid #cdb68b; */
		}
	}

	@media screen and (max-width: 1024px) {

		/* �ڽ��� ���鼳�� */
    /*.intro01, */.intro02, .intro04, /*.intro05, */.intro06, .intro07, .intro08, .intro09, .intro10,.notice {

		   padding: 0 120px;
		}

    .intro03{padding:50px 120px;}

		/* ������ ��Ÿ�� */
		.section .section-info {
		  padding-top: 0;
		}
		.section .section-info h2,.costTit {
		  font-size: 24px;
		}
		.section .section-info p {
		  font-size: 13px;
		}

	}

	@media screen and (max-width: 980px) {

		/* �ڽ��� ���鼳�� */
    /*.intro01, */.intro02, .intro04, /*.intro05, */.intro06, .intro07, .intro08, .intro09, .intro10,.notice {

		   padding: 0 50px;
		}

    .intro03{padding:50px;}

		/* ������ ��Ÿ�� */
		.section .section-info h2,.costTit {
		  font-size: 20px;
		}

    .intro01 .secHalf {height: 45vh;}
    .intro01 .secHalf2 {height: 45vh;}
    .intro05 { height:25vh; }
    .intro05 .secHalf {height: 25vh;}
    .intro05 .secHalf2 {height: 25vh;}
    .intro01 .section-info h2::after {height:2vh;}
    .intro05 .section-info h2::after {height:2vh;}
    .slick-initialized .slick-slide {height: 45vh !important;}

	}

	@media screen and (max-width: 820px) {

		/* �ڽ��� ���鼳�� */
    /*.intro01, */.intro02, .intro03, .intro04, /*.intro05, */.intro06, .intro07, .intro08, .intro09, .intro10,.notice {
		   padding: 0 50px;
		}


    .intro05 .secHalf, .intro05 .secHalf2{height: 45vh;}


		/* .section .section-info p br {
		   display: none;
		} */

	}


  @media screen and (max-width:820px){
    #section3{
      /* max-height: 600px;height: 600px; */
    }
    .sec3-mImg{display: block;}
    .sec3-pImg{display: none;}

  }



	@media screen and (max-width: 500px){
    /*.intro01, */.intro02, .intro03, .intro04, /*.intro05, */.intro06, .intro07, .intro08, .intro09, .intro10,.notice {

		   padding: 0 20px;
		}
  }



@keyframes zoom{
	0% {transform:scale(1.3);}
	100% {transform:scale(1);}
}
@keyframes fadeIn{
	0% { opacity: 0;}
	100% { opacity: 1;}
}
@keyframes fadeIn02{
	0% { opacity: 0;}
	100% { opacity: 0.4;}
}
@keyframes fadeUp{
	0% {transform:translateY(200px); opacity: 0;}
	100% {transform:translateY(0); opacity: 1;}
}
@keyframes fadeUp02{
	0% {transform:translateY(100px); opacity: 0;}
	100% {transform:translateY(0); opacity: 1;}
}
@keyframes fadeDown{
	0% {transform:translateY(-200px); opacity: 0;}
	100% {transform:translateY(0); opacity: 1;}
}
@keyframes fadeLeft{
	0% {transform:translateX(-200px); opacity: 0;}
	100% {transform:translateX(0); opacity: 1;}
}
@keyframes upDown{
	0% {transform:translateY(-20px); opacity: 0;}
	100% {transform:translateY(10px); opacity: 1;}
}







/* =========================================================================================
 *  NOTICE ����
 * =========================================================================================*/
/* intro 6 */
.notice {
  background: url('../../img/yukdaejangMain/globalBg.jpg') no-repeat top center;
   background-size: cover;
   /* height: 100vh; */
   padding-bottom:50px;
}
.notice .section-info{padding-top: 0;}
.notice .section-info h2{
  color:#3F342F;
}


.notice .section-info h2{line-height: 1em;margin-top: 70px;}
.notice .section-info P{color:#706052;margin: 20px 0;font-size: 20px;font-weight: bold;}

@media(max-width:800px){

  .notice .section-info h2{line-height: 1em;margin-top:0px;}


  .notice .section-info P{font-size: 15px;}
}

.notice .sec6List::after{display: block;content: '';clear: both;}
.notice .sec6List{margin-bottom:50px;}
.notice .sec6List li{
  width: 30%;
  float: left;
  margin-left: 5%;
  background-color: rgba(144, 134, 125, 0.2);
  border-radius: 25px;
}


.notice .sec6List li a{
  color:#706052;font-weight: bold;
  display:block;width: 100%;height: 100%;padding:120px 0;
}

.notice .sec6List li:hover{background-color: rgba(144, 134, 125, 0.8);transition: 0.5s;}
.notice .sec6List li:hover a{color:#fff;transition: 0.5s;}

.notice .sec6List li:nth-child(1){
  margin-left:0;}


  /* 카카오톡 고객센터 */
  .notice .sec6List2::after{display: block;content: '';clear: both;}
  .notice .sec6List2{margin-bottom:50px;}
  .notice .sec6List2 li{
    width: 47.5%;
    float: left;
    margin-left: 5%;
    background-color: rgba(144, 134, 125, 0.2);
    border-radius: 25px;
  }


  .notice .sec6List2 li a{
    color:#706052;font-weight: bold;
    display:block;width: 100%;height: 100%;padding:120px 0;
  }

  .notice .sec6List2 li:hover{background-color: rgba(144, 134, 125, 0.8);transition: 0.5s;}
  .notice .sec6List2 li:hover a{color:#fff;transition: 0.5s;}

  .notice .sec6List2 li:nth-child(1){
    margin-left:0;}

    .notice .sec6List2 li:nth-child(1) a{}

/* �������� ��Ʈ�÷� */
.notice .output_table tr td a {
  color: #BBB;
  font-size: 17px;
  line-height: 1.67;
}

/* �������� ���콺���� ��Ʈ�÷� */
.notice .output_table tr td a:hover {
  color: #FFFFFF;
}

.notice .output_table {
  width: 90%;
  text-align: left;
}
.notice .output_table tr {
  display: inline-block;
  width: 100%;
}
.notice .output_table tr td {
  font-size: 16px;
  line-height: 1.67;
  text-align: left;
  padding: 25px;
  color: #BBB;
  border-bottom: 1px solid #555;
}

.output_table tr td:nth-child(1) {
  width: 2% !important;
  padding-left: 10px !important;
}

.output_table tr td:nth-child(2) {
  width: 73% !important;
  padding-left: 0 !important;
}

.output_table tr td:nth-child(3) {
  width: 25% !important;
  text-align: right;
}


/* ��ư */
.btn-more {
  margin-top: 15px;
}
a.btn-more {
  display: inline-block;
padding: 12px;
color: #706052;
border: 2px solid #706052;
font-size: 13px;
font-weight: bold;
}
a.btn-more:hover {
  color: #cdb68b;
  border: 2px solid #cdb68b;
}



	@media screen and (max-width: 1600px) {

		.notice .output_table tr td a {
		  font-size: 15px;
		}
		.notice .output_table tr td {
		  font-size: 14px;
		  padding: 15px;
		}

		/* ��ư */
		.btn-more {
		  margin-top: 10px;
		}
		a.btn-more {
		  font-size: 12px;
		}
	}

	@media screen and (max-width: 1280px) {

		.output_table tr td:nth-child(1) {
		  padding-left: 20px !important;
		}
	}

	@media screen and (max-width: 1024px) {

		.notice .output_table {
		  width: 100%;
		}
	}

	@media screen and (max-width: 820px) {

		.notice {
		   /*padding: 45px 15px;*/
		}
		.notice .output_table tr td a {
		  font-size: 13px;
		}
		.notice .output_table tr td {
		  font-size: 12px;
		  padding: 10px;
		}
		.output_table tr td:nth-child(1) {
		  padding-left: 5px !important;
		}

    .notice{max-height:750px;height: 750px;}
	}

	@media screen and (max-width: 480px) {

		.notice .output_table tr td {
		  word-break: keep-all !important;
		}
	}





/* =========================================================================================
 *  ���޴� ���� (������ īī����, ���̹�, �ν�Ÿ�׷� ��ư)
 * =========================================================================================*/


.quick-menu {
   position: fixed;
   z-index:99999;
   right: 10px;
    bottom: 30px;
    background: url("/bizdemo135993/img/main/quick/float_bg.png")no-repeat center/cover;
    padding:15px 10px;
    border-radius:10px;
}

.quick-menu ul { text-align:center; }
.quick-menu ul .float-row { padding:15px 0; }
.quick-menu ul .float-row .icon-row { display: flex;justify-content: center; gap: 10px; }
.quick-menu ul li h4 { color:#fff; font-size:18px; font-weight:500; }
.quick-menu ul li h4 .float-tel a { font-size:23px; font-weight:700; }


@media (max-width:980px) {
  .quick-menu { display:none; right:0; padding:10px 7px; }
  .quick-menu ul .float-row { padding:7px 0; }
  .quick-menu ul li h4 { font-size:13px; }
  .quick-menu ul li h4 .float-tel a { font-size:16px; }
}

.mquick-menu { display:none; z-index:99999; }
.mquick-menu ul { text-align:center; }
.mquick-menu ul .float-row { padding:10px 0; }
.mquick-menu ul .float-row .icon-row { display: flex;justify-content: center; gap: 10px; }

@media (max-width:980px) {
  .mquick-menu { width:100%; display:flex; background-color:rgba(0,0,0,0.9); display:block; position: fixed; bottom:0; }
  .mquick-menu ul { display:flex; }
  .mquick-menu ul li { width:33.33%; }
  .mquick-menu ul li h4 { color:#fff; font-size:14px; font-weight:500; }
  .mquick-menu ul li h4 .float-tel a { font-size:15px; font-weight:700; }
}

/*
.quick-menu i {
   color: #706052;
   font-size: 30px;
   border-radius: 100%;
   width: 48px;
   height: 48px;
   line-height: 45px;
}


.quick-menu ul{
width: 70px;
    height: 170px;
    background-color: #fff;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-top:25px;

}


.quick-menu ul li {
   padding: 2px 0;
   width: 70px;
    height: 70px;

}

  .quick-menu ul li:nth-child(1){background:url("https://yukdaejang.com/default/img/main/quick/call.png")no-repeat center center;background-size: cover;}
  .quick-menu ul li:nth-child(2){background:url("https://yukdaejang.com/default/img/main/quick/kakao.png")no-repeat center center;background-size: cover;}



    .quick-txt {
        font-size: 14px;
        display: block;
        color: #706052;
        text-align: center;
        position: absolute;
        right: 6px;
        font-weight: bold;
        top: 9px;
        padding: 0 2px;
        border-radius: 2px;
    }

@media(max-width:980px){
  .quick-menu{right: 0;}


  .quick-menu ul{
  width: 50px;
      height: 130px;
      padding-top:25px;

  }


  .quick-menu ul li {
     padding: 2px 0;
     width: 50px;
      height: 50px;

  }

  .quick-txt {
      font-size: 11px;
      right: 1px;
      top: 9px;
  }



}


	@media screen and (max-width: 480px) {

		.quick-menu {
		   bottom: 30px;
		}
	}
*/



/* =========================================================================================
 *  �ϴ� ǲ�� ����
 * =========================================================================================*/

/* ī�Ƕ���Ʈ ��Ʈ ���� */
.footer {
  background: #222222;
  color: #999;
  text-align: left;
  font-size: 15px;
  line-height: 1.87;
  padding: 30px 40px;
  width: 100%;
  bottom: 0;
}
.footer a,.footer a:hover {
  color: #CCCCCC;
}
.footer .foot-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}



/* ǲ�� ���� */
.footer .foot-wrap .f-cont {
  width: 70%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.footer .foot-wrap .f-cont ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items:center;
}
.footer .foot-wrap .f-cont ul li {
  margin-right: 40px
}
.footer .foot-wrap .f-cont ul li.copy_end {
  width: 100%;
  margin-top:20px;
}
.footer .foot-wrap .f-cont .f-im { color:#fff; font-weight:600; }


/* ǲ�� ��ȭ��ȣ */
.footer .foot-wrap .f-etc {
  width: 30%;
  text-align: right;
  padding-right: 90px;
}

.footer .foot-wrap .f-etc .tel {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  clear:both;
}

.footer .foot-wrap .f-etc .time {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.2px;
  color: #969696;
  padding-top: 5px;
}

.call:before {
  font-family: 'xeicon';
  font-size: 20px;
  line-height: 1.4;
  padding: 0;
  opacity: 1;
  color: #FFF;
  content: '\e9d3';
}

.footer .foot-wrap .f-etc .tel span {
  display:inline-block;
  color: #fff;
  margin-right: 5px;
}



	@media screen and (max-width: 1024px) {

		/* ǲ�� ��ȭ��ȣ */
		.footer .foot-wrap .f-etc {
		  width: 100%;
		  text-align: left;
		  padding-right: 0;
		  padding-top: 20px;
		}
	}


	@media screen and (max-width: 820px) {

		.footer {
		  padding: 30px;
		}

		.footer .foot-wrap .f-cont {
		  width: 100%;
		}
		.footer .foot-wrap .f-etc .tel {
		  font-size: 18px;
		}
		.call:before {
		  font-size: 16px;
		}

	}














