
/* =========================================================================================
 *   °øÅë½ºÅ¸ÀÏ
 * =========================================================================================*/

body {
  font-family: 'Noto Sans KR','Montserrat', sans-serif; 
  font-size: 17px;
  line-height: 1.48;
  font-weight: 400;
  color: #666666;
  letter-spacing: -0.4px;
  word-break: keep-all;
  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;
}

h1, h2, h3, h4, h5 {
  font-family: 'Montserrat','Noto Sans KR', sans-serif; 
  font-weight: 500;
}

p {
  font-size: 16px;
  line-height: 1.48;
  font-weight: 400;
  color: #666666;
  letter-spacing: -0.4px;
}

#main {
  position: relative;
}

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

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

.mb {
  display: none;
}


	@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;
		}
		p {
		  font-size: 15px;
		}

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

	@media screen and (max-width: 1024px) {
		
		body {
		   font-size: 15px;
		}
		p {
		  font-size: 14px;
		}
	}

	@media screen and (max-width: 820px) {
	
		.pc {
		  display: none;
		}
		.mb {
		  display: block;
		}
	}

	@media screen and (max-width: 768px) {
	
		.container {
		  padding: 0 20px;
		}
	}



/* TOP¹öÆ° */
#go-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  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: 9px;
  left: 13px;
}

#go-top a {
  width: 50px;
  height: 50px;
  display: block;
  cursor: pointer;
  background: #1E1E1E;
  border-radius: 100%;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

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



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

		#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: 480px) {

		#go-top {
		  bottom: 30px;
		}
	}





/* =========================================================================================
 *  ¸ÞÀÎ »ó´Ü ¿Àµð¿À
 * =========================================================================================*/

.audio-player {
   position: absolute;
   left: 10px;
   top: 10px;
   z-index: 20;
   height: 28px;
}

.audio-player .loading {
   background: none !important;
}

.current-time,
.total-time {
   display: none;
}

.n-audio-player{
  margin-bottom: 2em;
}

.audio-player *, .audio-player *:before, .audio-player*:after {
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.controlColorClass {
   color:#333;
}
.textColorClass {
   color:#333;
}

.sliderColorClass{background-color:#D9D9D9}
.progressColorClass{background-color:#666}

.altControlColorClass{color:#FF8080}
.altTextColorClass{color:#F00}
.altBackColorClass{background-color:#0FF}
.altSliderColorClass{background-color:#00D9D9}
.altProgressColorClass{background-color:#FF8080}


/* Audio Player */
.audio-container {
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-width: 33em;
  min-width: 20em;
  height: 4.6em;
  /*box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);*/
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 2em;
  padding-right: 2em;
  border-radius: 0.333em;
  user-select: none;
  -webkit-user-select: none;
}
.audio-container.tiny{
  font-size: 6px !important;
}
.audio-container.tiny .controls {
  font-family: sans-serif;
  font-size: 1.66em;
}
.audio-container.small{
  font-size: 8px !important;
}
.audio-container.medium{
  font-size: 10px !important;
}
.audio-container.large{
  font-size: 12px !important;
}
.audio-container .play-pause-btn {
  display: none;
  cursor: pointer;
  width: auto;
  padding: 5px;
}
.play-pause-btn:before {
  font-size: 14px;
}

.audio-container .slider {
  flex-grow: 1;
  cursor: pointer;
  position: relative;
}
.audio-container .slider .progress {
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}
.audio-container .slider .progress .pin {
  height: 1.333em;
  width: 1.333em;
  border-radius: 0.667em;
  position: absolute;
  pointer-events: all;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.32);
}
.audio-container .controls {
  font-family: sans-serif;
  font-size: 1.333em;
  line-height: 1.5em;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
}
.audio-container .controls .slider {
  width: 30px;
  margin-left: 12px;
  margin-right: 30px;
  border-radius: 0.167em;
  height: 0.333em;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.audio-container .controls .slider .progress {
  width: 0;
  height: 100%;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.audio-container .controls .slider .progress .pin {
  right: -0.667em;
  top: -0.5em;
}
.audio-container .controls span {
  cursor: default;
}
.audio-container .volume {
  position: relative;
  display: none;
}
.audio-container .volume .volume-btn {
  cursor: pointer;
  width: 1em;
}
.audio-container .volume .volume-controls {
  width: 2.5em;
  height: 11.25em;
  background-color: rgba(0, 0, 0, 0.62);
  border-radius: 0.583em;
  position: absolute;
  left: -0.25em;
  bottom: 4.333em;
  flex-direction: column;
  align-items: center;
  display: flex;
}
.audio-container .volume .volume-controls.hidden {
  display: none;
}
.audio-container .volume .volume-controls .slider {
  margin: 1em;
  width: 0.5em;
  border-radius: 0.25em;
}
.audio-container .volume .volume-controls .slider .progress {
  bottom: 0;
  height: 100%;
  width: 0.5em;
}
.audio-container .volume .volume-controls .slider .progress .pin {
  left: -0.417em;
  top: -0.667em;
}

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

		.audio-player {
		   left: 0;
		   top: 75px;
		}
	}



/* =========================================================================================
 *  ¸ÞÀÎÆäÀÌÁö »ó´Ü·Î°í
 * =========================================================================================*/

.m-logo {
   width: 100%;
   padding-top: 40px;
   position: absolute;
   z-index: 10;
   display: flex;
   align-items: center;
   justify-content: center;
}


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

		.m-logo img {
		  width: 200px;
		}
		.main-menu.fixed .logo a {
		  width: 200px;
		}
	}

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

		.m-logo img {
		  width: 170px;
		}
		.main-menu.fixed .logo a {
		  width: 170px;
		}
	}

	@media screen and (max-width: 820px){
		
		.m-logo {
		  display: none;
		}
	}



/* =========================================================================================
 *   ÆË¾÷Ã¢ ½ºÅ¸ÀÏ
 * =========================================================================================*/

#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;
}


#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;
}

#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: 1024px) {

		/* ÆË¾÷Ã¢ ÀÌ¹ÌÁö »çÀÌÁî */
		.popup-list .img img {
		  width: 500px;
		  height: auto;
		}

		#plus {
		  bottom: 100px;
		}

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

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

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

		/* ÆË¾÷Ã¢ ÀÌ¹ÌÁö »çÀÌÁî */
		.popup-list .img img {
		  width: 400px;
		}
	}

	@media all and (max-width: 640px) {
		
		/* ÆË¾÷Ã¢ ÀÌ¹ÌÁö »çÀÌÁî */
		.popup-list .img img {
		  width: 360px;
		}
	}




/* =========================================================================================
 *  ¿À¸¥ÂÊÄü¸Þ´º ½ºÅ¸ÀÏ
 * =========================================================================================*/

ul.quick {
   position: fixed;
   top: 40%;
   right: 15px;
   z-index: 10;
}

ul.quick li {
   font-size: 12px;
   padding: 5px 0;
}

ul.quick li i {
   display: flex;
   font-size: 22px;
   color: #454545;
   background: #FFF;
   width: 45px;
   height: 45px;
   align-items: center;
   justify-content: center;
   border-radius: 100%;
   box-shadow: 2px 2px 5px rgba(0,0,0,0.1)
}

ul.quick li a {
   transition: all 0.3s ease;
}


/* ³×ÀÌ¹ö ¸¶¿ì½º¿À¹ö ÄÃ·¯ */
ul.quick li a:hover i.xi-naver {
   background: #2eb616;
   color: #FFF;
   transition: all 0.2s ease;
}

/* Ä«Ä«¿À ¸¶¿ì½º¿À¹ö ÄÃ·¯ */
ul.quick li a:hover i.xi-kakao {
   background: #f1cf00;
   color: #FFF;
   transition: all 0.2s ease;
}

/* ÀÎ½ºÅ¸±×·¥ ¸¶¿ì½º¿À¹ö ÄÃ·¯ */
ul.quick li a:hover i.xi-instagram {
   background: #fc1c75;
   color: #FFF;
   transition: all 0.2s ease;
}

/* À¯Æ©ºê ¸¶¿ì½º¿À¹ö ÄÃ·¯ */
ul.quick li a:hover i.xi-youtube-play {
   background: #fe5a51;
   color: #FFF;
   transition: all 0.2s ease;
}




	@media all and (max-width: 1280px) {
	
		ul.quick li i {
		   font-size: 18px;
		   width: 35px;
		   height: 35px;
		}
	}


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

		ul.quick {
		   right: 5px;
		}
	}
	
	@media all and (max-width: 480px) {

		ul.quick li {
		   padding: 3px 0;
		}
	}




/* =========================================================================================
 *  ¼½¼Ç Å¸ÀÌÆ² ½ºÅ¸ÀÏ
 * =========================================================================================*/

.section {
  padding: 120px 30px;
}

.section .section-info {
  width: 100%;
  text-align: center;
}

.section .section-info h2 {
  color: #000000;
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  padding-top: 17px;
  padding-bottom: 15px;
  display: inline-block;
  position: relative;
}

.section .section-info h2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 40%;
  width: 50px;
  height: 3px;
  background: #333;
}
.section .section-info p {
  color: #666666;
  font-size: 16px;
  line-height: 1.67;
  padding-bottom: 60px;
  letter-spacing: -1px;
 }


 	@media screen and (max-width: 1280px) {
		
		.section {
		  padding: 80px 30px;
		}

		.section .section-info h2 {
		  font-size: 32px;
		  padding-top: 17px;
		}
		.section .section-info h2:before {
		  width: 40px;
		  height: 2px;
		}
		.section .section-info p {
		  font-size: 16px;
		  padding-bottom: 40px;
		}	
	}

	@media screen and (max-width: 1024px) {
		
		.section .section-info {
		  padding-top: 0;
		}

		.section .section-info h2 {
		  font-size: 30px;
		  padding-top: 13px;
		  padding-bottom: 10px;
		}
		.section .section-info h2:before {
		  width: 36px;
		}
		.section .section-info p {
		  font-size: 15px;
		}	
	}

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

		.section {
		  padding: 60px 20px;
		}

		.section .section-info h2 {
		  font-size: 26px;
		}

		.section .section-info p {
		  font-size: 14px;
		  padding-bottom: 30px;
		}
	}

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

		.section .section-info h2 {
		  font-size: 22px;
		  padding-bottom: 10px;
		}
		.section .section-info h2:before {
		  width: 30px;
		}
		.section .section-info p {
		  font-size: 13px;
		  padding-bottom: 25px;
		}
	}




@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;}
}





/* =========================================================================================
 *  ¿À¸¥ÂÊÅøÆÁ ÄÃ·¯º¯°æ ¹× »çÀÌÁîº¯°æ 
 * =========================================================================================*/

/* 

- ÄÃ·¯´Â background ÄÃ·¯¸¦ º¯°æÇØÁÖ½Ã¸é µË´Ï´Ù 
- »çÀÌÁî º¯°æ½Ã ÇÊ¿ä¿¡ µû¶ó À§Ä¡µµ º¯°æÇØÁÖ½Ã¸é µË´Ï´Ù.

*/

/* ÅøÆÁ À§Ä¡ */
#fp-nav.right {
    right: 18px;
}

/* ÅøÆÁ »çÀÌÁî ¹× ÄÃ·¯ */
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 10px;
    width: 10px;
    border: 0;
    background: #a5a7a3;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -5px;
    -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: #458AE4;
 }

/* ¸¶¿ì½º¿À¹ö ÄÃ·¯ */ 
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
	background: #458AE4;
}





/* =========================================================================================
 *  ¸ÞÀÎºñÁÖ¾ó ½½¶óÀÌµå ÅØ½ºÆ® (ÀÌ¹ÌÁö »çÀÌÁî´Â º¯°æÇÏ½Ç ¼ö ¾ø½À´Ï´Ù)
 * =========================================================================================*/

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

.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 {
	text-align: center;
}

/* Å¸ÀÌÆ² ÆùÆ® ½ºÅ¸ÀÏ */
.main-visual .main-slider .slider-visual > .visual-txt > .inner-txt-con > .inner-txt-1 {
    font-size: 50px;
	line-height: 1.28;
    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: 19px;
	line-height: 1.4;
	font-weight: 400;
    color: #FFFFFF;
    letter-spacing: -1px;  
}




	@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: 42px;
		}
		.main-visual .main-slider .slider-visual > .visual-txt > .inner-txt-con > .inner-txt-2 {
			font-size: 17px;
		}
	}


	@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 {
			margin-top: 0;
		}
		.main-visual .main-slider .slider-visual > .visual-txt > .inner-txt-con > .inner-txt-1 {
		   font-size: 28px;
		}
		.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;
		}

	}





/* =========================================================================================
 *  ¸ÞÀÎ¹è³Ê ¿µ¿ª
 * =========================================================================================*/

.m-bn {
   margin-top: -200px;
}

.m-bn .container {
   display: flex;

}

/* ¹Ú½º ³ÐÀÌ */
.m-bn .box {
   position: relative;
   width: 50%;   
   padding: 0 50px;
   color: #FFF;
   background: #FFF;
   text-align: left;
}

/* ¹Ú½º ³ôÀÌ*/
.m-bn .box a {
   height: 180px;
   display: flex;
   align-items: center;
}

.m-bn .box .box-content {
   display: flex;
   align-items: center;
   flex-wrap: wrap;
}


/* ÅØ½ºÆ® ºÎºÐ */
.m-bn .box .box-content h3 {
  color: #FFF;
  font-size: 24px;
  font-weight: 500; 
  padding-bottom: 15px;
  width: 95%;
}

.m-bn .box .box-content p {
  color: #FFF;
  padding-bottom: 0;
  opacity: 0.8;
  width: 95%;
}

/* ¹öÆ° */
.bn-btn span {
  padding: 0;
  color: #000;
  background: #FFF;
  font-size: 12px;
  font-weight: 700;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 70px;
}



.m-bn .box:nth-child(1) {
   background: url('../../img/main/bn_bg1.jpg') no-repeat top center; 
   background-size: cover;
}

.m-bn .box:nth-child(2) {
   background: url('../../img/main/bn_bg2.jpg') no-repeat top center; 
   background-size: cover;
}


	
	@media screen and (max-width: 1280px) {
		
		.m-bn {
		   margin-top: -150px;
		}

		.m-bn .box {
		   padding: 0 40px;
		}
		.m-bn .box a {
		   height: 150px;
		}
		.m-bn .box .box-content h3 {
		   font-size: 22px;
		}
		.bn-btn span {
		   bottom: 52px;
		}
	}


	@media screen and (max-width: 1024px) {
		
		.m-bn .box {
		   padding: 0 35px;
		}
		.m-bn .box .box-content h3 {
		   font-size: 20px;
		   padding-bottom: 10px;
		}
		.bn-btn span {
		   width: 30px;
		   height: 30px;
		   font-size: 11px;
		}
	}


	@media screen and (max-width: 820px) {
		
		.m-bn {
		   margin-top: 0;
		   padding: 0 !important;
		}
		.m-bn .container {
		   flex-direction: column;
		   padding: 0 !important;
		}
		.m-bn .box {
		   padding: 30px;
		   width: 100%;

		}
		.m-bn .box a {
		   height: auto;
		}
		.m-bn .box .box-content h3 {
		   font-size: 18px;
		}
		.bn-btn span {
		   display: none;
		}
	}





 /* =========================================================================================
 *  BUSINESS ¿µ¿ª
 * =========================================================================================*/

.business {
  background: #F5F5F5;
  padding: 70px 0 70px 0;
}

.business .section-info p {
  color: #000;
  font-size: 30px;
  line-height: 1.42;
}

.tit-s {
  color: #01367a !important;
  font-size: 14px !important;
  letter-spacing: 10px !important;
  font-weight: 700;
  padding-bottom: 10px !important;
  font-family: 'Montserrat','Noto Sans KR', sans-serif;
}


/* ¹Ú½º ³ÐÀÌ */
.business-wrap .box {
  position: relative;
  width: 25%;
  padding: 15px;
  overflow: hidden;
  text-align: center;
  border-right: 1px solid #DDD;
}

.business-wrap .box:last-child {
  border-right: 0;
}

.business-wrap .box-content .img {
   padding-bottom: 20px;
}

/* ÅØ½ºÆ® ºÎºÐ */
.business-wrap .box-content h3 {
  color: #000;
  font-size: 24px;
  font-weight: 700; 
  padding-bottom: 15px;
}

.business-wrap .box-content p {
  padding-bottom: 0;
}

.business-wrap {
   margin: 0 auto;
   display: flex;  
   width: 100%;
   flex-wrap: wrap;
   justify-content: space-between;
}
.business-wrap .box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background-size: cover;
  background-position: 0 0;
  pointer-events: none;
  transition: all 0.4s ease-in-out;
}
.business-wrap .box:last-child {
  margin-right: 0;
}



	@media screen and (max-width: 1280px) {
		
		.business {
		   padding: 70px 0 70px 0;
		}

		.business .section-info p {
		  font-size: 24px;

		}
		.tit-s {
		  font-size: 13px !important;
		  letter-spacing: 5px !important;
		  padding-bottom: 5px !important;
		}
				
		.business-wrap .box-content .img img {
		  width: 50px;
		  height: 50px;
		}
		.business-wrap .box-content .img {
		   padding-bottom: 10px;
		}


		/* ÅØ½ºÆ® ºÎºÐ */
		.business-wrap .box-content h3 {
		  font-size: 24px;
		  padding-bottom: 20px;
		}
		.business-wrap .box-content p {
		  font-size: 14px;
		  padding-bottom: 0;
		}
	}



	@media screen and (max-width: 1024px) {
		
		.business {
		   padding: 50px 0 50px 0;
		}

		.business-wrap .box-content .img img {
		  width: 40px;
		  height: 40px;
		}

		/* ÅØ½ºÆ® ºÎºÐ */
		.business-wrap .box-content h3 {
		  font-size: 20px;
		  padding-bottom: 10px;
		}
		.business-wrap .box-content p {
		  font-size: 13px;
		  padding-bottom: 10px;
		}
	}



	@media screen and (max-width: 820px) {
		
		.business {
		   padding: 35px 0;
		   margin-top: 0;
		}

		.business-wrap .box {
		   width: 50%;
		   border-right: 0;
		}
	}



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

		.business-wrap {
		  width: 100%;
		}
		.business .section-info p {
		  font-size: 18px;
		}
		
		/* ¹Ú½º ³ÐÀÌ¿Í ³ôÀÌ*/
		.business-wrap .box {	
		   width: 100%;
		   margin-bottom: 5%;
		}
		
		/* ÅØ½ºÆ® ºÎºÐ */
		.business-wrap .box-content h3 {
		  font-size: 18px;
		}
	}




/* =========================================================================================
 *  BEST PRODUCT ¿µ¿ª
 * =========================================================================================*/

.product {
   background: #F0F0F0;
}

/* ÀÌ¹ÌÁö Å×µÎ¸® */
.product .board_output_gallery_img img {
  border: 1px solid #CCC;
}

/* Á¦¸ñ ½ºÅ¸ÀÏ */
.product .board_output_gallery_subject a {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  margin-top: 5px;
  display: inline-block;
  margin-bottom: 30px;
}

.produuct .nav-container {
  position: relative;
}

.product .slider-nav {
  width: 400px;
  height: 80px;
  padding: 0 !important;
  margin-top: -147px;
  position: absolute !important;
  left: 110px;
}
.product .slider-nav .slick-list {
    position: relative;
    display: block;
    overflow: visible;
    margin: 0;
	height: 80px !important;
    padding: 0 !important;
}


.product .slider-nav .slick-list .slick-slide {
	display: none;
}


.product .slider-nav .slick-list .slick-slide.slick-active {
	display: block;
}

.product .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0 !important;
}
.product .slick-list:focus {
    outline: none;
}
.product .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.services-slider {
  display: flex;
  flex-direction: column;
  max-width: 600px;
}

.nav-container .slick-track {
  display: flex;
}

.nav-container .slick-current img {
  border: 1px solid #999;
}

.slider-main {
  width: 100%;
}

.slider-main .slick-list {
  padding: 0 !important;
}


.main-container {
  width: 100%;
}

.nav-container img {
  max-height: 75px;
}

.nav-container .slick-slide {
  max-height: 75px;
  margin: 0 10px 18px 10px;
}

.services-slider .slick-track {
  margin-left: 50px;
}

@media (min-width: 1000) {
  .slider-nav {
    display: none !important;
  }
}

.product .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.product .slick-slider .product .slick-track,
.product .slick-slider .product .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.nav-container .product .slick-track {
   display: flex;
}

.product .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.product .slick-track:before,
.product .slick-track:after {
    display: table;
    content: '';
}
.product .slick-track:after {
    clear: both;
}
.product .slick-loading .product .slick-track {
    visibility: hidden;
}

.product .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .product .slick-slide {
    float: right;
}
.product .slick-slide img {
    display: block;
}
.product .slick-slide.product .slick-loading img {
    display: none;
}
.product .slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .product .slick-slide {
    display: block;
}
.product .slick-loading .product .slick-slide {
    visibility: hidden;
}
.product .slick-vertical .product .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}


/* =========================================================================================
 *  OUR WORK ¿µ¿ª
 * =========================================================================================*/

.our-work {
  padding: 120px 0;
}

.our-work .container {
  border: 1px solid #CCC;
}

.product .wrap {
  margin-top: 50px;
  position: relative;
}

/* °¡¿îµ¥ ½½¶óÀÌµå ¹Ú½º »çÀÌÁî */
.product .wrap .ow-box {  
  	width: 100%;
	position: relative;
	display: flex !important;
	align-items: center;
}

.product .slider-nav .slick-track {
  transform: translate3d(0px, 0px, 0px) !important;
}

/* ½½¶óÀÌµå ÁÂ¿ì°£°Ý */
.product .wrap .slick-slide {
	padding: 0;	
	width: 100%;
}
.product .wrap .slick-list {
    padding-left: 0% !important;
    padding-right: 0% !important;
    padding-bottom: 0px !important;
}

.product .wrap .slick-prev {
    left: 0;
}
.product .wrap .slick-next {
    right: 0;
}

/* ½½¶óÀÌµå ÀÌ¹ÌÁö »çÀÌÁî */
.product .wrap .ow-box .img {
  width: 50%;
  height: auto;
  padding-right: 110px;
  line-height: 0;
}
.product .wrap .ow-box .img img {
  width: 100%;
  height: auto;
}


.product .wrap .ow-box .txt {
  position: relative;
  width: 50%;
  padding-left: 120px;
  padding-right: 80px;
}

/* ÅØ½ºÆ®¹Ú½º ½ºÅ¸ÀÏ */
.product .wrap .ow-box .txt .inner {
  padding: 0;
  text-align: left;
  margin-top: -100px;
}

/* ÅØ½ºÆ® ½ºÅ¸ÀÏ */
.product .wrap .ow-box .txt h3 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.4;
  color: #000000;
  width: 100%;
  padding-bottom: 20px;
}
.product .wrap .ow-box .txt p {
  font-size: 19px;
  line-height: 1.4;
  color: #666666; 
  padding-bottom: 20px;
}

.product .wrap .slick-prev,
.product .wrap .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
	border: 0;
	z-index: 1;
}

.product .wrap .slick-prev:before,
.product .wrap .slick-next:before {
   content: '\e93d';
   font-family: 'xeicon';
   font-size: 45px;
   line-height: 1;
   color: #999999;
   left: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.product .wrap .slick-prev:before {
    content: '\e93b';
}
.product .wrap .slick-next:before {
    content: '\e93e';
}


/* Arrows */
.single-item .slick-prev,
.single-item .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: -60px;
    display: block;
    width: 42px;
    height: 42px;
	border: 1px solid #333;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    background: transparent;
	z-index: 999999999;
}


.single-item .slick-prev:before,
.single-item .slick-next:before {
    font-family: 'xeicon';
    font-size: 30px;
    line-height: 1;
    opacity: 1;
    color: #333;
    left: 0;
    top: 0;
	padding-top: 4px;
    width: 100%;
    height: 100%;
	position: absolute;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev:hover:before,
.slick-next:hover:before{
   color: #FFF;
}

.product .slider-nav .slick-track {
   display: flex;
   height: 100% !important;
   width: 100% !important;
} 

.product .wrap .ow-box .btn {
  text-align: left;
  width: 20%;
}

/* ¹öÆ° */
a.ow-btn {
  display: inline-block;
  padding: 0 2px;
  color:#bb0b0b;
  border-bottom: 2px solid #bb0b0b;
  font-size: 20px;
  font-weight: 600;
}
a.ow-btn:hover {
  color: #000;
  border-bottom: 2px solid #000;
}



	@media screen and (max-width: 1280px) {
		
		.product .slider-nav {
		   left: 30px;
		   margin-top: -187px;
		}
		.product .wrap .ow-box .txt {
		  padding-left: 40px;
		}
		.product .wrap .ow-box .img {
		  padding-right: 40px;
		}
		.product .wrap .ow-box .txt h3 {
		  font-size: 28px;
		}
		.product .wrap .ow-box .txt p {
		  font-size: 17px;
		}
		.product .wrap .slick-prev {
		  left: -40px;
		}
		.product .wrap .slick-next {
		  right: -40px;
		}
	}


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

		.product .slider-nav {
		   left: 10px;
		   width: 320px;
		   height: 70px;
		   margin-top: -110px;
		}
		.product .slider-nav .slick-list {
		   height: 70px !important;
		}
		.product .wrap .ow-box .txt {
		  padding-left: 20px;
		}
		.product .wrap .ow-box .img {
		  padding-right: 20px;
		}
		.product .wrap .ow-box .txt h3 {
		  font-size: 24px;
		}
		.product .wrap .ow-box .txt p {
		  font-size: 16px;
		}
		.nav-container img {
		  max-height: 60px;
		}
		.product .wrap .slick-prev:before, .product .wrap .slick-next:before {
		  font-size: 36px;
		}
		a.ow-btn {
		  font-size: 18px;
		}
	}



	@media screen and (max-width: 820px) {
		
		.nav-container .slick-slide {
		   margin: 0;
		}
		.product .slider-nav {
		   left: 20px;
		   width: 230px;
		   height: 60px;
		   margin-top: -87px;
		}
		.product .slider-nav .slick-list {
		   height: 60px !important;
		}
		.product .wrap .ow-box .txt {
		  padding-left: 20px;
		}
		.product .wrap .ow-box .img {
		  padding-right: 20px;
		}
		.product .wrap .ow-box .txt h3 {
		  font-size: 20px;
		  padding-bottom: 10px;
		}
		.product .wrap .ow-box .txt p {
		  font-size: 15px;
		  padding-bottom: 10px;
		}
		.nav-container img {
		  max-height: 48px;
		}
		.product .wrap .slick-prev:before, .product .wrap .slick-next:before {
		  font-size: 28px;
		}
		a.ow-btn {
		  font-size: 16px;
		}		
	}


	@media screen and (max-width: 480px) {
		
		.product .wrap .ow-box {
		   flex-direction: column;
		}
		.nav-container .slick-slide div div {
		   display: flex !important;
		   align-items: center;
		   justify-content: center;
		}
		.product .wrap .ow-box .txt .inner {
		   margin-top: 0;
		   margin-bottom: 20px;
		}
		.product .slider-nav {
		   left: 0;
		   width: 80%;
		   margin: 0 auto;
		   margin-top: 10px;
		   position: relative !important;
		}
		.product .wrap .slick-prev, .product .wrap .slick-next {
		   top: 66%;
		}
		.product .wrap .slick-prev {
		  left: 0;
		}
		.product .wrap .slick-next {
		  right: 0;
		}
		.product .wrap .ow-box .txt {
		  padding-left: 0;
		  padding-right: 0;
		  width: 95%;
		}
		.product .wrap .ow-box .img {
		  padding-right: 0;
		  width: 95%;
		}
		.product .wrap .ow-box .txt h3 {
		  font-size: 18px;
		  padding-bottom: 5px;
		}
		.product .wrap .ow-box .txt p {
		  font-size: 14px;
		  padding-bottom: 5px;
		}
		.nav-container img {
		  max-height: 48px;
		}
		.product .wrap .slick-prev:before, .product .wrap .slick-next:before {
		  font-size: 28px;
		}
	}



 /* =========================================================================================
 *  STORE ¿µ¿ª
 * =========================================================================================*/

.store-map {
   padding: 120px 0 0;
}

.store-map .wrap {
   line-height: 0;
   margin-top: 30px;
}

.store-map .wrap p {
   display: none;
}

.store-map .wrap img {
   width: 100%;
   height: auto;
}
	

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

		.store-map .wrap {
		   margin-top: 20px;
		   position: relative;
		}

		.store-map .wrap .inner-map {
		   overflow: auto;
		}

		.store-map .wrap p {
		   position: absolute;
		   z-index: 10;
		   padding: 10px;
		   display: flex !important;
		   align-items: center;
		   justify-content: center;
		   color: #FFF;
		   top: 0;
		   width: 100%;
		}

		.store-map .wrap img {
		   width: 767px;
		}
	}





 /* =========================================================================================
 *  PROMOTION ¿µ¿ª
 * =========================================================================================*/


.promotion {
  background: url('../../img/main/promotion_bg.jpg') no-repeat top center;
  background-attachment: fixed;
  font-size: 0;
  padding: 100px 30px
}

.promotion {
  display: flex;  
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.promotion .section-info {
  text-align: center;
}

.promotion .section-info h2 {
  color: #FFF !important;
}
.promotion .section-info h2:before {
  display: none;
}

.promotion .section-info p {
  color: #FFF !important;
  padding-bottom: 40px;
}

.promotion .movie-wrap {
  width: 60%; 
  margin: 0 auto;
}

.promotion .movie-wrap .movie {
  position:relative; 
  width:100%; 
  padding-bottom: 56.25%; 
  text-align:left;
}

.promotion .movie-wrap .movie video {
  position: absolute; 
  width:100%; 
  height:100%; 
  box-shadow: 5px 11px 19px 2px rgba(0,0,0,0.3);
}

a.pm-btn {
  display: inline-block;
  padding: 10px 30px;
  margin: 0 auto;
  background: #2b89da;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  border-radius: 30px;
  text-align: left;
}

a.pm-btn:hover {  
  background: #216ac9;
}





	@media screen and (max-width: 1280px) {
		
		.promotion {
		  padding: 80px 30px;
		}
	}

	@media screen and (max-width: 1024px) {
		
		.promotion {
		  padding: 60px 30px;
		}
		.promotion .section-info {
		  margin-top: 0;
		}
		.promotion .movie-wrap {
		  margin-top: 0;
		}
	}

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

		.promotion {
		  padding: 50px 20px;
		}

		.promotion .section-info {
		  width: 100%;
		  text-align: center;
		  padding-right: 0;
		}
		.promotion .movie-wrap {
		  width: 100%;
		}

	}

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

		.promotion {
		   background-attachment: scroll;
		   background-size: cover;
		}
		.promotion .section-info p {
		   padding-bottom: 30px;
		}
	}




/* =========================================================================================
 *  CUSTOMER ¿µ¿ª
 * =========================================================================================*/


.customer {
   padding: 0;
   display: flex;
}

.customer .section-info h2 {
   color: #FFF;
}
.customer .section-info h2:before {
   background: #FFF;
   left: 32%;
}

.customer .section-info p {
   color: #FFF;
   font-size: 20px;
   opacity: 0.85;
   padding-bottom: 40px;
}

.customer .left {
   width: 50%;
   background: #000;
}

.customer .left iframe {
   opacity: 0.9;
}

.customer .right {
   width: 50%;
   background: url('../../img/main/cs_bg.jpg') no-repeat top center;
   background-size: cover;
   padding: 100px;
}

ul.cs-info {
   margin-top: 50px;
   padding: 30px;
   background: rgba(255,255,255,0.1);
   border: 1px solid rgba(255,255,255,0.2);
}

ul.cs-info li {
   text-align: left;
   color: #BBB;
   font-size: 22px;
   padding: 10px 0;
   display: flex;
}

ul.cs-info li span {
   display: inline-block;
   margin-right: 30px;
   color: #FFF;
   font-weight: 500;
   padding-left: 18px;
   position: relative;
}

ul.cs-info li span:before {
   content: '';
   left: 0;
   top: 14px;
   width: 5px;
   height: 5px;
   border-radius: 100%;
   background: #FFF;
   position: absolute;
}


.customer table.form-table .formmail_title_bgcolor,
.customer table.form-table td {
   background: none;
   border: none;
   text-align: left;
}

.customer table.form-table td {
   padding: 6px;
}

.customer table.form-table .formmail_title_bgcolor font {
   color: #FFF !important;
}

.customer table.form-table {
   border-top: none;
}

.customer table.form-table td input,
.customer table.form-table td textarea {
   padding: 15px;
   background: #777;
   border: 0;
   color: #FFF; 
}

.customer table.form-table td textarea {
   height: 150px !important;;
}

.customer table.form-table tr:last-child td:first-child {
   width: auto;
}

.customer .form-btn-wrap {
   padding-top: 25px;
}

.customer a.btn-form {
   background: #FFF;
   color: #1E1E1E;
   padding: 12px 40px;
   font-size: 17px;
}

.customer a.btn-form:hover {
   background: #9e0700;
}




	@media screen and (max-width: 1280px) {
		
		.customer .section-info p {
		   font-size: 17px;
		   padding-bottom: 30px;
		}
		ul.cs-info li span:before {
		   top: 12px;
		   width: 3px;
		   height: 3px;
		}
		.customer .right {
		   padding: 70px;
		}
		.customer table.form-table td input, .customer table.form-table td textarea {
		   padding: 10px;
		}
		ul.cs-info {
		   padding: 20px 30px;
		   margin-top: 0;
		}
		ul.cs-info li {
		   font-size: 17px;
		   padding: 5px 0;
		}
		ul.cs-info li span {
		   margin-right: 22px;
		   padding-left: 11px;
		   margin-bottom: 7px;
		}
	}

	@media screen and (max-width: 1024px) {
		
		.customer .section-info p {
		   font-size: 15px;
		   padding-bottom: 20px;
		}
		.customer .right {
		   padding: 50px;
		}
		ul.cs-info {
		   padding: 20px;
		}
		ul.cs-info li {
		   font-size: 15px;
		   padding: 0;
		}
		.customer table.form-table td input, .customer table.form-table td textarea {
		   padding: 8px;
		}
		.customer table.form-table .formmail_title_bgcolor {
		  width: 20% !important;
		}
		.customer a.btn-form {
		   padding: 10px 30px;
		   font-size: 14px;
		}
	}
		
	@media screen and (max-width: 820px) {
		
		.customer {
		   flex-direction: column;
		}
		.customer .section-info p {
		   padding-bottom: 25px;
		}

		.customer .left {
		   width: 100%;
		   height: 400px;
		}
		.customer .right {
		   width: 100%;
		}
		.customer table.form-table .formmail_title_bgcolor {
		  width: 15% !important;
		}
	}

	@media screen and (max-width: 480px) {
		
		.customer .left {
		   height: 360px;
		}
		.customer .right {
		   padding: 35px;
		}
		ul.cs-info li {
		   font-size: 14px;
		   margin-left: 10px;
		   flex-direction: column;
		}
		ul.cs-info li:first-child {
		   margin-bottom: 10px;
		}
                        ul.cs-info li:nth-child(2) {
		   margin-bottom: 10px;
		}
		ul.cs-info li span {
		   margin-bottom: 2px;
		   padding-left: 0;
		   margin-right: 0;
		}
		ul.cs-info li span:before {
		   left: -10px;
		}
		.customer table.form-table .formmail_title_bgcolor {
		  width: 20% !important;
		}
		.customer table.form-table td input, .customer table.form-table td textarea {
		   padding: 5px;
		}
		.customer table.form-table td {
		   padding: 2px;
		}
	}


/* =========================================================================================
 * M2 ÆÄÆ®³Ê
 * =========================================================================================*/

.m2-partner {
   background: #EDEDED;
}

ul.m2-partner {
   width: 100%;
   display: flex;
   flex-wrap: wrap;
}

ul.m2-partner li {
   width: 23.5%;
   text-align: center;
   margin-right: 1%;
   margin-bottom: 1%;
   line-height: 0;
}

ul.m2-partner li:nth-child(4n+4) {
   padding-top: 0;
}

.m2-partner ul li .img {
   line-height: 0;
}

.m2-partner ul li .img img {
   width: 100%;
   border: 1px solid #DDDDDD;
   margin-bottom: 10px;
}

.m2-partner ul li p {
   color: #000;
   font-size: 18px;
}





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

		.m2-partner ul li p {
		   font-size: 17px;
		}
	}


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

		.m2-partner ul li p {
		   font-size: 16px;
		}
	}


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

		.m2-partner ul li {
		   width: 49%;
		   padding-top: 30px;
		}
		.m2-partner ul li:nth-child(4n+4) {
		   padding-top: 30px;
		}
	}


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

		.m2-partner ul li {
		   width: 49%;
		}

		.m2-partner ul li:nth-child(4n+4) {
		   padding-top: 30px;
		}

		.m2-partner ul li .img img {
		   width: 100%;
		   border: 1px solid #DDDDDD;
		   margin-bottom: 5px;
		}
	}




/* =========================================================================================
 *  PARTNER ¿µ¿ª
 * =========================================================================================*/

.m-partner {
   background: #EDEDED;
}

ul.m-partner {
   width: 100%;
   display: flex;
   flex-wrap: wrap;
}

ul.m-partner li {
   width: 19.2%;
   margin-right: 1%;
   margin-bottom: 1%;
   background: #FFF;
   padding: 25px 0;
   line-height: 0;
}

ul.m-partner li:nth-child(5n+5) {
   margin-right: 0;
}


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

		ul.m-partner li img {
		   width: 70%;
		}
	}
	
	@media screen and (max-width: 820px) {

		ul.m-partner li {
		   padding: 15px 0;
		}
	}

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

		ul.m-partner li {
		   width: 48%;
		   margin-right: 2%;
		   margin-bottom: 2%;
		}
		ul.m-partner li:nth-child(5n+5) {
		   margin-right: 2%;
		}
		ul.m-partner li:nth-child(2n+2) {
		   margin-right: 0;
		}
	}




/* =========================================================================================
 *  NOTICE ¿µ¿ª
 * =========================================================================================*/

.notice {
   padding: 80px 0;     
}

/* °øÁö»çÇ× ¸®½ºÆ® ÆùÆ®½ºÅ¸ÀÏ */
.notice .wrap .output_table tr td a {
  color: #222222;
  font-size: 19px;
  line-height: 1.67;
}
.notice .wrap .output_table tr td a:hover {
  color: #787878;
}

/* °øÁö»çÇ× ¹Ú½º½ºÅ¸ÀÏ ³¯Â¥ÆùÆ® */
.notice .wrap .output_table tr td {
  font-size: 18px;
  line-height: 1.67;
  text-align: left;
  padding: 15px;
  border-bottom: 1px solid #DDD;
  text-align: left;
}

/* °øÁö»çÇ× ¹öÆ° */
a.nt-btn {
  display: inline-block;
  color: #FFF;
  font-size: 17px;
  line-height: 1;
  font-weight: 400;
  position: relative;
  padding: 12px 30px;
  background: #9e0700;
}

a.nt-btn i {
  margin-left: 3px;
}

a.nt-btn:hover {
  background: #333;
}

.notice .container {
   display: flex;
   width: 100%;
   align-items: center;
   flex-wrap: wrap;
}

.notice .section-info {
   width: 30%;
   text-align: left;
   padding-right: 30px;
}

.notice .section-info p {
   padding-bottom: 30px;
}

.notice .wrap {
   width: 70%;
}

.notice .wrap .output_table tr td:last-child {
  text-align: right;
  width: 17% !important;
}
.notice .wrap .output_table tr td:nth-child(1) {
  display: none;
}

.notice .wrap .output_table tr td:nth-child(2) {
  width: 25% !important;
  padding-left: 0 !important;
  line-height: 0;
}

.notice .wrap .output_table tr td:nth-child(2) a {
  line-height: 0;
}

.notice .wrap .output_table tr td:nth-child(2) img {
  width: 100%;
  height: 180px;
}

.notice .wrap .output_table tr td:nth-child(3) {
  width: auto !important;
  text-align: left;
}

.notice .wrap ul.link {
   width: 30%;
   display: flex;
   justify-content: flex-end;
}


	@media screen and (max-width: 1280px) {
		
		.notice {
		   padding: 60px 0;
		}
		.notice .wrap .output_table tr td:nth-child(2) {
		  width: 20% !important;
		}
		.notice .wrap .output_table tr td:nth-child(2) img {
		  height: 140px;
		}
		/* °øÁö»çÇ× ¸®½ºÆ® ÆùÆ®½ºÅ¸ÀÏ */
		.notice .wrap .output_table tr td a {
		  font-size: 18px;
		}
		/* °øÁö»çÇ× ¹Ú½º½ºÅ¸ÀÏ ³¯Â¥ÆùÆ® */
		.notice .wrap .output_table tr td {
		  font-size: 18px;
		  padding: 15px;
		}
		/* °øÁö»çÇ× ¹öÆ° */
		a.nt-btn {
		  font-size: 15px;
		  padding: 10px 24px;
		}
	}

	@media screen and (max-width: 1024px) {
		
		.notice .section-info {
		  width: 100%;
		  text-align: center;
		  padding-right: 0;
		}
		.notice .wrap {
		  width: 100%;
		}
		.notice .section-info p {
		   padding-bottom: 20px;
		}
		.notice .wrap .output_table tr td:nth-child(2) {
		  width: 16% !important;
		}
		.notice .wrap .output_table tr td:nth-child(2) img {
		  height: 90px;
		}
		/* °øÁö»çÇ× ¸®½ºÆ® ÆùÆ®½ºÅ¸ÀÏ */
		.notice .wrap .output_table tr td a {
		  font-size: 16px;
		}
		/* °øÁö»çÇ× ¹Ú½º½ºÅ¸ÀÏ ³¯Â¥ÆùÆ® */
		.notice .wrap .output_table tr td {
		  font-size: 16px;
		  padding: 12px;		  
		}
		a.nt-btn {
		  display: none;
		}
	}

	@media screen and (max-width: 820px) {
		
		.notice {
		   padding: 45px 0;
		}
		.notice .wrap .output_table tr {
		  width: 100%;
		  border-right: 0 !important;
		}
		/* °øÁö»çÇ× ¸®½ºÆ® ÆùÆ®½ºÅ¸ÀÏ */
		.notice .wrap .output_table tr td a {
		  font-size: 14px;
		}
		/* °øÁö»çÇ× ¹Ú½º½ºÅ¸ÀÏ ³¯Â¥ÆùÆ® */
		.notice .wrap .output_table tr td {
		  font-size: 14px;
		  padding: 12px;		  
		}
		.notice .wrap .output_table tr td:nth-child(2) img {
		  height: 80px;
		}
	}


	@media screen and (max-width: 480px) {
		
		.notice .wrap .output_table tr td:nth-child(1) {
		  width: 20px !important;
		  padding-left: 5px !important;
		}
		.notice .wrap .output_table tr td {
		  word-break: keep-all !important;
		  font-size: 13px;
		  padding: 6px;
		}
		.notice .wrap .output_table tr td:nth-child(2) {
		  width: 80px !important;
		  height: 80px;
		}
		.notice .wrap .output_table tr td:nth-child(2) img {
		  height: 100%;
		}
		.notice .wrap .output_table tr td:last-child {
		  width: 20% !important;
		  word-break: normal !important;
		  padding-right: 10px !important;
		}

	}





/* =========================================================================================
 *  ÇÏ´Ü Ç²ÅÍ ¿µ¿ª
 * =========================================================================================*/

.footer { 
  padding: 0;
}

footer { 
  background: #1E1E1E;
  color: #999;
  text-align: left;
  font-size: 15px;
  line-height: 1.78;
  padding: 40px 70px;  
}

footer a,footer a:hover {
  color: #CCC;
}

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 .f-logo {
  width: 30%;
  line-height: 0;
}

footer .foot-wrap .f-cont .f-logo img {
  opacity: 0.7;
}

footer .foot-wrap .f-cont .f-link {
  width: 70%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

footer .foot-wrap .f-cont .top-link {
  width: 30%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

footer .foot-wrap .f-cont .top-link li {
  padding-right: 30px;
  position: relative;
}

footer .foot-wrap .f-cont .top-link li:last-child {
  padding-right: 0;
}

footer .foot-wrap .f-cont .top-link li:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 12px;
  background: #666666;
  right: 13px;
  top: 9px;
  position: absolute;
}

footer .foot-wrap .f-cont .top-link li:last-child:after {
  display: none;
}

footer .foot-wrap .f-cont .bot-link {
  width: 100%;
  padding-top: 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

footer .foot-wrap .f-cont .bot-link li {
  padding-right: 40px;
}

footer .foot-wrap .f-cont .bot-link li:last-child {
  padding-right: 0;
}

footer .foot-wrap .f-cont .bot-link .copy_end {
  width: 100%;
}



/* Ç²ÅÍ ÀüÈ­¹øÈ£ */
footer .foot-wrap .f-etc {
  width: 30%;
  text-align: right;
}

footer .foot-wrap .f-etc .footer-select {
  width: 30%;
  font-family: 'Montserrat','Noto Sans KR', sans-serif;
}

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

.call:before {
  font-family: 'xeicon';
  font-size: 36px;
  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;
}

footer .foot-wrap .f-etc .footer-select {
  position: relative;
  display: inline-block; 
  width: 100%; 
  padding-top: 25px;
  max-width: 250px; 
  color: #cccccc; 
  vertical-align: middle; 
  text-align: left; 
  -webkit-user-select: none; 
     -moz-user-select: none; 
      -ms-user-select: none; 
          user-select: none; 
  -webkit-touch-callout: none;
}

footer .foot-wrap .f-etc .footer-select .placeholder {  
  position: relative; 
  display: block; 
  background-color: #383838; 
  z-index: 1; 
  padding: 8px 15px; 
  border-radius: 2px; 
  cursor: pointer; 
}

footer .foot-wrap .f-etc .footer-select .placeholder:hover {
  background: #383838; 
}

footer .foot-wrap .f-etc .footer-select .placeholder:after {
  position: absolute; 
  right: 1em; 
  top: 50%; 
  -webkit-transform: translateY(-50%) rotate(180deg); 
          transform: translateY(-50%) rotate(180deg); 
  font-family: 'xeicon'; 
  content: '\e941'; 
  z-index: 10; 
}

footer .foot-wrap .f-etc .footer-select.is-open .placeholder:after {
  content: '\f077'; 
}

footer .foot-wrap .f-etc .footer-select.is-open ul {
  display: block; 
}

footer .foot-wrap .f-etc .footer-selectfooter .foot-wrap .f-etc .footer-select--white .placeholder {
  background: #fff; 
  color: #999; 
}

footer .foot-wrap .f-etc .footer-selectfooter .foot-wrap .f-etc .footer-select--white .placeholder:hover {
  background: #CCCCCC;
}

footer .foot-wrap .f-etc .footer-select ul {
  display: none;
  position: absolute; 
  overflow: hidden; 
  width: 100%; 
  background: #EEEEEE; 
  border-radius: 2px; 
  left: 0; 
  bottom: 50px; 
  list-style: none; 
  padding: 15px; 
  z-index: 100; 
}

footer .foot-wrap .f-etc .footer-select ul li {
  display: block; 
  text-align: left;
  padding: 5px 10px;
  color: #999;
  cursor: pointer; 
}

footer .foot-wrap .f-etc .footer-select ul li:hover {
  background: #AAAAAA;
  color: #FFFFFF; 
}




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

		footer .foot-wrap .f-cont .f-logo {
		  width: 100%;
		}

		footer .foot-wrap .f-cont .f-link {
		  width: 100%;
		}

		footer .foot-wrap .f-cont .top-link {
		  width: 100%;
		  padding-top: 20px;
		}
	}



	@media screen and (max-width: 1280px) {
		
		footer .foot-wrap .f-cont .f-logo img {
		  width: 200px;
		}

		footer .foot-wrap .f-etc .tel {
		  font-size: 32px;
		}
		.call:before {
		  font-size: 32px;
		}

		footer .foot-wrap .f-etc .footer-select {
		  max-width: 200px;
		}
	}



	@media screen and (max-width: 1024px) {
	
		footer {
		   font-size: 14px;
		   padding: 30px;
		}

		footer .foot-wrap .f-cont {
		  width: 60%;
		}

		footer .foot-wrap .f-cont .f-logo img {
		  width: 160px;
		}

		footer .foot-wrap .f-etc {
		  width: 40%;
		}

	}



	@media screen and (max-width: 820px) {
		
		footer .foot-wrap .f-cont {
		  width: 100%;
		}

		footer .foot-wrap .f-etc {
		  width: 100%;
		  text-align: left;
		  padding-top: 20px;
		}
		footer .foot-wrap .f-etc .footer-select {
		  padding-top: 15px;
		}

		footer .foot-wrap .f-cont .bot-link {
		  padding-top: 15px;
		}
		footer .foot-wrap .f-etc .tel {
		  font-size: 26px;
		}
		footer .foot-wrap .f-etc .tel a {
		  color: #FFF;
		}
		.call:before {
		  font-size: 24px;
		}
	}



	@media screen and (max-width: 480px) {
		
		footer .foot-wrap .f-cont .f-logo img {
		  width: 140px;
		}
	}

