/***************** ÆùÆ®¿Í ±âº» ¼ÂÆÃ*******************/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700,900&subset=korean');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap');/* font-family: 'Montserrat', sans-serif; */
@import url(//fonts.googleapis.com/earlyaccess/jejumyeongjo.css); /* font-family: 'Jeju Myeongjo', serif; */
@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&display=swap'); /* font-family: 'Nanum Myeongjo', serif; */
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap'); /* font-family: 'Abril Fatface', cursive; */
@import url('//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-kr.css');
@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;
 }
 @font-face {
  font-family: 'S-CoreDream-1Thin'; 
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-1Thin.woff') format('woff'); 
  font-weight: 100; 
 }
    @font-face {
  font-family: 'S-CoreDream-2ExtraLight';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-2ExtraLight.woff') format('woff');
  font-weight: normal;       
  font-style: normal;
 }
@font-face {
  font-family: 'S-CoreDream-3Light';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
 }
            
@font-face {
  font-family: 'S-CoreDream-4Regular';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
 }
            
@font-face {
  font-family: 'S-CoreDream-5Medium';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
 }
@font-face {
   font-family: 'S-CoreDream-6Bold';
   src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff');
   font-weight: normal;
   font-style: normal;
 }
@font-face {
  font-family: 'S-CoreDream-7ExtraBold';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-7ExtraBold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
 }
 
 @font-face { 
  font-family: 'S-CoreDream-8Heavy'; 
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-8Heavy.woff') format('woff'); 
  font-weight: normal; 
  font-style: normal; 
 }
@font-face {
  font-family: 'S-CoreDream-9Black';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-9Black.woff') format('woff');
  font-weight: normal;
  font-style: normal;
 }
 


/* ****************** ½ºÅ©·Ñ¹Ù µðÀÚÀÎ ¼³Á¤ ********************** */
/* ½ºÅ©·Ñ¹Ù ÀüÃ¼ ³Êºñ ¼³Á¤ */
*::-webkit-scrollbar {
  width:7px;
}

/* ½ºÅ©·Ñ ¼ÕÀâÀÌ */
*::-webkit-scrollbar-thumb {
  background: linear-gradient(#f1cf4a, #0a1f44); /* ¿»·Î¿ì to µöºí·ç ±×¶óµ¥ÀÌ¼Ç */
  border-radius: 10px;
  transition: background 0.3s;
}

/* ½ºÅ©·Ñ Æ®·¢ */
*::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1); /* °ÅÀÇ Åõ¸íÇÑ ¹àÀº ¹è°æ */
}

/* ¸¶¿ì½º ¿À¹ö ½Ã */
*::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(#ffdb4d, #05203c); /* ´õ ¹à°í ÁøÇÑ ÅæÀ¸·Î °­Á¶ */
}




 
html  {overflow-y:scroll;}
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, 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,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video 
{margin:0;padding:0;border:0; list-style:none;  }



article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary { display:block;}
hr { display:block; height:1px; border:0; margin:1em 0; padding:0;}
a { color:#666; text-decoration:none;}
a:active, a:hover, a:focus { text-decoration:none;}
button{ margin:0px; padding:0px; cursor:pointer; border:0px; background:none;}
 
.cm-fl { float:left; }
.cm-fr { float:right; }
.cm-cb { clear:both; }
.cm-cf { clear:both; height:1px; }
.cm-pr { position:relative; }
.cm-pa { position:absolute; }
.cm-ps { position:static; }
.cm-al { text-align:left !important; }
.cm-ac { text-align:center !important; }
.cm-ar { text-align:right !important; }
.cm-accessibility a { position:absolute; text-align:center; width:200px; display:block; background:#c52227; color:#fff; left:-9999px; }
.cm-accessibility a:hover { z-index:999999; margin-left:-100px; left:50%; }
.cm-accessibility a:focus { z-index:999999; margin-left:-100px; left:50%; }
.cm-accessibility a:active { z-index:999999; margin-left:-100px; left:50%; }
 
body, table, th, td, button, select, input {  font-family: 'S-CoreDream-4Regular','Noto Sans KR', "³ª´®°íµñ", NanumGothic, "Nanum Gothic","µ¸¿ò", Dotum, Arial, sans-serif; font-size:14px; letter-spacing:-0.01em; word-break:keep-all;  color:#242424;}
body { background-color:#fff; position: relative;}
#wrap {overflow:hidden; width:100%; min-width:320px; position:relative; }
.fR{float:right;}
.fL{float:left;}
.tC{text-align:center;}
.floatBox:after {content:"";display:block;clear:both;}
 

/******************* °øÅëÅ¬·¡½º ********************** */
.area{ max-width:1400px; width:94%; margin:0px auto 50px; line-height:170%; } 
.area-box{ max-width:1638px; width:94%;  margin:0px auto; }
.clearfix{*zoom:1;}
.clearfix:after{clear:both; display:block; content:"";}

/****pc/¸ð¹ÙÀÏ ÀÌ¹ÌÁö ºä±³Ã¼***/
.img_w {text-align:center;}
.img_s {display:none; width:100%;}

@media screen and (max-width:1024px){
.img_w {display:none; width:100%;}
.img_s {display:inline-block;}
}

.blind{overflow:hidden;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0}
.text-ellipsis{white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.table-layout{display:table; width:100%; height:100%; }
.table-cell-layout{display:table-cell; width:100%; height:100%; vertical-align:middle;}
.over-img{overflow:hidden;}
.over-img img{-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;transition:all 0.3s}
a:hover .over-img img{ -ms-transform: scale(1.1) rotate(0.02deg); -o-transform: scale(1.1) rotate(0.02deg); -moz-transform: scale(1.1) rotate(0.02deg);-webkit-transform: scale(1.1) rotate(0.02deg); transform: scale(1.1) rotate(0.02deg);}
@media all and ( max-width: 1658px ){
 .area-box{padding:0 15px;}
}
@media all and ( max-width: 1280px ){
 .area{padding:0 15px;}
}










/*********************** ¿ìÃø Äü¹è³Ê ****************/
.quick-banner {position: fixed;  right:0; top: 50%;  transform: translateY(-50%);  display: flex;  flex-direction:column;  z-index: 9999;}
.quick-banner .quick-item {margin-left:7px; width:43px;  height:160px;  background-color: #191970;  color: #fff;  display: flex;  flex-direction:column;  align-items: center;  justify-content: start;  text-align: center;  font-weight: bold ; transition: all 0.3s ease;}
.quick-banner .quick-item.yellow { background-color: #F1CF4A; color: #0A1F44;}
.quick-banner a:hover  {color:#F1CF4A;}
.quick-banner a:hover  {margin:0; width:50px;}

.icon-wrapper { width:38px; height:38px; display: flex;  justify-content: center;  align-items: center;  flex-shrink: 0; /* ¾ÆÀÌÄÜ Å©±â À¯Áö */  margin-top: 15px;}
.label-wrapper { flex: 1; display: flex; justify-content: center; align-items: center; padding: 0;  position: relative;  width: 100%;  overflow: hidden;}
.label { display: block;  font-size:15px;  font-weight: bold;  white-space: nowrap;  transform: rotate(90deg); transform-origin: center;  max-width: 160px;}

@media all and ( max-width:1280px ){
.quick-banner .quick-item {width:38px; height:140px;}
.quick-banner a:hover  {width:45px;}
.label { font-size:13px;}
}

@media all and ( max-width:787px ){
.quick-banner .quick-item {width:30px; height:110px;}
.quick-banner a:hover  {width:37px;}
.icon-wrapper { margin-top:5px;}
.icon-wrapper img{ width:23px; height:23px;}
.label { font-size:11px;}
}









/* ****************** 2.»ó´Ü(Çì´õ)¸Þ´º ********************** */
#header {position:absolute; width:100%;   z-index:99999; border-bottom:1px solid rgba(255,255,255,0.3); transition:top 0.4s}
#headerInner{position:relative;  margin:0px auto;  width: 100%;  }
#header .logo {position:absolute; top:17px; left:15px; z-index:100;}

/* --------  SNS -------- */
.header-sns-box{position:absolute; top:30px; right:20px; z-index:100;  }
.header-sns-box ul li {display:inline; padding:2px;}
.header-sns-box ul li a{display:inline-block; width:35px; height:35px; border-radius:50%; border:2px solid #fff; }
.header-sns-box ul li a:hover{background-color:#E60020; border:2px solid #E60020;}
#gnbBg{position:absolute; left:0; top:0; width:100%; height:90px; opacity:0;filter:Alpha(opacity=0); background-color:rgba(0,31,63,0.7);   z-index:98; transition:height 0.2s ease-in-out, opacity 0.2s ease-in-out;}


/* gnb 2depth BG */
#gnbBg.open{opacity:1.0;filter:Alpha(opacity=100);}
.gnb-overlay-bg{position:fixed; visibility:hidden; opacity:0;filter:Alpha(opacity=0); top:90px; left:0; width:100%; height:0; background-color:#333; background-color:rgba(0,0,0,0.70);transition:all 0s 0s}
 
/* pc »ó´Ü¸Þ´º ´ë¸Þ´º 1Â÷ */
#gnb{position:absolute; top:0px; left:0px; width:100%; height:90px; z-index:99; }
#gnb:after{content:""; position:absolute; top:90px; left:0px; width:100%; height:1px; border-bottom:1px solid rgba(255,255,255,0.3); }
#gnb > ul{width:100%; text-align:center; margin:0px auto;}
#gnb > ul > li{display:inline-block; margin-left:-4px;}
#gnb > ul > li:first-child{margin-left:0;}
#gnb > ul > li > a{position:relative; display:block; height:90px; line-height:90px; color:#fff; font-size:19px; padding:0 28px;font-family: 'S-CoreDream-5Medium'; z-index:99; transition:all 0.4s}
#gnb > ul > li > a > span{display:block; padding:0 18px; }
#gnb > ul > li > a:hover, #gnb > ul > li.on > a{color:#fff;}
#gnb > ul > li > a:hover > span, #gnb > ul > li.on > a span{border-bottom-color:#F1CF4A;}

/* 2Â÷ ÇÏÀ§ ¸Þ´º  */
.gnb-2dep-container{visibility:hidden; opacity:0;filter:Alpha(opacity=0); position:absolute; top:0px; left:0px; width:100%; height:60px; padding-top:100px;  z-index:98; text-align:left;  transition:all 0s 0s} 
.gnb-2dep-container.show{ visibility:visible;  opacity:1.0;filter:Alpha(opacity=100);   transition:all 0.3s 0.2s; }
.gnb-2dep-container .gnb-2dep-inner{position:relative; height:100%;}
.gnb-2dep-container .gnb-2dep-menu-con {height:100%; }
.gnb-2dep-container .gnb-2dep-menu-con > li{float:left; }
.gnb-2dep-thumb-container .gnb-2dep-menu-con li{float:left; padding:12px 20px;}
.gnb-2dep-thumb-container .gnb-2dep-menu-con li a{display:block; color:#fff; font-size:16px;transition:all 0.4s; position:relative;}
.gnb-2dep-thumb-container .gnb-2dep-menu-con li a:hover {color:#F1CF4A; padding-left:10px;}
.gnb-2dep-thumb-container .gnb-2dep-menu-con li a:hover:before {position:absolute; clear:both; display:block; content:""; left:0; top:10px; width:4px; height:4px; background:#F1CF4A; border-radius:50%;}
#gnbM{display:none}

@media all and ( max-width:1500px ){
#gnb > ul > li > a{padding:0 15px; font-size:18px; }
}

@media all and ( max-width:1339px ){
 #header{height:100px;}
 #gnb{display:none;}
/* --------  SNS -------- */
.header-sns-box{ top:30px; right:75px;}
 
/* -------- Header :: GNB(Mobile) -------- */
 #gnbM{  display:block;  overflow-y:auto;  position:fixed;  top:0px;  right:-100%; width:100%;  height:100%;   max-width:800px;  background-color:#fff;  z-index:999;  box-shadow:-2px 1px 11px rgba(0, 0, 0, .3); transition:all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);  visibility:hidden; }
 #gnbM.open{  right:0px;  visibility:visible;}
 #gnbM .gnb-m-inner{width:100%; height:100%;}
 #gnbM .gnb-m-inner .gnb-m-tit{width:100%; font-size:36px; line-height:99px; color:#161616; font-weight:500; letter-spacing:-0.75px; border-bottom:1px solid #cfcfcf; background-color:#fff;}
 #gnbM .gnb-m-inner .gnb-m-tit > span{margin-left:25px;}
 #gnbM .gnb-m-inner .gnb-m-tit > span i{font-size:28px; vertical-align:middle;}
 #gnbM .gnb-m-tab-container{width:100%; height:100%; height:calc(100% - 100px);}
 #gnbM .gnb-m-tab-container .gnb-m-tab-list{float:left; width:274px; padding-top:32px;}
 #gnbM .gnb-m-tab-container .gnb-m-tab-list li{}
 #gnbM .gnb-m-tab-container .gnb-m-tab-list li a{display:block; position:relative; padding-left:45px; font-size:25px; line-height:72px; color:#161616; font-weight:500; letter-spacing:-0.55px;}
 #gnbM .gnb-m-tab-container .gnb-m-tab-list li a:after{position:absolute; top:50%; right:34px; display:inline-block; content:""; width:18px; height:20px; margin-top:-10px;   opacity:0;filter:Alpha(opacity=0); visibility:hidden;}
 #gnbM .gnb-m-tab-container .gnb-m-tab-list li.selected a{ color:#191970;  -webkit-transition:all 0.4s; -moz-transition:all 0.4s; -o-transition:all 0.4s; -ms-transition:all 0.4s; transition:all 0.4s;}
 #gnbM .gnb-m-tab-container .gnb-m-tab-list li.selected a:after{ opacity:1.0;filter:Alpha(opacity=100); visibility:visible;  transition:all 0.4s; }
 #gnbM .gnb-m-tab-container .gnb-m-tab-content-wrapper{float:right; width:526px; height:100%; background-color:#f5f5f5;}
 #gnbM .navigation{padding:29px 45px; background-color:#f5f5f5;}
 #gnbM .navigation > li > a {position:relative; display:block; color:#161616; font-size:25px; line-height:72px; border-bottom:1px solid #dbdbdb; }
 #gnbM .navigation > li.active > a{color:#191970;}
 #gnbM .navigation > li .gnb-icon{position:absolute; top:50%; right:4px; margin-top:-10px; width:20px; height:18px;}
 #gnbM .navigation > li .gnb-icon.open-icon{background:url(../../img/mmenu_close.png) no-repeat; background-size:100% auto;}
 #gnbM .navigation > li .gnb-icon i{font-size:24px;}
}


@media all and ( max-width:767px ){
#header{height:60px;}
#header .logo {top:10px;}
#header .logo img{width:150px;}
/* --------  SNS -------- */
.header-sns-box{top:16px; right:60px; }
.header-sns-box ul li a{ width:20px; height:20px;}
.header-sns-box ul li a img {width:100%;}
#gnbM{right:0; height:calc(90% - 2px); border-bottom:2px solid #1f1f1f;}
 #gnbM.open{top:0;}
 #gnbM .gnb-m-inner .gnb-m-tit{font-size:18px; line-height:59px;}
 #gnbM .gnb-m-inner .gnb-m-tit > span i{font-size:22px;}
 #gnbM .gnb-m-tab-container{height:calc(100% - 60px);}
 #gnbM .gnb-m-tab-container .gnb-m-tab-list{width:34.25%; padding-top:16px;}
 #gnbM .gnb-m-tab-container .gnb-m-tab-list li a{font-size:15px; line-height:25px; padding:10px 0; padding-left:20px; }
 #gnbM .gnb-m-tab-container .gnb-m-tab-list li a:after{right:20px; width:15px; height:17px;}
/* GNB Mobile :: 1Â÷ */
  #gnbM .gnb-m-tab-container .gnb-m-tab-content-wrapper{width:65.75%;}
 #gnbM .navigation{padding:14px 10px; padding-bottom:100px;}
 #gnbM .navigation > li > a{font-size:15px; line-height:25px; padding:10px 0;}
 #gnbM .navigation > li .gnb-icon{width:17px; height:15px; margin-top:-8px;} 
}


@media all and ( max-width:480px ){
 /* -------- Header :: GNB(Mobile) -------- */
 #gnbM .gnb-m-tab-container .gnb-m-tab-list li a{font-size:13px; padding-left:10px;}
 #gnbM .gnb-m-tab-container .gnb-m-tab-list li a:after{right:10px; width:13px; height:15px; margin-top:-7px;}
 /* GNB Mobile :: 1Â÷ */
 #gnbM .navigation{padding:14px; padding-bottom:50px;}
 #gnbM .navigation > li > a{font-size:13px;}
 #gnbM .navigation > li .gnb-icon{width:15px; height:13px; margin-top:-6px;}
}
 
 





/* -------- ÀÚµ¿¹ø¿ª À§Á¬ ¾ÆÀÌÄÜ -------- */
.gtranslate_wrapper {position:absolute;  top:33px;  right: 20px;  z-index: 999999;  display: flex;  gap: 6px;}
.gtranslate_wrapper img {width:35px;  height: auto;  cursor: pointer;  transition: transform 0.2s ease;}
.gtranslate_wrapper img:hover {  transform: scale(1.1);}

@media all and ( max-width:1339px ){
.gtranslate_wrapper { top:33px;  right: 70px;  gap:4px;}
.gtranslate_wrapper img { width:25px; }
}

@media all and ( max-width:767px ){
.gtranslate_wrapper { top:15px;  right: 50px;  gap:1px;}
.gtranslate_wrapper img {width:22px; }
}





/* -------- Header :: ³×ºñ°ÔÀÌ¼Ç ¿ÀÇÂ ¹öÆ° -------- */
.nav-open-btn{display:none;}

@media all and ( max-width:1339px ){
.nav-open-btn{ display:block; position:absolute;  right:15px; z-index:9998; margin-top:25px; width:49px; height:49px;  border-radius:50%; background-color:#404041; transition:all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715); }
.nav-open-btn .line{ display:block; width:20px; height:2px; background-color:#fff; border-radius:5px; margin:4px auto;  transition: all 0.3s ease-in-out; }
.nav-open-btn.active .line{background-color:#fff;}
.nav-open-btn.active .line:nth-child(2){opacity: 0;}
.nav-open-btn.active .line:nth-child(1){  transform: translateY(6px) rotate(45deg);}
.nav-open-btn.active .line:nth-child(3){ transform: translateY(-6px) rotate(-45deg);}
}

@media all and ( max-width:767px ){
.nav-open-btn{width:32px; height:32px; margin-top:10px; right:9px; }
.nav-open-btn .line{ width:14px; height:1px; margin:3px auto;}
}











/***************** ÇÏ´Ü(Ç²ÅÍ)¿µ¿ª*******************/
#footer {position:relative; width:100%; border-top:1px solid #E1E1E1;  background:#fff; }

/* ÇÏ´Ü¸Þ´º */
.f_menu {width:94%; margin:0 auto; padding:20px 0;border-bottom:1px solid #E1E1E1; }
.f_menu .flogo {float:left;}
.f_menu ul {float:right; margin-top:20px; }
.f_menu ul li {display:inline-block; padding-left:30px;}
.f_menu ul li a {font-size:15px; }
.f_menu ul li a:hover {color:#000;}

/* ÁÖ¼Ò ÅØ½ºÆ® */
.f_text {width:94%; margin:0 auto; padding:40px 0; vertical-align:bottom; position:relative;}
.f_text .f_info {text-align:left; width:80%;}
.f_text p{font-size:19px; font-weight:900; padding-bottom:10px; }
.f_text dl {display:inline-block; padding:3px;}
.f_text dl dt{font-size:14px; color:#373737; padding-right:6px; display:inline-block; }
.f_text dl dd{font-size:14px; color:#878787; margin-right:20px; display:inline-block;}
.f_text .copy  {position:absolute;  right:0; bottom:40px; color:#BDBEBE;   font-size:13px;  }
.f_text .copy b {color:#191970;}
 #scrollbar { position:fixed; right:2px; height:50px; width:6px; background:#444; 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:1279px){
/* ÇÏ´Ü¸Þ´º */
.f_menu .flogo img {height:50px;}
.f_menu ul {margin-top:10px; }
.f_menu ul li {padding-left:20px;}
.f_menu ul li a {font-size:14px;}

/* ÁÖ¼Ò ÅØ½ºÆ® */
.f_text { padding:20px 0;}
.f_text p{font-size:15px;}
.f_text dl dt,
.f_text dl dd{font-size:13px;}
.f_text .copy  {position:relative; bottom:0; padding-top:7px; font-size:12px;}
}

@media screen and (max-width:1024px){
#footer {margin-bottom:40px;}
.f_menu .flogo img {height:40px;}
.f_menu ul li a {font-size:13px; }
.f_menu {padding:15px 0;}
.f_text {padding:20px 0;}
.f_text p{font-size:17px;  }
.f_text dl dt{font-size:13px;  }
.f_text dl dd{font-size:13px;  margin-right:15px;}
.f_text .copy  { font-size:12px;}
}

@media screen and (max-width:767px) {
.f_menu .flogo {float:none; text-align:center; margin:0 auto; }
.f_menu ul {float:none; text-align:center;  border-top:1px solid #E1E1E1; float:none;   width:100%;;}
.f_menu {padding:10px 0;}
 
.f_menu ul li {padding:7px;}
.f_menu ul li a {font-size:11px;}
.f_text {margin:20px auto;}
.f_text p{font-size:15px;  }
.f_text dl dt,
.f_text dl dd{font-size:11px;}
.f_text .copy {font-size:10px;}
}


/* À§·Î */
.ftop {position:absolute; right:40px; bottom:70px;}

@media screen and (max-width:1024px){
.ftop {right:20px; bottom:40px;}
.ftop img {width:20px;}
}
 





/***************** ¼­ºêÄÁÅÙÃ÷ ¿µ¿ª °øÅë*******************/
/* ¸ð¼Ç */
.animated {-webkit-animation-duration: 1s;animation-duration: 1s;-webkit-animation-fill-mode: both;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(-13%, 0, 0);
transform: translate3d(-13%, 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(30%, 0, 0);
transform: translate3d(30%, 0, 0);
visibility: visible;
opacity: 0;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes slideInBottom {
from {
-webkit-transform: translate3d(0, 13%, 0);
transform: translate3d(0, 13%, 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, -13%, 0);
transform: translate3d(0, -13%, 0);
visibility: visible;
opacity: 0;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
.slideInLeft { -webkit-animation-name: slideInLeft; animation-name: slideInLeft;}
.slideInRight { -webkit-animation-name: slideInRight; animation-name: slideInRight;}
.slideInBottom { -webkit-animation-name: slideInBottom; animation-name: slideInBottom;}
.slideInTop { -webkit-animation-name: slideInTop; animation-name: slideInTop;}