@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:.sub_spot.info {
    padding: 70px 20px 0 20px;
}
  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;}

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;
}
/*-------------------------
  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: 35px; 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;}

/* 토글 메뉴를 위한 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: #fff;}
.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: rgba(255, 255, 255, 0.6);
    -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: 18px;
    text-indent: -9999px;
    background: url(../img/logo.png) no-repeat 0 0;
    display: inline-block;
    width: 180px;
    height: 33px;
    background-size: auto 33px;
}
.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: 15px;
    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: #000;
}
#sd_menu ul {border-bottom: #ddd 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: #000;
    background: #fff;
    border-top: #ddd 1px solid;
}
#sd_menu > ul > li > a:hover, #sd_menu > ul > li.active > a, #sd_menu > ul > li.open > a {
    color: #000;
    background: #fff;
    /* 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: #000;
}
.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: #2a2a2a;
    background: #e2e2e2;
    border-top: #c6c6c6 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;
	border-bottom: 1px solid #e3e3e3;
}
.swiper-container-free-mode > .swiper-wrapper {
   
}
.tabs > li {
    /* min-width: 23%!important; */
    /* 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: 15px;
    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 #ea3732;
    color: #ea3732;
}
	
	/* 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;
    line-height: 180%;
}
#footer .copy span {color: #26b6f8}
#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}

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: #424242;
    font-size: 0.875em;
    background-color: #FFFFFF;
    -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: 55px;
    top: 10px;
}

aside .myinfo_top {text-align: center;}
aside .myinfo_top .side_logo {
    margin: 25px;
    height: 32px;
    background: url(../img/side_logo.png) no-repeat;
    background-size: 177px;
}
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 .u_name span {color:#000;}
.myinfo_top .btn_logout {float:right}
.myinfo_top .btn_logout a {
    color: #fff!important;
    border: 1px solid #666;
    background: #666;
}
/* 아이콘 */
.log_btnarea {
    overflow: hidden;
    border-top: 1px solid #dddddd;
    border-bottom: 3px solid #dddddd;
}
.log_btnarea li {
    float: left;
    width: 33.333%;
    text-align: center;
    border-right: 1px solid #dddddd;
}
.log_btnarea li:last-child {border-right: none}
.log_btnarea li a {
    /* float: left; */
    text-align: center;
    color: #333;
    display: block;
    padding: 30px 15px;
    font-size: 12px;
}
.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;
}

/* 로그인영역 */
.loginarea { overflow: hidden; margin: 20px;}
.loginarea .inputarea { margin-right: 90px;}
.loginarea .inputarea input[type='text'], input[type='password'] {
    height: 35px;
    width: 100%;
    display: block;
    margin: 5px 0;
}
.loginarea > .btnarea {
    width: 84px;
    float: right;
    margin: 5px 0 0 0;
}
.loginarea > .btnarea a {
    width: 100%;
    height: 75px;
    font-size: 14px;
    padding-top: 28px;
}
.loginarea .if_find {
    float: right;
    margin-top: 10px;
    color: #666;
}

/* 버튼 */
.default_from.login .btn { border:none; padding:17px; width:100%; font-size: 16px; color:#fff!important; border-radius: 50px;}
.default_from.login .btn.bk { font-size: 16px;}
.default_from.login .btn.bk.s {
    padding: 12px;
    font-size: 14px;
    height: 40px;
    border-radius: 0;
}
.default_from.login a.btn.line { background:none; border:1px solid #fff}
.default_from.login a.btn.blue {background:#224581;}
.default_from.login a.btn.navy {background:#3b414e;}
.default_from.login a.btn.gg {background:#de4d3b;}
.default_from.login a.btn.naver {background:#2db400;}
.default_from.login a.btn.kko{background:#ffea0f; color:#3c1e1e!important}
/*-------------------------
   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 18px;
    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-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 auto ;
    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;
}
/* 하단고정버튼 */
.fixbtn {
    bottom: 0;
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 700;
}
.fixbtn .btn-big {
    padding: 18px 16px;
    font-size: 17px;
}
/*-------------------------
   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
/*-----------------------------------------------------------------------------------*/
#home { 
	width:100%; 
	overflow: hidden;
    min-height: 328px;
}
/*
#home #slider1{
	height:360px;
}
#home .inner{ 
	width:1170px;  
	margin:0 auto; 
	padding: 70px 0;
}
#home .textarea {
    text-align: center;
}
#home .textarea h1 {
    color: #424242;
    font-weight: bold !important;
    font-size: 36px;
    display: block;
    padding: 95px 0 15px;
    font-weight: normal;
    word-spacing: -1px;
    text-transform: uppercase;
    line-height: 140%;
}
#home .textarea h1 span { font-weight:normal!important}
#home .textarea p { font-size:18px; color:#424242; line-height: 160%;}
#home h1 img{width: 580px; }
#home .btnarea { }
#home .btnarea a { 
	font-size:20px; color: #fff!important; 
	padding:10px 38px; 
	border: 2px solid #fff;  
	;
	border-radius:5px;
}
#home .btnarea02 a { 
	font-size:24px; 
	color: #ffffff!important; 
	padding:15px 60px; 
	border-radius:5px;
	border: 3px solid #7dc4f6;
}
#home .btnarea03 a { 
	font-size:24px; 
	color: #7dc4f6!important;
	border-radius:5px;
	padding:15px 40px; 
	background:#333639!important;
	border: 3px solid #333639; 
	
}
*/

/*-----------------------------------------------------------------------------------*/
/*	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 .swipercamp_warp {
    background: #f0f0f0;
    padding: 0;
    line-height: 1;
}
.depth1_area .swiper-container2  { background: #f0f0f0;}

.depth1_area .swiper-container2 .swiper-slide {
    background: #fff;
}
.depth1_area .cardui .c_btn2 {
    display: block;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    background: #0b88cd;
    border-radius: 100%;
    width: 27px;
    height: 27px;
    padding-top: 4px;
    position: absolute;
    /* left: 50%; */
    right: 15px;
    bottom: -12px;
    /* margin-left: -15px; */
    text-align: center;
    z-index: 9999;
}

/* 프로젝트 - 배너  */
.depth2_area {
    width: 100%;
    /* padding: 140px 0; */
    overflow: hidden;
    background: url(../img/bg_dep02.png) center top no-repeat;
    background-size: cover;
}
.index .depth2_area .tit {
    color: #fff;
    padding: 20px 0 0 20px;
    margin-bottom: 0;
}
.depth2_area .intro_bg {
    position: relative;
    display: block;
    position: relative;
    margin: 0;
}
.depth2_area .intro_bg.st3 .txtarea .tit_st2 {font-size: 24px; margin: 0 0 18px;}
.depth2_area .intro_bg.st3 .txtarea .tit {
    font-size: 14px;
    padding: 4px 8px;
    font-weight: 500;
	line-height: 130%;
}
.depth2_area .intro_bg .txtarea .tit p {
    margin-top: -8px;
    font-family: "Noto Sans KR";
}
.depth2_area .intro_bg .txtarea { position: relative; top: 15px;}
.depth2_area .int_wrap.project {
    text-align: left;
    color: #fff;
    padding: 30px 20px 20px 20px;
    margin: 35px 0 70px 0;
    border: 1px solid rgba(255, 255, 255, 0.5);
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.5); */
}
.depth2_area .int_wrap.project::before {
    display: block;
    content: "";
    height: 29px;
    width: 1px;
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: -16px;
    left: 50%;
}
.depth2_area .int_wrap.project > p {font-size: 15px}
.depth2_area .int_wrap .int_text {
    font-size: 12px;
    color: #fff;
    font-weight: lighter;
}
.depth2_area .intro_bg.st3 .txtarea .tit_st2::before {
    width: 45px;
    height: 48px;
    display: block;
    content: "";
    background: url(../img/ico_bn01.png) no-repeat;
    background-size: 45px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.depth2_area .intro_bg.st3 .txtarea .tit_st2.bn02::before {
	background: url(../img/ico_bn02.png) no-repeat;
    background-size: 45px;
}

.depth2_area .intro_bg.st3 .txtarea .tit_st2.bn03::before {
	background: url(../img/ico_bn03.png) no-repeat;
    background-size: 45px;
}
.depth2_area .intro_bg.st3 .txtarea .tit_st2.bn04::before {
	background: url(../img/ico_bn04.png) no-repeat;
    background-size: 45px;
}
.depth2_area .intro_bg.st3 .txtarea .tit_st2.bn05::before {
	background: url(../img/ico_bn05.png) no-repeat;
    background-size: 45px;
}
.depth2_area .intro_bg.st3 .txtarea .tit_st2.bn06::before {
	background: url(../img/ico_bn06.png) no-repeat;
    background-size: 45px;
}

.depth2_area .int_wrap.project .int_text li::before {
    background: #fff;
}
/* 캠페인 */
.depth3_area {
    width: 100%;
    padding: 20px 0 20px 0;
    overflow: hidden;
}
.depth3_area .swipercamp_warp {
    background: #fff;
    padding: 0;
    line-height: 1;
}
.depth3_area  .swiper-container2  { background: #fff;}
.depth3_area  .swiper-container2 .swiper-slide {
    background: #f7f7f7;
}
.depth1_area .swiper-container2 .basic .txt_area, .depth3_area .swiper-container2 .basic .txt_area {
    padding: 19px 10px 25px 10px;
    overflow: hidden;
}
.depth3_area .swiper-container2 .basic .txt_area  {
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}
.depth1_area .swiper-container-horizontal>.swiper-scrollbar , .depth3_area .swiper-container-horizontal>.swiper-scrollbar {display: none}

.btn_more2 {
    display: inline-block;
    background: #333;
    color: #fff;
    padding: 7px 10px;
    font-size: 14px;
    border-radius: 15px;
    font-weight: lighter;
    float: right;
    /* text-align: right; */
    margin: 10px 10px 0 0;
}

/*-----------------------------------------------------------------------------------*/
/*	front page : depth4_area 
/*-----------------------------------------------------------------------------------*/
.depth4_area {
    width: 100%;
    overflow: hidden;
    background: url(../img/bg_dep04.png) center top no-repeat;
    background-size: cover;
    font-family: 'NanumSquare';
}
.depth4_area .support_box {
    background: rgba(33, 33, 33, 0.57) url(../img/dep04_calli.png) no-repeat center 30px;
    background-size: 210px;
    margin: 35px 50px;
}
.depth4_area .support_box >.textarea {
    padding: 170px 32px 32px 32px;
    color: #fff;
    font-size: 13px;
    line-height: 160%;
    font-family: 'Noto Sans KR';
}
.depth4_area .support_box >.textarea .tit {
    font-size: 16px;
    color: #26b6f8;
    margin-bottom: 7px;
    padding: 0;
}
.depth4_area .support_box >.textarea >.sp_btn {
    display: inline-block;
    background: #80807f;
    color: #fff;
    font-size: 15px;
    padding: 10px 30px;
    margin-top: 15px;
    font-family: 'Noto Sans KR';
}

/*-----------------------------------------------------------------------------------*/
/*	front page : depth5area
/*-----------------------------------------------------------------------------------*/
.depth5_area {
    width: 100%;
	overflow: hidden;
	font-family: 'Noto Sans KR';
}
.depth5_area .portfolio .inner, .depth5_area .homepage .inner {
    padding: 20px 50px;
    line-height: 140%;
}
.depth5_area .portfolio {
    background: #434343;
    color: #fff;
    position: relative;
}
.depth5_area .homepage {
    background: #ea3732;
    color: #fff;
	 position: relative;
}

.depth5_area .inner > .tit {
    font-size: 18px;
    color: #fff;
    margin: 5px 0;
    padding: 0;
    line-height: 1;
}
.depth5_area .inner > .tit_s  {font-size:12px;}
.depth5_area .inner .btn {
    background: transparent;
    color: #fff!important;
    width: 88px;
    padding: 12px;
    /* margin-top: 20px; */
    border: 1px solid rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 25px;
    right: 50px;
}
.depth5_area .inner .btn:hover {color:#fff!important}
/*-----------------------------------------------------------------------------------*/
/*	front page : depth7area
/*-----------------------------------------------------------------------------------*/
.depth7_area { margin-top: 30px; padding: 0; overflow: hidden}

/********************************
 * 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 {
    display: block;
    padding: 0 20px;
}
/* 포폴미리보기 */
.wrap-sectionsub.pf { text-align:center;}
.wrap-sectionsub.pf a { display:block; margin-bottom: 30px;}
.wrap-sectionsub.pf img {max-width:100%;}




.intro {}
/* bg 있는경우 */
.intro_bg {
    position: relative;
    display: block;
    position: relative;
    margin: 0 -20px;
}

.intro_bg img {
    border: 0;
    width: 100%;
    height: auto;
    vertical-align: top;
}

.intro_bg .txtarea {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 30px;
    width: 100%;

}

.intro_bg .txtarea .tit {
    font-size: 24px;
    height: 20px;
	padding: 0 2px;
    font-weight: 700;
    background: #ffffff;
    display: inline-block;
    position: relative;
    color: #333;
    line-height: 1;
	letter-spacing: -1px;
}

.intro_bg .txtarea .tit_s {
	margin-top: 15px;
    font-size: 18px;
    color: #333;
    font-family: 'NanumSquare';
    font-weight: 700;
}
.intro_bg .txtarea .tit p{
margin-top: -8px;
font-family: 'NanumSquare';
}
/*
.intro_bg .txtarea .tit {
    color: #232323;
    font-size: 34px;
    font-family: 'NanumSquare';
    font-weight: 700;
    letter-spacing: -3px;
}
*/
.intro_bg .txtarea .text {
    margin-top: 15px;
    color: #5e5e5e;
    font-size: 14px;
    letter-spacing: -1px;
    line-height: 160%;
}

.intro_bg.st2 {
    background: #ebebeb;
    padding: 40px 20px;
}
.intro_bg.st2 .txtarea {
    position: inherit;
    text-align: left;
}

.intro_bg.st3 .txtarea .tit {
    font-size: 16px;
    height: auto; 
    padding: 2px;
   
}
.intro_bg.st3 .txtarea .tit_st2::before {
    width: 20px;
    height: 20px;
    display: block;
    content: "";
    background: url(../img/ico_point2.png) no-repeat;
    background-size: 20px;
    margin: 0 auto;
    margin-bottom: 15px;
}
.intro_bg.st3 .txtarea .tit_st2 {
    font-size: 24px;
    margin: 0 0 15px;
}
.intro_bg.st3 .txtarea .text {
    margin-top: 15px;
    padding: 0 20px;
    color: #fff;
	font-size: 13px;
}
.intro_bg.st3 .txtarea .tit p {
    margin-top:0;
}
.intro_bg.st3 img {
    min-height: 270px;
}
/* 번호 아이콘 영역 */
.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: 14px; letter-spacing: -1px;}
.de_form li {margin-top: 32px;}
.de_form .de_tit {
    font-size: 24px;
    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 .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: 50px 0}
.adm_btnarea { margin: 50px 0}

/* 조직도 */		
.org {
    margin: 10px 0 0;
    text-align: center;
    line-height: 120%;
}
.org .row { width:100%; max-width:350px; overflow:hidden; margin:0 auto; text-align:left; margin-top:10px; }
.org .row h3 { margin:20px 0 9px; font-size:20px; color:#333; font-weight: 500; }
.org .row .name { display:table-cell; width:35%; font-size:13px; color:#333; padding-top:2px; }
.org .row .jobs { display:table-cell; width:65%; font-size:12px; color:#767676; padding-top:2px; }
.org .row ul { display:table; width:100%; }
.org .row li { display:table-row; }

@media all and (max-width : 372px){
	.org .chart .abs.a3 { left:50%; margin:13px 0 0 10px; }
}
/* 2018-02-27 PENTABREED MODIFY : E */
@media all and (max-width : 320px){}
	.org .row .name { width:40%; }
	.org .row .jobs { width:60%; }
}


/*-----------------------------------------------------------------------------------*/
/*	history
/*-----------------------------------------------------------------------------------*/
.con_detail {
	padding:40px 0
}
ul.history {
    margin: 35px -10px;
    overflow: hidden;
    font-size: 12px;
    color: #999999;
}

/* ÃªÂ¸Â°Ã«Â³Â¸Ã¬Å¡Â°Ã¬Â¸Â¡Ã¬Â â€¢Ã«Â Â¬ */
.history > li {
	padding: 10px 0;
	position: relative;
	line-height: 160%;
}
.history > li:first-child {padding:35px 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: 100%; margin: 20px 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: 82px;
    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;
}
.swiper-pagination3, .swiper-pagination4 {
    position: absolute;
    z-index: 20;
    text-align: center;
}
/*-----------------------------------------------------------------------------------*/
/*	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;
    background: url(../img/noimg.png) no-repeat;
    background-size: cover;
}
.basic.center .photo_area {
    height: 220px;
}
.basic.center .photo_area img {
    min-height: 220px!important
}
/* pbtn*/
.basic .photo_area .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: 15px;
    margin-bottom: 10px;
    color: #111;
    width: 100%;
    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 .photo_area img {
    width: 100%;
    height: auto;
    min-height: 285px;
	text-indent: -9999px;
}
.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 15px;
}
.basic.cd_news .cardui {
    width: 50%;
    float: left;
    padding-right: 5px;
    padding-left: 5px;
    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;
	border: 1px solid #e0e0e0;
}
.basic.cd_news .cardui .photo_area img {
    width: 100% ;
    height:auto;
	min-height: 160px;
}
.basic.cd_news.book .txt_area { padding: 19px 5px;}
/* 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;
}


/*-----------------------------------------------------------------------------------*/
/*	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 17px;
}
.top_search.st2 {
    margin: 20px 0;
}
.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:100%;
	margin:11px;
	color: #666; /* selected_txt */
	font-size: 14px ;;
	font-weight: normal; 
	float: none; line-height: 1;
	display: block;
	position: absolute;
}
.select_hid { /* ì‹¤ì œ selectìˆ¨ê¹€ */
	position:relative;
	width:100% ;
    height: 36px;
	padding-left: 10px;
	padding-right: 25px;
	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}


.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 92% 50%;
	background-size: 12px;
    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: 30px;
}
.campaign .pro_tabarea ul li:last-child {
    margin-right: 0;
}
.campaign .pro_tabarea ul li::after {
    position: absolute;
    display: inline-block;
    content: "";
    background: #bdbdbd;
    width: 1px;
    height: 12px;
    margin-left: 16px;
	margin-top: 2px;
}
.campaign .pro_tabarea ul li:last-child::after {
    display: none;
}
.campaign .pro_tabarea ul li a { padding: 0; font-size: 16px; 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: 70px 20px 0 20px;
    background: #313131;
    font-family: 'NanumSquare';
    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.podcast {
    padding: 60px 20px 0 20px;
	background: url(../img/spot04.png) no-repeat; background-size: cover;
}
.sub_spot.podcast .spot_tit {
    font-size: 23px;
}
.sub_spot.podcast a.pod {
    display: block;
    color: #fff;
    margin-top: 12px;
    font-size: 16px;
}
.sub_spot.business .textarea {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px 20px;
    width: 100%;
    color: #fff;
    background: rgba(0, 0, 0, 0.34);
}
.sub_spot .spot_tit {
    font-size: 25px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 600;
}
.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.business .spot_tit { font-size:20px; color:#fff; margin: 7px 0;}
.sub_spot.business .spot_txt {
    background: transparent;
    color: #fff;
    font-size: 16px;
}
/*-----------------------------------------------------------------------------------*/
/*	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.noticetr {background: #FAFAFA;}
.list_area ul li .txtarea {
    font-size: 14px;
}
.list_area ul li .txtarea .tit { 
	font-size:14px; color:#333; line-height: 140%; overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
 
.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 .uid {}
.list_area ul li .txtarea .btmarea .uid::after {
    display: inline-block;
    content: "";
    height: 10px;
    padding-right: 5px;
    margin-right: 5px;
    border-right: 1px solid #999;
}
.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 .txtarea .btmarea .play, .list_area ul li .txtarea .btmarea .like { margin-right: 5px;}
.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%;
}
.list_area.project ul li .txtarea .midarea img {max-width: 100%;}    
/* 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: 35px;
    font-size: 14px;
	color: #666;
    position: relative;
    letter-spacing: -1px;
	line-height: 160%;
}
.int_wrap.project img {max-width:100%;}
.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: 30px;
    background: #595959;
    top: -35px;
    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;
    width: auto;
    /* border: solid 1px #ccc; */
    padding: 16px 0 0 0;
    display: inline-block;
}
.int_wrap .ci img { max-width:100%;}
.int_wrap .ci1 {
    overflow: hidden;
    margin-bottom: 20px;
}
.int_wrap .ci1 .n_txt {
    margin-top: 3px;
    font-size: 13px;
    letter-spacing: 0;
}

.int_wrap .ci1 li {
    float: left;
    margin: 0 1%;
    width: 48%;
}
.int_wrap .ci1 li .n_txt {font-size: 11px; margin-top: 0;}

/* 찾아오시는길 */
.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;
}
/* 프로젝트 수정 페이지 추가 */

.int_wrap.project.modify {}
.int_wrap.project.modify .int_tit { margin-top:30px;}
.int_wrap.project.modify .int_img img, .int_wrap.project.modify .int_text img { padding:30px 0; max-width: 100%;}
/*-----------------------------------------------------------------------------------*/
/*	프로젝트 : 셀파 (카드ui)
/*-----------------------------------------------------------------------------------*/
.project .cardui {
    float: left;
    width: 50%;
    height: 258px;
    margin: 0 auto;
    padding: 18px 0;
    position: relative;
    border-left: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
}
.project .cardui.st2 {height: 130px;}
.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%;
	background: url(../img/noimg_sub2.png);
	background-size: cover;
}
.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;
	*/
	line-height: 120%;
}
.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;
	word-break:break-all;
}

.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: 250px;
    position: relative;
}
.board li.txt_area .t_cont{ padding: 0 0 30px; font-size: 13px;}   
.board li.txt_area .attach {
   /*  position: absolute; */
    bottom: 10px;
    margin: 20px 0 10px;
}
.board li.txt_area img { max-width:100%; height:auto !important; border:1px solid #e0e0e0;}
.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-top:25px; 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;}

/* table input타입 재정의 */
.tblT01_detail input[type='text'] , .tblT01_detail input[type='password']{ 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}

/* 파일첨부 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 {}
/*-----------------------------------------------------------------------------------*/
/*	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: #fff!important; */
    border: 1px solid #e2ded8;
    /* background: #999; */
    /* border: 1px solid #999; */
    border-left: none;
}

.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;
}

/*-----------------------------------------------------------------------------------*/
/*	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: 30px;
    margin-top: 50px;
}
#comment .comment_list {margin-top: 20px;}
#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;
}
/* .btn_cmt:hover{background:#f9f9f9;} */

/* ëŒ“ê¸€ì˜ ëŒ“ê¸€ */
#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: 40%;
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}

/* 도서검색 페이지 : 원페이지, 모달 함께 사용 */
.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;
}

/* 구매하기 , 주소검색 */
.panel-body.buy {}
.panel-body.buy .board li .book_imgarea {
    width: 83px;
    float: left;
}
.panel-body.buy .board li .book_txtarea {
margin-left: 95px;
padding-top: 0;

}
.panel-body.buy .board li { padding: 0; border-bottom:none }
.panel-body.buy .board li::after {
    display: block;
    clear: both;
    content: '';
}

.panel-body.buy .board li .book_txtarea .tit { font-size:18px; line-height:140%; margin: 0px 0 10px;}
.panel-body.buy .board li .book_txtarea .user {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 160%;
}
.panel-body.buy .point {
    font-size: 18px;
    color: #424242;
    
    letter-spacing: -1px;
	margin: 10px 0 0;
}
.panel-body.buy .board {padding: 0 0 30px;}

/* 우편번호 추가 */
.pop_wrap.post{ 
width:450px; position: absolute; top: 200px; left: 50%; margin-left:-200px; font-size:13px; line-height:140%}

/* 우편번호  추가 */
.post {margin: 25px 0;}
.post_list {width: 100%;
height: 225px;
margin-top: 10px;
overflow: auto;
font-size:12px}
.post_list li { overflow:hidden; position:relative; border-bottom: 1px solid #e0e3ec; padding: 15px 0;
    line-height: 160%;}
.post_list li a { color:#a2a2a2;}
.post_list li .zip_code{ float:left; width:60px; }
.post_list li .address { margin-left: 70px;}
.post_list li .post_btn {position:absolute; top:9px; right:10px;}
/* pop_header */
.pop_header{}
.pop_header h2{ position: relative; padding:7px 20px; font-size:18px; color: #f57a03; border-bottom:3px solid #ca0016;}
.pop_header .btn_close{position:absolute; top:10px;right:12px}
.pop_container{ padding:30px 20px 15px 20px}
.pop_footer{text-align:center;padding: 0 20px 30px 20px; }

.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-body .tblT01_detail ul.write li.de_tit {
    padding: 0;
}
.panel-body .tblT01_detail ul.write li {
    border-bottom: none;
    line-height: 160%;
    padding: 7px 0 10px;
}
.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;
}
/*-----------------------------------------------------------------------------------*/
/*	로그인
/*-----------------------------------------------------------------------------------*/
.modal_pop.login {
    width: 100%;
    position: relative;
    margin: 0 auto;
    margin-left: 0;
    left: 0;
    margin-top: 0;
	z-index: 0;
}
.modal_pop.login .panel {
-webkit-box-shadow: none;
-moz-box-shadow: none;
 box-shadow: none;
 background:none;
}

.modal_pop.login .panel-body { padding: 20px 20px 40px 20px; }
.modal_pop.login ul li { margin-top: 5px; }
.modal_pop.login ul.input {}
.modal_pop.login ul.input li { overflow: hidden; position: relative; padding: 4px 0 2px 0; border-bottom:1px solid #dbdbdd; }

.modal_pop.login ul.input li.bd_none { border-bottom:none}
.modal_pop.login ul.input li label {
  
    font-size: 14px!important;
    width: 100%;
	margin-bottom:0!important;
	color: #adadad!important;
}
.modal_pop.login ul.input li .checkbox label { color:#424242!important}
.modal_pop.login ul.input li input[type="text"] , .modal_pop.login ul.input input[type="password"] {
    height: 35px;
    width: 70%!important;
    padding: 10px;
	background:rgba(255, 0, 0, 0);
	border:none!important;

}
.modal_pop.login textarea { margin: 10px 0 5px; font-size: 13px; color: #999; background: rgb(248, 248, 248); line-height:160%}
.modal_pop.login .etc { margin-top:15px; text-align:center}
.modal_pop.login .etc a { text-decoration:underline; color:#424242; font-size:13px; }

.modal_pop.login .select_wrap {
	display:inline-block;
    position: relative;
    width: 100px;
    height: 36px;
	margin-left: 10px;
	border: 1px solid #dbdfe2 !important;
	
}
.board_detail.myinfo .select_wrap  {
	display:inline-block;
    position: relative;
    width: auto;  min-width: 150px;
    height: 36px;
	margin-left: 10px; margin-bottom: 5px;
	background: url(../img/ico_sel.png) no-repeat 95% 50%;
	border: 1px solid #dbdbdd !important;
}

.board_detail.myinfo .inputAgree {
    float: none;
    display: inline-block;
}
.modal_pop.login ul.btnarea { margin-top:40px;}
.modal_pop.login .panel-footer { padding:0 15px 10px 15px}

.modal_pop.login .panel-footer a.btn {width:49%!important; border-radius: 1px;}
.modal_pop.login .panel-footer a.btn.btn-cancel { margin-right:2%}
/* 소셜버튼 */
.modal_pop.login a.btn { border:none; padding:17px; width:100%; font-size: 16px; color:#fff!important; border-radius: 1px;}
.modal_pop.login a.btn.bk { font-size: 16px;}
.modal_pop.login a.btn.bk.s {
    padding: 10px;
    font-size: 12px;
    width: auto;
    height: auto;
    position: absolute;
    right: 0px;
    bottom: 4px;
}

.modal_pop.login a.btn.tw { background:#69ace0;}
.modal_pop.login a.btn.fb {background:#39579a;}
.modal_pop.login a.btn.gg {background:#de4d3b;}
.modal_pop.login a.btn.naver {background:#2db400;}
.modal_pop.login a.btn.kko{background:#ffea0f; color:#3c1e1e!important}
/*-----------------------------------------------------------------------------------*/
/*	로그인
/*-----------------------------------------------------------------------------------*/


.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;
}
.join .s_info { text-align: center; height: 106px; padding-top:30px;}
/* 레벨 라인 */
.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: 50px}

/* 회원종류 선택 */
.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;}

/* 회원가입 완료 아이콘 */
.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;
}
.subtit03_sm {
    color: #333;
    font-size: 13px;
    margin: 12px 0;
    line-height: 160%;
}
/* 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";
}
/*-----------------------------------------------------------------------------------*/
/*	이용약관 
/*-----------------------------------------------------------------------------------*/
.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;}

/*-----------------------------------------------------------------------------------*/
/*	아이콘
/*-----------------------------------------------------------------------------------*/
.fa {margin-right: 3px;}
.ico_del2 {
    position: absolute;
    right: 0;
    top: 2px;
    color: #b3b3b3;
}
/* .ico_lv{ display:inline-block; width:32px; height:20px; margin-right: 5px; background:url(../img/ico_lv.png) 0 0 no-repeat;vertical-align: middle; background-size: 32px;}*/
.ico_lv {
    display: inline-block;
    /* min-width: 32px; */
    min-height: 12px;
    margin-right: 5px;
    background: #f86d6c url(../img/ico_lv2.png) 3px 50% no-repeat;
	background-size: 15px;
	border-radius:1px;
    /* vertical-align: middle; */
    text-decoration: none;
    padding: 2px 4px 3px 18px;
    font-size: 11px;
    font-style: inherit;
    letter-spacing: -0.5px;
    font-weight: 500;
    color: #fff;
    font-family: 'Noto Sans KR', "맑은 고딕", "Malgun Gothic", 'Open Sans', sans-serif;
    line-height: 1;
}
.ico_point {
    background: url(../img/ico_point.png) no-repeat 0 6px;
	background-size: 13px;
    display: inline;
    font-size: 14px;
    height: 14px;
    padding-left: 16px;
}
.ico_ach {
    background: url(../img/ico_ach.png) no-repeat 2px 6px;
	background-size: 11px;
    display: inline;
    font-size: 14px;
    height: 14px;
    padding-left: 16px;
}
.ico_mileage {
    background: url(../img/ico_mileage.png) no-repeat 0 4px;
	background-size: 14px;
    display: inline;
    font-size: 14px;
    height: 13px;
    padding-left: 16px;
}
.ico_point span , .ico_mileage span , .ico_ach span {color: #424242; margin-left:3px;}

 /* .ico_ach{ display:inline-block; width:89px; height:20px; margin-right: 5px; background:url(../img/ico_ach.png) 0 0 no-repeat;vertical-align: middle; background-size: 89px;} */
.ico_report { display: inline-block; width: 15px; height: 16px; margin-right: 5px; background: url(../img/ico_report.png) 0 0 no-repeat;vertical-align: middle;}
.ico_del { display: inline-block; width: 16px; height: 16px; margin-right: 5px; background: url(../img/ico_del.png) 0 0 no-repeat;vertical-align: middle;}

.ico_like{ display:inline-block; width:23px; height:23px; margin-right: 5px; background:url(../img/ico_like2.png) 0 0 no-repeat;vertical-align: middle;}
.ico_like_off{ display:inline-block; width:23px; height:23px; margin-right: 5px; background:url(../img/ico_like2_off.png) 0 0 no-repeat;vertical-align: middle;}

.ico_like2{ display:inline-block; width:15px; height:15px; margin-right: 5px; background:url(../img/ico_like.png) 0 0 no-repeat; background-size: 15px; vertical-align: middle;}
.ico_like2_off{ display:inline-block; width:15px; height:15px; margin-right: 5px; background:url(../img/ico_like_off.png) 0 0 no-repeat; background-size: 15px; vertical-align: middle;}

.ico_view{ display:inline-block; width:14px; height:13px; margin-right: 2px; background:url(../img/ico_view.png) 0 0 no-repeat; background-size: 14px; vertical-align: middle;}
.ico_opp{ display:inline-block; width:15px; height:15px; margin-right: 5px; background:url(../img/ico_opp.png) 0 0 no-repeat; background-size: 15px; vertical-align: middle;}
.ico_opp2{ display:inline-block; width:15px; height:15px; margin-right: 5px; background:url(../img/ico_opp2.png) 0 0 no-repeat; background-size: 15px; vertical-align: middle;}
.ico_att{ display:inline-block; width:16px; height:15px; margin-right: 5px; background:url(../img/ico_att.png) 0 0 no-repeat; background-size: 16px; vertical-align: middle;}
.ico_reply{ display:inline-block; width:12px; height:15px; margin-right: 5px; background:url(../img/ico_reply.png) 0 0 no-repeat; background-size: 12px; vertical-align: middle;}
.ico_cmt {
    display: inline-block;
    width: 16px;
    height: 15px;
    margin-right: 3px;
    background: url(../img/ico_cmt.png) 0 0 no-repeat; background-size:16px;
    vertical-align: middle;
}

.ico_naver{ display:inline-block; width:48px; height:48px; margin-right: 5px; background:url(../img/ico_naver.png) 0 0 no-repeat;vertical-align: middle;}
.ico_fb2{ display:inline-block; width:48px; height:48px; margin-right: 5px; background:url(../img/ico_fb2.png) 0 0 no-repeat;vertical-align: middle;}
.ico_tw2{ display:inline-block; width:48px; height:48px; margin-right: 5px; background:url(../img/ico_tw2.png) 0 0 no-repeat;vertical-align: middle;}

.ico_msg{ display:inline-block; width:24px; height:20px; background:url(../img/ico_msg.png) 0 0 no-repeat;vertical-align: middle;}
.ico_my{ display:inline-block; width:24px; height:24px; margin-right: 5px; background:url(../img/ico_my.png) 0 0 no-repeat;vertical-align: middle;}
.ico_time{ display:inline-block; width:16px; height:16px; margin-right: 5px; background:url(../img/ico_time.png) 0 0 no-repeat;vertical-align: middle;}
.ico_star{ display:inline-block; width:17px; height:18px; margin-right: 5px; background:url(../img/ico_star.png) 0 0 no-repeat; background-size: 17px;vertical-align: middle;}
.ico_star.s { margin-right: 3px; background:url(../img/ico_star.png) 0 0 no-repeat; background-size: 16px;}
.ico_love{ display:inline-block; width:16px; height:16px; margin:0 5px; background:url(../img/ico_love.png) 0 0 no-repeat;vertical-align: middle;}
.ico_love_off{ display:inline-block; width:16px; height:16px; margin:0 5px; background:url(../img/ico_love_off.png) 0 0 no-repeat;vertical-align: middle;}

.like.on i,.like.on em { color: #ea3732!important}

/* 로그인버튼아이콘 */
.ico_tw3 { display:inline-block; width:24px; height:20px; margin-right: 5px; background:url(../img/ico_tw3.png) 0 0 no-repeat;vertical-align: middle;}
.ico_fb3 { display:inline-block; width:14px; height:22px; margin-right: 7px; background:url(../img/ico_fb3.png) 0 0 no-repeat;vertical-align: middle;}
.ico_gg3 { display:inline-block; width:24px; height:18px; margin-right: 5px; background:url(../img/ico_gg3.png) 0 0 no-repeat;vertical-align: middle;}
.ico_nv3 { display:inline-block; width:20px; height:18px; margin-right: 5px; background:url(../img/ico_nv3.png) 0 0 no-repeat;vertical-align: middle;}
.ico_kko3 { display:inline-block; width:20px; height:18px; margin-right: 5px; background:url(../img/ico_kko3.png) 0 0 no-repeat;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}