@charset "utf-8";
/* @import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css); */
@import url('https://fonts.googleapis.com/earlyaccess/notosanskr.css');
@import url(https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css);
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');
@import url('https://fonts.googleapis.com/css?family=Marcellus+SC|Source+Sans+Pro');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Merriweather|Open+Sans');

/* ========= Reset CSS  ========= */
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; font: inherit; font-size: 100%; vertical-align: baseline;}

html { line-height: 1; }
ol, ul { list-style: none; }
table { border-collapse: collapse; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal; vertical-align: middle;}
q, blockquote { quotes: none; }
q:before, q:after, blockquote:before, blockquote:after {content: ""; content: none;}
a img { border: none;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }
legend, hr, caption {display: none;}
/*-------------------------
  CSS Chapters:
  0 - Variables
  1 - General formatting
  2 - Header
  3 - Sidebarf
  4 - Main Content
  5 - Main Site Footer
  6 - Media Queries
-------------------------*/
/*-------------------------
  0 - Variables
-------------------------*/
/*-------------------------
  1 - General formatting
-------------------------*/
 /* form style 제거 */
input[type='text'],input[type='password'],input[type='image'],input[type='tel'],input[type='email']{-webkit-appearance:none;border-radius:0; border: 0;}
input[type='checkbox']{border-radius:0;border:1px solid #909090;}
input:checked[type='checkbox']{-webkit-appearance:checkbox;}
select {
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
}
input[type='file']{-webkit-appearance:button;border-radius:0;}

input:focus {
  outline: none;
}

/* input 스타일 재정의 */
input, textarea, select {
    font-size: 12px;
    border: 0;
    font-family: 'noto_d', "맑은 고딕";
    outline-style: none;
    color: #666;
    vertical-align: middle;
}
input[type='text'] , input[type='password']{ height:35px; background: #ffffff;  border:1px solid #e2ded8; padding: 5px 7px; font-size:14px}
input[type='file'] {background: #ffffff;  border:1px solid #d6d6d6; padding:0; height:28px;}
textarea {padding: 10px 10px;/*  min-height: 100px; */ width:100%; font-size:12px; background: #ffffff; border: 1px solid #d4d3d3; border-radius: 0!important;
vertical-align: middle;}


*,
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;}
html {/* background: #f4f4f4; */}
body, html { height: 100%; }
strong {font-weight: 400; display: inline-block; background-color: #FFD480; padding: 0 8px;}
body, h1, h2, h3, p { font-family:'Noto Sans KR', "맑은 고딕", "Malgun Gothic", 'Open Sans', sans-serif;  }
a { text-decoration: none; color: #333; }

body {color:#333; font-size: 100%;}
body.bg { /* background: #f5f5f5;*/ background: #fff;}
body.member{padding-top: 0;}
body.member .wrap {position:fixed; width:100%; height:100%; overflow:auto;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffaa9d+0,fb666a+51,e66260+100 */
background: #ffaa9d; /* Old browsers */
background: -moz-linear-gradient(top,  #ffaa9d 0%, #fb666a 51%, #e66260 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffaa9d 0%,#fb666a 51%,#e66260 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffaa9d 0%,#fb666a 51%,#e66260 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaa9d', endColorstr='#e66260',GradientType=0 ); /* IE6-9 */ }
body.shoppingbag{ background:#ffffff; height: auto;}

/*-------------------------
  layout
-------------------------*/
#wrap{height: 100%;}
#wrap.shoppingbag, #wrap.member_home, #wrap.member { background: #ffffff; height: auto; /* 마이페이지 */}
#wrap.login { 
position: fixed;
width: 100%;
height: 100%;
overflow: auto; 
/* min-height: 640px; */
background:#f7f7f7; /* 로그인,회원가입 */
background-size:cover;
bottom:0; left:0;
}
#wrap.loding{
height:100%;
background:url(../img/bg_loding.jpg) no-repeat; /* 로그인,회원가입 */
background-size:cover
}
/* #ct{padding-top: 51px } */
#ct{padding-top: 110px;padding-bottom:0; min-height: 640px;}
.index #ct{padding-top: 0;}
#ct #content:after { display:block; content:""; clear:both}
#footer {
    position: relative;
    background: #242a2e;
}
#footer.st2 {
   padding-bottom: 55px!important;
}
#wrap.type2 #footer {
   /*  width: 1785px; */
    margin: 0 auto;
    background: #ebeced;
}


/* 토글 메뉴를 위한 overlay 추가 */	
body.overlay{ display:none;}
body.nav-open .overlay{ display:block; position:fixed; top: 0px; bottom: 0px; left: 0px; right: 0px; width: 100%; z-index: 800;
background-color: rgba(0,0,0,0.5); }
body.nav-open2 .overlay{ display:block; position:fixed; top: 0px; bottom: 0px; left: 0px; right: 0px; width: 100%; z-index: 800;
background-color: rgba(0,0,0,0.5); }	
	
body.nav-open section.left {position: relative; z-index: 50; /* margin-left: 80%;  수정 : 기본 */ }
body.nav-open aside.left { left: -50px; padding: 20px 20px 20px 70px; -webkit-box-shadow: 1px 0 3px 2px rgba(5, 5, 5, 0.15); box-shadow: 1px 0 3px 2px rgba(5, 5, 5, 0.15); }
body.nav-open aside.left .btn_area, aside.left .btn_area {}
/* .sep { content: ''; border-right: 1px solid rgba(0, 0, 0, 0.13);} */
section {width:100% ; /* background: #f5f6f8;*/ }
.member section { background: transparent;}

/* overlay2 추가 (right style) */	
bod토글 메뉴를 위한 y.nav-open2 .overlay{ display:block; position:fixed; top: 0px; bottom: 0px; left: 0px; right: 0px; width: 100%; z-index: 800;
background-color: rgba(0,0,0,0.5); }	
	
body.nav-open2 section.right {position: relative; z-index: 50; /* margin-left: 80%;  수정 : 기본 */ }
body.nav-open2 aside.right { right: -54px; padding-right: 54px!important; -webkit-box-shadow: 1px 0 3px 2px rgba(5, 5, 5, 0.15); box-shadow: 1px 0 3px 2px rgba(5, 5, 5, 0.15);}
/* .sep { content: ''; border-right: 1px solid rgba(0, 0, 0, 0.13);}*/


/*-------------------------
  Header
-------------------------*/
header {
    position: absolute;
    z-index: 700;
    top: 0;
    left: 0;
    width: 100%;
   /*  height: 108px; */
    color: #fff;
    background: url(../img/bg_header.png) no-repeat;
    background-size: cover;
}
.index header {
	background: #fff;
    -box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.52);
    box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.3);
}

header h1, header button { display: inline-block; }
header h1 { overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
/* .logo_area { position: fixed; z-index: 1000; top: 0; left: 0; width:100%; height:48px; text-align:center; background:#006633;} */
.logo_area {
  /*  position: fixed;
    z-index: 1000; */
    top: 0;
    left: 0;
    width: 100%;
    height: 63px;
    text-align: center;
}
.logo_area .logo {
    position: absolute;
    left: 15px;
    top: 17px;
	padding-top: 0;
    display: inline-block;
    width: 180px;
    height: 33px;	
    /* text-indent: -9999px; */
    /* background: url(../img/logo.png) no-repeat 0 0;
	background-size: auto 33px; */
    line-height: 1;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
}
.logo_area .logo img { max-width: 100%;}
.logo_area a { display: inline-block; padding-top: 20px; font-size:20px; color: #333; ;}
.side_menu, .search { position:absolute; top:2px; right:15px; }
.back {
    position: absolute;
    top: 10px;
    left: 15px;
}
.search img { width:24px;}
.side_menu img{ width:23px}
.back img{ height:20px;}

.title-depth {
    height: 47px;
    padding-top: 12px;
    font-size: 18px;
    color: #1a1a1a;
    font-weight: 700;
    text-align: center;
    position: relative;
}

/* 사이드 메뉴 */
#sd_menu,
#sd_menu ul,
#sd_menu ul li,
#sd_menu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#sd_menu {
    /* width: 100%; */
    /* font-family: Helvetica, Arial, sans-serif; */
    color: #fff;
    margin: 15px;
    border: 1px solid #4f4f4f;
    border-radius: 5px;
}
#sd_menu ul {/* border-bottom: #4f4f4f 1px solid;*/}
#sd_menu ul ul {
  display: none;
}
.align-right {
  float: right;
}
#sd_menu > ul > li > a {
    height: 49px;
    padding: 16px 26px;
    cursor: pointer;
    z-index: 2;
    font-size: 15px;
    color: #fff;
    background: transparent;
    border-top: #4f4f4f 1px solid;
}
#sd_menu > ul > li:first-child > a { border-top:none!important}
#sd_menu > ul > li > a:hover, #sd_menu > ul > li.active > a, #sd_menu > ul > li.open > a {
    color: #fff;
    background: transparent;
    /* border-top: #ddd 1px solid; */
}
#sd_menu > ul > li.open > a {
 /* border-top: 1px solid #dddddd; */
}
#sd_menu > ul > li.open  > a .holder::after, #sd_menu > ul > li.open  > a .holder::before{
      transform: rotate(44deg);
}

#sd_menu > ul > li:last-child > a,
#sd_menu > ul > li.last > a {
 /* border-bottom: #ddd 1px solid; */
}
.holder {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.holder::after,
.holder::before {
  display: block;
  position: absolute;
  content: "";
  width: 11px;
  height: 11px;
  right: 20px;
  z-index: 10;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.holder::after {
  top: 17px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}
#sd_menu > ul > li > a:hover > span::after,
#sd_menu > ul > li.active > a > span::after,
#sd_menu > ul > li.open > a > span::after {
 border-color: #a7a7a7;
}
.holder::before {
  top: 18px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-top-color: inherit;
  border-left-color: inherit;
}
#sd_menu ul ul li a {
    cursor: pointer;
    padding: 16px 26px;
    z-index: 1;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    background: #393939;
    border-top: #616161 solid 1px;
    /* box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); */
}
#sd_menu ul ul li.open a {}
/*
#sd_menu ul ul li:hover > a,
#sd_menu ul ul li.open > a,
#sd_menu ul ul li.active > a {
  background: #38607e;
  color: #ffffff;
}
*/
#sd_menu ul ul li:first-child > a {
  box-shadow: none;
}
#sd_menu ul ul ul li:last-child > a {
  /* border-bottom: 1px solid #c6c6c6; */
}
#sd_menu ul ul ul li a {
    padding: 0 0 14px 30px;
    font-size: 12px;
    border-top: none;
}
#sd_menu > ul > li > ul > li:last-child > a,
#sd_menu > ul > li > ul > li.last > a {
  border-bottom: 0;
}
/*
#sd_menu > ul > li > ul > li.open:last-child > a,
#sd_menu > ul > li > ul > li.last.open > a {
  border-bottom: 1px solid #32373e;
}
*/
#sd_menu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
  border-bottom: 0;
}
#sd_menu ul ul li.has-sub > a::after {
    display: block;
    position: absolute;
    content: "";
    width: 12px;
    height: 13px;
    right: 20px;
    z-index: 10;
    top: 16px;
    background: url(../img/ico_plus.png)no-repeat;
    background-size: 12px;
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    /* transform: rotate(0deg); */
}
#sd_menu ul ul li.has-sub.open > a::after {
    display: block;
    position: absolute;
    content: "";
    width: 12px;
    height: 13px;
    right: 20px;
    z-index: 10;
    top: 16px;
    background: url(../img/ico_minus.png)no-repeat;
    background-size: 12px;
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    /* transform: rotate(0deg); */
}
#sd_menu ul ul li.active > a::after,
#sd_menu ul ul li.open > a::after,
#sd_menu ul ul li > a:hover::after {
  border-color: #ffffff;
}

/* lnb */
/* 상단 스와이프 탭 메뉴 */
.swiper-container.st1_topnav {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;

    background: #fff;
}
.swiper-container.st1_topnav::after {display: block; content: ""; background: #f5f6f8; height: 5px; border-top: 1px solid #e3e3e3;}
background: #f5f6f8;
.swiper-container-free-mode > .swiper-wrapper {
   
}
.tabs > li {
    width:20%;
    /* min-width: 30%; */
}
   .tabs > li > a {
    color: #666;
    width: 100%;
    padding: 12px 0;
    display: block;
    background: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    border-bottom: 2px solid transparent;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.tabs > li.active > a {
    /* border-bottom: 2px solid #37b0fb; */
    color: #37b0fb;
}
	
	/* 2016-05-13 수정 */
	.swiper-container-2 { padding: 30px 0; overflow: hidden; }
	.swiper-container-2 .swiper-slide { background:#fff; border:1px dashed #ccc; padding: 20px 15px; font-size: 20px; box-sizing: border-box; }
	/* //2016-05-13 수정 */

#lnb {}
#lnb ul { overflow:hidden;white-space:nowrap; height: 56px; background: #ffffff; border-bottom: 1px solid #e3e3e3;} 
#lnb li {margin:0; padding:0; list-style:none;}
#lnb li {display:inline-block; display:inline;}
#lnb ul ul {position:absolute; left:-9999px;}

#lnb ul.level1 {margin:0 auto;}
#lnb ul.level1 li.level1-li {width: 25%; height: 56px; float: left; position: relative;}

#lnb ul.level1 li.level1-li.on::after, #lnb ul.level1 li.level1-li:hover::after {
    position: absolute;
    bottom: 1px;
	left: 0;
    display: inline-block;
    content: "";
    width: 100%;
    height: 3px;
    background: #ff4e4e;
    z-index: 10;
}
 

#lnb b {position:absolute;} /* -- for IE6 non-flyout dropdowns to stop flickering - who knows why --*/

#lnb a {
    display: block;
	width:100%;
    position: relative;
    padding: 20px 0 0;
    font-size: 16px;
    color: #424242;
    letter-spacing: -1px;
    
	text-align:center;
}

#lnb ul.level1 li.level1-li a.level1-a {float:left;}

/* ========= top_menu ========= */
.top_menu { overflow:hidden; width:100%}
.top_menu li { float:left; width:50%; }
.top_menu.notice li {width:25%;}
.top_menu li a{ display:block; width:100%; padding:13px 0; color:#424242; ; font-size: 14px; text-align:center; letter-spacing: -1px;border-bottom: 1px solid #e3e3e3;background:#fff }
.top_menu.notice li a {font-size: 13px;}
.top_menu li.on a { background:#e2e2e2;}
/*-----------------------------------------------------------------------------------*/
/*	footer
/*-----------------------------------------------------------------------------------*/
#footer a.footer_logo {
    display: block;
    float: left;
    margin: 20px 0 0 0;
    background: url(../img/logo.png) 0 0 no-repeat;
    width: 164px;
    height: 42px;
    text-indent: -9999px;
}
#footer .copy {
    font-size: 11px;
    /* text-align: center; */
    padding: 25px 20px;
    color: #a9a9a9!important;
    line-height: 180%;
}
#footer .copy span {color: #a9a9a9}
#footer .copy .fnb {
    font-size: 11px;
    margin-bottom: 13px;
    padding-bottom: 17px;
    color: #fff;
    border-bottom: 1px solid #363b3f;
}
#footer .copy .fnb a {
    color: #fff;
    margin: 0 5px 0 0;
}
#footer .copy .fnb a:last-child { margin: 0}

/* type2 */
#wrap.type2  #footer .copy .fnb {
    margin-bottom: 0;
    border-bottom: none;
}
#wrap.type2 #footer .fnb a { color: #404040;}
#wrap.type2 #footer .copy span { color: #a9a9a9}

a.foot_top {
position: fixed;
/* left: 50%;
margin-left:-32px;
bottom: 130px;
*/
right: 10px; bottom:10px;
display: none;    
}
a.foot_top img { width:90px}
/*-------------------------
  Sidebar
-------------------------*/
aside.left { position: fixed; /* z-index:100; */ top:0;left: -120%; bottom:0; z-index:1000; padding: 20px 20px 20px 70px; height: 100%; width: 100%; /* ìˆ˜ì •: ê¸°ë³¸ì‚¬ì´ì¦ˆ */ color:#424242; font-size: 0.875em;
background-color: #FFFFFF;
-moz-transition: left 0.4s ease, width 0.5s cubic-bezier(0.525, -0.35, 0.115, 1.335);
-o-transition: left 0.4s ease, width 0.5s cubic-bezier(0.525, -0.35, 0.115, 1.335);
-webkit-transition: left 0.4s ease, width 0.5s cubic-bezier(0.525, -0.35, 0.115, 1.335);
transition: left 0.4s ease, width 0.5s cubic-bezier(0.525, -0.35, 0.115, 1.335); 
}
aside.right {
    position: fixed;
    z-index: 100;
    top: 0;
    right: -120%;
    bottom: 0;
    z-index: 1000;
    overflow: auto;
    padding: 0;
    height: 100%;
    width: 100%;
    color: #fff;
    font-size: 0.875em;
    background-color: #232323;
    -moz-transition: right 0.4s ease, width 0.5s cubic-bezier(0.525, -0.35, 0.115, 1.335);
    -o-transition: right 0.4s ease, width 0.5s cubic-bezier(0.525, -0.35, 0.115, 1.335);
    -webkit-transition: right 0.4s ease, width 0.5s cubic-bezier(0.525, -0.35, 0.115, 1.335);
    transition: right 0.4s ease, width 0.5s cubic-bezier(0.525, -0.35, 0.115, 1.335);
}

aside .top_close {
    width: 54px;
    height: 54px;
    display: block;
    background: url(../img/ico_close.png) no-repeat center;
    background-size: 17px;
    position: absolute;
    right: 57px;
    top: 0;
}
aside.right .login {
    padding: 50px 0 70px 0;
}
aside.right .logout {padding: 30px 0 0 0;}

aside .myinfo_top {}

aside .myinfo_top .side_info {
    height: 48px;
    background: #e2e2e2;
    color: #666;
    font-size: 13px;
    padding: 17px 22px 0 22px;
    text-align: left;
}
aside .myinfo_top .side_info a {
    float: right;
    text-decoration: underline;
    color: #ea3732;
}
aside .myinfo_top .pic_area {
    position: absolute;
    left: 50%;
    margin-left: -75px;
    /* margin: 0 auto; */
    width: 100px;
    top: 100px;
}
aside .myinfo_top .pic_area a {
    width: 100px;
    height: 100px;
    display: inline-block;
    border-radius: 100%;
    padding: 7px;
    background: #cfd8dc;
   
}
aside .myinfo_top .pic_area a img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}


.myinfo_top .txt_area {
    overflow: hidden;
    margin: 10px 15px 20px 15px;
}
.myinfo_top .u_name {
    float: left;
    font-size: 18px;
    margin-top: 8px;
}
.myinfo_top .btn_logout {float:right}
.myinfo_top .btn_logout a {
    color: #fff!important;
    border: 1px solid #e2e2e2;
    background: transparent;
    border-radius: 30px;
}
/* 로그인영역 */
.loginarea { overflow: hidden; margin: 20px;}
.loginarea .inputarea { }
.loginarea .inputarea input[type='text'], .loginarea .inputarea input[type='password'] {
    height: 40px;
    width: 100%;
    padding: 0 15px 0 15px;
    display: block;
    margin: 10px 0;
    background: transparent;
    border: 1px solid #4f4f4f;
    border-radius: 5px;
    color: #b7b7b7;
    font-size: 13px;
}
.loginarea > .btnarea {
    width: 100%;
    /* float: right; */
    margin: 30px 0 30px 0;
}
.loginarea > .btnarea a {
    width: 100%;
    height: 41px;
    font-size: 14px;
    padding-top: 12px;
    border-radius: 20px;
    background: #37b0fb;
    border: 1px solid #37b0fb;
    color: #fff!important;
}
.loginarea .if_find {
    float: right;
    margin-top: 10px;
    color: #fff;
}
.loginarea .if_join {
    float: left;
    margin-top: 10px;
    color: #fff;
}
.loginarea .if_find a,.loginarea .if_join a {color: #fff;}
/* 버튼 */
.log_btnarea {  overflow: hidden;border: 1px solid #afb0af; border-radius: 5px}
.log_btnarea li {
    float: left;
    width: 33.3%;
    text-align: center;
    border-right: 1px solid #4f4f4f;
}
.log_btnarea.st2 li {
    width: 50%;
}
.log_btnarea li a {
    /* float: left; */
    text-align: center;
    color: #fff;
    display: block;
    padding: 15px;
}
.log_btnarea li a span {
    width: 30px;
    margin: 0 auto;
    margin-bottom: 10px;
    height: 30px;
    display: block;
    background: url(../img/ico_log01.png) no-repeat;
    background-size: 30px;
}
.log_btnarea li.ico_st2 a span {
    background: url(../img/ico_log02.png) no-repeat;
    background-size: 30px;
}
.log_btnarea li.ico_st3 a span {
    background: url(../img/ico_log03.png) no-repeat;
    background-size: 30px;
}

/*-------------------------
   Main Content
-------------------------*/
section { /* padding-bottom:10px */}
section article { padding: 20px; }
section article h1 {  font-size: 14px;}
section article h2 {  font-size: 12px;}
section article p {line-height: 1.5;}



/*-----------------------------------------------------------------------------------*/
/*	BUTTON
/*-----------------------------------------------------------------------------------*/
/* 기본버튼 gray border style */
.btn {
    display: inline-block;
    /* width: 50%; */
    padding: 11px 16px;
    color: #666666!important;
    font-size: 14px;
    text-align: center;
    letter-spacing: -.5px;
    line-height: 1;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    border: 1px solid #cccccc;
    background: #f6f6f6;
    font-weight: 300;
}
  
.btn:hover,
.btn:focus,
.btn.active { background: #f6f6f6; color: #666!important; 
/* -webkit-transition: all 100ms ease-in; -o-transition: all 100ms ease-in; -moz-transition: all 100ms ease-in; */
}
.btn-big {
    padding: 14px 16px;
    font-size: 17px;
    height: 49px;
}
.btn.small {
    height: 35px;
    font-size: 13px;
    vertical-align: middle;
    padding: 10px 10px 0 10px;
}
.btn.ss{height: 30px; font-size: 12px; vertical-align: top; padding: 7px 8px; margin-bottom:3px;}

.btn.btn-red,.btn.on { background: #ea3732; border:1px solid #ea3732; color: #ffffff!important;}
.btn.btn-red.check {
    padding-right: 45px;
    background: #ea3732 url(../img/ico_check.png) no-repeat 82% 50%;
    background-size: 25px;
}
.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active { color:#fff!important; background: #ea3732; border:1px solid #ea3732}

.btn-red.check:hover,
.btn-red.check:focus,
.btn-red.check:active,
.btn-red.check.active { padding-right: 45px; background: #ea3732 url(../img/ico_check.png) no-repeat 82% 50%; background-size: 25px;}

.btn.btn-gray { background: #666; border:1px solid #666; color: #ffffff!important;}
.btn.btn-rgray.check { padding-right: 70px; background: #666 url(../img/ico_check.png) no-repeat 80% 40%;}  

.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active,
.btn-gray.active { color:#fff!!important; background: #666; !important; border:1px solid #666}

.btn-gray.check:hover,
.btn-gray.check:focus,
.btn-gray.check:active,
.btn-gray.check.active { padding-right: 70px; background: #666 url(../img/ico_check.png) no-repeat 80% 40%;}


.btn.btn-orange { background: #f39800; border:1px solid #f39800; color: #ffffff!important;}

.btn-orange:hover {background: #f39800; border:1px solid #f39800; color: #ffffff!important;}

.btn-border { /* learn more (기본오렌지) */
    display: inline-block;
	padding:12px 30px; margin:0;
	background:#ffffff !important;
    border: 1px solid #f57a03;
	-webkit-border-radius: 2px;
    border-radius: 2px;
    color: #f57a03 !important;
	font-size: 15px;
	font-weight:700;
	text-align: center;
}
.btn-border.small {
    height: 35px;
    font-size: 13px !important;
    padding: 10px 15px;
}
.btn-border:visited {
 color: #f57a03 !important;}

.btn-border:hover {
    background: #fff !important;
    border: 1px solid #f57a03;
    color: #f57a03 !important;;
}
.btn-border.on {
    background: #f57a03 !important;
    border: 1px solid #f57a03;
    color: #ffffff !important;
}
.btn-border.off {
    background: #9d9d9d !important;
    border: 1px solid #9d9d9d;
    color: #ffffff !important;
}


.btn-border.gray{ padding:12px 20px; color: #b7bbc7 !important; border: 1px solid #e0e3ec;}
 .btn-border.gray:hover { color: #b7bbc7 !important; border: 1px solid #e0e3ec; background:#fff!important}
 .btn-border.gray.on {background:#f57a03 !important;
    border: 1px solid #f57a03 ; color: #ffffff !important;	}
	
.btn_more {
    background: url(../img/btn_more.png) no-repeat 80% 15px;
    background-size: 15px;
    width: auto;
    margin: 30px 0 0;
    padding: 10px 40px 10px 20px;
    display: inline-block;
    font-size: 14px;
    color: #515151;
    color: #111;
    line-height: 1;
    border: #cccccc 1px solid;
}
.btm_btnarea { margin-top:25px}
.btn_link {
    background: url(../img/ico_link2.png) no-repeat 50% 50%;
    background-size: 22px;
    display: inline-block;
    /* padding: 10px; */
    width: 27px;
    /* height: 21px; */
    float: right;
    margin-right: 10px;
    text-indent: -9999px;
}
/*-------------------------
   Media Queries
-------------------------*/

@media (min-width: 390px) {
#tiles li p.lank_bg { border-width: 1.562em!important;}
#tiles li .lank{
width: 25px!important;
height:25px!important;
font-size: 18px!important;
padding-top: 7px!important;
}
}
@media (min-width: 500px) {
body.nav-open section {/*  margin-left: 250px; */ }
aside {width:100%;}
.site-footer {position: fixed;z-index: 5; bottom: 0; left: 0;}
#main {/* margin: 1.2% 0 !important; */}

}/* CSS Document */

/*-----------------------------------------------------------------------------------*/
/*	new swiper 추가
/*-----------------------------------------------------------------------------------*/
/* new swiper 추가 
 .swiper-container {
        width: 100%;
        height: 100%;
        
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
*/
/* 미리선언 
	.swiper-slide img { width:100%;}
	.swiper-pagination-bullet-active { 
    opacity: 1;
    background:rgba(65, 32, 15, 0.8)!important;
}
*/
/* .swiper-pagination-progressbar{background:#007aff} */

/* 이동화살표버튼 숨기기 */
.swiper-button-next, .swiper-container-rtl .swiper-button-prev , .swiper-button-prev, .swiper-container-rtl .swiper-button-next {/* display:none*/}
/*-----------------------------------------------------------------------------------*/
/*	01. home :visual
/*-----------------------------------------------------------------------------------*/
#visual_area {
	position: relative;
    width: 100%;
    overflow: hidden;
}
#visual_area .picarea {}
#visual_area .picarea img { width: 100%}

#visual_area .textarea {
    position: absolute;
    top: 45%;
    padding: 0 24px;
    /* width: 100%; */
    /* margin: 0 auto; */
    /* padding-top: 100px; */
    text-align: left;
    text-shadow: 0 1px 1px rgba(0,0,0,0.8);
}
#visual_area .textarea h1 {
    color: #ededed;
    font-size: 26px;
    display: inline-block;
    padding: 8px 6px;
    font-weight: normal;
    word-spacing: -1px;
    text-transform: uppercase;
    font-family: 'NanumSquare';
    font-weight: 500;
    letter-spacing: -2px;
    background: rgba(255, 255, 255, 0.2);
}
#visual_area .textarea h1 .point { color: #67c5ff;}
#visual_area .textarea h1 .bold { font-weight: 800;}
#visual_area .textarea .txt {
    font-size: 12px;
    color: #fff;
    line-height: 160%;
    margin-top: 10px;
	font-family: 'NanumSquare';
}
#visual_area .textarea .txt .txt_inner {
    background: rgba(17, 17, 17, 0.2);
    display: inline;
    padding: 3px 7px;
}
#visual_area .btnarea { margin-top:50px }
/*
#visual_area .btnarea a { 
	font-size:20px; color: #fff!important; 
	padding:10px 38px; 
	border: 2px solid #fff;  
	font-weight:700;
	border-radius:5px;
}
*/
#visual_area .btnarea02 a { 
	font-size:24px; 
	color: #ffffff!important; 
	padding:15px 60px; 
	border-radius:5px;
	border: 3px solid #7dc4f6;font-weight:700
}
#visual_area .btnarea03 a { 
	font-size:24px; 
	color: #7dc4f6!important;
	border-radius:5px;
	padding:15px 40px; 
	background:#333639!important;
	border: 3px solid #333639; 
	font-weight:700
}
/*-----------------------------------------------------------------------------------*/
/*	01. home :visual -  type2 
/*-----------------------------------------------------------------------------------*/

#wrap.type2 #visual_area .textarea {}
#visual_area .textarea .inner {
    display: inline-block;
    padding: 20px 15px;
    width: auto;
    background: rgba(17, 17, 17, 0.5) url(../img/ico_visual.png) no-repeat;
}
#wrap.type2 #visual_area .textarea h1 {
    background:transparent;
	padding: 0;
	
}
#wrap.type2 #visual_area .textarea h1 .point { color: #ffcc66;}
#visual_area .textarea h1 .bold { font-weight: 800;}
#wrap.type2 #visual_area .textarea .txt {
    margin-top: 10px;
}
#wrap.type2 #visual_area .textarea .txt .txt_inner {
    background: transparent;
    padding: 0;
}

/*-----------------------------------------------------------------------------------*/
/*	01. home :visual -  type3 
/*-----------------------------------------------------------------------------------*/

#wrap.type3 #visual_area .textarea {
    text-align: left;
    top: 40%;
    padding: 0;
    left: 50%;
    margin-left: -40%;
    width: 80%;
}
#visual_area .textarea .inner {
    display: inline-block;
    padding: 20px 15px;
    width: auto;
    background: rgba(17, 17, 17, 0.5) url(../img/ico_visual.png) no-repeat;
}
#wrap.type3 #visual_area .textarea h1 {
    background:transparent;
	padding: 0;
	
}
#wrap.type3 #visual_area .textarea h1 .point { color: #ffcc66;}
#visual_area .textarea h1 .bold { font-weight: 800;}
#wrap.type3 #visual_area .textarea .txt {
    margin-top: 10px;
}
#wrap.type3 #visual_area .textarea .txt .txt_inner {
    background: transparent;
    padding: 0;
}
/*-----------------------------------------------------------------------------------*/
/*	front page : depth1_area 
/*-----------------------------------------------------------------------------------*/
.index .tit {
    margin-bottom: 15px;
	padding-left: 18px;
    font-size: 18px;
    color: #ea3732;
    letter-spacing: -1px;
    font-weight: 500;
}

/* 공모사업 */
.depth1_area {
    width: 100%;
    padding: 20px 0 40px 0;
    overflow: hidden;
    background: #f0f0f0;
    font-family: 'Noto Sans KR';
    font-size: 14px;
    letter-spacing: -.5px;
    line-height: 140%;
}
.depth1_area .mbtnarea {
    margin: 0 16px 25px 16px;
    position: relative;
}
.depth1_area .mbtnarea ul li {
    display: inline-table;
    margin: 0 0 0 15px;
    vertical-align: middle;
}
.depth1_area .mbtnarea .line {
    position: absolute;
    top: 40px;
    width: 100%;
    border-bottom: #ccc solid 1px;
	z-index: 100;
}
.depth1_area .mbtnarea .line::before {
    display: inline-block;
    content: "";
    width: 6px;
    height: 6px;
    background: #666;
    position: absolute;
    left: 0;
    top: -3px;
    border-radius: 100%;
}
.depth1_area .mbtnarea .line::after {
    display: inline-block;
    content: "";
    width: 6px;
    height: 6px;
    background: #666;
    position: absolute;
    right: 0;
    top: -3px;
    border-radius: 100%;
}
/*
.depth1_area .mbtnarea > p:before, .depth1_area .mbtnarea > p:after {display:inline-block; content:""; width:450px; height: 1px; background: #ccc; }
*/
.depth1_area .mbtnarea a {
    display: table-cell;
    width: 65px;
    height: 65px;
    /* padding-top: 25px; */
    /* margin: 0 0 0 20px; */
    background: #9d9d9d;
    color: #fff;
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
    line-height: 110%;
    border-radius: 100%;
    cursor: pointer;
    z-index: 200;
    position: relative;
}
.depth1_area .mbtnarea a:last-child { }
.depth1_area .mbtnarea a.on, .depth1_area .mbtnarea a:hover, .depth1_area .btnarea a:active { background: #37b0fb; color: #fff;}

/* swiper */
.depth1_area .swipercamp_warp, .depth3_area .swipercamp_warp {
    padding: 0;
    line-height: 1;
    margin: 0 16px;
}
.depth1_area .mcont {

}
.depth1_area .mcont .cardui {
    width: 100%;
    height: 250px;
    background: #fff;
    position: relative;
    text-align: left;
}
.depth1_area .mcont .cardui:nth-child(3) {margin:0}
.depth1_area .mcont .cardui .photo_area {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url(../img/noimg.png) no-repeat;
    background-size: cover;
    position: relative;
}
.depth1_area .mcont .cardui .photo_area img {
    width: 100%;
    height: auto;
    min-height: 250px;
}

.depth1_area .mcont .cardui .txt_area {
    padding: 30px 16px 16px 16px;
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 103px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 1%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 1%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 1%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
.depth1_area .mcont .cardui .txt_area .ctit {
    font-size: 15px;
    margin-bottom: 8px;
    color: #fff;
    position: relative;
    line-height: 1;
}
.depth1_area .mcont .cardui .txt_area .ctit_s {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 8px;
    font-size: 12px;
}
.depth1_area .mcont .cardui .date {font-size: 12px;}

/*-----------------------------------------------------------------------------------*/
/*	front page : depth2_area - notice
/*-----------------------------------------------------------------------------------*/
/* 프로젝트 - 배너  */
.depth2_area {
    width: 100%;
    padding: 40px 0 40px;
    overflow: hidden;
    background: url(../img/bg_dep02.png) center top no-repeat;
    background-size: cover;
	text-align: center;
}

.depth2_area .tit {
    margin-bottom: 12px;
    font-size: 25px;
    color: #0e0e0e;
    letter-spacing: -2px;
    font-weight: 500;
}
.depth2_area .tit_s {
    font-size: 12px;
    color: #535353;
	line-height: 140%;
}
.depth2_area .d_btnarea { margin: 20px 0 25px;}
.depth2_area .btn {
    padding: 15px 20px;
    width: 150px;
    margin: 6px;
    background: #37b0fb;
    color: #fff!important;
    font-size: 14px;
    border: none;
    border-radius: 30px;
}
.depth2_area .btn.st2 { background: #4b7bd2; color: #fff!important; border: none;}
/*-----------------------------------------------------------------------------------*/
/*	front page : depth2_area  -  banner_box , contact
/*-----------------------------------------------------------------------------------*/
.banner_box {}
.banner_box ul li {
    display: inline-block;
    width: 95px;
    height: 95px;
    margin: 12px;
    cursor: pointer;
    border-radius: 100%;
	
}
.banner_box ul li.banner01 { background:rgba(51, 51, 51, 0.87) url(../img/lbanner01.png) 50% 50% no-repeat; background-size: 62px;}
.banner_box ul li.banner02 { background:rgba(51, 51, 51, 0.87) url(../img/lbanner02.png) 50% 50% no-repeat; background-size: 62px;}
.banner_box ul li.banner03 { background:rgba(51, 51, 51, 0.87) url(../img/lbanner03.png) 50% 50% no-repeat; background-size: 62px;}
.banner_box ul li.banner04 { background:rgba(51, 51, 51, 0.87) url(../img/lbanner04.png) 50% 50% no-repeat; background-size: 62px;}
.banner_box ul li.banner05 { background:rgba(51, 51, 51, 0.87) url(../img/lbanner05.png) 50% 50% no-repeat; background-size: 62px;}

.banner_box ul li.banner01_imsanta { background:rgba(51, 51, 51, 0.87) url(../img/new_banner1.png) 50% 50% no-repeat; background-size: 62px;}
.banner_box ul li.banner02_imsanta { background:rgba(51, 51, 51, 0.87) url(../img/new_banner2.png) 50% 50% no-repeat; background-size: 62px;}
.banner_box ul li.banner03_imsanta { background:rgba(51, 51, 51, 0.87) url(../img/new_banner3.png) 50% 50% no-repeat; background-size: 62px;}
.banner_box ul li.banner04_imsanta { background:rgba(51, 51, 51, 0.87) url(../img/new_banner4.png) 50% 50% no-repeat; background-size: 62px;}
.banner_box ul li.banner05_imsanta { background:rgba(51, 51, 51, 0.87) url(../img/new_banner5.png) 50% 50% no-repeat; background-size: 62px;}



/*-----------------------------------------------------------------------------------*/
/*	front page : depth3area
/*-----------------------------------------------------------------------------------*/
.depth3_area { padding: 20px 20px; overflow: hidden}
.depth3_area .notice { overflow: hidden; font-size: 13px;}

.notice > div { padding: 15px 0}
.notice .n_tit {position: relative;	margin-bottom: 10px;}
.notice .n_tit .bg {
    background: url(../img/n_bg.png) no-repeat;
    background-size: 55px;
    width: 55px;
    height: 59px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    /* padding-top: 18px; */
    color: #fff;
    font-size: 15px;
}
.notice .n_tit a {
    font-size: 11px;
    color: #999;
    position: absolute;
    right: 0;
    bottom: 10px;
}
.notice  ul {border-top: 1px solid #333;}
.notice  ul li {
    border-bottom: 1px solid #e1e1e1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 12px 0;
}.notice  ul li a {color: #646464;}
.notice ul li .date {color: #a7a7a7; margin-right: 10px;}



/*-----------------------------------------------------------------------------------*/
/*	front page : type2 
/*-----------------------------------------------------------------------------------*/
.depth1_area2 {
    width: 100%;
    padding: 20px 0 20px 0;
    overflow: hidden;
}
.depth1_area2  .swipercamp_warp {
    background: #fff;
    padding: 0 16px;
    line-height: 1;
}
.depth1_area2 .swiper-container2  { background: #fff;}
.depth1_area2 .swiper-container2 .swiper-slide {}
.depth1_area2 .swiper-container2 .basic .txt_area, .depth1_area2 .swiper-container2 .basic .txt_area {
    padding: 19px 10px 25px 10px;
    overflow: hidden;
}
.depth1_area2 .swiper-container2 .basic .txt_area  {
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}
/*-----------------------------------------------------------------------------------*/
/*	type 2
/*-----------------------------------------------------------------------------------*/
/* wrap.type2 .depth1_area2 */

#wrap.type2 .depth1_area2 {
    width: 100%;
    padding: 35px 0 65px 0;
    font-family: 'Noto Sans KR';
    font-size: 14px;
    text-align: center;
    letter-spacing: -.5px;
    line-height: 140%;
}
#wrap.type2 .depth1_area2 .mbtnarea {
    margin: 0 16px 25px 16px;
    position: relative;
    text-align: left;
}
#wrap.type2 .depth1_area2 .mbtnarea .line {
    position: absolute;
    top: 20px;
    width: 100%;
    border-bottom: #ccc solid 1px;
    z-index: 100;
}
#wrap.type2 .depth1_area2 .mbtnarea .line::before {
    display: none;
}
#wrap.type2 .depth1_area2 .mbtnarea .line::after {
    display: none;
}
/*
.depth1_area .mbtnarea > p:before, .depth1_area .mbtnarea > p:after {display:inline-block; content:""; width:450px; height: 1px; background: #ccc; }
*/
#wrap.type2 .depth1_area2 .mbtnarea li {
    display: inline-table;
    margin: 0 0 0 10px;
    vertical-align: middle;
}
#wrap.type2 .depth1_area2 .mbtnarea a {
    display: table-cell;
    width: 70px;
    height: 40px;
    padding: 0 5px;
    background: #828282;
    border: 2px solid #6f6f6f;
    color: #fff;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    line-height: 1;
    border-radius: 50px;
    cursor: pointer;
    z-index: 200;
    position: relative;
}
#wrap.type2 .depth1_area2 .mbtnarea a.on, #wrap.type2 .depth1_area2 .mbtnarea a:hover, #wrap.type2 .depth1_area2 .btnarea a:active { background: #ffcc66; color: #333; border: 2px solid #414141;}

#wrap.type2 .depth1_area2 .mcont {}
#wrap.type2 .depth1_area2 .mcont .cardui {
    height: auto;
    background: #fff;
    float: left;
    margin: 0 45px 20px 0;
    position: relative;
    text-align: center;
}

#wrap.type2 .depth1_area2 .mcont .cardui:last-child { margin: 0 0 20px 0;}
#wrap.type2 .depth1_area2 .mcont .cardui .photo_area {
    width: 100%;
    height: 170px!important;
    overflow: hidden;
	background: url(../img/noimg_main3.png) no-repeat;
    background-size: cover;
}
#wrap.type2 .depth1_area2 .mcont .cardui .photo_area img { width: 100%;}
#wrap.type2 .depth1_area2 .mcont .cardui .txt_area {
    padding: 20px 30px 35px;
    color: #969696;
    background: #f3f3f3;
    height: auto;
    position: relative;
	line-height: 140%;
	font-size: 13px;
}
#wrap.type2 .depth1_area2 .mcont .cardui .txt_area .ctit {
    font-size: 16px;
    margin-bottom: 10px;
    color: #353535;
    position: relative;
    line-height: 1;
}
#wrap.type2 .depth1_area2 .mcont .cardui .txt_area .ctit:after {
    display:none;    
}
#wrap.type2 .depth1_area2 .mcont .cardui .txt_area .ctit_s {
    color: #353535;
    margin-bottom: 10px;
}
#wrap.type2 .depth1_area2 .mcont .cardui .c_btn {
    display: block;
    font-size: 24px;
    font-weight: 300;
    color: #fff;
    background: #ffcc66;
    border-radius: 100%;
    width: 42px;
    height: 42px;
    padding-top: 8px;
    position: absolute;
    left: 50%;
    bottom: -20px;
    margin-left: -20px;
    line-height: 1;
}

/* type2 .depth2_area */
#wrap.type2 .depth2_area {
    width: 100%;
    padding: 40px 0 40px;
    overflow: hidden;
    background: url(../img/bg_dep02_b.png) top center no-repeat;
    background-size: cover;
    text-align: center;
}
#wrap.type2 .depth2_area .tit {
    margin-bottom: 12px;
    font-size: 25px;
    color: #fff;
    letter-spacing: -2px;
    font-weight: 500;
}
#wrap.type2 .depth2_area .tit_s { font-size: 12px; color: #fff}
#wrap.type2 .depth2_area .d_btnarea { margin: 20px 0 0;}
#wrap.type2 .depth2_area .btn {
    padding: 15px 20px;
    margin: 6px;
    background: #ffcc66;
    color: #333!important;
    font-size: 14px;
    border: none;
    border-radius: 30px;
    border: 2px solid #333;
	font-weight: 700;
}
#wrap.type2 .depth2_area .btn.st2 {
    background: rgba(255, 255, 255, 0.7);
    color: #333!important;
}

#wrap.type2 .banner_box { margin: 40px 0 20px; overflow: hidden; }
#wrap.type2 .banner_box ul li {
    width: 107px;
    height: 106px;
    margin: 6px;
    cursor: pointer;
    border-radius: 0;
}
#wrap.type2 .banner_box ul li.banner01 { background:url(../img/lbanner01_b.png) 50% 50% no-repeat; background-size: 107px;}
#wrap.type2 .banner_box ul li.banner02 { background:url(../img/lbanner02_b.png) 50% 50% no-repeat; background-size: 107px;}
#wrap.type2 .banner_box ul li.banner03 { background:url(../img/lbanner03_b.png) 50% 50% no-repeat; background-size: 107px;}
#wrap.type2 .banner_box ul li.banner04 { background:url(../img/lbanner04_b.png) 50% 50% no-repeat; background-size: 107px;}
#wrap.type2 .banner_box ul li.banner05 { background:url(../img/lbanner05_b.png) 50% 50% no-repeat; background-size: 107px;}

/* 공지사항 */
#wrap.type2 .depth3_area .notice {}
#wrap.type2 .notice > div { float:none;width: 100%;padding-right:0}
#wrap.type2 .notice > div:last-child {padding-right: 0}
#wrap.type2 .notice .n_tit { }
#wrap.type2 .notice .n_tit .bg {
    background: #fff;
    width: auto;
    height: auto;
    text-align: left;
    padding-top: 0;
    margin-bottom: 10px;
    color: #333;
    font-size: 16px;
}
#wrap.type2 .notice  ul {}
#wrap.type2 .notice .n_tit a {bottom: 0;}

/*-----------------------------------------------------------------------------------*/
/*	type3
/*-----------------------------------------------------------------------------------*/
/* 활동 캠페인 */

#wrap.type3 .depth1_area {
    background: #fff;
    padding: 0;
    text-align: left;
    position: relative;
    overflow: inherit;
}

#wrap.type3 .mbtnarea2 {
    margin: 0 15px 17px 15px;
    padding-top: 5px;
    position: relative;
    text-align: left;
}
#wrap.type3 .box_st1.st3 .mbtnarea2 {padding: 0;}
#wrap.type3 .mbtnarea2 .line {
    position: absolute;
    top: 47px;
    width: 100%;
    border-bottom: #ccc solid 1px;
    z-index: 100;
}

/*
.depth1_area .mbtnarea > p:before, .depth1_area .mbtnarea > p:after {display:inline-block; content:""; width:450px; height: 1px; background: #ccc; }
*/
#wrap.type3 .mbtnarea2 a {
    display: inline-block;
    margin: 0;
    padding: 14px 6px;
    color: #333;
    font-size: 14px;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    z-index: 200;
    position: relative;
}
#wrap.type3 .mbtnarea2 a.on, #wrap.type3 .mbtnarea2 a:hover, #wrap.type3 .btnarea a:active {
    color: #cc3333;
    border-bottom: 1px solid #cc3333;
}
#wrap.type3 .box_st1.st2 .mbtnarea2 a, #wrap.type3 .box_st1.st3 .mbtnarea2 a  {
    display: inline-block;
	margin: 0;
	padding: 16px 0;
}
 #wrap.type3 .box_st1.st2 .mbtnarea2 a:hover,  #wrap.type3 .box_st1.st3 .mbtnarea2 a:hover {
    color: #333;
    border-bottom: none;
}
/* 내용 */
#wrap.type3 .mcont2 {
    overflow: hidden;
}
#wrap.type3 .mcont2 .cardui {
    width: 100%;
    background: #fff;
    float: left;
    /* margin: 0 20px 0 0; */
    position: relative;
    text-align: left;
    line-height: 1;
}
#wrap.type3 .mcont2 .cardui:nth-child(3) {margin:0}
#wrap.type3 .mcont2 .cardui .photo_area {
    width: 100%;
    height: 160px!important;
    overflow: hidden;
    /* background-size: cover; */
    background: url(../img/noimg_main3.png) no-repeat;
    background-size: cover;
}
#wrap.type3 .mcont2 .cardui .photo_area img { width: 100%;}
#wrap.type3 .mcont2 .cardui .txt_area {
    padding: 20px 0 20px;
    position: relative;
    color: #999;
    font-size: 12px;
}
#wrap.type3 .mcont2 .cardui .txt_area div {
		width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#wrap.type3 .mcont2 .cardui .txt_area .ctit {
    font-size: 16px;
    margin-bottom: 10px;
    color: #353535;
    position: relative;
    line-height: 1;
	width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#wrap.type3 .mcont2 .cardui .txt_area .ctit_s {
    color: #999;
    margin-bottom: 5px;
	width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#wrap.type3 .mcont2 .cardui .date {font-size: 12px;}

/* box style */
#wrap.type3 .boxwarp_st1 {
    position: absolute;
    width: 1200px;
    left: 50%;
    top: -90px;
    margin-left: -600px;
    height: 423px;
    z-index: 1000;
}
#wrap.type3 .box_st1 {
    position: relative;
    padding: 0 0 25px 0;
    background: #fff;
}
#wrap.type3 .box_st1 .add_st1 {
    font-size: 12px;
    color: #666;
    position: absolute;
    right: 40px;
    top: 45px;
	z-index: 1000;
}
#wrap.type3 .swiper-button-prev, #wrap.type3 .swiper-button-next {
    margin-top: -50px;
}

#wrap.type3 .depth2_area {
    width: 100%;
    padding: 40px 0 40px;
    overflow: hidden;
    background: url(../img/bg_dep02_c.png) top center no-repeat;
    background-size: cover;
    text-align: center;
}
#wrap.type3 .depth2_area .banner_box {
    margin: 0 15px;
    padding: 15px 10px;
    background: rgba(255, 255, 255, 0.6);
    overflow: hidden;
}
#wrap.type3 .banner_box ul li {
    margin: 3px;
}
#wrap.type3 .depth2_area .banner_box2 {
    margin: 15px;
    padding: 20px 17px;
    background: url(../img/bg_bnbox01.png) center top no-repeat;
    background-size: cover;
    overflow: hidden;
    text-align: left;
}
 #wrap.type3 .depth2_area .banner_box2 .tit {
    padding:0;
    font-size: 20px;;
    color: #493636;
}

#wrap.type3 .depth2_area .banner_box2 .tit_s {
	margin: 0;
    font-size: 12px;
    color: #493636;
    line-height: 140%;
    font-weight: 400;
}

#wrap.type3 .depth2_area .btn {
    display: block;
    width: 148px;
    padding: 13px 0;
    margin: 10px 0;
    background: rgba(9, 9, 9, 0.22);
    color: #fff!important;
    font-size: 14px;
    border: 1px solid #fff;
    border-radius: 0;
}
#wrap.type3 .depth2_area .d_btnarea {
    margin: 10px 0;
}
#wrap.type3 .depth2_area .banner_box2.box3 {
    background: url(../img/bg_bnbox02.png) center top no-repeat;
	background-size: cover;
}
#wrap.type3 .depth2_area .banner_box2.box3 .tit {
    color: #fff;
}
#wrap.type3 .depth2_area .banner_box2.box3 .tit_s {
    color: #fff
}
#wrap.type3 .depth2_area .tit {
    margin-bottom: 6px;
    font-size: 25px;
    color: #fff;
    letter-spacing: -2px;
    font-weight: 500;
}
#wrap.type3 .depth2_area .tit_s {
    font-size: 12px;
    color: #fff;
    margin: 0 40px 25px 40px;
    line-height: 140%;
}
#wrap.type3 .depth3_area {
    background: #fff;
    padding: 0;
    text-align: left;
    position: relative;
    z-index: 1000;
    overflow: inherit;
}

/* imsanta 배경 이미지 수정 23.07.13 start */
#wrap.type3 .depth2_area_imsanta {
    width: 100%;
    padding: 40px 0 40px;
    overflow: hidden;
    background: url(../img/new_santa_bg.png) top center no-repeat;
    background-size: cover;
    text-align: center;
}
#wrap.type3 .depth2_area_imsanta .banner_box {
    margin: 0 15px;
    padding: 15px 10px;
    background: rgba(255, 255, 255, 0.6);
    overflow: hidden;
}
#wrap.type3 .banner_box ul li {
    margin: 3px;
}
#wrap.type3 .depth2_area_imsanta .banner_box2 {
    margin: 15px;
    padding: 20px 17px;
    background: url(../img/bg_bnbox01.png) center top no-repeat;
    background-size: cover;
    overflow: hidden;
    text-align: left;
}
 #wrap.type3 .depth2_area_imsanta .banner_box2 .tit {
    padding:0;
    font-size: 20px;;
    color: #493636;
}

#wrap.type3 .depth2_area_imsanta .banner_box2 .tit_s {
	margin: 0;
    font-size: 12px;
    color: #493636;
    line-height: 140%;
    font-weight: 400;
}

#wrap.type3 .depth2_area_imsanta .btn {
    display: block;
    width: 148px;
    padding: 13px 0;
    margin: 10px 0;
    background: rgba(9, 9, 9, 0.22);
    color: #fff!important;
    font-size: 14px;
    border: 1px solid #fff;
    border-radius: 0;
}
#wrap.type3 .depth2_area_imsanta .d_btnarea {
    margin: 10px 0;
}
#wrap.type3 .depth2_area_imsanta .banner_box2.box3 {
    background: url(../img/bg_bnbox02.png) center top no-repeat;
	background-size: cover;
}
#wrap.type3 .depth2_area_imsanta .banner_box2.box3 .tit {
    color: #fff;
}
#wrap.type3 .depth2_area_imsanta .banner_box2.box3 .tit_s {
    color: #fff
}
#wrap.type3 .depth2_area_imsanta .tit {
    margin-bottom: 6px;
    font-size: 25px;
    color: #fff;
    letter-spacing: -2px;
    font-weight: 500;
}
#wrap.type3 .depth2_area_imsanta .tit_s {
    font-size: 12px;
    color: #fff;
    margin: 0 40px 25px 40px;
    line-height: 140%;
}

/* imsanta 배경 이미지 수정 23.07.13 end */
/*
#wrap.type3 .swipercamp_warp {
    padding: 0;
    line-height: 1;
    margin: 0 16px;
}
*/
#wrap.type3 .notice {
    overflow: hidden;
    font-size: 13px;
    padding: 0 15px 15px 15px;
}
#wrap.type3 .notice ul {
    border-top: none;
}
#wrap.type3 .notice ul li {
    padding: 15px 0;
}
#wrap.type3 .notice ul li:first-child {padding: 0 0 15px;}
/*-----------------------------------------------------------------------------------*/
/*	front page : depth7area
/*-----------------------------------------------------------------------------------*/
.depth7_area { margin: 0 0 33px 0; padding: 0; overflow: hidden}
/* 슬라이드를 쓰지 않을때 */
.depth7_area .btm_banner {
    margin: 0 20px;
}
.depth7_area .btm_banner ul {
    overflow: hidden;
}
.depth7_area .btm_banner ul li {
    margin: 0;
    padding: 0;
    min-height: 65px;
    max-height: 65px;
    width: 50%; 
    overflow: hidden;
    text-align: center;
    border-top: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    float: left;
}
.depth7_area .btm_banner ul li:last-child { border-right:1px solid #e7e7e7;}
.depth7_area .btm_banner ul li img { width: 100%; min-height: 65px;}

/********************************
 * generic als elements styling
 ********************************/
.als-container {
	position: relative;
	width: 100%;
	margin: 0px auto;
}

.als-viewport {
	position: relative;
	overflow: hidden;
	margin: 0px auto;
	border-right:1px solid #e7e7e7;
}

.als-wrapper {
	position: relative;
	list-style: none;
}

.als-item {
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	float: left;
}

.als-prev, .als-next {
	position: absolute;
	cursor: pointer;
	clear: both;
}

/*************************************
 * specific styling for #demo3
 ************************************/

#demo3 {
	margin: 0 auto;
}

#demo3 .als-item {
	margin: 0;
	padding: 0;
	min-height: 56px;
	width: 140px; 
	text-align: center;
	border-top: 1px solid #e7e7e7;
	border-left: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;

}
/* #demo3 .als-item:nth-child(5) {border-right:1px solid #e7e7e7;} */

#demo3 .als-item img {
	display: block;
	margin: 0 auto;
	vertical-align: middle;
	max-width: 100%;
}

#demo3 .als-prev, #demo3 .als-next {
	top: 20px;
}

#demo3 .als-prev {
	left: 15px;
}

#demo3 .als-next {
	right: 15px;
}
#demo3 .als-prev img, #demo3 .als-next img {width:12px}

/*-----------------------------------------------------------------------------------*/
/*	소개 - default 
/*-----------------------------------------------------------------------------------*/
.wrap-sectionsub {
	overflow: hidden;
    background: #fff;
	padding: 0 0 30px 0;
}
.wrap-sectionsub.inner { padding: 0 20px 30px 20px;}
.intro {}

/* bg 있는경우 */
.intro_bg {
    position: relative;
    display: block;
    position: relative;
    margin: 0 -20px;
	overflow: hidden;background:url( ../img/bg_intro03.png) no-repeat; background-size: cover;
}
.intro_bg.st2 {background:url( ../img/bg_dep02_b.png) no-repeat; background-size: cover;}
.intro_bg img {
    border: 0;
    width: 100%;
    height: auto;
    vertical-align: top;
}

.intro_bg .txtarea {
    margin: 30px 10px;
    padding: 30px 20px;
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #232323;
    text-align: center;
    background: rgba(255, 255, 255, 0.5);
}
.intro_bg.st2 .txtarea {
    background: rgba(255, 255, 255, 0.6);
}
.intro_bg .txtarea .tit {
    font-size: 21px;
    color: #232323;
    font-weight: 500;
	letter-spacing: -1px;
}


.intro_bg .txtarea .text {
    margin-top: 15px;
    color: #232323;
    font-size: 14px;
    letter-spacing: -1px;
    line-height: 160%;
}


/* 번호 아이콘 영역 */
.num_wrap {}
.num_wrap.st2 {
    background: rgba(255, 255, 255, 0.7);
    text-align: left;
    color: #333;
    padding: 5px 12px;
}
.num_wrap li {margin: 10px 0!important;  line-height: 150%;}    
.num_wrap span {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    background: #666;
    color: #fff;
    font-size: 10px;
    border-radius: 100%;
    text-align: center;
    line-height: 160%;
    margin-top: 4px;
    vertical-align: top;
}
.num_wrap li div {
    margin-left: 20px;
}
/* 기본 form text */
.de_form { font-size: 13px; letter-spacing: -1px;}
.de_form li {padding-top: 32px;}
.de_form .de_tit {
    font-size: 20px;
    color: #333;
    font-weight: 700;
    background: #e6e6e6;
    display: inline-block;
    position: relative;
}
.de_form .de_tit p {
    font-family: 'NanumSquare';
    margin-top: -9px;
    padding: 0 5px 0 2px;
}
.de_form .de_tit p .point {color:#ff3333}
.de_form .de_tit p .eng {
    padding-top: 5px;
    font-size: 10px;
    color: #666;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: uppercase;
}
.de_form .de_tit2 {
    padding-bottom: 5px;
	font-size: 24px;
    display: inline-block;
    color: #666;
	font-family: 'NanumSquare';
    font-weight: 700;
    border-bottom: 2px solid #c4c4c4;

}
.de_form .de_tit2 .ico_wc {
    width: 35px;
    height: 35px;
    margin-left: 3px;
    display: inline-block;
    background: url(../img/ico_wc.png) no-repeat 0 0;
    background-size: 33px;
    vertical-align: middle;
}
.de_form .de_text {
    margin-top: 13px;
    line-height: 160%;
	color: #666;
}
.de_form .img_st2 { margin: 20px 0;}
.de_form img {max-width: 100%;}
.de_form .de_text .point {color: #117ac6}
.de_form .de_text .cicolor {
    color: #416182;
    font-size: 13px;
    margin-top: 20px;
    background: url(../img/su_ci.png) no-repeat;
    background-size: auto 58px;
    padding-left: 60px;
    line-height: 150%;
}
.banner_bg {height: 293px; overflow: hidden; margin-top: 118px; background:url( ../img/bg_intro02.png) no-repeat; background-size: cover;}
.def_img img { max-width: 100%; margin: 25px 0}
.adm_btnarea { margin: 50px 0}

/*-----------------------------------------------------------------------------------*/
/*	history
/*-----------------------------------------------------------------------------------*/
.con_detail {
	padding:40px 0
}
ul.history {
    margin: 20px -10px;
    overflow: hidden;
    font-size: 12px;
    color: #999999;
}

/* ÃªÂ¸Â°Ã«Â³Â¸Ã¬Å¡Â°Ã¬Â¸Â¡Ã¬Â â€¢Ã«Â Â¬ */
.history > li {
	padding: 10px 0;
	position: relative;
	line-height: 160%;
}
.history > li:first-child {padding:25px 0 0 0!important;}
.history > li:first-child::before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    background: #e9e9e9;
    border-radius: 100%;
    position: absolute;
    left: -4px;
    top: 0;
}
.history > li:last-child {padding:0 0 35px 0 }
.history > li:last-child::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    background: #e9e9e9;
    border-radius: 100%;
    position: absolute;
    left: -4px;
    bottom: 0;
}
.history .date {
    float: right;
    font-size: 18px;
    color: #333;
}
.history .ui_left .date::after {
    content: "";
    display: inline-block;
    width: 52px;
    height: 13px;
    background: url(../img/ico_history.png) no-repeat;
    /* top: 5px; */
    vertical-align: top;
    margin: 5px -8px 0 20px;
}


.history .text .imgarea img { max-width: 95%; margin: 12px 0;} 
.history .text li { position: relative;line-height: 160%}

.history .ui_right {
    margin-left: 10px;
    border-left: 1px solid #e9e9e9;
}
.history .ui_right .date {
    float: left; 
}
.history .ui_right .date::before {
    content: "";
    display: inline-block;
    width: 27px;
    height: 13px;
    background: url(../img/ico_history2.png) no-repeat;
    background-size: 27px;
    vertical-align: top;
    margin: 5px 10px 0 -4px;
}
.history .ui_right .text {
    margin-left: 110px;
    margin-right: 0;
    text-align: left;
}
.history .ui_right .text li::before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 2px;
    background: #616161;
    border-radius: 100%;
    vertical-align: top;
    margin-top: 8px;
    margin-right: 4px;
}

/*-----------------------------------------------------------------------------------*/
/*	slide_index : main_slide
/*-----------------------------------------------------------------------------------*/
/* new swiper */

.swiper-container3, .swiper-container4 {
	width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.swiper-container3 .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
.swiper-container3 .swiper-slide img { width:100%;}
.swiper-container3 .swiper-pagination-bullet {
    background: #111511;
    opacity: 1;
}
.swiper-container3 .swiper-pagination-bullet-active {
    opacity: 1;
    background:#ff0806!important;
}
/* .swiper-pagination-progressbar{background:#007aff} */

.swiper-container3 .swiper-button-next, .swiper-container3 .swiper-button-prev {
    display: none;
}
/*-----------------------------------------------------------------------------------*/
/*	slide_index : 프로젝트 
/*-----------------------------------------------------------------------------------*/
.swiper-container4 .swiper-button-next, .swiper-container4 .swiper-button-prev {
    display: none;
}
/*-----------------------------------------------------------------------------------*/
/*	slide_campain
/*-----------------------------------------------------------------------------------*/
.swipercamp_warp {
    background: #e3e3e3;
    padding: 10px 0 0 0;
    line-height: 1;
}
.swiper-container2 {
width: 100%;
/* height: 300px;*/
position: relative;
background: #e3e3e3;
}
.swiper-container2 .swiper-slide {
	background: transparent;
	color:#000;
	line-height: 300px;
}
.swiper-container2 .basic .txt_area {
    padding: 19px 0 25px 0;
}
/*-----------------------------------------------------------------------------------*/
/*	sub - card ui 
/*-----------------------------------------------------------------------------------*/
.cdui_area {
    width: 100%;
    padding: 0;
    overflow: hidden;
    font-size: 14px;
    letter-spacing: -.5px;
    line-height: 140%;
}
.basic .cardui,
.basic.center .cardui {
    width: 100%;
    margin-bottom: 30px;
    line-height: 1;
    position: relative;
	cursor: pointer;
}

.basic .cardui:last-child {margin-bottom: 0}

.basic.center .cardui.done::before {
    display: inline-block;
    content: "";
    background: rgba(17, 17, 17, 0.2);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 100;
}
.basic .photo_area {
	overflow: hidden;
	position: relative;
    width: 100%;
    height: 220px;
}

.basic.center .photo_area {
    height: 220px;
    background: url(../img/noimg.png) no-repeat;
	background-size: cover;
}
/* pbtn*/
.basic .photo_area .pbtn, .sub_spot.business .picarea .pbtn {
    display: inline-block;
	z-index: 200;
	position: absolute;
    left: 0;
    top: 0;
    background: #ff9900;
    color: #fff;
    font-size: 12px;
    height: 25px;
    text-align: center;
    padding: 7px;
}
.basic .photo_area .pbtn.red {background: #ff0000;}

.basic .txt_area {
    padding: 19px 17px;
    color: #666;
    font-size: 13px;
    position: relative;
	line-height: 1;
}
.basic .cardui .txt_area .ctit {
    font-size: 14px;
    margin-bottom: 10px;
    color: #111;
    width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.basic.cent_top .cardui .txt_area .ctit {
    padding-right: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	letter-spacing: -1px;
}
.basic .cardui .txt_area .bs {
    margin-bottom: 10px;
    width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.basic .cardui .txt_area .date {
    font-size: 12px;
    margin-bottom: 5px;
    letter-spacing: .5px;
}
.basic .cardui .txt_area .uid {
    color: #333;
}
.basic .cardui .txt_area .uid::after, .list_area li .btmarea .uid::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 9px;
    background: #989898;
    margin: 0 7px;
}
.basic .cardui .txt_area .u_view img {
    width: 14px;
    vertical-align: top;
}
.basic .cardui .photo_area img {
    width: 100%;
    height: auto;
    min-height: 220px;
}
.basic_line {
    border-bottom: 1px solid #cccccc;
    margin: 20px 0 0 0;
}
.basic_line2 {
    border-bottom: 1px solid #e2ded8;
    margin: 25px 0 0 0;
}

/* card news */
.basic.cd_news {
    margin: 0 20px;
}
.basic.cd_news .cardui {
    width: 50%;
	float: left;
	padding-right: 10px;
	margin-bottom: 10px;
}
.basic.cd_news .cardui:nth-child(2n) { padding-right: 0}
.basic.cd_news .photo_area {
	overflow: hidden;
	position: relative;
    width: 100%;
    height: 160px;
}
.basic.cd_news.book .photo_area {
	overflow: hidden;
	position: relative;
    width: 100%;
    height: 200px;
}
.basic.cd_news .cardui .photo_area img {
    width: 100% ;
    height:auto;
	min-height: 160px;
}

/* top banner style card */
.basic.top {}
.basic.top .cardui {position: relative; cursor: pointer;}
.basic.top .cardui .photo_area {
    overflow: hidden;
    width: 100%;
    height: 285px;
}
.basic.top .cardui .txt_area {
    width: 100%;
	padding: 19px 17px;
    font-size: 13px;
    position: absolute;
    bottom: 0;
	color: #fff;
    background: rgba(0, 0, 0, 0.34);
}
.basic.top .cardui .txt_area .ctit {color: #fff}

/* c_btn */
.basic .cardui .c_btn {
    display: block;
    font-size: 24px;
    font-weight: 300;
    color: #919191;
    background: #f1f1f1;
    border-radius: 100%;
    width: 28px;
    height: 28px;
    padding-top: 2px;
    position: absolute;
    right: 0;
    top: 20px;
    margin-left: -20px;
    border: 1px solid #cbcbcb;
    text-align: center;
}
/* 하단고정버튼 */
.cbtn_btm {
    bottom: 0;
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 700;
}
.cbtn_btm .btn-big { padding: 18px 16px; height: 55px;}
.cbtn_btm.st2  {margin: 0 -20px;}

.cbtn_btm.half a.btn { width: 50%}
/*-----------------------------------------------------------------------------------*/
/*	search
/*-----------------------------------------------------------------------------------*/	
.search input[type='button'],
.search input[type='submit']{display: inline-block;width: 52px;height: 28px;margin: 000;padding: 0;border: 0;background:url("../img/btn_search.png") no-repeat;font-size: 0;line-height: 0;vertical-align:top;}
.search input[type='text'], .select_style { height:28px; border:1px solid #d6d6d6;}

/*-----------------------------------------------------------------------------------*/
/*	top_search
/*-----------------------------------------------------------------------------------*/
.top_search {
	overflow: hidden;
	margin:20px 0;
}
.top_search.st2 {margin:20px 17px;}
.top_search.bdb {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
}
.top_search .total {
    padding-top: 20px;
	color: #666;
	font-size: 12px;
}
.top_search .total span { color: #ff3333 }
.pro_detail .top_search {
	margin: 0 auto 20px auto !important;
	border-bottom:none
}


.top_search > .tit {
    float: left;
    font-size: 18px;
    padding-top: 13px;
}
/* 
.select_wrap {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 35px;
    border: 1px solid #ccc;
    background: #ffffff url(../img/ico_menuarrow.png) no-repeat 90% 50%;
    background-size: 13px 9px;
}
.select_wrap label.selected_txt{
	width:auto!important;
	margin:11px;
	color: #666; 
	font-size: 14px ;;
	font-weight: normal; 
	float: none; line-height: 1;
	display: block;
	position: absolute;
}
.select_hid {
	position:relative;
	width:100% ;
    height: 36px;
	padding-left: 10px;
	font-size: 14px;
	opacity: 0;
	filter: alpha(opacity=0); 
}
		
option {
    font-weight: normal!important;
    display: block;
    white-space: pre;
    min-height: 1.2em;
    padding: 0px 2px 1px;
}	

.select_wrap.auto{ width:20%; float: left; height: 34px; margin-right: 5px;}
.select_wrap.auto label.selected_txt{  margin: 10px; font-size:13px}
*/
select.st2 {
    border: 1px solid #ccc;
    font-size: 13px;
    line-height: 31px;
    color: #111;
    font-weight: 700;
    background: url(../img/arrow-down2.png) right center no-repeat #fff;
    background-size: 18px 5px;
    height: 34px;
    padding: 0 28px 0 10px;
    border-radius: 2px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 2px;
}
.top_search .sc_area {
	 float: left; 
}
.top_search .sc_area .sel_area {float:left}
.top_search .select_wrap {
    width: auto;
    height: 36px;
    float: left;
	background: #ea3732 url(../img/ico_menuarrow.png) no-repeat 90% 50%;
    border: #ea3732;
}
.top_search .select_wrap label.selected_txt {color: #fff}

.post_cont.campaign .top_search {

}
/*-----------------------------------------------------------------------------------*/
/*	top_search - search_bar
/*-----------------------------------------------------------------------------------*/
.search_bar {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.search_bar fieldset {
    display: inline-block;
    height: 36px;
    font-size: 14px;
    color: #777;
    border: 1px solid #cccccc;
    width: 100%;
}
.search_bar_input {
    width: 90%;
    height: 35px!important;
    line-height: 15px;
    border: 0!important;
    padding: 0 10px !important;
    font-size: 14px;
    color: #b2b2b2;
    vertical-align: middle;
    background: transparent!important;
}
.search_bar_input:focus {
	border-color:#ccc;
}
.search_bar_btn {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 3px;
    height: 20px;
    width: 20px;
    padding: 13px;
    text-indent: -999px;
    overflow: hidden;
    vertical-align: middle;
    cursor: pointer;
    background: url(../img/btn_search.png) 50% 50% no-repeat !important;
    background-size: 20px !important;
}
/*-----------------------------------------------------------------------------------*/
/*	front page : tab 
/*-----------------------------------------------------------------------------------*/

.pro_tabarea { position:relative;}
.pro_tabarea ul { width:100%; overflow:hidden;/*  border-bottom: 1px solid #dddddd */ }
.pro_tabarea .top_search ul {
    width: auto!important;
    padding: 8px 0 0 20px;
}
.pro_tabarea ul li {
    float: left;
    width: 150px;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
    text-align: center;
}
/* .pro_tabarea ul li:last-child { margin-left:10px;} */

.pro_tabarea ul li a {
    position: relative;
    width: 100%;
    padding: 12px;
    display: inline-block;
    color: #999;
    font-size: 14px;
    letter-spacing: -1px;
    background: #fff;
    border: 1px solid #cccccc;
}

/*  */
.pro_tabarea ul.tab li.on { border-bottom:none;}
.pro_tabarea ul.tab li.on a {
    color: #272727;
	background: #fff;
}
/* */
.notice .pro_tabarea ul.tab li.on a {
    color: #fff;
	background: #ea3732;
	border:1px solid #ea3732;
}
/* if campaign */
.post_cont.campaign {
    margin-top: 30px;
    position: relative;
}
.post_cont.campaign {
    margin-top: 30px;
    position: relative;
}
.campaign .pro_tabarea ul li {
    width: auto;
    text-align: left;
    margin-right: 20px;
}
.campaign .pro_tabarea ul li::after {
    position: absolute;
    display: inline-block;
    content: "";
    background: #bdbdbd;
    width: 1px;
    height: 12px;
    margin-left: 10px;
    margin-top: 2px;
}
.campaign .pro_tabarea ul li:last-child::after {
    display: none;
}
.campaign .pro_tabarea ul li a { padding: 0; font-size: 15px; color: #a7a7a7; border:none;}
.campaign .pro_tabarea ul.tab li.on a {
    color: #474747;
    font-weight: 500;

}
/*
.campaign .pro_tabarea ul.tab li.on a::after {
    display: inline-block;
    content: "";
    background: url(../img/ico_ton.png) no-repeat;
    width: 11px;
    height: 7px;
    margin-left: 12px;
}
*/
.tab_con { /* min-height:800px;*/}
.pro_con { display:none; /* í•„ìˆ˜ë¡œ ì§€ì •í•´ì¤˜ì•¼ í•œë‹¤ */}
.notice .pro_con { margin-top:40px;}
/* cont */
.post_cont .pro_detail {
    font-size: 14px;
    color: #646464;
}
.notice .post_cont .pro_detail ul li {
    border-bottom: 1px solid #e1e1e1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 15px 0;
}

.post_cont .pro_detail ul li a {
    color: #646464;
    line-height: 180%;
}
.notice .post_cont .pro_detail ul li .date{ display: block}

/*-----------------------------------------------------------------------------------*/
/*	sub page :  sub spot 
/*-----------------------------------------------------------------------------------*/
.sub_spot {
    width: 100%;
    height: 180px;
    position: relative;
    margin: 0 0 20px;
    padding: 65px 20px 0 20px;
    background: #313131;
    background: url(../img/spot01.png) no-repeat;
    background-size: cover;
}
.sub_spot.campaign {}
.sub_spot.business {margin: 0 0 40px 0;}
.sub_spot.project {background: url(../img/spot03.png) no-repeat; background-size: cover;}
.sub_spot.info {padding: 70px 20px 0 20px;}
.sub_spot.info.st2 {padding: 40px 20px 0 20px;}
.sub_spot.info.st2 .spot_txt {font-size:13px;}
.sub_spot.info .spot_tit { font-size: 24px}
.sub_spot .spot_tit {
    font-size: 25px;
    color: #fff;
    margin-bottom: 10px;;
}
.sub_spot .spot_txt {
    display: inline-block;
    padding: 4px;
    color: #363636;
    font-size: 14px;
    font-family: 'Noto Sans KR';
    line-height: 130%;
    background: rgba(255, 255, 255, 0.9);
}
.sub_spot .spot_sm { margin-top: 8px; color: #fff;font-size: 13px;}

.sub_spot.business {
    margin: 0;
    padding: 0;
    height: 255px;
}
.sub_spot.business .picarea {
    height: 255px;
    overflow: hidden;
}
.sub_spot.business .picarea img {
    width: 100%;
    /* height: 100%; */
    min-height: 255px;
}
.sub_spot.business .textarea {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 17px;
    width: 100%;
    color: #fff;
    background: rgba(0, 0, 0, 0.34);
}

.sub_spot.business .spot_tit {
    font-size: 13px;
    color: #fff;
    margin: 7px 0;
}
.sub_spot.business .spot_txt {
    background: transparent;
    color: #fff;
    font-size: 15px;
    width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*-----------------------------------------------------------------------------------*/
/*	sub page : sub - tabarea
/*-----------------------------------------------------------------------------------*/
.top_tabarea { position: absolute; bottom:0; right:0}
.top_tabarea ul { overflow:hidden}
.top_tabarea ul li { float:left}
.top_tabarea ul li a {
    display: block;
    width: 160px;
    padding: 20px;
    background: rgba(32, 32, 32, 0.6);
    color: #fff;
    font-size: 17px;
    text-align: center;
	border-left: 1px solid rgba(0, 0, 0, 0.6);
	border-top: 1px solid rgba(0, 0, 0, 0.6);
}
.top_tabarea ul li:last-child a {border-right: 1px solid rgba(0, 0, 0, 0.6);}
.top_tabarea ul li.on a {
	background: rgba(236, 35, 20, 0.64);
	border-left: 1px solid rgba(170, 11, 0, 0.6);
	border-top: 1px solid rgba(170, 11, 0, 0.6);
}

/*-----------------------------------------------------------------------------------*/
/*	sub - list style : basic (정보- 팟케스트 ) , 연계사업 
/*-----------------------------------------------------------------------------------*/
.list_area {}
.list_area ul {}
.list_area ul li {
    position: relative;
	overflow: hidden;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
	cursor: pointer;
}
.list_area ul li .txtarea {
    font-size: 14px;
}
.list_area ul li .txtarea .tit { font-size:14px; color:#333; line-height: 140%;}
 
.list_area ul li .txtarea .midarea {
    margin-top: 15px;
    color: #666;
    line-height: 180%;
	font-weight: 300;
}

.list_area ul li .txtarea .btmarea { margin-top: 12px; font-size:12px; color:#666; letter-spacing: 1px;     font-weight: 300;}
.list_area ul li .txtarea .btmarea i, .list_area ul li .txtarea .btmarea em {color: #afafaf;} 
.list_area ul li .btnarea {margin-top: 20px;}
.list_area ul li .btnarea a {width: 100%}
.list_area ul li .picarea {
    width: 110px;
    min-height: 120px;
    overflow: hidden;
    height: 120px;
    float: right;
    background: url(../img/noimg_sub3.png) no-repeat;
    background-size: cover;
}
.list_area ul li .picarea img {
    width: 100%;
    min-height: 120px;
}

/* 프로젝트 후기 */
.list_area.project ul li .txtarea {
    margin-right: 120px; font-size: 12px;
}
.list_area.project ul li .txtarea .uid {font-size:11px; margin-top: 7px;}
.list_area.project ul li .txtarea .tit {
    width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	}
.list_area.project ul li .txtarea .midarea {
    margin-top: 12px;
    line-height: 160%;
}

/* support */
.list_area.support ul li .txtarea .btmarea {margin: 0 0 12px;}
.list_area.support span.point2 {
    color: #ff5b5b;
    margin-right: 10px;
}
.list_area.support span.point {
    color: #0066cc;
	margin-right: 10px;
}
.list_area.support ul li .txtarea .tit {
    line-height: 160%;
    text-decoration: underline;
}
.list_area.support ul li .txtarea .midarea {
    margin-top: 10px;
    line-height: 160%;
    font-weight: normal;
}
.list_area.support .basic_line {
    border-bottom: 2px solid #4c4c4c;
    margin: 0;
}
/*-----------------------------------------------------------------------------------*/
/*	프로젝트 : 기본 소개 form
/*-----------------------------------------------------------------------------------*/
.int_wrap {}
.int_wrap.project {
    margin-top: 25px;
    font-size: 14px;
	color: #666;
    position: relative;
    letter-spacing: -1px;
	line-height: 160%;
}

.int_wrap .int_tit {
    margin-bottom: 15px;
    font-size: 16px;
    color: #333;
    line-height: 160%;
}
.int_wrap.project .int_tit::before {
    display: block;
    content: "";
    width: 1px;
    height: 20px;
    background: #595959;
    top: -25px;
    left: 0;
    position: absolute;
}
.int_wrap .int_tits {
    color: #999;
    font-size: 14px;
    line-height: 150%;
    margin-top: 5px;
}
.int_wrap .int_text {font-size: 14px; color: #666;}
.int_wrap .int_text li {line-height: 160%; position: relative;} 
.int_wrap.project .int_text li { padding-left: 10px; margin: 10px 0;}
.int_wrap.project .int_text li::before {
    display: inline-block;
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    top: 9px;
    left: 0;
    background: #666;
    border-radius: 100%;
}
.int_wrap.project .int_text li.stnone { padding-left:0; letter-spacing: -1.5px;}
.int_wrap.project .int_text li.stnone::before {display:none;}

.int_wrap .ci {
    margin: 0 0 10px;
    width: auto;
    border: solid 1px #ccc;
    padding: 16px 30px 15px 20px;
    display: inline-block;
}
.int_wrap .ci img { max-width:100%;}
/* 찾아오시는길 */
.int_wrap.project .int_text li.wfix {
    letter-spacing: 0;
    font-size: 13px;
}
.int_wrap.project .int_text li.wfix span {
    width: 65px;
    display: block;
    float: left;
}
.int_wrap.project .int_text li.wfix p {
    margin-left: 70px;
}
/*-----------------------------------------------------------------------------------*/
/*	캠페인 보기 
/*-----------------------------------------------------------------------------------*/
.support_view {}
.support_view .tit {
    font-size: 18px;
    margin: 30px 0 10px;
    line-height: 140%;
}
.support_view .info {font-size: 13px; color: #666;  margin-bottom: 20px; letter-spacing: 1px;}
.support_view .btn.st1 { padding: 3px 7px; font-size:13px; color: #fff!important; background: #545454; border: 1px solid #545454}
.support_view span {margin: 0 10px;} 
.support_view .btn_fix {
    position: fixed;
    left: 50%;
    margin-left: 400px;
    top: 620px;
    width: 190px;
    height: 50px;
    z-index: 1000;
}
.support_view .btn_fix .btn {
    display: inline-block;
    border-radius: 4px;
    font-size: 16px;
    height: 40px;
    padding: 10px 20px 0 20px;
}
.support_view .btn_fix .btn.btn-red {background:#ff6666; border: 1px solid #ff6666}
.sub_tabarea.support { position: relative; margin: 0 -10px;}
.sub_tabarea.support ul {
    overflow: hidden;

}
.sub_tabarea.support ul::after {
display: none
}
.sub_tabarea.support ul li { float:left; position: relative; z-index: 100; width: 33.3%;}
.sub_tabarea.support ul li a {
    display: block;
    width: 100%;
    padding: 13px;
    background: #ededed;
    color: #333;
    font-size: 14px;
    text-align: center;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.sub_tabarea.support ul li:last-child a {border-right: 1px solid #ccc;}
.sub_tabarea.support ul li.on a {
    background: #fff;
    border: 1px solid #636363;
    color: #636363;	
}
.sub_tabarea.support .count { color: #ff6666}
/*-----------------------------------------------------------------------------------*/
/*	프로젝트 : 셀파 (카드ui)
/*-----------------------------------------------------------------------------------*/
.project .cardui {
    float: left;
    width: 50%;
    margin: 0 auto;
    padding: 18px 0;
    position: relative;
    border-left: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
}
.project .cardui:nth-child(1) ,.project .cardui:nth-child(2) {border-top: 1px solid #e0e0e0;}
.project .cardui:nth-child(2n), .project .cardui:last-child {border-right: 1px solid #e0e0e0;}
.project .cardui:last-child {}
.project .photo_area {
    overflow: hidden;
    position: relative;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    border-radius: 100%;
}
.project .cardui .photo_area img {
    width: auto;
    height: 100%;
}
.project .cardui .txt_area {
    font-size: 13px;
    color: #666;
}
.project .cardui .txt_area .name {
    margin-top: 16px;
    font-size: 15px;
    margin-bottom: 7px;
    color: #333;
}
.project .cardui .txt_area .bs {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.project .cardui .txt_area .email {
    font-size: 12px;
    margin-bottom: 5px;
    color: #666;
}
.project .cardui .iconarea {}
.project .cardui .iconarea .icon {
    display: inline-block;
    width: 33px;
    height: 33px;
    padding-top: 6px;
    margin: 7px 2px 0 2px;
    font-size: 18px;
    color: #fff;
    background: #666;
    border-radius: 100%;
}
.project .cardui .iconarea .icon.home { padding-top: 6px; font-size: 21px;}
   
.project .cardui .bs.iconarea .icon {
    width: 24px;
    padding-top: 0;
    height: 24px;
    margin: 0 2px;
}
.project .cardui .bs.iconarea .icon .fa {font-size:16px; }
/*-----------------------------------------------------------------------------------*/
/*	마이페이지 : 후원 
/*-----------------------------------------------------------------------------------*/
.support_spot {
    width: 100%;
    /* height: 240px; */
    padding: 25px 20px 20px;
    border: 3px solid #4c4c4c;
    margin: 25px 0;
}

.support_spot .leftarea { }
.support_spot .leftarea .total {
    font-size: 18px;
    color: #414141;
    margin-bottom: 20px;
}
.support_spot .leftarea  ul {color: #666; font-size: 14px;}
.support_spot .leftarea ul li {
    padding: 10px 8px;
    border-top: 1px solid #cccccc;
}
.support_spot .leftarea ul li:last-child {border-bottom: 1px solid #cccccc;}
.support_spot .leftarea ul li:before {
    display: inline-block;
    content: "";
    width: 3px;
    height: 3px;
    background: #ff3333;
    vertical-align: middle;
    margin-right: 9px;
}
.support_spot .leftarea ul li p { float:right}
.support_spot .leftarea ul li p .point { color: #0066cc}
.support_spot .leftarea ul li p .point2 { color: #ff4343}
.support_spot .rightarea { margin-top: 20px;} 
.support_spot .rightarea .ico_heart {
    display: inline-block;
    width: 54px;
    height: 48px;
    background: url(../img/ico_heart.png) no-repeat;
    background-size: 54px;
    vertical-align: middle;
    margin-right: 10px;
}
.support_spot .rightarea .price {
    font-size: 18px;
    color: #212121;
    border-bottom: 1px solid #b5b5b5;
}
/*-----------------------------------------------------------------------------------*/
/*	table
/*-----------------------------------------------------------------------------------*/	 
 	
.tblT01 { width:100%; margin-bottom:15px; color: #333; font-size: 13px;line-height: 1; border-bottom: 1px solid #dbdbdd;}
.tblT01 input[type='text'], select{ }
.tblT01 select{ height:25px;}
.tblT01 thead th {
    /* height: 45px; */
    padding: 13px 10px;
    font-size: 13px;
    text-align: center;
    
    background-color: #f7f7f7;
    border-top: 1px solid #dbdbdd;
    border-bottom: 1px solid #dbdbdd;
}

.tblT01 tbody th {;text-align:left;padding:12px 10px;border-top:1px dashed #d3d3d3;}

.tblT01 tbody tr:first-child th{ border-top:none}
.tblT01 tbody tr td { padding:12px 8px; border-bottom: 1px solid #dbdbdd; text-align:center; word-break:break-all; line-height:140%; }
.tblT01 tbody tr td a { color:#333}
.tblT01 tbody .td_tit {
    text-align: left;
    /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
}

.tblT01 tbody .td_tit span { color:#ff4e4e}
.tblT01 tbody td span.point {
    color: #333;
    font-weight: bold;
}

.tblT01 tbody tr td.no_txt{ padding:80px 0}
.tblT01 tbody tr:last-child td, .tblT01 tbody tr.q:last-child td{ border-bottom:none}
.tblT01 tbody tr.last td { border-bottom:none }
.tblT01 thead th.left, .tblT01 tbody td.left{ text-align:left;}

.tblT01 tbody td img {margin-bottom: -2px;}
.tblT01 tbody td:last-child{border-right:0}
.tblT01 tr.on{ background: rgba(171, 171, 171, 0.29);}
.tblT01 tbody tr:hover{ color: #e8390a; cursor:pointer}
.tblT01 tbody tr:hover td a{color: #e8390a;}
.tblT01 tbody tr:hover a.btn_memo {background:url(../img/btn_memo.png) -27px 0 no-repeat;}
.tblT01 tbody tr:hover a.btn_modify {background:url(../img/btn_modify.png) -27px 0 no-repeat;}
.tblT01 .deimg, .tblT01 .noimg{ width:60px; height:60px;border:1px solid #e4e4e4}
.tblT01 .noimg{ width:72px; height:72;border:none;}
.tblT01 .deimg img, .tblT01 .noimg img{ width:100%; height:100%; }

/*-----------------------------------------------------------------------------------*/
/*	paging
/*-----------------------------------------------------------------------------------*/
.paging {overflow:hidden; margin-top:30px;text-align:center;}
.paging img {vertical-align:top;}
.paging .page_prev { background:#fff url(../img/icon_paging_back.png) 50% 50% no-repeat; background-size:10px; text-indent:-9999px}

.paging .page_next { background:#fff url(../img/icon_paging_next.png) 50% 50% no-repeat;background-size:10px; text-indent:-9999px}

.paging {vertical-align:top; /* border-top: 1px dotted #cccccc; */ padding: 10px 0 10px 0; margin: 0 10px;}
.paging a{display:inline-block ;width:35px;height:35px; /*margin-right:-3px;*/   color: #1d1d1d; font-size:14px; line-height:240%; ; background: #FFFFFF; border: 1px solid #d9d9d9; border-radius: 1px; }
.paging a.on { background: #ff4e4e; color: #ffffff; border: 1px solid #ff4e4e;}


/*-----------------------------------------------------------------------------------*/
/*	view form - 공지사항등 게시판 뷰
/*-----------------------------------------------------------------------------------*/

/* view - wrap */ 
.board_detail{ margin-top: 20px}
.board_detail img {max-width: 100%;}

.board { font-size:13px; line-height:160%; /* overflow: scroll; height: 250px; */}
.board li {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}

.board li .t_cont li{ border-bottom: none !important}

.board li.tit_area{ border-bottom: 1px solid #ccc;}
.board li .tit {
    /* font-weight: 700; */
    color: #333;
    font-size: 18px;
	line-height: 140%;
}
.board li .info { color: #666}
.board li .info span:before {content: ""; padding: 0 10px;}
.board li.txt_area {
    padding: 15px 0;
    color: #454545;
    line-height: 180%;
    min-height: 200px;
    position: relative;
}
.board li.txt_area .t_cont{ /* padding: 0 0 30px; */ font-size: 13px;}   
.board li.txt_area .attach {
    margin: 20px 0 10px;
}

.board li.txt_area img { max-width:100%}
.board li.txt_area img.img_st { margin: 30px 0; display: block}

/* 공모사업 view */
.board.st2 li.txt_area .t_cont{ font-size: 16px;} 
.board.st2 li .info { line-height: 250%}
.board.st2 li .info .itit {float:left; display: block}
.board.st2 li .info .date { margin-left:60px;display: block}
.board.st2 li .info span:before {padding: 0;}
.board.st2 li .info span.date:before {content: '|'; color: #c1c1c1; padding: 0 15px; font-weight:lighter;}
.board.st2 li.attach i {font-size: 20px; color: #bdc3c7 }
.board.st2 li.attach a {margin-right:50px;}
.board.st2 li.txt_area img.img_st {
	margin:0;
}
.btm_btnarea {
    margin: 25px 0 20px 0;
    overflow: hidden;
}
.btn.bdr_none { border-right:none}

/* book 상세보기 추가 */
.d_photoarea {float: left;}
.d_photoarea .d_photo img { width: 100%;}
.d_btn {
    text-align: center;
    margin: 20px 0;
}

/*-----------------------------------------------------------------------------------*/
/*	write form 
/*-----------------------------------------------------------------------------------*/
.tblT01_detail {
	margin-top: 10px;
    color: #666;
    font-size: 14px;
    width: 100%;
}
.tblT01_detail.review {border: none;}
.tblT01_detail th {padding:10px 0;}

/* table input타입 재정의 */
.tblT01_detail input[type='text'] , .tblT01_detail input[type='password']{ display: inline; height:35px; width:100%; font-size: 12px; }
.pop_wrap .detail input[type='text']{ height:35px; width:100%; padding:10px; }
.pop_wrap .detail .nb input { height: 27px !important; width: 40px; padding: 0; font-size:12px}
.tblT01_detail input[type='file']{ height:45px; width:100%; padding:5px;}
.tblT01_detail input[type=radio]{ vertical-align:middle}
.tblT01_detail select {
    border: 1px solid #e2ded8;
    font-size: 13px;
    line-height: 31px;
    color: #666;
    background: url(../img/arrow-down2.png) right center no-repeat #fff;
    background-size: 18px 5px;
    height: 34px;
    padding: 0 28px 0 10px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.tblT01_detail .noimg img{ width:100%;}


/* 이미지등록 */
.tblT01_detail .img_reg p{ float:left}

/* 테이블버튼 */
.tb_btnarea a{ padding:20px ; width: 200px; margin-right: 10px;}
.btnarea02 a{ font-size:14px /* 서포트페이지 */}

.btnarea input[type="button" i], .btnarea input[type="submit" i]{border:none; padding: 20px; width: 200px; cursor:pointer}

/*-----------------------------------------------------------------------------------*/
/*	write form add - new style (ul-li)
/*-----------------------------------------------------------------------------------*/
.tblT01_detail ul.write { color: rgba(102, 102, 102, 0.7);}
.tblT01_detail ul.write li {
    padding: 7px 0 18px;
    position: relative;
    border-bottom: 1px solid #e0e0e0;
    overflow: hidden;
}
.tblT01_detail ul.write li.bdnone {border-bottom:none;}
.tblT01_detail ul.write li.de_tit {
    padding: 18px 0 7px;
    font-size: 14px;
    color: #555;
	border-bottom: none;
}
.tblT01_detail .req, .req  {color: #ea3732;}
.tblT01_detail .alt {
    font-size: 12px;
    line-height: 150%;
    margin: 10px 0;
	color: rgba(102, 102, 102, 0.7);
}
/* 파일 첨부 */
.file_path .f_inparea {  margin-right: 70px;}
.file_path .f_btnarea {
	width: 70px;
    float: right;
    display: block;
    vertical-align: top;
	position: relative;
}
.file_path .btn {
    height: 35px;
    width: 70px;
    font-size: 13px;
    vertical-align: middle;
    padding: 10px 0 0 0;
    color: #666!important;
    border: 1px solid #e2ded8;
    border-left: none;
    background: #f6f6f6;
}
.tblT01_detail .input_filepath {
    position: absolute;
    right: 2px;
    top: 0;
    width: 70px!important; opacity:0 }

.file_info{ font-size:12px; margin-bottom:10px}

.ico_link {
    display: inline-block;
    width: 20px;
    height: 15px;
    margin-right: 5px;
    background: url(../img/ico_link.png) 0 0 no-repeat;
    background-size: 18px;
    vertical-align: middle;
}
/* 파일첨부 list */
ul#attach_file {
    padding: 0 8px;
    max-height: 90px;
    overflow: auto;
}
ul#attach_file li {
    line-height: 120%;
    border-bottom: none;
    padding: 2px 0;
    overflow: initial;
	position: relative;
}
ul#attach_file li a{ padding:3px 0; display:block; font-size:13px; }
ul#attach_file li a.filename {
    margin-right: 40px;
}
ul#attach_file li a:hover, a:focus, a:active {}
.ico_del2 {
    position: absolute;
    right: 0;
    top: 2px;
    color: #b3b3b3;
}
/*-----------------------------------------------------------------------------------*/
/*	subswiper_wrap (card news)
/*-----------------------------------------------------------------------------------*/

.swiper-container.subswiper_wrap {
	width: 100%;
	height: 100%;
}
.swiper-container.subswiper_wrap .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-container.subswiper_wrap .swiper-slide img { width:100%;}
.swiper-container.subswiper_wrap .swiper-button-next {
    right: 10px;
    background: url(../img/indicator_next1.png) no-repeat;
    background-size: contain;
    width: 18px;
    height: 28px;
}

.swiper-container.subswiper_wrap .swiper-button-prev { 
	left: 10px;
    background: url(../img/indicator_prev1.png) no-repeat;
    background-size: contain;
    width: 18px;
    height: 28px;
}

.swiper-container.subswiper_wrap .swiper-button-prev.swiper-button-disabled, .swiper-container.subswiper_wrap .swiper-button-next.swiper-button-disabled {
    opacity: 1;
    cursor: auto;
    pointer-events: none;
}
/* -----------------------------------------------------------------------------------*/
/*	comment
/*-----------------------------------------------------------------------------------*/
#comment {
    padding-bottom: 10px;
    margin-top: 30px;
}
#comment .comment_list {margin-top: 10px;}
#comment h2 {
    margin: 20px 0 20px;
    width: 90px;
    font-size: 15px;
    color: #404040;
    font-weight: 400;
    background: url(../img//ico_cmwrite.png) no-repeat 50% 0;
	background-size: 17px;
}
#comment h2 span {
    color: #00b3c5;
    font-weight: normal;
    margin-left: 30px;
}
#comment fieldset table{width:100%;}
#comment fieldset td.btna{text-align:right;}
#comment fieldset td .box {
    padding: 0 12px;
    height: 50px;
    border: 1px solid #ccc;
    background: #f5f5f5;
}
#comment fieldset td .box textarea{width:100%;height:100%; min-height:auto; padding:5px 0;font-size:14px;line-height:150%;border:none; background: #f5f5f5;}
#comment .comment_list li {
    overflow: hidden;
    padding: 17px 0;
    font-size: 13px;
    color: #686868;
    line-height: 160%;
    border-bottom: 1px solid #e5e5e5;
}
#comment .comment_list li p.photo{float:left;width:70px;padding-right:20px;}
#comment .comment_list li p.photo img{width:68px;border:1px solid #e5e5e5;}
#comment .comment_list li p.info {
    display: inline-block;
    margin: 0 0 10px;
	font-size: 14px;
    color: #373737;
    border-bottom: 1px solid #656565;
}
#comment .comment_list li .date_wrap { overflow: hidden;  padding: 7px 0 0;}
#comment .comment_list li .date {
    color: #676767;
    font-size: 12px;
    float: left;
}
#comment .comment_list li a.btn_del {
    float: right;
    display: inline-block;
    height: 27px;
    padding: 6px 7px;
    background: #f1f1f1;
    border: 1px solid #ccc;
    color: #666;
    line-height: 1;
}
.list_area a.btn_del {
    display: block;
    float: right;
    /* margin-left: 30px; */
    height: 24px;
    width: 37px;
    padding: 4px 0 0 0;
    background: #f1f1f1;
    border: 1px solid #ccc;
    color: #666;
    line-height: 1;
    text-align: center;
    margin-top: -3px;
}
#comment .comment_list li p.info .report{color: #666; font-size:12px; margin-left:5px}
#comment .comment_list li p.info img{vertical-align:middle;}
#comment .comment_list .del img{ }
.btn_cmt {
    display: inline-block;
    width: 70px;
    height: 50px;
    padding: 15px 0;
    /* font-weight: 700; */
    font-size: 14px;
    text-align: center;
    color: #fff!important;
    background: #666;
    border-top: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    vertical-align: middle;
}

/* 댓글에댓글 */
#comment .comment_list .cm_cm_tit{margin-top:10px}
#comment .comment_list .cm_cm_tit a{color:#999; text-decoration:underline}

#comment .comment_list .cmcm_wrap{margin-left:12px; margin-top:10px}
#comment .comment_list .cmcm_wrap ul.cm_cm{margin-left:10px}
#comment .comment_list .cmcm_wrap ul.cm_cm > li:last-child{ border-bottom:none}

/*-----------------------------------------------------------------------------------*/
/*	체크박스 , 라디오 버튼 재정의 
/*-----------------------------------------------------------------------------------*/
p.checkbox input[type='checkbox'] {display: none;}
p.checkbox input[type='checkbox'] + label span {
    width: 20px;
    height: 20px;
    overflow: hidden;
    display: inline-block;
    vertical-align: -5px;
    background: transparent;
    border: solid 1px #c4c4c4;
    border-radius: 1px;
}
p.checkbox input[type='checkbox'] + label span.all{background: url(../img/btn_confirm_all.png) no-repeat 50% 5px; background-size: 17px auto;}
p.checkbox input[type='checkbox']:checked+label span { background: transparent url(../img/ico_check2.png) no-repeat 50% 3px; background-size: 17px auto; -webkit-background-size: 15px auto; background-position: 48% 46%; border: solid 1px #c4c4c4;}
p.checkbox input.on+label span { background: #474747 url(../img/btn_confirm_on.png) no-repeat 50% 6px ; background-size: 15px auto; border:none;}

/* 라디오버튼 */
p.radio input[type=radio] {display: none;}
p.radio {display: inline-block;}

.radio{ margin-right:10px}
p.radio label{ margin-bottom: 0; }
p.radio input[type='radio']+ label span{display:inline-block;width:25px;height:25px;vertical-align:-8px;background:url(../img/icon_temp.png) no-repeat;margin-right:4px;background-size:52px auto;-webkit-background-size:52px auto}
p.radio input[type='radio']:checked + label span{background-position:-26px 0}
.joinCnt input::-webkit-input-placeholder{ color:#626262; font-size:12px; font-family: 'Nanum Gothic';}

/* 리뷰작성 테이블 */
.review_form {}
.tblT01_detail.review { border:none}
.tblT01_detail.review td { padding:5modaltrigger btn sspx 0; border-bottom:none}
.tblT01_detail.review input[type='text'] { height:46px; padding:10px 15px; font-size:13px;}
.review_form .img_reg { overflow:hidden; margin-top:5px; padding:12px 7px 2px 7px; border:1px solid #e0e0e0; background:#fafafa;}
.review_form .img_reg p{
	float: left;
    position: relative;
    margin: 0 5px 10px 5px;
    width: 90px;
    height: 90px;
	}
.review_form .img_reg .noimg img { width: 100%; height: 100%;}
.review_form .img_reg .nodata{ font-size:12px; margin:0 0 10px 5px}
.img_reg .btn_del { position: absolute; top: -2px; right: 0px; }
.review_form .tblT01_detail tbody td {padding: 10px 0;}


/*-------------------------
  Modal popup
-------------------------*/

#mask {  
/* position:absolute;   */
position: fixed;
width:100%!important;
height:100%!important;
z-index:9000;  
background-color:#000;  
display:none;  
left:0;
top:0;
}
.modal_pop{
/*  display: none; */
/* position:absolute;  
left:100px;
top:100px; */
z-index:10000;
position: fixed;
width: 90%;
left: 50%;
margin-left: -45%; /* half of width */
/* height: 300px; */
top: 10%;
/* margin-top: -25%;  half of height */
/*  overflow: auto; */

}
@media screen and (min-width: 768px) {
.modal_pop {width: 50%;margin-left: -25%;}
}
@media screen and (min-width: 920px) {
.modal_pop {width: 40%;margin-left: -20%;}
}
@media screen and (min-width: 1200px) {
.modal_pop {width: 25%; margin-left: -12.5%;}
}
.modal_pop.wide { width:600px}

/* 테이블 스타일 */
.panel-body .tblT01_detail ul.write li.de_tit {
    padding: 0 0 12px;
}
.panel-body .tblT01_detail ul.write li {
    border-bottom: none;
    padding: 0 0 12px;
    line-height: 140%;
}

/* 도서검색 페이지 : 원페이지, 모달 함께 사용 */
.modal_pop.search {
    position: absolute;
    top: 245px;
}
.modal_pop.search .panel-body {	padding: 20px 17px; }
.panel-body .search_txt {
	margin-left:50px;
    padding: 5px 0 5px 0;
    font-size: 12px;
    color: #adadad;
    line-height: 160%;
	;
}
.panel-body .search_txt .bk{ color: #adadad;}

/* 검색결과 */
.modal_pop.search .search_result .board_list{ height: 250px;
overflow: auto;
margin-top: 10px;
}



.detail label{  display:inline-block; font-size:12px}
.detail input[type='text'] {
height: 35px;
width: 100%;
padding: 10px;}
/*-------------------------
  팝업 - 컨텐츠
-------------------------*/
.panel {
background-color: #fff;
border-radius: 4px;
-webkit-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.3);
box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.3);

}
.panel-heading {
    font-size: 15px;
    padding: 20px;
	color: rgba(0,0,0, 0.6);
background-color: #FFF;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.panel-title {
    padding: 0;
    font-size: 18px;
    font-weight: 700 !important;
    color: #464646;
    text-align: center;
}
/*
.panel-title.st02 {
    font-size: 17px;
    line-height: 180%;
    padding: 12px 5px 5px;
}
*/
.panel-title i {
    margin-left: 5px;
	/* font-size: 20px; */
}
.panel-heading .close {
    position: absolute;
    top: 15px;
    right: 15px;
}

.panel-body {
    padding: 30px;
    font-size: 14px;
    min-height: 150px;
}
.panel-body .txt-add {
padding-bottom: 20px;
font-size: 12px;
color:#adadad;
line-height: 160%;
}
.panel-body .txt-add .bk {
    color: #333;
}

.panel-footer {}
.panel-footer a {width: 50%!important;
margin-right: 0;
font-size: 14px;
}
.panel-footer a.btn { padding:15px 0; color:#fff!important; border:none; border-radius:0}
.panel-footer a.btn-cancel { background:#a1a1a1; border-radius: 0 0 0 4px;}
.panel-footer a.btn-ok { background:#353535; border-radius: 0 0 4px 0;}

.btn-block {
    display: block;
    width: 100%;
}
.btn.btn-login {
    background-color: #626262;
	border-color: transparent !important;
	color:#fff;
}
.btn.btn-primary {
	margin-top: 12px;
	padding: 13px 13px ;
    background-color: #2776dc;
	border-color: transparent !important;
	color:#fff;
	
}
.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook:hover {
    color: #fff!important;
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2);
}
.btn.btn-login:hover, .btn.btn-primary:hover { color:#fff!important}
.btn-social {
    position: relative;
    color: #FFF !important;
    padding: 13px 13px 13px 25px;
    font-weight: 500;
    font-size: 17px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-color: transparent !important;
    box-shadow: none !important;
}
.btn-social :first-child {
    margin-left: -20px;
    width: 45px !important;
    font-size: 16px !important;
    text-align: center;
}
.separator {
    border-bottom: 1px solid rgba(0,0,0, 0.1);
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}
.separator span {
	width: 100%;
    position: absolute;
    left: 50%;
    margin-left: -23px;
    top: -17px;
    background: #fff;
    padding: 5px 0px;
    border: 1px solid rgba(0,0,0, 0.1);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 35px;
    text-align: center;
	line-height: 1.42857143;
}
.form-group {
    margin-bottom: 15px;
	position: relative;
}
.form-group .tit {float: left;
width: 50px;
line-height: 300%;
font-size: 12px;

}
.form-group label {margin-left: 50px; display: block;}
.modal_pop.wide label {margin-left: 60px;}
.form-control {
	width:100%;
    background: #fbfbfb!important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid #E8E8E8;
    height: 45px;
    padding: 10px 16px;
    font-size: 15px;
    line-height: 1.3333333;
    color: #6D6D6D;
}
.form-actions {
    margin-top: 20px;
}
.find_pwd { margin-top: 20px; text-align:center}
.find_pwd a { margin:0 5px}
.input-icon-left i {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: block;
    color: #797979;
    font-size: 15px;
}
.input-icon-left .form-control {
    padding-left: 46px;
}
/*-----------------------------------------------------------------------------------*/
/*	로그인
/*-----------------------------------------------------------------------------------*/


.login_info {
    /* height: 82px; */
    background: #f6f6f6;
    text-align: center;
    padding: 12px 10px;
    font-size: 12px;
    letter-spacing: -0.5px;
    margin-top: 30px;
}
.login_info .join {
    border-bottom: 1px solid #ea3732;
    color: #ea3732;
}
.login_wrap {
    padding: 30px 0;
    margin: 10px auto;
}

.login_wrap fieldset { }
.login_wrap legend {
    font-size: 30px;
    margin-bottom: 35px;
    padding-bottom: 20px;
    font-weight: 700;
    letter-spacing: -2px;
    width: 100%;
    border-bottom: 1px solid #222731;
}

.login_wrap input[type=text], .login_wrap input[type=password], .login_wrap input[type=number], .login_wrap input[type=tel] {
    width: 100%;
    height: 30px;
	padding: 0;
    font-size: 13px;
    border: none;
}

.login_wrap input::-webkit-input-placeholder{ color:#b1b7c3!important; font-size:12px; font-weight:700}


.login_wrap li {}
.login_wrap li .input_bar {
    padding-bottom: 7px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d8d8d8;
    overflow: hidden;
}
.login_wrap .input_bar label {
    padding-top: 7px;
	font-size: 19px;
    color: #333;
    float: left;
    width: 90px;
    display: inline-block;
}
.login_wrap .jbtn_area {margin-top: 10px;}

/* 비번찾기 버튼영역 */
.login_wrap .inputAgree {position: relative;}
.login_wrap .inputAgree.fl-left{ float:left}
.login_wrap .inputAgree.fl-right{ float:right}
/*-----------------------------------------------------------------------------------*/
/*	가입 new 추가
/*-----------------------------------------------------------------------------------*/
.join { position: relative;}
.join .sub_tit {
    width: 100%;
    padding: 40px 0 22px 0;
    color: #232323;
    font-size: 18px;
    display: inline-block;
    font-family: 'NanumSquare';
    /* font-weight: 600; */
    line-height: 1;
}
/* 레벨 라인 */
.lev_line {
    margin-top: 10px;
    height: 4px;
    background: #e5e5e5;
    width: 100%;
}
.lev_line .now{
    margin-top: 10px;
    height: 4px;
    background: #ea3732;
    width: 30%;
}
.lev_line .now.l02{
    width: 65%;
}
.lev_line .now.l03{
    width: 100%;
}
.join .sub_tit03 {
    font-size: 16px;
    color: #222;
}
.join .subtit03_sm {
    color: #333;
    font-size: 13px;
    margin: 12px 0;
    line-height: 160%;
}
.subtit03_sm i, .subtit03_sm em { color: #a0a0a0}

/* 아코디언 메뉴 */
.join_list li {
    position: relative;
    line-height: 140%;
}
.join_list .tit, .join_list .tit.collapsed, .join_list .tit_none {
    padding: 12px 0;
    color: #333;
    font-size: 15px;
    /* font-weight: 700; */
    border-bottom: 1px solid #dbdbdd;
}


.join_list .tit::before, .join_list .tit.collapsed:before {
    content: "\f077";
    font-family: fontawesome;
    font-size: 20px;
    font-weight: lighter;
    color: #66666669;
    position: absolute;
    top: 12px;
    right: 15px;
    transition: all 0.3s ease 0s;
}
.join_list .tit.collapsed:before {
    content: "\f078";
}
.join_list .tit.none:before {
    content: "";
}

.join_list .detail {
    padding: 10px 0;
    border-bottom: 1px solid #dbdbdd;
    font-size: 13px;
}
.join_list p.checkbox input[type='checkbox'] + label span { vertical-align: -4px; background:}

.join .btm_btnarea { margin-top: 30px}

/* 회원종류 선택 */
.join .member {
    width: 100%;
    margin: 0 auto;
	padding-top: 40px;
    text-align: center;
}
.join .member .real_mem {
    display: inline-block;
    width: 76px;
    height: 87px;
	margin-right: 50px;
    background: url(../img/ico_mem.png) no-repeat;
    background-size: 76px;
}
.join .member .real_mem.on, .join .member .real_mem:hover { background: url(../img/ico_memon.png) no-repeat; background-size: 76px;}

.join .member .nom_mem  {
    display: inline-block;
    width: 76px;
    height: 87px;
    background: url(../img/ico_mem02.png) no-repeat;
    background-size: 76px;
}

.join .member .real_mem span, .join .member .nom_mem span {
    display: inline-block;
	padding-top: 95px;
    font-size: 16px;
    color: #222;
}
.join .member .nom_mem.on, .join .member .nom_mem:hover { background: url(../img/ico_mem02on.png) no-repeat; background-size: 75px;}

/* 후원 */
.join .member .sp01 {
    display: inline-block;
    width: 100px;
    margin-right: 40px;
    background: url(../img/ico_sp01.png) no-repeat;
    background-size: 100px;
}
.join .member .sp02 {
    display: inline-block;
    width: 100px;
    background: url(../img/ico_sp02.png) no-repeat;
    background-size: 100px;
}
.join .member .sp01 span, .join .member .sp02 span {
    display: inline-block;
	padding-top: 75px;
    font-size: 16px;
    color: #222;
}
.member .sp01.on, .member .sp01:hover {background: url(../img/ico_sp01on.png) no-repeat;background-size: 100px;}
.member .sp02.on, .member .sp02:hover { background: url(../img/ico_sp02on.png) no-repeat; background-size: 100px;}

.join .money .btn {
    padding: 10px 10px!important;
    vertical-align: middle;
}

/* 회원가입 완료 아이콘 */
.ico_jdone { padding: 10px 0 20px;}
.ico_jdone::before {
    font-size: 80px;
    color: #01d2d1;
    content: "\f058";
    font-family: fontawesome;
    /* font-family: fantasy; */

}
.j_num {
    position: absolute;
    right: 0;
    top: 45px;
    font-size: 14px;
}
/* placeholder */
input::-webkit-input-placeholder { font-family: 'Nanum Gothic';}
input::-moz-placeholder {font-family: 'Nanum Gothic'; }
input:-ms-input-placeholder {font-family: 'Nanum Gothic'; }
input:-o-input-placeholder { font-family: 'Nanum Gothic';}

::-webkit-input-placeholder::before {
  content: "FIRST\000ASECOND\000ATHIRD";
}

::-moz-placeholder::before {
  content: "FIRST\000ASECOND\000ATHIRD";
}

:-ms-input-placeholder::before {
  content: "FIRST\000ASECOND\000ATHIRD";
}
/*-----------------------------------------------------------------------------------*/
/*	캠패인 - 후원 - 현황 list, 마이페이지 후원내역 
/*-----------------------------------------------------------------------------------*/

.list_area.support ul li {
    padding: 12px 0;
	cursor: default;
}
.list_area.support ul li .picarea {
    width: 60px;
    height: 60px;
    overflow: hidden;
    float: left;
    background: #ccc;
    min-height: 60px;
}
.list_area.support.st2 ul li .txtarea {
    margin-left: 80px;
}
.list_area.support ul li .txtarea .tit {
    font-size: 14px;
    margin: 8px 0 0 0;
}
.list_area.support ul li .txtarea .btmarea {
    margin-top: 10px;
    font-size: 12px;
}
.list_area.support ul li .picarea img { width: 100%; min-height: 60px;}
/*-----------------------------------------------------------------------------------*/
/* 사이트 없을때 
/*-----------------------------------------------------------------------------------*/
.site_info {
    text-align: center;
    font-size: 18px;
    line-height: 160%;
    color: #999999;
    margin: 50px 20px;
}
.site_info img {margin:8px 0; max-width: 100%;}
/*-----------------------------------------------------------------------------------*/
/*	이용약관 
/*-----------------------------------------------------------------------------------*/
.rules { line-height: 1}
.rules .s_tit1 {
    font-size: 15px;
    color: #333;
}
.rules .s_con3 {
    line-height: 19px;
    letter-spacing: -0.5px;
	font-size: 13px;
    color: #767676;
}
.rules .bold { display:block; font-weight: 500; margin: 20px 0 0;}
/*-----------------------------------------------------------------------------------*/
/*	아이콘
/*-----------------------------------------------------------------------------------*/

.ico_view {
    display: inline-block;
    width: 16px;
    height: 15px;
    margin-right: 0;
    background: url(../img/ico_view.png) 0 0 no-repeat;
    background-size: auto auto;
    background-size: auto auto;
    background-size: 16px;
    vertical-align: middle;
}
/*-----------------------------------------------------------------------------------*/
/*	margin , padding
/*-----------------------------------------------------------------------------------*/
.mgt5{ margin-top:5px;} .mgt10{ margin-top:10px;} .mgt20{ margin-top:20px;} .mgt30{ margin-top:30px;} .mgt40{ margin-top:40px;} .mgt50{ margin-top:50px;} .mgb10{margin-bottom:10px;} .mgb15{margin-bottom:15px;} .mgb20{margin-bottom:20px;} .mgb30{margin-bottom:30px;}

/*-----------------------------------------------------------------------------------*/
/*	common
/*-----------------------------------------------------------------------------------*/
.blind {
    font-size: 0;
    position: absolute;
    top: -999999px;
}
/* 정렬 */
.fl_left{ float:left}
.fl_right{ float:right}
.ovfl_hid{ overflow:hidden}
.text_left {text-align:left !important;} .text_right {text-align:right !important;} .text_center {text-align:center !important;}


/* clearfix */
.clearfix {clear: both; *zoom: 1;}
.clearfix:before,.clearfix:after {content: " "; display: table;}
.clearfix:after { clear: both;}

.mgt5{ margin-top:5px;} .mgt10{ margin-top:10px;} .mgt20{ margin-top:20px;} .mgb10{margin-bottom:10px;} .mgb20{margin-bottom:20px;}
.mgr5{ margin-right:10px;} .mgr5{ margin-right:10px;} .mgr20{ margin-right:20px;} .mgr30{ margin-right:30px;}

.no_data{ text-align:center; font-size:14px; font-weight:normal!important; /* padding-top:50px!important; */ border-bottom: none!important; color: #777; padding: 80px 0 !important;}

.p_color{ color:#006633}





/* added on 20190412 */

.de_form .de_text { margin: 30px 0; }
.de_form .de_text img { display: block; margin: 0 auto 30px auto;  max-width: 100%; height: auto;}


/* 240905 ckeditor 5 */
.t_cont img { max-width: 100%; height: auto; }
