/*****************1.ÆùÆ®¿Í ±âº» ¼ÂÆÃ*******************/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR&display=swap');
@font-face {
  font-family: 'GmarketSansLight';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
  font-weight: normal;
  font-style: normal;
 }
 @font-face {
  font-family: 'GmarketSansMedium';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
 }
 @font-face {
  font-family: 'GmarketSansBold';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
 }

/* CSS reset */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small,
strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,figure,button
{margin:0;padding:0;border:0;vertical-align:baseline; font-family: "Noto Sans KR"; font-weight:400; letter-spacing:-0.05em; list-style:none; font-size:13px; line-height:160%; color:#433E3A; }
body{  *word-break:break-all;-ms-word-break:break-all; -webkit-text-size-adjust:none; word-break:keep-all; width:100%; height:100%; min-width:320px;}
img,fieldset,iframe{border:0 none}
li{list-style:none}
input,select,button{vertical-align:middle; }
img{vertical-align:top}
i,em,address{font-style:normal}
label,button{cursor:pointer}
button{margin:0;padding:0}
a{color:#444;text-decoration:none}
a:hover{color:#111}
button *{position:relative}
button img{left:-3px;*left:auto}
html:first-child select{height:20px;padding-right:6px}
option{padding-right:6px}
hr{display:none}
legend{*width:0}
table{border-collapse:collapse;border-spacing:0;  }
.blind{display: block;position: absolute;top: -9999em;left: 0;}




.skip a{display: block;position: absolute;left: 0;top: -9999em;z-index: 9999;width: 100%;background: lime;color: black;font: 1.8em/3em arial,sans-serif;}
.skip a:focus{top: 0}
.ff{zoom: 1}
.ff:after{clear: both;content: '';display: block}
.ff > li{float: left}
.ff > dd{float: left}
.ff dt{display: block;position: absolute;top: -9999em;left: 0}
.eg {font-family:'Archivo Black',sans-serif}
div { position:relative;}
.noScroll { overflow:hidden;}
.fR{float:right;}
.fL{float:left;}
ol, ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0; word-break:break-all;}
table th, table td{vertical-align:middle;}
caption{visibility:hidden;width:0;height:0;font-size:0;line-height:0;zoom:1;}
legend{overflow:hidden;width:0;height:0;font-size:0;visibility:visible;}
img,input {vertical-align:middle;}
header, footer, section, article, aside, nav, hgroup, details, menu, figure, figcaption{display:block}
.floatBox:after {content:"";display:block;clear:both;}
.floatBox {*zoom:1;}
/* Rules for sizing the icon. */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }
/* Rules for using icons as black on a light background. */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }
/* Rules for using icons as white on a dark background. */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }


/****pc/¸ð¹ÙÀÏ ÀÌ¹ÌÁö ºä±³Ã¼***/
.img_w {text-align:center;}
.img_s {display:none; width:100%;}
@media screen and (max-width:1000px){
.img_w {display:none; width:100%;}
.img_s {display:inline-block;}
}


/*¸¶¿ì½º ½ºÅ©·Ñ½Ã »ó´Ü¸Þ´º ÀÛ¾ÆÁö´Â À§Ä¡ Á¶Á¤*/
.menu_scroll {position:absolute; top:100px;}


/****2.»ó´Ü(Çì´õ)¸Þ´º***/
#boxWrapp{width:100%;margin:0 auto;padding:0;position:relative;}
#contentwrap { position: relative; min-height:100%; width:100%; }
#contentwrap { position: relative; min-height:100%; width:100%; }
.split #boxWrapp  {  width:100%; height:100%; overflow:hidden;}
#boxWrapp .blocker { position:fixed; width:100%;  top:0px; left:0px;opacity:0; filter:alpha(opacity=80); background:#000; z-index:9999; height:100%; display:none;  cursor:handle; default; }

/* ¸Þ´º¿À¹ö */
.overlay { position: fixed;  height: 100%;top: 0;right:-100%;  z-index:9999999; }
.fade {  transition: all 300ms linear 300ms;  opacity: 1;}
.fade.out {  opacity: 0;}
#nprogress .bar { background: #DF1E36; position: fixed;  z-index: 1031;  top: 0;  left: 0;  width: 100%;  height:7px;}
.overlay .overlay-close { width: 58px; height: 58px; position: absolute; right: 60px;top: 30px; overflow: hidden;border: none; background:url(../../img/listBtnX.png) 0 0 no-repeat; cursor:pointer; text-indent:-99999em; color: transparent; outline: none; 
z-index: 100; display:block; }

/*¿Â¶óÀÎºü¸¥»ó´ã*/
.project_area {background:#000; width:680px; margin-right:0px; height:100%; position: fixed; overflow-y:scroll; -webkit-overflow-scrolling:touch;  top:0px; z-index:9999999999;  right:-100%; display:none; }
.project_area.fix { position:fixed !important}
.project_request { padding:40px;} 
.project_request .close { width:58px; height:58px; position:absolute; right:40px; top:30px; background:url(../../img/list_closeBtn.png) center no-repeat; cursor:pointer; z-index:10;}
.project_bg { width:100%; position:fixed;  opacity:0; filter:alpha(opacity=80); background:#000; z-index:999; height:100%; display:none; }
.project_request .project_header h1 { font-family: 'GmarketSansMedium'; padding-bottom:30px; padding-top:15px; color:#DF1E36; }
.project_request .project_header h2 {  font-family: 'GmarketSansMedium'; font-size:35px; font-weight:300;line-height:40px; padding-bottom:20px; color:#DF1E36;}
.project_request .project_header p {font-size:15px; line-height:160%;  color:#DF1E36;}
.project_request .project_part { width:100%; margin-top:30px;}
.project_request .project_part h3 { font-size:21px; border-top:1px #DF1E36 solid; padding:20px 0; font-weight:400; color:#DF1E36;}
.Btn { margin-top:20px;}
.Btn input[type=submit] { width:190px; height:43px; border:2px #DF1E36 solid; padding:0 20px; line-height:30px; box-sizing:border-box; cursor:pointer;
font-family:  "Noto Sans KR";  background: url(../../img/btn_check.png) 140px center no-repeat; font-size:15px; border-radius:5px; text-align:left; color:#DF1E36; }
.Btn input:hover { background:#DF1E36 url(../../img/btn_check.png) 140px center no-repeat;; border:0px;  color:#fff;   border:2px #DF1E36 solid;}



/*À§·Î*/
.TopScroll { position:fixed; right:60px; bottom:-100px; width:45px; height:45px; background:#000 url(../../img/top_icon.png) no-repeat center; border-radius:5px; text-align:center; z-index:99999999999; opacity: 0.6; filter:alpha(opacity=60); transition:all 200ms linear;}
.TopScroll a { text-indent:-99999em; display:block; overflow:hidden;  width:45px; height:45px;}
.TopScroll:hover {background:#DF1E36 url(../../img/top_icon.png) no-repeat center; opacity: 1; filter:alpha(opacity=100)}
::-moz-selection { color:#fff; background:#DF1E36; }
::selection { color:#fff; background:#DF1E36; }

@media screen and (max-width:780px) {
.TopScroll { right:25px; width:30px; height:30px; background-size:16px;}
.TopScroll:hover {background-size:16px;}
.TopScroll a { width:30px; height:30px;}
}


  
/*»ó´Ü¸Þ´º¹Ù*/
#header{width: 100%; position: fixed; z-index:9999;  background:url(../../img/w_bg.png) repeat-x 0 bottom;  top:0px; left:0;  transition: all 0.6s ease-out 0.0s; }
#header h1{padding-left:35px;float:left; padding-bottom:15px;}
#header .pc_menu { padding:40px 0;  right:50%; position: absolute; margin:0 -450px 0 0; width:900px;  text-align:center; }
#header .pc_menu ul li  { display:inline-block; padding:0 35px; }
#header .pc_menu ul li a { font-size:19px; text-align:left; display:inline-block; position:relative; color:#fff;  font-family: 'GmarketSansMedium'; box-sizing:border-box; cursor:pointer;  }
#header .pc_menu ul li a span {color:#F84A60; display:block;  letter-spacing:0.05em; padding-bottom:2px; font-size:12px;font-family: 'GmarketSansMedium'; }
#header .pc_menu ul li a:hover,
#header .pc_menu ul li a:focus {color: #F6EEC7; }
#header .pc_menu .link:before {content: ''; position: absolute; top:100%; left: 0%; width: 100%; height:0px; margin: 0; background:#F6EEC7;transition: transform 0.3s;transform: scale3d(0, 1, 1);}
#header .pc_menu .link:hover:before {-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);height:2px;}
#header dl{float:right; padding-right:50px; padding-top:30px;  }
#header dl dd a{display: inline-block;   padding:2px 7px; text-align: center;}
#header dl dd.listBtn { background:url(../../img/listBtn.png) no-repeat; width:58px; height:58px; cursor:pointer; text-indent:-99999px;  verflow:hidden; display:block; margin-left:13px;}
#header dl dd.on { z-index:9999; background:url(../../img/listBtnX.png) no-repeat; }
#header dl dd.list a{text-indent: -9999em;background: url(../../img/XlistBtn.png) no-repeat center center; display:none;}
#header dl .close_list a {text-indent: -9999em; background:url(../../img/list_closeBtn.png) center center no-repeat; }


/*»ó´Ü¸Þ´º¹Ù ½ºÅ©·Ñ½Ã º¸ÀÌ±â*/
#header.show{background:url(../../img/bg_b.png) 0 0 repeat;  padding: 0px 0px !important; position:fixed; }
#header.show h1{padding-left:20px; padding-top:0;}
#header.show h1 img { width:230px;}
#header.show .pc_menu { padding-top:23px; }
#header.show .pc_menu ul li a { font-size:17px; }
#header.show .pc_menu ul li a span {font-size:10px; }
#header.show dl{padding-right: 0; padding-top:5px;}
#header.show dl dd a { padding-top:10px; transition:all 200ms linear;}
#header.show dl dd a img {width:40px;}
#header.show dl dd.listBtn {width:55px; height:55px; cursor:pointer; text-indent:-99999px; overflow:hidden; display:block; padding:7px 13px 0 0; background:url(../../img/listBtn.png) center no-repeat ; background-size:45px;}
#header.show dl .close_list a {text-indent: -9999em; background:url(../../img/list_closeBtn.png) center center no-repeat; display:none; }
.slider {width:100%; position:relative; min-height:500px;}
.slider .downBtn{z-index: 30;position:absolute; bottom:0px; left: 50%;margin-left:-40px;}
.slider .downBtn img { width:80px;}
 

/* ¿ìÃø ÅÇ¸Þ´º¼³Á¤ */
.rtab {position:fixed; right:30px; top:40%;  z-index:100000; }
.rtab li a{display:block; text-align:center; margin-top:9px; font-size:12px; font-family: 'GmarketSansMedium'; background-color: #fff; color:#000;  padding:4px 10px 1px 10px; box-sizing: border-box;border-radius:10%;;}
.rtab li:first-child a{margin-top: 0;}
.rtab li a:hover{background-color: #df1e36; color:#fff; box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.2); }


@media only screen and (max-width:768px){
.rtab{right:10px; top:35%; }
.rtab li a{margin-top:6px;font-size:10px; padding:1px 7px;}
}
 

@media screen and (max-width:1450px) {
#header h1{padding-left:20px; padding-bottom:30px;}
#header h1 img { width:250px;}
#header .pc_menu ul li  { padding:0 25px; }
#header .pc_menu ul li a { font-size:17px; }
#header .pc_menu ul li a span { font-size:11px; }
#header.show  h1{ padding-bottom:15px;}
}

@media screen and (max-width:1280px) {
#header{  background:none;}
#header .pc_menu {display:none;}
}

@media screen and (min-width:960px) and (max-width:1280px) {
#header { position:absolute; }
#header dl { padding-right:30px;}
#header h1 { padding-left:30px;}


/*¿Â¶óÀÎºü¸¥»ó´ã*/
.project_area { width:630px; margin-right:330px; }
.project_request { padding:30px;  } 
.work_view .taBox { display:none;}
.project_request .project_header h2 { font-size:30px; font-weight:300; color:#fff; line-height:30px; }
}
 
@media screen and (max-width:767px) {
#header h1{padding-left:0px; }
#header h1 img { width:160px;}
#header dl{padding-right:0px; padding-top:0px;  }
#header dl dd a{  padding:6px 3px; 0px 3px}
#header dl dd a img {width:30px;} 
#header dl dd.listBtn { background-size:40px; width:40px; height:40px;  margin-left:13px;}
#header dl dd.on { z-index:9999; background:url(../../img/listBtnX.png) no-repeat; }
#header dl dd.list a{text-indent: -9999em;background: url(../../img/XlistBtn.png) no-repeat center center; display:none;}
#header dl .close_list a {text-indent: -9999em; background:url(../../img/list_closeBtn.png) center center no-repeat; }

/*»ó´Ü¸Þ´º¹Ù ½ºÅ©·Ñ½Ã º¸ÀÌ±â*/
#header.show h1 img { width:140px;}
#header.show dl{padding-right: 0; padding-top:7px;}
#header.show dl dd a { padding-top:3px;}
#header.show dl dd a img {width:30px;}
#header.show dl dd.listBtn {width:30px; height:30px;  background-size:30px;}


/* ¿ìÃø¸Þ´º½ºÅ¸ÀÏ*/
.overlay { position: fixed; width: 260px; height: 100%; top: 0; right:-100%;}
.overlay ul li { line-height:50px; }
.overlay ul li a { font-size:19px;}
.overlay .listBox { top:100px;}
.overlay .listBox .sm {  margin-top:30px;}
.overlay .listBox .sm li {line-height:30px; margin-bottom:0; }
.overlay .listBox .sm li a { margin-bottom:0; font-size:17px;}
.overlay .listBox .sm:before {  height:2px; margin:10px 0; width:20px; }
.overlay .overlay-close { width:35px; height:35px; right:20px; top:20px; background-size:35px;}
.link:not(.link--faded)::before { height:2px;}
 
/*¿Â¶óÀÎ ºü¸¥»ó´ã*/
.project_area {   width:100%; margin-right:0px;  z-index:99999999;}
.project_request { padding:20px;  } 
.project_request .close { right:15px; top:20px; width:40px; height:40px; background-size:20px; }
.project_request .project_header h2 { font-size:25px; }
.project_request .project_part h3 { font-size:18px;}
.slider .downBtn{left: 50%;margin-left:-20px;}
.slider .downBtn img { width:40px;} 
}



/* ---- ¸ÞÀÎºñÁê¾ó---- */
.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:36px; height:36px; 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:-145px; bottom:150px;width:289px;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:100000; 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 );}}

/*¸ÞÀÎÀÌ¹ÌÁö Æ÷ÀÎÆ® À§Ä¡*/
.flickity-page-dots .dot:nth-child(1){top:9px;left:4px;}
.flickity-page-dots .dot:nth-child(2){top:9px;left:84px;}
.flickity-page-dots .dot:nth-child(3){top:9px;left:164px;}
.flickity-page-dots .dot:nth-child(4){top:9px;left:244px;}
.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: 'GmarketSansBold'; }
.slides .box .textBox{line-height:160%;font-weight:300; padding:10px 20px 30px; color:#fff;  font-size:17px;   overflow: hidden;}
.slides .box { width:800px; height:300px; position:absolute; left:50%; position:absolute; margin-left:-400px; top:45%; margin-top:-20px; text-align:center; padding:0; color:#fff; z-index:999; }

/* ¾Æ·¡·Î ¹öÆ° */
.slider .downBtn{  padding-bottom:40px;}




@media screen and (min-width:200px) and (max-width:669px) {
/* ÅØ½ºÆ® ºÎºÐ */
.slides .box { width:90%; left:5%; margin-left:0;  }
.slides .box { top:54%;}
.slides .cont .box h2 { font-size:30px; line-height:50px;}
.slides .cont .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:26px; 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:5px;left:4px;}
.flickity-page-dots .dot:nth-child(2){top:5px;left:44px;}
.flickity-page-dots .dot:nth-child(3){top:5px;left:84px;}
.flickity-page-dots .dot:nth-child(4){top:5px;left:124px;}
}


/********************* ¿Â¶óÀÎ»ó´ã ¹öÆ° *******************/
.divpop {position:absolute; z-index:3; right:50px; bottom:100px; position:fixed;}

@media screen and (max-width:1024px) {
.divpop {right:20px; bottom:160px; }
.divpop img {width:60px; }
}








/* ------------ ¹è³Ê ------------ */

/* ---- °¢ ¹è³Ê Å¸ÀÌÆ² ºÎºÐ---- */
.top_tit  h2{color:#DA281A; font-size:35px;  font-family: 'GmarketSansBold'; }
.top_tit .subText {color:#fff; font-size:16px;  opacity:0.7; }

@media screen  and (max-width:1024px) {
.top_tit  h2{ font-size:27px; line-height:120%; }
.top_tit .subText  {font-size:14px; }
}














/* ------------------------------------------------------------------------ Ãß°¡¼½¼Ç ÀÛ¾÷  26.03.26------------------------------------------------------------------------------------ */



/***************** ¼½¼Ç1. ¸ÞÀÎ ºñÁê¾ó *******************/
.main_hero { background:url('../../img/main_bg.jpg') no-repeat center center; background-size:cover; position:relative; width:100%; padding:8% 0; margin:0; text-align:center;}
.main_hero img {max-width:100%;}
.main_hero ul {width:88%; margin:0 auto; max-width:1210px; display:flex;  flex-wrap: wrap; padding:2.7% 0; }
.main_hero ul li {width:25%; padding:6px; box-sizing:border-box;   float:left;}
.main_hero ul li img { border-radius:min(20px, 1.5vw); }

@media screen  and (max-width:1024px) {
.main_hero { padding:16% 0;}
.main_hero ul { padding:4% 0; }
.main_hero ul li {width:33.33%; padding:4px;}
}

@media screen  and (max-width:500px) {
.main_hero ul { max-width:340px; }
.main_hero ul li {width:50%;}
}



/***************** ¼½¼Ç2. ºê·£µå *******************/
.brand { position:relative; width:100%;  margin:0; text-align:center; padding-top:5%; overflow:hidden; }
.brand::after { content:""; position:absolute; left:0; bottom:0; width:100%; height:15%; pointer-events:none; background:linear-gradient(to top, rgba(0,0,0,.04), rgba(0,0,0,0)); }

.brand img {max-width:100%;}
.brand .b_arrow_txt {position:absolute; bottom:0; left:0; width:100%; text-align:center; z-index:100; } 
.brand .b_arrow_txt img {padding-bottom:6%;}

@media screen  and (max-width:1024px) {
.brand .b_arrow_txt img {padding-bottom:0;}
}




/*****************Ãß°¡¼½¼Ç3. ±¤°í½Ã¾È ¸®ºä ·Ñ¸µ¹è³Ê *******************/
.ad {text-align:center; padding:0; width:100%;   position:relative; z-index:0; overflow:visible; padding:5% 0 1.7% 0; }
.ad::after { content:""; position:absolute; left:0; bottom:0; width:100%; height:220px; background:#18263F;   z-index:-1; }
.ad img {max-width:100%;}
.ad_box {position:relative;  width:90%; max-width:1710px; margin:0 auto; padding:3.5% 0; background:#E7FBFF;  border-radius:min(40px, 3vw);  }
.ad_wrap {position:relative;  width:94%; margin:1% auto; }
.ad_wrap {position:inherit;}
.ad_wrap .img { position:relative; }
.ad_wrap .img img {width:98%; margin:1%;  position:relative; box-sizing: border-box;  border-radius:min(20px, 1.4vw); }

/*****¹öÆ° *****/
.ad .prev,.ad .next { position:absolute; width:70px; height:70px;  display:block; text-indent:-9999px; cursor:pointer; z-index:10; background-repeat: no-repeat; background-size:cover; border:none; top:41%; }
.ad .prev {background-image:url('../../img/ad_arrow_left.png');}
.ad .next {background-image:url('../../img/ad_arrow_right.png');}
.ad .prev {left:-2%;}
.ad .next {right:-2%;}
.slick-dots {display:none !important;}

@media screen  and (max-width:1024px) {
.ad { padding:4% 0; }
.ad::after { height:120px; }
.ad .prev,.ad .next { width:40px; height:40px; top:41%; }
}

@media screen  and (max-width:1024px) {
.ad .prev,.ad .next { width:30px; height:30px; }
.ad .prev {left:-3%;}
.ad .next {right:-3%;}
}






/*¼½¼Ç1*/
.sec01 {background:#fff;  padding:0px 0 0 0; text-align:center;}
.sec01 .top_tit p {margin:0px 0;} 
.sec01 .img_box {width:100%; margin:0 auto; }
.sec01 .img_box img{width:100%;}
.sec01 .bg_color {width:100%; padding:0 0 0 0;} 
.sec01 .top_space {margin-top:70px;}


@media screen  and (max-width:767px) {
.sec01 {padding-top:0px;}
.sec01 .top_space {margin-top:0px;}
.sec01 .bg_color { padding:0 0 0 0;} 
}






/*¼½¼Ç2*/
.sec02 {background:#fff;  padding:0px 0 0 0; text-align:center;}
.sec02 .top_tit p {margin:0px 0;} 
.sec02 .img_box {width:100%; margin:0 auto; }
.sec02 .img_box img{width:100%;}
.sec02 .bg_color {width:100%; padding:0 0 0 0;} 
.sec02 .top_space {margin-top:70px;}


@media screen  and (max-width:767px) {
.sec02 {padding-top:0px;}
.sec02 .top_space {margin-top:0px;}
.sec02 .bg_color { padding:0 0 0 0;} 
}




/*¼½¼Ç3*/
.sec03 {background:#fff;  padding:0px 0 0 0; text-align:center;}
.sec03 .top_tit p {margin:0px 0;} 
.sec03 .img_box {width:100%; margin:0 auto; }
.sec03 .img_box img{width:100%;}
.sec03 .bg_color {width:100%; padding:0 0 0 0;} 
.sec03 .top_space {margin-top:70px;}


@media screen  and (max-width:767px) {
.sec03 {padding-top:0px;}
.sec03 .top_space {margin-top:0px;}
.sec03 .bg_color { padding:0 0 0 0;} 
}






/*¼½¼Ç4*/
.sec04 {background:#fff;  padding:0px 0 0 0; text-align:center;}
.sec04.top_tit p {margin:0px 0;} 
.sec04 .img_box {width:100%; margin:0 auto; }
.sec04 .img_box img{width:100%;}
.sec04 .bg_color {width:100%; padding:0 0 0 0;} 
.sec04 .top_space {margin-top:70px;}


@media screen  and (max-width:767px) {
.sec04 {padding-top:0px;}
.sec04 .top_space {margin-top:0px;}
.sec04 .bg_color { padding:0 0 0 0;} 
}






/*¼½¼Ç5*/
.sec05 {background:#fff;  padding:0px 0 0 0; text-align:center;}
.sec05 .top_tit p {margin:0px 0;} 
.sec05 .img_box {width:100%; margin:0 auto; }
.sec05 .img_box img{width:100%;}
.sec05 .bg_color {width:100%; padding:0 0 0 0;} 
.sec05 .top_space {margin-top:70px;}


@media screen  and (max-width:767px) {
.sec05 {padding-top:0px;}
.sec05 .top_space {margin-top:0px;}
.sec05 .bg_color { padding:0 0 0 0;} 
}






/*¼½¼Ç6*/
.sec06 {background:#fff;  padding:0px 0 0 0; text-align:center;}
.sec06 .top_tit p {margin:0px 0;} 
.sec06 .img_box {width:100%; margin:0 auto; }
.sec06 .img_box img{width:100%;}
.sec06 .bg_color {width:100%; padding:0 0 0 0;} 
.sec06 .top_space {margin-top:70px;}


@media screen  and (max-width:767px) {
.sec06 {padding-top:0px;}
.sec06 .top_space {margin-top:0px;}
.sec06 .bg_color { padding:0 0 0 0;} 
}






/*¼½¼Ç7*/
.sec07 {background:#fff;  padding:0px 0 0 0; text-align:center;}
.sec07 .top_tit p {margin:0px 0;} 
.sec07 .img_box {width:100%; margin:0 auto; }
.sec07 .img_box img{width:100%;}
.sec07 .bg_color {width:100%; padding:0 0 0 0;} 
.sec07 .top_space {margin-top:70px;}


@media screen  and (max-width:767px) {
.sec07 {padding-top:0px;}
.sec07 .top_space {margin-top:0px;}
.sec07 .bg_color { padding:0 0 0 0;} 
}






/*¼½¼Ç8*/
.sec08 {background:#fff;  padding:0px 0 0 0; text-align:center;}
.sec08 .top_tit p {margin:0px 0;} 
.sec08 .img_box {width:100%; margin:0 auto; }
.sec08 .img_box img{width:100%;}
.sec08 .bg_color {width:100%; padding:0 0 0 0;} 
.sec08 .top_space {margin-top:70px;}


@media screen  and (max-width:767px) {
.sec08 {padding-top:0px;}
.sec08 .top_space {margin-top:0px;}
.sec08 .bg_color { padding:0 0 0 0;} 
}






/*¼½¼Ç9*/
.sec09 {background:#fff;  padding:0px 0 0 0; text-align:center;}
.sec09 .top_tit p {margin:0px 0;} 
.sec09 .img_box {width:100%; margin:0 auto; }
.sec09 .img_box img{width:100%;}
.sec09 .bg_color {width:100%; padding:0 0 0 0;} 
.sec09 .top_space {margin-top:70px;}


@media screen  and (max-width:767px) {
.sec09 {padding-top:0px;}
.sec09 .top_space {margin-top:0px;}
.sec09 .bg_color { padding:0 0 0 0;} 
}



/*****************Ãß°¡¼½¼Ç4. ¿µ»ó ·Ñ¸µ ¹è³Ê *******************/
.movie { text-align:center; width:100%; position:relative; z-index:0; overflow:visible;  padding-bottom:5%; }
.movie img { max-width:100%; }
.movie .tit { text-align:center; width:100%; background:url('../../img/movie_bg.gif') no-repeat right top;  background-size:auto 100%; position:relative; box-sizing:border-box; display:flex; align-items:center; justify-content:center;  position:relative; padding:6% 0;  display:flex; align-items:center; justify-content:center; }
.movie .tit img { max-width:100%; height:auto; }

.movie .pop { position:absolute; top:23%; right:0; z-index:100; width:20%; max-width:300px; text-align:right; animation:popFloat 3s ease-in-out infinite; }
@keyframes popFloat { 0% { transform:translateY(0); } 50% { transform:translateY(-12px); } 100% { transform:translateY(0); } }
.movie_box { position:relative; width:90%; max-width:1710px; margin:0 auto; padding:5% 0 3%; background:#0E36CC; border-radius:min(40px, 3vw); }
.movie_box .txt { text-align:left; width:90%; margin:0 auto; }
.movie_wrap { position:relative; width:90%; margin:1% auto; }

/*****¿µ»ó ³ôÀÌ *****/
.movie_wrap .img { position:relative; width:100%; max-height:655px;  aspect-ratio:9 / 16;  overflow:hidden; border-radius:min(20px, 1.4vw); background:#000; }
.movie_wrap .img iframe { width:100%; height:100%; margin:0; display:block; border:0; box-sizing:border-box; }
.movie_wrap .slick-slide { padding:0 10px; box-sizing:border-box; }
 
/*****¹öÆ° *****/
.movie .prev, .movie .next { position:absolute; width:70px; height:70px; display:block; text-indent:-9999px; cursor:pointer; z-index:10; background-repeat:no-repeat; background-size:cover; border:none; top:41%; }
.movie .prev { background-image:url('../../img/movie_arrow_left.png'); }
.movie .next { background-image:url('../../img/movie_arrow_right.png'); }
.movie .prev { left:-2%; }
.movie .next { right:-2%; }
.slick-dots { display:none !important; }

@media screen  and (max-width:1280px) {
.movie .prev,.movie .next { width:40px; height:40px; top:41%; }
}

@media screen  and (max-width:1024px) {
.movie .pop { top:20%; }
.movie .prev,.ad .next { width:30px; height:30px; }
.movie .prev {left:-3%;}
.movie .next {right:-3%;}
.movie_wrap .slick-slide { padding:0 5px; }
}

.slick-slider{ position: relative;display: block;box-sizing: border-box;  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{ 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;}









/*****************ÇÏ´Ü(Ç²ÅÍ)¿µ¿ª*******************/
#footer {position:relative; width:100%;  background:#DF1E36;  margin-bottom:65px;}
#footer:after {content:"";display:block;clear:both;}
/* ÇÏ´Ü¸Þ´º */
.f_menu {width:100%; border-bottom:1px solid #56C762;  }
.f_menu ul {margin-left:2%;  padding:20px;}
.f_menu ul li {display:inline-block; padding-right:15px;}
.f_menu ul li a {  font-size:15px; color:#fff; }
.f_menu ul li a:hover {color:#FBEB00;}
/* ÁÖ¼Ò ÅØ½ºÆ® */
.f_text { padding:20px; margin-left:2%;}
.f_text p{ padding:5px 0; font-size:11px; color:#fff;}
.f_text p span {color:#fff; padding-right:15px; font-size:13px; }
/* À§·Î */
.ftop {position:absolute; right:50px; bottom:50px;}
 #scrollbar { position:fixed; right:2px; height:50px; width:6px; background:#FBEB00; background:rgba(0,0,0,0.6); border:1px solid rgba(255,255,255,0.6); z-index:300; border-radius:3px;}
.skrollr-desktop #scrollbar {display:none;}

@media screen and (max-width:1000px){
#footer {margin-bottom:130px;}
.f_menu ul { padding:10px;}
.f_menu ul li a {  font-size:13px;  }
/* ÁÖ¼Ò ÅØ½ºÆ® */
.f_text { padding:10px;}
.f_text p span { font-size:11px; }
}

@media screen and (max-width:767px) {
.f_con {  width:100%; }
.f_text p span {padding:0; display:block; font-size:11px;}
.ftop { right:20px; bottom:20px;}
.f_menu ul,.f_text {margin-left:0%;}
}




/***¹öÆ°***/
ul.btn_list { margin:0 auto; text-align:center;}
ul.btn_list li {display:inline; padding:0 2px;}
.btn {text-align:center;}
.btn a {width:200px; padding:10px; color:#fff; font-size:15px; font-weight:600; transition: all 0.35s ease-in-out; display:inline-block; background:#DF1E36 url(../../img/arrow_1.png) no-repeat 10px center; }
.btn a:hover,.btn a.current {background-position:16px center; padding-left:20px;}

@media screen and (max-width:767px) {
.btn a {width:150px; padding:5x;  font-size:13px;  background-size:13px; }
}



/* ¸ð¼Ç */
.animated {animation-duration: 1s;animation-fill-mode: both;}
@keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.bounceIn { -webkit-animation-name: bounceIn; animation-name: bounceIn;}
@keyframes slideInLeft {
from {
-webkit-transform: translate3d(-20%, 0, 0);
transform: translate3d(-20%, 0, 0);
visibility: visible;
opacity: 0;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes slideInRight {
from {
-webkit-transform: translate3d(13%, 0, 0);
transform: translate3d(20%, 0, 0);
visibility: visible;
opacity: 0;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}s
}
@keyframes slideInBottom {
from {
-webkit-transform: translate3d(0, 20%, 0);
transform: translate3d(0, 20%, 0);
visibility: visible;
opacity: 0;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes slideInTop {
from {
-webkit-transform: translate3d(0, -20%, 0);
transform: translate3d(0, -20%, 0);
visibility: visible;
opacity: 0;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}

.slideInLeft { animation-name: slideInLeft;}
.slideInRight {animation-name: slideInRight;}
.slideInBottom { animation-name: slideInBottom;}
.slideInTop {animation-name: slideInTop;}