@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic&display=swap&subset=korean');

/*
* '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-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1.3em;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
  line-height: normal;
  border: 0;
  box-sizing: border-box;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #333 ;
  font-family: 'Nanum Gothic', '나눔 고딕', sans-serif !important;
}
input::placeholder,
textarea::placeholder{
  color: #ccc;
}

img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* // 'reset css' */

*{
	margin: 0;
	padding: 0;
	transition: .3s, color 0s;
	-webkit-transition: .3s, color 0s;
}
body {
  font-family: 'Nanum Gothic', '나눔 고딕', sans-serif !important;
  font-size: 14px;
  color: #333;
}
li {
  list-style: none;
  box-sizing: border-box;
}
a:link, a:visited {
  text-decoration: none;
  color: #333;
  font-size: 14px;
  outline: none;
}
.clearfix::after{
	content: '';
	display: block;
	clear: both;
}

/* text css */
.p_color{
	color: #f97061;
}
.g_color{
  color: #999;
}
.title_txt{
	font-size: 16px;
	font-weight: bold;
  word-break: keep-all;
}

/* button css */
.dark_btn{
  font-size: 13px;
  width: 150px;
  padding: 10px 0;
  color: #fff;
  background: #222731;
}
.pink_btn{
  font-size: 13px;
  width: 150px;
  color: #fff;
  background: #f97061;
  padding: 10px 0;
}
.white_btn{
  font-size: 13px;
  width: 150px;
  padding: 10px 0;
  border: 1px solid #e5e5e5;
  background: #fff;
  box-sizing: border-box;
}
.end_btn {
  font-size: 13px;
  width: 150px;
  padding: 10px 0;
  border: 1px solid #f5f5f5;
  background: #f5f5f5;
  color: #c7c7c7;
  cursor: default;
}
.search_btn{
  width: 90px;
  height: 50px;
  color: #fff;
  background: #f97061;
  border-radius: 5px;
}
.search_btn::before {
  content: '';
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url('../image/search_icon_w.png');
  vertical-align: top;
  margin-right: 3px;
}

/* color css */
.auth_color {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: 5px;
}
.auth_color01{
  background: #f37600;
}
.auth_color02{
  background: #17801e;
}

/* select box */
select {
  border-radius: 0px;
  -webkit-appearance: none; /* 네이티브 외형 감추기 */
  -moz-appearance: none;
  appearance: none;
  background: url('../image/select_arrow.png') no-repeat right center;
  cursor: pointer;
}
/* IE 10, 11의 네이티브 화살표 숨기기 */
select::-ms-expand {
  display: none;
}
.select_wrap select {
  border: none;
  padding: 5px 15px;
  max-width: 100px;
}
.select_wrap select:first-child{
  width: auto;
  max-width: 100%;
}
.select_wrap select:last-child {
  margin-left: 10px;
}
/*
* radio
*/
input[type="radio"] {
  display: none;
}
/* 게시글 check box */
input[type="radio"].bd_ck+label span {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  transition: none;
}
input[type="radio"].bd_ck+label span::before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url('../image/board_ck.png') no-repeat left center;
  vertical-align: middle;
  margin-right: 7px;
}
input[type="radio"].bd_ck:checked+label span::before {
  background: url('../image/board_ck.png') no-repeat right center;
}
/*
* check box
*/
input[type="checkbox"] {
  display: none;
}
/* 게시글 check box */
input[type="checkbox"].bd_ck+label span {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  transition: none;
}
input[type="checkbox"].bd_ck+label span::before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url('../image/board_ck.png') no-repeat left center;
  vertical-align: middle;
  margin-right: 7px;
}
input[type="checkbox"].bd_ck:checked+label span::before {
  background: url('../image/board_ck.png') no-repeat right center;
}
/* popup check box */
input[type="checkbox"].pop_ck+label span {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  transition: none;
}
input[type="checkbox"].pop_ck+label span::before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url('../image/pop_ck.png') no-repeat left center;
  vertical-align: middle;
  margin-right: 7px;
}
input[type="checkbox"].pop_ck:checked+label span::before {
  background: url('../image/pop_ck.png') no-repeat right center;
}
label{
  vertical-align: middle;
}

/* 스크롤 css */
/* 
.popup_contain::-webkit-scrollbar-track,
.scrollWrap::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1) !important;
  border-radius: 10px !important;
  background-color: transparent !important;
}
.popup_contain::-webkit-scrollbar,
.scrollWrap::-webkit-scrollbar {
  width: 4px !important;
  background-color: transparent !important;
  -webkit-appearance: none;
}
.popup_contain::-webkit-scrollbar-thumb,
.scrollWrap::-webkit-scrollbar-thumb {
  border-radius: 10px !important;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .3) !important;
  background-color: #424652 !important;
}
/* 스크롤 css */

/* 스크롤 css */
*::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1) !important;
  border-radius: 10px !important;
  background-color: transparent !important;
}
*::-webkit-scrollbar {
  width: 4px !important;
  background-color: transparent !important;
  -webkit-appearance: none;
}
*::-webkit-scrollbar-thumb {
  border-radius: 10px !important;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .3) !important;
  background-color: #424652 !important;
}
/* 스크롤 css */

/* depth */
.depth{
  padding: 0 20px;
  border-top: 1px solid #e5e5e5;
  display: none;
  transition: none;
  clear: both;
}
.depth li{
  padding: 10px 0;
}

/* 'wrapper' 백그라운드 이미지 */
#wrapper{
	width: 100%;
  min-height: 100vh;
  padding: 50px;
	background: url('../image/bg_img.jpg')no-repeat center center;
	background-size: cover;
  box-sizing: border-box;
}
/* 'frame_wrap' 프레임css */
#frame_wrap{
  position: relative;
	width: 100%;
  min-height: 837px;
	padding: 30px;
	border-radius: 30px;
	border: 8px solid #000;
	background: #f5f5f5;
	box-sizing: border-box;
}

/* 'gnb', content */
#frame_gnb {
  float: left;
  width: 210px;
}
#frame_content{
  float: right;
	width: calc(100% - 210px);
}

/*
* frame_gnb
*/
#gnb_wrap{
	width: 100%;
  max-width: 180px;
  padding: 30px 25px;
  box-sizing: border-box;
  border-radius: 30px;
	background: #222731;
  z-index: 9;
}
#gnb_wrap li a{
	color: #fff;
	opacity: .5;
}
#gnb_wrap li a img, #gnb_wrap li a span {
  vertical-align: middle;
}
#gnb_wrap li a span {
  padding-left: 15px;
}

.logo_wrap {
	min-height: 108px;
  /*transform: translateX(-50%);*/
  transform: translateX(0);
}
.logo_txt{
	padding-top: 10px;
}
.logo_wrap h2{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
	line-height: 1.3em;
}
.logo_wrap h3{
	font-size: 12px;
  color: #999;
	line-height: 1.3em;
}

.gnb_menu {
  padding-top: 50px;
}
.gnb_menu img {
  cursor: pointer;
}
.gnb_menu ul li {
	padding: 20px 0;
}
.gnb_menu ul li:last-child{
	padding-bottom: 0 !important;
}
.gnb_menu ul ul a{
	display: block;
	font-size: 12px;
	padding: 10px 0 10px 38px;
	border-top: 1px solid #545454;
	opacity: .7;
}
.gnb_menu ul ul li:last-child a{
	padding-bottom: 10px;
	border-bottom: 1px solid #545454;
}
/* 하위메뉴 숨김 */
.gnb_menu ul ul{
	transition: none;
	display: none;
  padding-top: 10px;
}
.gnb_menu ul ul li{
  padding: 0;
}
/* gnb a.active */
#gnb_wrap li a:hover, #gnb_wrap li a:focus{
	opacity: 1;
}
#gnb_wrap li a.active{
	opacity: 1;
}
/* gnb 'close' */
#gnb_wrap .logo_txt, #gnb_wrap .gnb_title{
	 display: inline-block;
}
/* gnb 'open' */
#frame_wrap.open #frame_gnb {
  width: 210px;
}
#frame_wrap.open #frame_content{
	width: calc(100% - 210px);
}
#frame_wrap.open #gnb_wrap{
	max-width: 180px;
}
#frame_wrap.open .logo_txt, #frame_wrap.open .gnb_title{
	display: inline-block;
}
#frame_wrap.open .logo_wrap {
	position: static;
	transform: translateX(0);
}
/* gnb 모바일버튼 */
#gnb_btn{
  display: none;
  position: absolute;
  left: 30px;
  top: 20px;
}
#gnb_btn a{
  display: block;
  width: 25px;
  height: 25px;
}
#gnb_btn a span{
  display: block;
  width: 100%;
  height: 4px;
  background: #222731;
  border-radius: 10px;
}
#gnb_btn a span:nth-child(2){
  margin: 3px 0;
}
/* gnb.open close */
.gnb_wrap_close{
  position: absolute;
  left: 50px;
  top: 37px;
}
.gnb_wrap_close a{
  display: block;
  width: 20px;
  height: 20px;
}
.gnb_wrap_close a span{
  display: block;
  width: 100%;
  height: 4px;
  background: #222731;
  border-radius: 10px;
  position: absolute;
}
.gnb_wrap_close a span:first-child {
  transform: rotate(45deg);
}
.gnb_wrap_close a span:last-child {
  transform: rotate(-45deg);
}
#gnb_wrap.active .gnb_wrap_close{
  left: 75px;
}

/*
* frame_content
*/
/* member */
#info_member{
  position: absolute;
  top: 30px;
  right: 30px;
}
#info_member p {
  display: inline-block;
}
#info_member p:first-child{
  width: 160px;
	color: #888;
  text-align: right;
}
#info_member p:first-child::before{
	content: '';
	display: inline-block;
	width: 17px;
	height: 17px;
	background: url('../image/info_icon.png') no-repeat center center;
  vertical-align: middle;
}
#info_member .member_name{
	text-decoration: underline;
}
#info_member p:last-child{
  width: 60px;
	font-weight: bold;
	padding-left: 20px;
}

/* content_wrap */

/* title */
.content_title{
  padding-bottom: 80px;
  font-weight: bold;
}
.content_title h2{
	font-size: 25px;
  line-height: 1.7em;
}
.content_title h3{
  font-size: 16px;
}.section_title{
  padding-bottom: 20px;
}
.content_top{
  position: relative;
}
.content_top_btn {
  padding-bottom: 20px;
}
.con_list_box {
  padding: 30px;
  background: #fff;
}
.content_bottom{
	padding-top: 60px;
}
.section_l{
  float: left;
}
.section_r{
  float: right;
}
.position_r{
  text-align: right;
}
.section_contain{
  background: #fff;
  padding: 30px;
  box-sizing: border-box;
  clear: both;
}
.section_btn_wrap li {
  display: inline-block;
}
.section_btn_wrap li:last-child{
  margin-left: 10px;
}

/* 검색 box */
.search_box{
  background: #fff;
  padding: 20px 30px;
  box-sizing: border-box;
  clear: both;
}
.search_box ul{
  display: inline-block;
}
.search_box input, .search_box select{
  width: 180px;
  height: 50px;
  padding: 15px 10px;
  background: #f5f5f5;
  color: #666;
  border-radius: 5px;
  border: none;
  box-sizing: border-box;
}
.search_box input.cal_data {
  width: 140px;
  background: #F5F5F5 url(../image/calender_g.png) no-repeat 15px center;
  padding: 15px 10px 15px 45px;
  cursor: pointer;
}
.search_box select{
  background: #f5f5f5 url(../image/select_arrow.png) no-repeat 95% center;
}
.search_box .search_tit {
  display: inline-block;
  width: 70px;
}
.search_box li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 40px;
}
.search_box li:last-child{
  margin-right: 0;
}
.search_box li.search_ck label {
  padding-right: 10px;
}
.search_btn_wrap {
  float: right;
}
.section_btn_wrap {
  padding-top: 20px;
  text-align: right;
}

/* board info */
.board_info_wrap{
  padding-top: 30px;
  padding-bottom: 15px;
}

/* 게시판 */
.board_section {
  background: #fff;
}
.board_not {
  display: table;
  width: 100%;
  position: relative;
}
.board_not > ul {
  list-style: none;
  margin-bottom: 0;
  clear: both;
  display: table-row-group;
  padding-left: 0;
}
.board_not > ul > li {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
.board_not ul.board_body{
  color: #888;
}
.board_not ul.board_body:hover{
  color: #333;
}

.board_body li.set_view button {
  background: url('../image/search_icon_g.png') no-repeat;
  width: 17px;
  height: 17px;
}


.board_wrap {
  border-top: 1px solid #ececec;
  display: table;
  width: 100%;
  position: relative;
}
.board_wrap > ul {
  list-style: none;
  margin-bottom: 0;
  clear: both;
  display: table-row-group;
  padding-left: 0;
}
.board_wrap > ul > li {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
.board_wrap > ul > li.checkbox input[type="checkbox"].bd_ck+label span::before {
  margin-right: 0;
}
.board_wrap ul.board_header {
  background: #fafafa;
}
.board_wrap ul.board_header li {
  padding: 15px 0;
}
.board_wrap ul.board_body{
  color: #888;
}
.board_wrap ul.board_body:hover{
  color: #333;
}
.board_footer {
  padding-top: 20px;
}
.board_footer .section_l{
  width: 50%;
}
.board_footer .section_btn_wrap {
  float: right;
  width: 50%;
  padding-top: 0;
}
.board_paging {
  float: left;
  width: 50%;
  line-height: 30px;
}
.board_paging a{
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
}
.board_paging a.next, .board_paging a.prev {
  width: 7px;
  height: 13px;
  padding: 0;
}
.board_paging a.next{
  background: url('../image/paging_arrow_next.png') no-repeat;
  margin-left: 15px;
}
.board_paging a.prev{
  background: url('../image/paging_arrow_prev.png') no-repeat;
  margin-right: 15px;
}
.board_paging a.on{
  color: #fff;
  background: #f97061;
}

/* 게시글 없을 경우 */
.board_list_no li{
  padding: 12px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

/* 캘린더 */
.cal_wrap, .cal_wrap p {
  display: inline-block;
  vertical-align: middle;
}

/* 게시글 상세 */
.bd_home{
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  background: url('../image/home_icon.png');
  vertical-align: middle;
}
.board_view_wrap .board_view_cate a, .board_view_wrap .board_view_cate span{
  vertical-align: middle;
}
.board_view_wrap .section_top ul {
  text-align: right;
}
.board_view_wrap .section_top li {
  display: inline-block;
}
.board_view_wrap .section_top li:last-child{
  margin-left: 20px;
}
.board_view_wrap .section_top a::before{
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: top;
  margin-right: 5px;
}
.share_wrap {
  width: 60%;
}
.board_view_wrap .zzim::before{
  background: url('../image/heart.png') left center;
}
.board_view_wrap .share::before{
  background: url('../image/share_icon.png') left center;
}
.board_view_wrap .zzim.on::before{
  background: url('../image/heart.png') right center;
}

.board_view_wrap .section_contain_wrap{
  margin-top: 20px;
}
.board_content {
  background: #fff;
  line-height: 1.4em;
}
.board_top {
  height: 350px;
  padding: 30px;
  box-sizing: border-box;
  background: url('../image/board_top_bg.jpg') no-repeat center;
  background-size: cover;
  text-align: center;
  position: relative;
}
.board_top h2{
  width: 100%;
  color: #fff;
  font-size: 37px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 0 30px;
  box-sizing: border-box;
  line-height: 1.5em;
  word-break: keep-all;
}
.board_top h2.board_top_day{
  font-size: 50px;
}
.board_top h2 .day_no::before{
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  vertical-align: middle;
  margin-right: 7px;
}
.board_con_titWrap, .board_con_desc {
  padding: 50px 30px;
}
.board_con_titWrap{
  border-bottom: 1px solid #e5e5e5;
}
.board_con_titWrap dl{
  padding-top: 10px;
}
.board_con_titWrap dt, .board_con_titWrap dd {
  display: inline-block;
}
.board_con_titWrap dt {
  padding-left: 5px;
}
.board_con_titWrap dt:first-child{
  padding-left: 0;
}
.board_con_titWrap dd{
  color: #999;
  padding: 0 7px;
  border-right: 1px solid #ccc;
}
.board_con_titWrap dd:last-child{
  border-right: none;
}
.bd_desc {
  margin-top: 20px;
  width: 100%;
  max-width: 600px;
  padding: 20px;
  border: 1px solid #e5e5e5;
  box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.1);
  box-sizing: border-box;
}
.bd_desc_tit h3{
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 5px;
}
.bd_desc_text{
  padding: 30px 0;
}
.bd_desc_btn{
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
}
.bd_desc_btn::after{
  content: '';
  display: block;
  clear: both;
}
.bd_desc_btn button{
  width: 120px;
  padding: 10px 0;
  border-radius: 30px;
}
.bd_desc_btn_r {
  display: inline-block;
  width: 30%;
  color: #999;
  float: right;
  text-align: right;
}
.count_mb::before{
  content: '';
  display: inline-block;
  width: 13px;
  height: 16px;
  background: url('../image/user_icon.png') no-repeat center center;
  vertical-align: top;
  margin-right: 5px;
}
.board_list_btn::before{
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('../image/list_type_l.png') no-repeat center center;
  vertical-align: bottom;
  margin-right: 5px;
}
.bd_notice{
  color: #f97061;
}

/* 게시글 - 이미지 */
.bd_desc.board_img{
  padding: 0;
  border: none;
  box-shadow: none;
}
.bd_desc.board_img a{
  display: block;
  width: 100%;
  max-width: 600px;
  height: 100%;
}
.bd_desc.board_img img{
  width: 100%;
}
/* 게시글 - 일정(모임) */
.board_schedule li {
  padding: 5px 0;
}
.board_schedule li > span::before{
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background-size:100% !important;
  vertical-align: middle;
  margin-right: 7px;
}
.board_schedule li > span.bd_data::before{
  background: url('../image/calender_g.png') no-repeat center center;
}
.board_schedule li > span.bd_time::before{
  background: url('../image/time_icon.png') no-repeat center center;
}
.board_schedule li > span.bd_limit::before{
  background: url('../image/limit_icon.png') no-repeat center center;
}
.board_schedule li > span.bd_spot::before{
  background: url('../image/spot_icon.png') no-repeat center center;
}
.board_schedule li > span.bd_golf::before{
  background: url('../image/golf_icon.png') no-repeat center center;
}
.bd_map {
  margin-top: 10px;
}
.bd_map img{
  width: 100%;
}
/* 참석하기 버튼 on */
.club_attend.on {
  color: #fff;
  background: #8daaa6;
  border-color: #8daaa6;
}
/* 게시글 - 일정(골프) */
.group_btn{
  background: #b3a396;
  color: #fff;
}
/* 조편성 완료 > 게시글 */
.golf_course {
  margin-top: 10px;
  margin-bottom: 10px;
}
.golf_course_view {
  margin-top: 10px;
  margin-bottom: 10px;
}
.course_info{
  padding-bottom: 10px;
}
.course_time{
  float: right;
}
.golf_course > ul > li {
  border-top: 1px solid #e5e5e5;
  padding: 15px 0;
}
.golf_course > ul > li:last-child{
  padding-bottom: 0;
}
.golf_course_mb li{
  display: inline-block;
  padding: 0;
  margin: 10px 10px;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.golf_course_mb .profile_img {
  width: 60px;
  height: 60px;
  margin: 0 0 5px;
}

/* 게시글 - 투표 */
.board_vote li{
  padding: 20px 20px 20px 45px;
  background: #f9f9f9;
  margin-bottom: 10px;
  position: relative;
  cursor: pointer;
}
.board_vote li:last-child{
  margin-bottom: 0;
}
.vote_count {
  float: right;
}
.vote_add {
  color: #999;
}
.board_vote li.on{
  background: #fff3ea;
}
.board_vote li.on .vote_title::before{
  content:'';
  display: inline-block;
  width: 11px;
  height: 9px;
  background: url('../image/check_c.png') no-repeat center;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.board_vote li.on .vote_count{
  color: #f97061;
}
.board_vote li.vote_add.on{
  background: #e8e8e8;
}
.vote_take span::after{
  content: '';
  display: inline-block;
  width: 7px;
  height: 16px;
  background: url('../image/paging_arrow_next.png') no-repeat center center;
  vertical-align: top;
  margin-left: 5px;
}
/* 게시글 - 후원 */
.board_spon .sponsor_list_body{
  padding: 10px 20px;
  border-top: 1px solid #e5e5e5;
  border-bottom: none;
}
.board_spon .sponsor_list_header{
  padding: 10px 20px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.board_spon .sponsor_tatal_txt {
  font-size: 16px;
}
/* 게시글 - 메세지 */
.bd_desc.board_msg {
  border-radius: 50px;
}
.bd_desc.board_msg a {
  display: block;
  width: 100%;
}


/*
* 게시글 쓰기(board write)
*/
.board_setting {
  padding: 30px;
  background: #fff;
  margin-bottom: 10px;
}
.board_con_desc {
  background: #fff;
}
.bd_cate_set {
  padding-bottom: 30px;
}
.board_setting .info_title, .board_setting dd {
  display: inline-block;
  vertical-align: middle;
}
.board_setting .info_title {
  width: 20%;
  font-weight: bold;
  color: #666;
}
.board_setting dd {
  width: calc(80% - 4px);
}
.cate_select select{
  width: calc(50% - 5px);
  color: #666;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  margin-right: 3px;
  background-position: 97% center;
}
.cate_info_check {
  padding-top: 10px;
}
.cate_info_check li{
  display: inline-block;
  width: calc(50% - 4px);
  max-width: 300px;
}
.cate_info_check label span {
  margin-right: 7px;
}
.cate_info_check .view_data {
  vertical-align: middle;
  background: none;
}
.cate_info_check .view_data span::before{
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../image/time_icon.png) no-repeat center;
  margin-right: 5px;
  vertical-align: middle;
}
.bd_main_img .image_upload .fileName {
  max-width: 520px;
  height: 48px;
  padding: 15px 30px;
}
.bd_main_img .image_upload .btn_file {
  padding: 15px 30px;
}
/* 글쓰기본문 */
.bd_tit_input {
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.bd_tit_input h2 {
  line-height: 60px;
  font-size: 25px;
}
.bd_tit_input input {
  width: 100%;
  padding: 15px 0;
}
.bd_text_body {
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.bd_text_body textarea{
  width: 100%;
  min-height: 500px;
  padding: 10px;
  box-sizing: border-box;
  line-height: 1.4em;
  border: none;
  resize: none;
}
/* 글쓰기 첨부기능 버튼 */
.bd_add_btn {
  padding-top: 20px;
}
.bd_add_btn li{
  float: left;
  width: calc(20% - 8px);
  margin-right: 10px;
}
.bd_add_btn li:last-child{
  margin-right: 0;
}
.bd_add_btn li button {
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 15px;
  text-align: right;
  border-radius: 10px;
  position: relative;
}
.bd_add_btn li button::before{
  content: '';
  display: inline-block;
  width: 23px;
  height: 23px;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.bd_add_btn li:nth-child(1) button::before{
  background-image: url('../image/write_icon01.png');
}
.bd_add_btn li:nth-child(2) button::before{
  background: url('../image/write_icon02.png');
}
.bd_add_btn li:nth-child(3) button::before{
  background: url('../image/write_icon03.png');
}
.bd_add_btn li:nth-child(4) button::before{
  background: url('../image/write_icon04.png');
}
.bd_add_btn li:nth-child(5) button::before{
  background: url('../image/write_icon05.png');
}
.bd_add_btn li button:hover{
  border-color: #f97061;
  color: #f97061;
}
.bd_add_btn li button:hover::before{
  background-position: right;
}
.bd_add_btn li button.on{
  border-color: #f97061;
  color: #f97061;
}
.bd_add_btn li button.on::before{
  background-position: right;
}
/*
* frame footer
*/
#frame_footer{
  padding-top: 30px;
  clear: both;
}
#cs_wrap{
	font-size: 11px;
}
.cs_txt li {
  line-height: 1.6em;
}
.cs_txt li span{
	padding-left: 5px;
}
#cs_wrap .copy_txt{
	font-size: 10px;
	padding-top: 20px;
}

/*
* popup
*/
.pop{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 90%;
  max-width: 520px;
  height: auto;
  background: #222731;
  color: #eee;
  border-radius: 30px;
  overflow: hidden;
  z-index: 9999;
  opacity: 0;
}
.pop_title {
  padding: 25px 30px;
  box-sizing: border-box;
}
.popup_contain_wrap{
  padding: 30px 20px;
  box-sizing: border-box;
}
.popup_contain{
  height: 100%;
  max-height: 55vh;
  overflow-y: auto;
  padding: 0 10px;
}
.pop_title {
  background: #303440;
}
.popup_contents_tit {
  height: 20px;
}
.pop_close {
  width: 20px;
  height: 20px;
  background: url('../image/close_icon_w.png') no-repeat center center;
  border-radius: 50%;
  border: 1px solid #fff;
  box-sizing: border-box;
  position: absolute;
  right: 30px;
  top: 25px;
  cursor: pointer;
}
.popup_desc{
  padding-bottom: 30px;
  text-align: center;
  word-break: keep-all;
}
.popup_contents {
  padding: 25px 0;
  border-top: 1px solid #474950;
  border-bottom: 1px solid #474950;
}
.popup_contain ul > li{
  margin-bottom: 10px;
}
.popup_contain ul > li:last-child {
  margin-bottom: 0;
}
.popup_name_wrap{
  padding-bottom: 30px;
}
.popup_con_title, .popup_con {
  display: inline-block;
  vertical-align: middle;
}
.popup_con_title {
  width: 30%;
}
.popup_con {
  width: calc(70% - 4px);
}
.pop select {
  background: #303440 url('../image/select_arrow_w.png') no-repeat 93% center;
  font-size: 14px;
  color: #ccc;
  border-radius: 5px;
  padding: 6px 25px 6px 15px;
  border-color: #6d6d6d;
}
.pop input[type="text"]{
  width: 100%;
  color: #eee;
  background: #303440;
  padding: 12px;
  border: 1px solid #6d6d6d;
  box-sizing: border-box;
  border-radius: 5px;
}
.pop input[type="password"]{
  width: 100%;
  color: #eee;
  background: #303440;
  padding: 12px;
  border: 1px solid #6d6d6d;
  box-sizing: border-box;
  border-radius: 5px;
}
.pop button{
  width: 130px;
  font-size: 12px;
  color: #eee;
  background: #303440;
  border: 1px solid #6d6d6d;
  padding: 12px 20px;
  border-radius: 5px;
}
.pop div.button_100{
  width: 130px;
  font-size: 12px;
  color: #eee;
  background: #303440;
  border: 1px solid #6d6d6d;
  padding: 12px 20px;
  border-radius: 5px;
  line-height: normal;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  align-items: flex-start;
}
.pop .cal_data{
  width: 100%;
  background: #303440;
  color: #eee;
  border-radius: 5px;
  padding: 12px 15px;
  border: 1px solid #6d6d6d;
}
.pop .req {
  font-size: 12px;
  padding-left: 2px;
  color: #a7a7a7;
}
.pop label, .pop span {
  vertical-align: middle;
}
.pop textarea{
  width: 100%;
  height: 90px;
  font-size: 12px;
  color: #eee;
  background: #303440;
  padding: 12px;
  border: 1px solid #6d6d6d;
  box-sizing: border-box;
  border-radius: 5px;
}
.popup_con select{
  width: 100%;
  padding: 12px 15px;
  background-position: 95% center;
}
.popup_contents_tit h3, .popup_contents_tit p {
  display: inline-block;
  vertical-align: middle;
}
.popup_desc  h3{
  font-size: 16px;
  padding-bottom: 5px;
}
.popup_btn {
  padding-top: 30px;
  text-align: center;
}
.popup_btn button {
  font-size: 14px;
  width: 100%;
  max-width: 130px;
  background: #303440;
  color: #fff;
  padding: 15px 30px;
  border-radius: 50px;
  border: none;
}
.popup_contain .tabs {
  text-align: center;
  padding-bottom: 30px;
}
.popup_contain .tabs li{
  display: inline-block;
  margin-bottom: 0;
  width: 50%;
  max-width: 150px;
}
.popup_contain .tabs li:first-child {
  margin-right: 15px;
}
.popup_contain .tabs li a {
  display: block;
  padding: 10px 20px;
  color: #eee;
  background: #303440;
  border: 1px solid #6d6d6d;
  border-radius: 30px;
}
.popup_contain .tabs li a.active{
  background: #575c6b;
}
.popup_contain .tabs li a.active::before{
  content: '';
  display: inline-block;
  width: 11px;
  height: 9px;
  background: url('../image/check_w.png') no-repeat left center;
  margin-right: 5px;
}
.fade{
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
  display: none;
}
.club_wrap .fade {
  z-index: 0;
}
.pop.on{
  opacity: 1;
  box-shadow: 0 0 10px rgb(0, 0, 0,0.5);
}
.fade.on{
  display: block;
}
.pop .excel_file span{
  background: url('../image/excel_w.png') no-repeat left center;
}
/* 엑셀 등록 */
.excel_down span{
  padding-left: 20px;
  vertical-align: middle;
  background: url('../image/down_icon.png') no-repeat left center;
}
.excel_file span {
  padding-left: 20px;
  vertical-align: middle;
  background: url('../image/excel_c.png') no-repeat left center;
}
.excel_file_box .fileName{
  display:inline-block;
  width:190px;
  height:30px;
  padding-left:10px;
  margin-right:5px;
  line-height:30px;
  border:1px solid #aaa;
  background-color:#fff;
  vertical-align:middle
}
.btn_file {
  color: #eee;
  background: #303440;
  border: 1px solid #6d6d6d;
  padding: 10px 20px;
  box-sizing: border-box;
  border-radius: 5px;
  vertical-align: middle;
  cursor: pointer;
}
.excel_file_box .btn_file span{
  padding-left: 20px;
  vertical-align: middle;
  background: url('../image/excel_w.png') no-repeat left center;
}
input[type="file"].uploadBtn {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  cursor: pointer;
}
.excel_file_box input[type="text"] {
  font-size: 14px;
  background: none;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #6d6d6d;
}

/* ...버튼 tooltip */
.tooltip > a{
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('../image/more_img.png') no-repeat center center;
  text-align: right;
}
.tooltip .tooltip_box{
  display: none;
  position: absolute;
  width: 90px;
  font-size: 13px;
  padding: 10px 5px;
  border-radius: 5px;
  box-sizing: border-box;
  box-shadow: 0 0 5px rgba(0,0,0,.25);
  background: #fff;
  cursor: pointer;
  top: 25px;
  right: 15px;
  z-index: 1;
}
.tooltip.on .tooltip_box a {
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
  padding: 5px 0;
}
.tooltip.on .tooltip_box a:hover{
  background: #f7f7f7;
}
.tooltip.on .tooltip_box{
  display: block;
}
/* 더보기 arrow */
.more_wrap {
  width: 50%;
  text-align: right;
}
.more_wrap a {
  position: relative;
  display: inline-block;
  padding-right: 15px;
}
.more_wrap a::after{
  content: '';
  display: inline-block;
  width: 7px;
  height: 15px;
  background: url('../image/arrow_next.png') no-repeat center center;
  background-size: 100%;
  position: absolute;
  right: 0;
}



/*
* --------------------------------------'MEDIA QUERY START' --------------------------------------
*/
@media all and (max-width:1400px) {
	#frame_gnb{
    float: none;
    width: auto;
  }
  #gnb_wrap {
    max-width: 70px;
    position: absolute;
  }
  #gnb_wrap .logo_txt, #gnb_wrap .gnb_title {
    display: none;
  }
  #gnb_wrap .logo_wrap {
    transform: translateX(-50%);
  }

  #frame_content{
    width: calc(100% - 100px);
  }
}
@media all and (max-width:1240px) {
  /* 글쓰기 */
  .bd_main_img .image_upload .fileName{
    max-width: 100%;
    margin-bottom: 10px;
  }
  .bd_main_img .image_upload .btn_file{
    display: block;
    text-align: center;
  }
}
@media all and (max-width:980px) {
  body, a:link, a:visited{
    font-size: 12px;
  }
  .content_title h2{
    font-size: 23px;
  }
  .content_title h3, .title_txt {
    font-size: 14px;
  }

  .white_btn, .dark_btn, .pink_btn{
    font-size: 12px;
    padding: 8px 0;
  }
  .board_footer button, .section_btn_wrap button {
    width: 120px;
  }
  .section_btn_wrap li:last-child {
    margin-left: 2px;
  }

  .content_title{
    padding-bottom: 50px;
  }
  #wrapper{
    padding: 0;
  }
  #frame_wrap{
    width: 100%;
    min-height: 100vh;
    padding: 0;
    border-radius: 0;
    border: none;
  }
  #gnb_wrap{
    left: 0;
    top: 0;
    border-radius: 0;
    height: 100%;
  }
  #frame_wrap.open .gnb_wrap_close,
  #frame_wrap.open #gnb_wrap.active .gnb_wrap_close {
    left: 185px;
  }

  #frame_content{
    width: calc(100% - 70px);
    float: none;
    padding: 30px;
    margin-left: 70px;
    box-sizing: border-box;
  }
  #frame_wrap.open #frame_content {
    width: calc(100% - 70px);
  }
  #frame_footer{
    text-align: right;
    padding: 30px;
  }
  #cs_wrap .copy_txt{
    padding-top: 10px;
  }

  /* 게시글 리스트 */
  .board_section{
    font-size: 12px;
  }
  .board_wrap ul.board_header li {
    padding: 12px 0;
  }
  .board_wrap ul li{
    padding: 8px 0;
  }

  /* 게시글 상세 */
  .board_top{
    height: 250px;
  }
  .board_top h2{
    font-size: 30px;
  }
  .board_con_titWrap{
    padding: 20px;
  }
  .board_con_desc{
    padding: 20px;
  }
  .bd_desc_text {
    padding: 20px 0;
  }
  .golf_course > ul > li{
    padding: 10px 0;
  }
  .course_info {
    padding-bottom: 5px;
  }
  .golf_course_mb .profile_img{
    width: 50px;
    height: 50px;
  }
  .board_vote li{
    padding: 15px 20px 15px 40px;
  }
  .board_vote li.on .vote_title::before{
    left: 15px;
  }

  /* 글쓰기 */
  .bd_tit_input input{
    font-size: 20px;
    padding: 0;
    padding-bottom: 10px;
  }
  .bd_tit_input {
    margin-bottom: 20px;
  }
  .bd_text_body textarea{
    min-height: 400px;
  }

  /* search box */
  .search_box{
    padding: 20px;
  }
  .search_box input, .search_box select{
    width: 180px;
    height: 40px;
    padding: 10px;
  }
  .search_btn{
    height: 40px;
  }

  /* popup */
  .pop select {
    font-size: 12px;
  }
  .popup_btn button {
    font-size: 12px;
    padding: 10px 20px;
    max-width: 110px;
  }
}

@media all and (max-width:600px){
  #gnb_btn{
    display: block;
  }
  #gnb_wrap{
    left: -180px;
  }
  #gnb_wrap.active{
    left: 0;
  }
  #frame_content{
    width: 100%;
    padding: 20px 30px;
    margin-left: 0;
  }
  #frame_wrap.open #frame_content {
    width: 100%;
  }
  #info_member{
    position: static;
    text-align: right;
    padding: 20px 30px 0;
    box-sizing: border-box;
  }
  .content_title{
    padding: 40px 0;
  }
  .con_list_box{
    padding: 15px;
  }

  /* 게시글 상세 */
  .section_btn_wrap , .board_footer{
    padding-top: 10px;
  }
  .board_top {
    height: 200px;
  }
  .board_top h2{
    font-size: 20px;
  }

  /* 글쓰기 */
  .board_setting .info_title, .board_setting dd{
    display: block;
    width: 100%;
  }
  .board_setting .info_title{
    padding-bottom: 10px;
  }
  .cate_select select{
    width: 100%;
    margin-bottom: 5px;
    padding: 12px;
  }
  .bd_main_img .image_upload .fileName{
    margin-bottom: 5px;
    padding: 12px 30px;
    height: 38px;
  }
  .bd_main_img .image_upload .btn_file{
    padding: 12px 30px;
  }

  .board_write_wrap .board_con_desc{
    padding: 20px;
  }
  .bd_text_body textarea {
    min-height: 300px;
  }
  .bd_tit_input input{
    font-size: 18px;
  }
  .bd_add_btn {
    padding-top: 15px;
  }
  .bd_add_btn li button {
    font-size: 0px;
    border: none;
    padding: 0;
    text-align: center;
  }
  .bd_add_btn li button::before{
    position: static;
    left: 0;
    top: 0;
    transform: translateY(0);
  }
}
@media all and (max-width:555px) {
  /* 게시판 button */
  .board_footer .section_l {
    width: 35%;
  }
  .board_footer .section_btn_wrap{
    width: 65%;
  }
  .board_footer button, .section_btn_wrap button {
    width: 100px;
  }
  .section_btn_wrap li:last-child {
    margin-left: 0;
  }
  .board_paging{
    max-width: 170px;
  }
}
@media all and (max-width:480px) {
  /* 게시글 리스트 */
  .board_info_wrap {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .board_info{
    display: none;
  }
  .select_wrap {
    width: 100%;
    text-align: right;
  }
  .board_footer {
    padding-top: 10px;
  }
  .board_paging a.next {
    margin-left: 7px;
  }
  .board_paging a.prev {
    margin-right: 7px;
  }

  /* 게시글 상세 */
  .board_con_titWrap, .board_con_desc{
    padding: 20px;
    box-sizing: border-box;
  }
  .bd_desc_tit h3{
    font-size: 14px;
  }
  .bd_desc_text {
    padding: 20px 0 10px;
  }
  .bd_desc_btn{
    padding-top: 10px;
  }
  .bd_desc_btn button{
    width: 90px;
    padding: 7px 0;
  }
  .bd_desc_btn_r{
    width: calc(100% - 94px);
  }
  .bd_desc.board_msg{
    padding: 15px 20px;
    text-align: center;
  }

  /* popup */
  .popup_contain_wrap {
    padding: 20px;
  }
  .popup_contain{
    max-height: 350px;
  }
  .popup_contents {
    padding: 15px 0;
  }
  .pop_title {
    padding: 20px 25px;
  }
  .pop_close{
    top: 20px;
  }
  .popup_desc, .popup_name_wrap {
    padding-bottom: 20px;
  }
  .popup_con_title, .popup_con {
    display: block;
    width: 100%;
  }
  .popup_con_title{
    margin-bottom: 6px;
  }
  .popup_con select,
  .pop input[type="text"] {
    padding: 10px;
  }
  .popup_desc h3{
    font-size: 14px;
    padding-bottom: 0;
  }
  .pop button {
    padding: 8px 15px;
  }

  .popup_contain .tabs{
    padding-bottom: 20px;
  }
}

@media all and (max-width:450px) {
  #gnb_btn {
    left: 20px;
  }
  #info_member{
    padding: 20px 20px 0;
  }
  #frame_content{
    padding: 20px;
  }
  .content_top_btn {
    padding-bottom: 10px;
  }
  .content_title {
    padding: 30px 0;
  }
  .section_title {
    padding-bottom: 15px;
  }
  .dark_btn, .white_btn{
    width: 130px;
    padding: 7px 0;
  }
  .content_bottom {
    padding-top: 40px;
  }
  #frame_footer{
    padding: 20px 30px;
  }

  /* 게시글 일정 - 골프 */
  .golf_course_mb li{
    margin-bottom: 10px;
  }
  .golf_course_mb .profile_img{
    width: 45px;
    height: 45px;
  }
}
@media all and (max-width:355px) {
  /* 게시판 button */
  .board_footer button, .section_btn_wrap button {
    width: 88px;
  }
}
