/* ---- ¸ÞÀÎºñÁê¾ó---- */
.flickity-enabled { position: relative;}
.flickity-enabled:focus { outline: none; }
.flickity-viewport {overflow: hidden; position: relative; height: 100%;}.flickity-slider {position: absolute; width: 100%; height: 100%;}
.flickity-enabled.is-draggable {-webkit-tap-highlight-color: transparent; tap-highlight-color: transparent; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none;user-select: none;}
.flickity-enabled.is-draggable .flickity-viewport { cursor: move; cursor: -webkit-grab; cursor: grab;}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down { cursor: -webkit-grabbing;cursor: grabbing;}
.flickity-rtl .flickity-page-dots { direction: rtl; }
.flickity-page-dots .dot { display: inline-block; width:66px; height:100px; cursor: pointer;}
.flickity-prev-next-button{display: none;}
.flickity-viewport{width: 100%;}

/* ¹öÆ° */
.flickity-page-dots .dot{opacity: 1; position:absolute;z-index:999; }
.flickity-page-dots .dot.is-selected{ background:url(../../img/dotA.png) no-repeat 0 0; width:30px; height:30px; animation-name:rotate; animation-duration:2s; animation-iteration-count:infinite;}
.flickity-page-dots {position:absolute; left:50%;list-style: none;text-align: center;z-index: inherit;margin-left:-75px; bottom:150px;width:150px;height:50px;background:url(../../img/rect_bg.png) no-repeat 0 0; }
.slides .previous,.slides .next{position:absolute; width:30px; height:30px; display:block; text-indent:-9999px; cursor:pointer; z-index:10; background-repeat: no-repeat; background-color:transparent; 
border:none; bottom:210px; }
.slides .previous {background-image:url('../../img/prev2.png'); left:50%; margin-left:-45px; }
.slides .next {background-image:url('../../img/next2.png'); left:50%; margin-left:15px;}

/* ¹öÆ° ·Ñ¸µ */
.flickity-page-dots .dot.is-selected {overflow:hidden; position:absolute; z-index:2; top:0; left:0;
animation:rotate 5s linear infinite; -moz-animation:rotate 5s linear infinite; -webkit-animation:rotate 5s linear infinite; -o-animation:rotate 5s linear infinite;}
@keyframes rotate
{0%{} 50%{transform: rotate(180deg);} 100%{transform: rotate(360deg );}}
@-moz-keyframes rotate
{0%{} 50%{transform: rotate(180deg);} 100%{transform: rotate(360deg );}}
@-webkit-keyframes rotate
{0%{} 50%{transform: rotate(180deg);} 100%{transform: rotate(360deg );}}
@-o-keyframes rotate
{0%{} 50%{transform: rotate(180deg);} 100%{transform: rotate(360deg );}}
/*¸ÞÀÎÀÌ¹ÌÁö Æ÷ÀÎÆ® À§Ä¡*/
.flickity-page-dots .dot:nth-child(1){top:9px;left:4px;}
.flickity-page-dots .dot:nth-child(2){top:9px;left:44px;}
.flickity-page-dots .dot:nth-child(3){top:9px;left:84px;}
.flickity-page-dots .dot:nth-child(4){top:9px;left:124px;}
.slides {margin:0; padding:0; zoom:1;height: 100%;background-size: 100% 100%;}
.slides > li {height:100%;position: relative; z-index:2; }
.slides .cont{width: 100% !important; background-size: cover; display:block; height:100%; background-position:50%; z-index: inherit;}
 
/* ÅØ½ºÆ® ºÎºÐ */
.slides .box h2 {font-size:70px; color:#fff;  text-align:center; font-family: 'GmarketSansLight'; }
.slides .box  h2 span {font-size:70px; color:#fff;  text-align:center; font-family: 'GmarketSansBold'; }
.slides .box .textBox{line-height:160%;font-weight:300; padding:10px 20px 30px; color:#fff;  font-family: 'GmarketSansMedium'; font-size:23px;   overflow: hidden;}
.slides .box { width:100%; height:300px; position:absolute; left:50%; position:absolute; margin-left:-50%; top:45%; margin-top:-20px; text-align:center; padding:0; color:#fff; z-index:999; }

 /* ¾Æ·¡·Î ¹öÆ° */
.slider .downBtn{ text-align:center; width:60px; padding-bottom:20px; position:absolute;z-index: 2; right:50%; bottom:0; margin:0 -30px 0 0; } 

/* ¿ìÃø Äü ¹öÆ° */
.slider .r_quick {position:absolute; z-index:3; right:0px; top:50%; margin-top:-160px;  c text-align:right; width:60px; }
.slider .r_quick ul li a{  -moz-transition:all 0.5s;-webkit-transition:all 0.5s;transition:all 0.5s;  display:block; text-align:right; width:50px; float:right;  text-align-right;}
.slider .r_quick ul li:first-child a{background:#fff; }
.slider .r_quick ul li a{ background:#F1592A; }
.slider .r_quick ul li a:hover {padding-right:10px; }

 
@media screen  and (max-width:1000px) {
/* ÅØ½ºÆ® ºÎºÐ */
.slides .box h2 ,
.slides .box h2 span {font-size:50px; }
.slides .box .textBox{ font-size:17px;;}
.slides  .downBtn img {width:40px; } 
.slides .previous {  margin-left:-40px; }
}


@media screen and (min-width:200px) and (max-width:669px) {
/* ÅØ½ºÆ® ºÎºÐ */
.slides .box { width:90%; left:5%; margin-left:0;  }
.slides .box { top:54%;}
.slider .box h2 ,
.slider .box h2 span {font-size:30px; }
.slider .box .textBox{   padding:15px;font-size:13px; line-height:18px; }

/*  ¹öÆ° */
.flickity-page-dots {top:65%;}
.flickity-page-dots .dot.is-selected{ background-size:33px; width:33px; height:50px;  }
.flickity-page-dots { margin-left:-73px; margin-top:-150px;width:147px;height:50px; background-size:147px; }
.flickity-page-dots .dot.is-selected{ background-size:20px; width:20px; height:20px;}
.slides .previous,.slides  .next{ bottom:100px; }

/*¸ÞÀÎÀÌ¹ÌÁö Æ÷ÀÎÆ® À§Ä¡*/
.flickity-page-dots .dot:nth-child(1){top:15px;left:5px;}
.flickity-page-dots .dot:nth-child(2){top:15px;left:45px;}
.flickity-page-dots .dot:nth-child(3){top:15px;left:85px;}
.flickity-page-dots .dot:nth-child(4){top:15px;left:125px;}
 
 

 /* ¾Æ·¡·Î ¹öÆ° */
 
.slider .downBtn img {width:40px;}
/* ¿ìÃø Äü ¹öÆ° */
.slider  .r_quick { margin-top:-100px; width:40px;}
.slider  .r_quick  img {width:30px;}
.slider  .r_quick ul li a{  width:30px;}
}


 



/* ¸ÞÀÎµ¿¿µ»ó*/
#mmovie {background:#000;}
#mmovie .mtxtBox { position:absolute;z-index: 2;  position:absolute; display:flex; align-items:center;   height:100%;   width:100%; }
#mmovie .mtxt {  width:1200px; margin:0 auto;    font-size: 20px; position:relative; }
#mmovie .bg-size{  background-attachment: fixed !important;  background-size: cover !important; padding:0; margin:0;}
#mmovie_con {position:relative; overflow:hidden; display: -webkit-box;  display: -webkit-flex;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;  -webkit-align-items: center;  -ms-flex-align: center;   align-items: center;  height: 100vh;  position: relative;  z-index:1; }
#mmovie_con video {border:0; padding:0; margin:0;  position: absolute; opacity:0.8; top: 50%;  left: 50%;  min-width: 100%;  min-height: 100%;  width: auto;  height: auto; z-index: -100;  transform: translateX(-50%) translateY(-50%);  background-size: cover;  transition: 1s opacity;}



     




/* ¹è³Ê:: Á¦Ç°¼Ò°³ ·Ñ¸µ*/
#mcount { position:relative; height:160px;  text-align:center;   padding:0;  overflow:hidden;}
#mcount .gb_tit {width:220px; height:160px; background:#F1592A; float:left; }
#mcount .gb_tit h2 {font-size:19px; color:#fff; padding-top:35px;  font-family: 'GmarketSansBold';  text-align:left; padding-left:20px; line-height:100%; }
#mcount .gb_tit h2 span{font-size:25px; color:#fff;   font-family: 'GmarketSansLight'; line-height:100%;}
.gb_arlim {position:relative;    width:100%;  }
.gb_arlim .prev,.gb_arlim .next,.gb_arlim .pause,.gb_arlim .play {bottom:20px;}
.popup_li {position:inherit; padding-left:220px;   }
.popup_li dl:after {content:"";display:block;clear:both;}
.popup_li dl {width:100%;  height:160px;position:relative; background:#000;}
.popup_li dl dt {width:100%; background-size: cover;  height:100%; background-position:50%;  opacity:0.5;  -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s ease-out 0.0s; }
.popup_li dl dd {width:100%; position:absolute; z-index:10; top:0; height:100%;  text-align:center; }
.popup_li dl dd .tit { display:block;padding-top:45px;-webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s ease-out 0.0s; }
.popup_li dl dd .tit h2 {font-size:21px; color:#fff;   font-family: 'GmarketSansBold';  text-align:center; }
.popup_li dl dd .tit h2 span {font-size:13px; color:#fff;   font-family: 'GmarketSansBold'; padding-bottom:4px; margin-bottom:15px; text-align:center; display:block; background:url(../../img/h_line_2.gif) no-repeat center bottom;}
.popup_li dl dd p {display:none; font-size:13px; font-weight:300;   color:#fff;  -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s ease-out 0.0s;}
.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;}
.slick-list{position: relative; display: block; overflow: hidden; margin: 0; padding: 0;}
.slick-list:focus{ outline: none;}
.slick-list.dragging{ cursor: pointer;}
.slick-slider .slick-track,
.slick-slider .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);}
.slick-track{ position: relative;top: 0; left: 0;display: block; margin-left: auto; margin-right: auto;}
.slick-track:before,
.slick-track:after{display: table;content: '';}
.slick-track:after{clear: both;}
.slick-loading .slick-track{ visibility: hidden;}
.slick-slide{display: none; float: left; height: 100%; min-height: 1px;}
[dir='rtl'] .slick-slide{float: right;}
.slick-slide img{ display: block;}
.slick-slide.slick-loading img{ display: none;}
.slick-slide.dragging img{ pointer-events: none;}
.slick-initialized .slick-slide{display: block;}
.slick-loading .slick-slide{ visibility: hidden;}
.slick-vertical .slick-slide{ display: block; height: auto; border: 1px solid transparent;}
.slick-arrow.slick-hidden { display: none;}
.slick-arrow,.slick-dots li button {  cursor:pointer;}
.prev,.next,.pause,.play {position:absolute; width:30px; height:30px; display:block; text-indent:-9999px; cursor:pointer; z-index:10; background-repeat: no-repeat; background-color:transparent; border:none; bottom:0px; }
.prev {background-image:url('../../img/prev.png'); left:0; margin-left:15px; }
.next {background-image:url('../../img/next.png'); left:0; margin-left:75px;}
.pause {background-image:url('../../img/pause.png'); left:0; margin-left:45px; }
.play {background-image:url('../../img/play.png'); left:0; margin-left:45px; display:none;}
.slick-dots {display:none !important;}

 
@media screen and (min-width:1000px) {
.popup_li a:hover dl dt { opacity:0.1; } 
.popup_li a:hover dl dd .tit {padding-top:35px; }
.popup_li a:hover dl dd .tit h2 { color:#F1592A; padding-bottom:5px; margin-bottom:10px;    background:url(../../img/h_line_2.gif) no-repeat center bottom;}
.popup_li a:hover dl dd .tit h2 span {display:none;}
.popup_li a:hover dl dd p {display:block; }
}

@media screen and (max-width:1000px) {
#mcount .gb_tit {width:150px;  }
#mcount .gb_tit h2 {font-size:13px;  padding-left:10px;}
#mcount .gb_tit h2 span{font-size:15px;}
#mcount .gb_tit .subText {font-size:11px;}
.popup_li {position:inherit; padding-left:150px;   }
.prev,.next,.pause,.play,.previous {background-size:20px;}
}








/* ---- °¢ ¹è³Ê Å¸ÀÌÆ² ºÎºÐ---- */
.top_tit  h2{color:#fff; font-size:33px;   font-family: 'GmarketSansMedium'; line-height:120%; }
.top_tit  h2 span {color:#13D3A9; font-size:44px;   font-family: 'GmarketSansBold'; line-height:120%;}
.top_tit .subText  {color:#fff; font-size:16px;   opacity:0.7; }
@media screen  and (max-width:767px) {
.top_tit  h2{ font-size:22px;}
.top_tit  h2 span { font-size:33px;  display:block;}
.top_tit .subText a {font-size:13px;  }
}



/* ¹è³Ê:: À¥ÆÑÅä¸®´Â? */
.about {width:100%; position:relative; background:#F1592A;}
.about dl {width:100%;}
.about dl:after {content:"";display:block;clear:both;}
.about dl dt  {width:50%;  float: left;}
.about dl dt img {width:100%;}
.about dl dd  {width:40%;  float:right;   padding:100px 5% 30px 5%;}
.about dl dd h3 {background:url(../../img/about_mark.png) no-repeat 0 0; line-height:100%; color:#fff;background-size:100px; font-size:37px; font-family: 'GmarketSansBold'; font-weight:600; margin-bottom:40px; padding-left:110px;  }
.about dl dd h3 span  {font-size:37px;  font-weight:200;  color:#fff; display:block; line-height:110%; font-family: 'GmarketSansLight';}
.about dl dd p { padding-top:10px; font-size:17px; color: #fff; display:block;  }
.about dl dd p span {opacity:0.7; font-size:17px; color: #fff; } 
@media screen  and (max-width:1300px) {
.about dl dd  { padding:40px 5%;}
.about dl dd h3 { background-size:50px; font-size:25px; margin-bottom:15px; padding-left:65px;}
.about dl dd h3 span  {font-size:25px; }
.about dl dd p,
.about dl dd p span { font-size:15px;} 
}
@media screen  and (max-width:1000px) {
.about dl dt  {width:100%;}
.about dl dd  {width:90%;}
.about dl dd h3 { background-size:60px; font-size:27px; margin-bottom:20px; padding-left:70px;}
.about dl dd h3 span  {font-size:27px; }
.about dl dd p,
.about dl dd p span { font-size:13px;} 
}
 





/* ¹è³Ê:: µ¿±×¶õ ¹è³Ê ³×°³ */
.container01 .box01{background:#F3F2F6 url(../../img/m_banner_bg.jpg) no-repeat center bottom; padding:150px 0; text-align:center;}
.container01 .top_tit  h2 span {color:#fff; }
.container01 .box01 ul{display: inline-block; max-width:1280px; width:100%; margin:0 auto; }
.container01 .box01 ul {margin-top:40px;}
.container01 .box01 ul li { float:left; width:250px;   display:inline-blcok; margin:0 35px; }
.container01 .box01 ul li div.img {background:#041327; border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%; width:100%;}
.container01 .box01 ul li .mb_01  {background:url(../../img/mquick_1.jpg) no-repeat center 0; }
.container01 .box01 ul li .mb_02  {background:url(../../img/mquick_2.jpg) no-repeat center 0; }
.container01 .box01 ul li .mb_03  {background:url(../../img/mquick_3.jpg) no-repeat center 0; }
.container01 .box01 ul li .mb_04  {background:url(../../img/mquick_4.jpg) no-repeat center 0; }
.container01 .box01 ul li .mb_01,
.container01 .box01 ul li .mb_02,
.container01 .box01 ul li .mb_03,
.container01 .box01 ul li .mb_04 {background-size:250px; height:250px;  width:100%; background-color:#000; display:inline-blcok;  opacity:1;  -moz-transition:all 0.5s;-webkit-transition:all 0.5s;transition:all 0.5s;  border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%;}
.container01 .box01 ul li a:hover div {background-color:#000; }
.container01 .box01 ul li a:hover .mb_01,
.container01 .box01 ul li a:hover .mb_02,
.container01 .box01 ul li a:hover .mb_03,
.container01 .box01 ul li a:hover .mb_04 {opacity:0.2;}
.container01 .box01 ul li a div h3 {position:absolute; z-index:100;  top:40%; width:100%; text-align:center; font-size:21px;   -moz-transition:all 0.5s;-webkit-transition:all 0.5s;transition:all 0.5s;   color:#fff; font-weight:600; }
.container01 .box01 ul li a div h3 span {background:url(../../img/h_line_b.gif) no-repeat center 0; font-size:15px; font-family: 'GmarketSansMedium'; color: #F1592A; padding-top:10px; margin-top:7px; letter-spacing:-0.03em;  font-weight:400;  display:block;}
.container01 .box01 ul li a:hover div h3 span {color:#F1592A;}
.container01 .box01 ul li a:hover div h3 {top:42%; }
.container01 .box01 ul li a p{ margin-top:20px;}
.container01 .box01 ul li a p span{ font-size:15px;  line-height:140%; color:#fff;    }
 
@media screen  and (max-width:1300px) {
.container01 .box01 ul{ max-width:1120px; }
.container01 .box01 ul li { margin:0 15px; }
}
@media screen  and (max-width:1140px) {
.container01 .box01 ul{ max-width:920px;}
.container01 .box01 ul li { width:200px;}
.container01 .box01 ul li .mb_01,
.container01 .box01 ul li .mb_02,
.container01 .box01 ul li .mb_03,
.container01 .box01 ul li .mb_04 {background-size:200px; height:200px;}
}
@media screen  and (max-width:1000px) {
.container01 .box01 { padding:80px 0 50px 0;}
.container01 .box01 ul{ max-width:700px; }
.container01 .box01 ul li { width:46%; margin:0 2% 30px 2%; text-align:center; }
.container01 .box01 ul li div.img {width:200px; margin:0 auto;}
}
@media screen  and (max-width:600px) {
.container01 .box01 h2{ font-size:23px;}
.container01 .box01 .subText a { font-size:14px; margin-top:0px;  }
.container01 .box01 ul li .mb_01,
.container01 .box01 ul li .mb_02,
.container01 .box01 ul li .mb_03,
.container01 .box01 ul li .mb_04 {background-size:150px; height:150px;}
.container01 .box01 ul li div.img {width:150px;}
.container01 .box01 ul li a div h3 { top:33%; font-size:16px; }
.container01 .box01 ul li a div h3 span { font-size:12px;}
.container01 .box01 ul li a p{  margin-top:10px;}
.container01 .box01 ul li a p span{ font-size:10px;}  
}







/* ¹è³Ê:: ¿Â¶óÀÎ¹®ÀÇ*/
.project_btn { width:100%; text-align:center; background:#010312 url('../../img/m_online_bg.jpg') no-repeat center bottom;   padding:200px 0; }
.project_btn  h3 {background:url(../../img/icon_online2.png) no-repeat center top; color:#FF4A14; }
.project_btn .btn {margin-top:40px;}

@media screen  and (max-width:800px) {
.project_btn { background-size:cover;   padding:100px 0; }
}






/* ¹è³Ê:: °í°´¼¾ÅÍ */
.m_board {background:#2C2803 url('../../img/m_board_bg.jpg') no-repeat center 0; background-attachment:fixed; width:100%; padding:120px 0 0 0; position:relative; text-align:center;}
.m_board section {max-width:1260px; width:96%; margin:0 auto; }
.m_board section > div {width:42%; float:left;   text-align:left; padding:40px 4%;   }
.b_tit {border-bottom:1px solid #fff; padding-bottom:10px; margin-bottom:15px;}
.b_tit h3 {font-size:19px;}
.b_tit h3,.b_tit p {color:#fff;}
.b_tit .more a{position:absolute; right:0; top:0;}
.b_tit .more a:hover {-ms-transform: rotate(60deg); // explorer -webkit-transform: rotate(60deg); // chrome, safari, opera transform: rotate(60deg); }
.board_list .board_output {background:none;}
.board_list .board_output tr td  {text-align:right; font-size:15px; letter-spacing:0.05em; color:#fff;}
.board_list .board_output  .bd_out1  {text-align:left; padding:5px 0;}
.board_list .board_output  .bd_out1 a {color:#fff; }
.board_list .board_output .bd_out1 a {font-family:"NotoSansKR"; font-size:15px; letter-spacing:0.02em;}


/* ÇÏ´Ü ¼ýÀÚÄ«¿îÆ® */
.m_board .m_count {width:100%; background:url('../../img/b_bg.png')  repeat 0 0;    margin-top:50px; padding:70px 0; }
.m_count ul {width:100%;  max-width:1240px; width:96%; margin:0 auto;   }
.m_count ul:after {content:"";display:block;clear:both;}
.m_count ul li {float:left; width:25%; background:url(../../img/line.png) repeat-y right 0px; }
.m_count ul li:last-child { background:none;}
.m_count ul li dl {padding-left:80px; margin-left:30px; text-align:left;}
.m_count ul li dl.count_1 {background:url(../../img/mcount_1.png) no-repeat 0 2px; }
.m_count ul li dl.count_2 {background:url(../../img/mcount_2.png) no-repeat 0 2px; }
.m_count ul li dl.count_3 {background:url(../../img/mcount_3.png) no-repeat 0 2px; }
.m_count ul li dl.count_4 {background:url(../../img/mcount_4.png) no-repeat 0 2px; }
.m_count ul li dl dt {color:#fff;}
.m_count ul li dl dd b.counter {color:#fff; font-family: 'GmarketSansBold'; font-size:37px;  padding:top:10px;  letter-spacing:0.05em;}


@media screen  and (max-width:1360px) {
.board_list .board_output tr td,
.board_list .board_output .bd_out1 a {font-size:13px; letter-spacing:0;}
}


@media screen  and (max-width:1200px) {
.board_list .board_output tr td,
.board_list .board_output .bd_out1 a {font-size:12px; letter-spacing:-0.05em; }
}


@media screen  and (max-width:1000px) {
.m_board section > div {width:90%;  padding:25px 5%; display:block; }
.b_tit h3 {font-size:15px;}
.board_list .board_output tr td, 
.board_list .board_output .bd_out1 a {font-size:13px; letter-spacing:0; }
 
 /* ÇÏ´Ü ¼ýÀÚÄ«¿îÆ® */
.m_count ul li {width:47.2%; background:none; border:1px solid #535252; margin:2px 1%;  }
.m_count ul li dl {padding:10px 0 10px 40px; margin-left:15px; }
.m_count ul li dl.count_1,
.m_count ul li dl.count_2,
.m_count ul li dl.count_3,
.m_count ul li dl.count_4 {background-size:30px; background-position:0 20px;}
.m_count ul li dl dd b.counter {font-size:20px; }
}


@media screen  and (max-width:600px) {
.board_list .board_output tr td, 
.board_list .board_output .bd_out1 a {font-size:10px; letter-spacing:-0.05em; }
/* ÇÏ´Ü ¼ýÀÚÄ«¿îÆ® */
.m_board .m_count {  margin-top:30px; padding:30px 0; }
.b_tit .more a img {width:20px;}
}
@media screen  and (max-width:380px) {
.board_list .board_output .bd_out1 a {font-size:8px;}
}