@charset "UTF-8";
/* ellipsis */
/* thumbnail background */
/* break point */

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

.tt_box_namecard{
  display: none;
}
.tt-box-textarea{
  display: none;
}
.tt-comment-cont{
  display: none;
}
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap" rel="stylesheet">

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');



.container_postbtn {display: none !important;}


@media screen and (min-width: 885px) {
	.footer_mo {display: none !important;}
  .footer {display: none !important;}
	#footer_mo {display: none !important;}
}
@media screen and (max-width: 884px) {
	.footer {display: none !important;}
	#footer  {display: none !important;}
}

body {
  margin: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

pre {
font-family: 'Noto Sans KR', sans-serif;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
font-family: 'Noto Sans KR', sans-serif;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
  outline: none; }

button,
input {
  /* 1 */
  overflow: visible; }

button,
select {
  /* 1 */
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0 0.625em 0; }

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

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

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

/* 마우스 클릭색상 */
.no_tab_highlight {
  outline:none;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  -webkit-tap-highlight-color:transparent;
	 -ms-tap-highlight-color:rgba(0,0,0,0);
  -ms-tap-highlight-color:transparent;
	 -moz-tap-highlight-color:rgba(0,0,0,0);
  -moz-tap-highlight-color:transparent;
	 tap-highlight-color:rgba(0,0,0,0);
   tap-highlight-color:transparent;
}
html{
  outline:0;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  -webkit-tap-highlight-color:transparent;
}
/* common */
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block; }

body {
  font-family: 'Noto Sans KR', "Nanum Gothic", Dotum, '돋움', Helvetica, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.container_postbtn{
  display: none;
}

.blind {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  width: 1px;
  height: 1px; }

/* theme_pink */
.theme_pink .thema_apply .link_detail {
  background: #ff567a; }

.theme_pink .thema_apply .btn_arrow:hover {
  background-color: #ff567a;
  color: #fff; }

.theme_pink .thema_apply .active {
  background: #ff567a; }

.theme_pink .thema_apply .slick-active button {
  background: #ff567a; }

.theme_pink .thema_apply .btn_register {
  background: #ff567a;
  color: #fff; }

.theme_pink .thema_apply .btn_register {
  background: #ff567a;
  color: #fff; }

.theme_pink .thema_apply .title_sidebar {
  color: #ff567a; }

.theme_pink .thema_apply .box_tag a:hover {
  border: 1px solid #ff567a;
  color: #ff567a; }

.theme_pink .area_category .title_section span {
  color: #ff567a; }

.theme_pink .article_view a {
  color: #ff567a; }

.theme_pink .article_view blockquote {
  color: #ff567a; }

.theme_pink .article_view .moreless_fold span,
.theme_pink .article_view .moreless_top span {
  color: #ff567a; }

.theme_pink .article_view .footnote a {
  color: #ff567a!important; }

/* theme_blue */
.theme_blue .thema_apply .link_detail {
  background: #4167d9; }

.theme_blue .thema_apply .btn_arrow:hover {
  background-color: #4167d9;
  color: #fff; }

.theme_blue .thema_apply .active {
  background: #4167d9; }

.theme_blue .thema_apply .slick-active button {
  background: #4167d9; }

.theme_blue .thema_apply .btn_register {
  background: #4167d9;
  color: #fff; }

.theme_blue .thema_apply .btn_register {
  background: #4167d9;
  color: #fff; }

.theme_blue .thema_apply .title_sidebar {
  color: #4167d9; }

.theme_blue .thema_apply .box_tag a:hover {
  border: 1px solid #4167d9;
  color: #4167d9; }

.theme_blue .area_category .title_section span {
  color: #4167d9; }

.theme_blue .article_view a {
  color: #4167d9; }

.theme_blue .article_view blockquote {
  color: #4167d9; }

.theme_blue .article_view .moreless_fold span,
.theme_blue .article_view .moreless_top span {
  color: #4167d9; }

.theme_blue .article_view .footnote a {
  color: #4167d9!important; }

/* theme_green */
.theme_green .thema_apply .link_detail {
  background: #11998e; }

.theme_green .thema_apply .btn_arrow:hover {
  background-color: #11998e;
  color: #fff; }

.theme_green .thema_apply .active {
  background: #11998e; }

.theme_green .thema_apply .slick-active button {
  background: #11998e; }

.theme_green .thema_apply .btn_register {
  background: #11998e;
  color: #fff; }

.theme_green .thema_apply .btn_register {
  background: #11998e;
  color: #fff; }

.theme_green .thema_apply .title_sidebar {
  color: #11998e; }

.theme_green .thema_apply .box_tag a:hover {
  border: 1px solid #11998e;
  color: #11998e; }

.theme_green .area_category .title_section span {
  color: #11998e; }

.theme_green .article_view a {
  color: #11998e; }

.theme_green .article_view blockquote {
  color: #11998e; }

.theme_green .article_view .moreless_fold span,
.theme_green .article_view .moreless_top span {
  color: #11998e; }

.theme_green .article_view .footnote a {
  color: #11998e!important; }

/* theme_gray */
.theme_gray .thema_apply .link_detail {
  background: #1d2129; }

.theme_gray .thema_apply .btn_arrow:hover {
  background-color: #1d2129;
  color: #fff; }

.theme_gray .thema_apply .active {
  background: #1d2129; }

.theme_gray .thema_apply .slick-active button {
  background: #1d2129; }

.theme_gray .thema_apply .btn_register {
  background: #1d2129;
  color: #fff; }

.theme_gray .thema_apply .btn_register {
  background: #1d2129;
  color: #fff; }

.theme_gray .thema_apply .title_sidebar {
  color: #1d2129; }

.theme_gray .thema_apply .box_tag a:hover {
  border: 1px solid #1d2129;
  color: #1d2129; }

.theme_gray .area_category .title_section span {
  color: #1d2129; }

.theme_gray .article_view a {
  color: #1d2129; }

.theme_gray .article_view a {
  color: #1d2129; }

.theme_gray .article_view blockquote {
  color: #1d2129; }

.theme_gray .article_view .moreless_fold span,
.theme_gray .article_view .moreless_top span {
  color: #1d2129; }

.theme_gray .article_view .footnote a {
  color: #1d2129!important; }

/* media query - mobile */
@media screen and (max-width: 1023px) {
  .theme_pink .thema_apply .selected {
    color: #ff567a !important; }
  .theme_blue .thema_apply .selected {
    color: #4167d9 !important; }
  .theme_green .thema_apply .selected {
    color: #11998e !important; }
  .theme_gray .thema_apply .selected {
    color: #1d2129 !important; } }

/* html */
html, body {
  position: relative;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  color: #333; }

html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  font-family: 'Noto Sans KR';
  box-sizing: inherit; }

/* container */
#container {
margin-top: 150px;
  position: relative;
  padding-bottom: 1300px;
  width: 100%; }

  #container:after {
    content: '';
    display: block;
    clear: both; }

#main {
  width: 100%; }


@media screen and (max-width: 884px) {
#container {
margin-top: 0px;
position: relative;
padding-bottom: 100px;
width: 100%; }	
}




.box_header {
    position: fixed;
   top: 0;
	left: 0;
	right: 0;
 max-width: 100%;
margin: 0 auto; 
  height: 93px;
  background: #fff;
  border-bottom: 1px solid #cfcfcf;
  z-index: 21;}

.box_header .header_meneu{
	width: 1100px;
	position: relative;
	margin: 0 auto; 
	padding-top: 32px;
}

.box_header .title_logo{
width: fit-content;
display: inline-block;
}

.box_header .main_menu{
	position: absolute;
	right: 0;
	width: fit-content;
	display: inline-block;
	height: 32px;
	margin-top: -15px;
}

.box_header ul li{
	display: inline-block;
	font-size: 14px;
	margin-left: 25px;
}
.box_header ul li a{
	font-family: "DM Sans", sans-serif;
	font-weight: 500;
	text-decoration: none;
	color: #000;
}
.box_header ul li p{
	margin-left: 1px;
	font-size: 11px;
	display: inline-block;
	top: -8px;
	position: relative;
}

.box_header img{
	width: 130px;
}



@media screen and (max-width: 1399px) {
 .box_header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  margin: 0 auto; 
  height: 93px;
  border-bottom: 1px solid #cfcfcf;
  z-index: 21;}

.box_header .header_meneu{
	max-width: 1399px;
	width: 100%;
	position: relative;
	margin: 0 auto; 
	padding-top: 32px;
	padding-left: 50px;
}

.box_header .main_menu{
	padding-right: 50px;
}
}

@media screen and (max-width: 884px) {
 .box_header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  margin: 0 auto; 
  height: 55px;
  border-bottom: 1px solid #cfcfcf;
  z-index: 21;}

	.box_header .main_menu{
	display: none;
}
.box_header img{
	width: 110px;
}
.box_header .header_meneu{
	max-width: 884px;
	width: 100%;
	position: relative;
	margin: 0 auto; 
	padding-top: 14px;
	padding-left: 12px;
}	
}




  .box_header .btn_menu, .box_header .btn_search {
		display: none;
    position: absolute;
    top: 50%;
    margin-top: -24px;
    width: 48px;
    height: 48px;
    border: none;
    background-repeat: no-repeat;
    background-position: center;
    color: #666;
    transition: color .2s ease-out;
    cursor: pointer; }
  .box_header .btn_menu {
    right: 56px; }
  .box_header .btn_search {
    right: 116px; }
  .box_header .btn_menu {
    background-image: url(./images/ico_menu_b.svg); }
  .box_header .btn_search {
    background-image: url(./images/ico_search_b.svg); }
  .box_header .btn_menu:hover, .box_header .btn_search:hover {
    color: #333; }


  .white .box_header .btn_menu {
    background-image: url(./images/ico_menu.svg); }
  .white .box_header .btn_search {
    background-image: url(./images/ico_search.svg); }

.white .area_cover {
  margin-top: 0; }

.white .type_featured {
  margin-top: 0; }


.box_header .top_menu{
  position: absolute;
  display: block;
    top: 20%;
  left: 35%;
    width: 400px;
}

.box_header .top_menu ul{
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding-left: 0;
  margin: 0 15px 0 10px;
  font-size: 17.25px;
}

.box_header .top_menu ul a{
 text-decoration: none;
  color: #333333;
	  font-weight: 600;
    margin-right: 7px;
}

.box_header .top_menu ul a:hover{
 text-decoration: none;
  color: #43bfb2;
  font-weight: 600;
}


/* // box_header */
/* area_sidebar */
.area_sidebar {
  position: relative;}

  .area_sidebar a {
    text-decoration: none; }
  .area_sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .area_sidebar button {
    background: transparent;
    border: 0;
    border-radius: 0;
    overflow: visible;
    cursor: pointer; }
  .area_sidebar .inner_sidebar {
    display: flex;
    height: 100%;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: 0;
    width: 360px;
    height: 100%;
    padding: 0 48px;
    background: #fff;
    box-sizing: border-box;
    overflow: auto;
    z-index: 31; }
    .area_sidebar .sidebar_contents {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; }
  .area_sidebar .dimmed_sidebar {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 21; }
  .area_sidebar .sidebar_header {
    margin: 60px -10px 30px 0; }
    .area_sidebar .sidebar_header:after {
      content: '';
      display: block;
      clear: both; }
  .area_sidebar .title_logo {
    float: left;
    margin: 0;
    font-size: 24px;
    font-weight: 800; }
  .area_sidebar .link_logo {
    color: #333; }
  .area_sidebar .btn_close {
    float: right;
    width: 48px;
    font-size: 24px;
    text-align: right;
		padding: 0 7px 2px 7px;}
  .area_sidebar .tt_category {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e5e5e5; }
    .area_sidebar .tt_category:after {
      content: '';
      display: block;
      clear: both; }
  .area_sidebar .link_item {
    display: block;
    margin-top: 10px;
    padding: 15px 0 12px 0;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    transition: all .2s ease-out; }
    s
.area_sidebar .link_item:last-child {
      margin-bottom: 0; }
  .area_sidebar .link_item .c_cnt {
    color: rgba(0, 0, 0, 0.56); }
  .area_sidebar .box_gnb {
    margin-bottom: 60px; }
  .area_sidebar .box_gnb li:last-child {
    margin-bottom: 0; }
  .area_sidebar .link_sub_item {
    display: block;
		padding: 5px 0 5px 12px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.75); }
  .area_sidebar .sub_category_list {
    margin-left: 6px;
    border-left: 3px solid #f1f1f1; }
  .area_sidebar .t_menu_home a,
  .area_sidebar .t_menu_tag a,
  .area_sidebar .t_menu_guestbook a,
  .area_sidebar .t_menu_medialog a,
  .area_sidebar .t_menu_location a,
  .area_sidebar .t_menu_page a,
  .area_sidebar .t_menu_category a,
  .area_sidebar .t_menu_link_1 a,
  .area_sidebar .t_menu_link_2 a,
  .area_sidebar .t_menu_link_3 a,
  .area_sidebar .t_menu_link_4 a,
  .area_sidebar .t_menu_link_5 a,
  .area_sidebar .t_menu_link_6 a,
  .area_sidebar .t_menu_link_7 a,
  .area_sidebar .t_menu_link_8 a,
  .area_sidebar .t_menu_link_9 a,
  .area_sidebar .t_menu_link_10 a {
    display: block;
    margin-bottom: 28px;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    transition: all .2s ease-out; }
  .area_sidebar .tt_category .link_sub_item:hover {
    text-decoration: underline; }
  .area_sidebar .sidebar_menu:after {
    content: '';
    display: block;
    clear: both; }
  .area_sidebar .list_sns {
    color: rgba(0, 0, 0, 0.87);
    font-size: 14px; }
  .area_sidebar .link_add {
    display: block;
    margin-bottom: 28px;
    font-size: 16px;
    font-weight: normal;
    color: #888; }
    .area_sidebar .link_add:hover {
      color: rgba(0, 0, 0, 0.87); }
  .area_sidebar .box_sns, .area_sidebar .add_link {
    margin-bottom: 18px; }
  .area_sidebar .btn_search {
    margin-top: 12px;
    padding: 10px 0;
    background-color: transparent;
    font-size: 14px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.87); }
  .area_sidebar .icon-Search {
    margin-left: 5px;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.54);
    vertical-align: -2px; }
  .area_sidebar .box_tool {
    padding: 30px 0 80px 0; }
  .area_sidebar .link_tool {
    position: relative;
    display: inline-block;
    margin-left: 40px;
    font-size: 14px;
    font-weight: bold;
    color: #888; }
    .area_sidebar .link_tool:first-child {
      margin-left: 0; }
      .area_sidebar .link_tool:first-child::before {
        content: ''; }
  .area_sidebar .link_tool:hover {
    color: #666; }
  .area_sidebar .link_tool:before {
    content: '｜';
    position: absolute;
    top: 3px;
    bottom: 0;
    left: -48px;
    right: 0;
    width: 10px;
    margin-left: 20px;
    font-size: 11px;
    font-weight: lighter;
    color: #d3d4d7; }
  .area_sidebar .link_tit {
    display: none; }
  .area_sidebar ul > li > a:hover {
    color: rgba(0, 0, 0, 0.56); }

/* media query - only mobile */
@media screen and (max-width: 884px) {
  .area_sidebar .inner_sidebar {
    width: 100%;
    left: 0;
    padding: 0 24px; }
  .area_sidebar .area_sidebar .btn_close {
    margin-right: -16px; }
  .area_sidebar .area_sidebar .title_logo {
    margin-bottom: 30px; }
	.area_sidebar .title_logo{
		font-size: 20px;}
	.area_sidebar .sidebar_header {
		margin: 24px -10px 24px 0;
		padding-top:1px;}
	.area_sidebar .btn_close {
		margin-top: -2px;}
	.area_sidebar .link_item{
		font-size:16px;	}
	.area_sidebar .link_sub_item{
		font-size:13px;	}
	.area_sidebar .tt_category {
		padding-bottom: 50px;}

}

/* area_popup */
.area_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 31;
  overflow: auto;
  display: none;
   }
  .area_popup .search_header {
		padding: 60px 40px 0 80px }
    .area_popup .search_header:after {
      content: '';
      display: block;
      clear: both; }
  .area_popup .title_logo {
    float: left;
    margin: 0;
    font-size: 24px;
    font-weight: 900; }
  .area_popup .link_logo {
    color: #333;
    text-decoration: none; }

.area_popup .area_search .btn_close {
  float: right;
  width: 48px;
  height: 48px;
  margin-right: 11px;
  background: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer; }

.area_popup .search_content {
  max-width: 1180px;
  margin: 60px auto;
  padding: 0 40px;
  font-size: 0; }

.area_popup .search_content:after {
  content: '';
  display: block;
  clear: both; }

.area_popup .box_form {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15); }

.area_popup .box_form .icon-Search {
  display: inline-block;
  margin-right: 23px;
  font-size: 36px;
  vertical-align: -10px; }

.area_popup .box_form .inp_search {
  width: 80%;
  margin-top: 5px;
  border: none;
  font-size: 24px;
  font-weight: 900;
  color: #333;
  line-height: 1; }

.area_popup .box_form .btn_search_del {
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
  padding: 6px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  fill-opacity: 0.3; }

.area_popup .title_sidebar {
  margin: 51px 0 29px 0;
  font-size: 18px; }

.area_popup .tag_zone {
  display: inline-block;
  width: 50%;
  padding-right: 50px;
  min-height: 150px;
  box-sizing: border-box;
  vertical-align: top; }

.tag_zone a {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px 10px;
  border: solid 1px rgba(0, 0, 0, 0.25);
  font-size: 16px;
  color: #333;
  text-decoration: none; }

.tag_zone a:hover {
  border: solid 1px #4167d9;
  color: #4167d9; }

.list_sidebar {
  margin: 0;
  padding: 0;
  list-style: none; }

.list_sidebar .item_sidebar {
  margin-bottom: 20px; }

aside .list_sidebar .item_sidebar {
  margin-bottom: 10px; }

.list_sidebar .item_sidebar a {
  display: block;
  font-size: 16px;
  color: #333;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.tag_board {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top; }

aside .tag_board {
  width: 100%; }

.area_popup .tag_board {
  width: 50%; }

.area_popup div:nth-child(3) {
  padding-left: 50px; }

.area_popup div:nth-child(4) {
  padding-right: 50px; }

.area_popup div:nth-child(5) {
  padding-left: 50px; }

.area_popup .box_gnb,
.area_popup .box_sns,
.area_popup .add_link {
  display: none; }

/* media query - mobile */
@media screen and (max-width: 1023px) {
  .area_popup .area_search {
    padding-left: 24px;
    padding-right: 24px; }
  .area_popup .search_header {
    margin: 24px -10px 24px 0;
    padding: 1px 0 0; }
  .area_popup .box_form .icon-Search {
    display: none; }
  .area_popup .box_form .inp_search {
    margin-top: 20px;
    font-size: 18px; }
  .area_popup .box_form .btn_search_del {
    top: 10px;
    right: 20px; }
  .area_popup .search_content {
    margin-top: 34px;
    padding: 0; }
  .area_popup .box_form {
    margin: 0 -24px;
    padding: 0 20px 25px 20px; }
  .area_popup .title_sidebar {
    margin-top: 32px;
    font-size: 12px; }
  .area_popup .tag_zone a {
    border: none;
    padding: 5px 10px 5px 0;
    font-size: 16px; }
  .area_popup .tag_zone a:hover {
    border: none; }
  .area_popup .tag_zone, .area_popup .tag_board {
    width: 100%; }
  .area_popup .item_sidebar {
    margin-bottom: 10px; }
  .area_popup .item_sidebar a {
    font-size: 16px; }
  .area_popup div:nth-child(3),
  .area_popup div:nth-child(4),
  .area_popup div:nth-child(5) {
    padding: 0; }
  .area_popup .area_search .btn_close {
     margin: -2px 0 0;
    text-align: right;
    padding: 0 7px 2px 7px;
    height: 30px; }
  .area_popup .title_logo {
    font-weight: 900;
    font-size: 20px; }}

/* // area_popup */
/* footer */
#footer {
  clear: both;
height: 183px;
	padding-bottom: 35px;
	padding-top: 10px;
 background: #202020;
position: absolute;
left: 0;
right: 0;
bottom: 0;
width: 100%;
max-width: 1182px;
margin: 0 auto; 
display: none !important;
}

.footer {
  clear: both;
height: 183px;
top: 300px;
	padding-bottom: 35px;
	padding-top: 10px;
 background: #202020;
position: absolute;
left: 0;
right: 0;
bottom: 0;
width: 100%;
max-width: 100%;
margin: 0 auto; 
transform: translateY(100vh);
display: flex;
justify-content: center;

}


/* area_paging */
.area_paging {
   padding-bottom: 50px;
  text-align: center; }
  .area_paging a {
    text-decoration: none; }
  .area_paging .link_page {
    display: inline-block;
    margin-top: 2px;
    font-size: 24px;
    color: rgba(0, 0, 0, 0.25); }
    .area_paging .link_page:hover {
      color: rgba(0, 0, 0, 0.54); }
  .area_paging .paging_num {
    display: inline-block;
    vertical-align: top; }
  .area_paging .link_num span {
    display: inline-block;
    min-width: 28px;
    height: 28px;
    margin: 0 5px;
    font-size: 13px;
    font-weight: 600;
    line-height: 31px;
    color: #000; }
  .area_paging .link_num:hover span {
    color: rgba(0, 0, 0, 0.87); }
  .area_paging .selected {
    display: block;
    border-radius: 999em;
    background: #000;
    color: #fff !important;
    font-size: 13px;
    line-height: 32px; }
    .area_paging .selected:hover {
      text-decoration: none; }
  .area_paging .paging_slash {
    display: none; }

/* media query - mobile */
@media screen and (max-width: 1023px) {
  .area_paging .link_page {
    color: rgba(0, 0, 0, 0.75); }
  .area_paging .link_page.no-more-prev,
  .area_paging .link_page.no-more-next {
    color: rgba(0, 0, 0, 0.15); }
  .area_paging .link_page span {
    font-size: 24px;
    font-weight: 600; }
  .area_paging .link_num {
    font-size: 14px;
    font-weight: 900; }
  .area_paging .link_num span {
    position: relative; }
  .area_paging .selected {
    position: relative;
    width: auto;
    font-size: 14px; }
  .area_paging .link_num:last-child span:before {
    content: '';
    position: absolute;
    top: 0;
    left: -10px;
    width: 10px;
    height: 29px;
    background: url(./images/ico_slash.png) no-repeat left center; }
  .area_paging .link_num:last-child span.selected:before {
    background: none; }
  .area_paging .link_num:last-child .selected {
    background: none; }
  .area_paging .link_num span:not(.selected) {
    display: none; }
  .area_paging .link_num:last-child span {
    display: inline-block; }
  .area_paging .link_ellipsis {
    display: none; }
  .area_paging .selected {
    color: #333;
    background: transparent; } }

/* // area_paging */
/* area_view - 상세 페이지 */
.area_view {
  position: relative; }

.area_view .area_article {
	padding-top: 0px;
  padding-bottom: 0px; }

.area_view .article_header {
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;}

.area_view .article_header:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.54); }

.area_view .article_header .inner_header {
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  text-align: center; }

.type_article_header_common .inner_header {
  height: 520px; }

.type_article_header_cover .inner_header {
	display: none;
  height: 520px; }

.area_view .article_header .info_text {
  max-width: 700px;
  margin: 0 auto;
  left: 0;
  right: 0;
  color: #000;
  z-index: 10;
  text-align: center; }

.type_article_header_common .info_text {
/*  position: absolute;
  bottom: 32px; */
   position: relative;
    display: flex;
    height: 100%;
    -ms-display: flexbox;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    z-index: 20;}

.type_article_header_cover .info_text {
  position: relative;
  display: flex;
  height: 100%;
  -ms-display: flexbox;
  /* IE 10 */
  display: -webkit-flex;
  /* Safari */
  flex-direction: column;
  justify-content: center;
  z-index: 20; }

.article_content {
  max-width: 700px;
  margin: 0 auto; }

/* area_related - 상세페이지 관련글 */
.area_related {
	display: none;
  border-bottom: 1px solid #eee;
  overflow: hidden; }
  .area_related a {
    text-decoration: none; }
  .area_related button {
    border: 0;
    border-radius: 0;
    background-color: transparent;
    cursor: pointer;
    overflow: visible; }
  .area_related .title_related {
    margin: 40px 0 20px 0;
    font-size: 16px;
    font-weight: 900; }
  .area_related .list_related {
    list-style: none;
    margin: 0 -8px;
    padding: 0;
    border: none;
    box-sizing: border-box; }
    .area_related .list_related:after {
      content: '';
      display: block;
      clear: both; }
  .area_related .item_related {
    float: left;
    width: 25%;
    margin-bottom: 40px; }
  .area_related .link_related {
    display: block;
    margin: 0 8px; }
  .area_related .thumnail {
    display: block;
    width: 100%;
    padding-top: 50%;
    background-size: cover;
    background-position: 50% 50%; }
  .area_related .link_related strong {
    display: block;
    max-height: 45px;
    margin: 12px 0 0;
    line-height: 1.47;
    font-size: 16px;
		font-weight: 500;
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
  .area_related .info {
    display: inline-block;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.38); }

/* media query - mobile */
@media screen and (max-width: 1023px) {
  .area_related .title_related {
    margin: 30px 0 0 0;
    font-size: 16px;
    line-height: normal; }
  .area_related .item_related {
    float: none;
    width: 100%;
    padding: 16px 0;
    margin-bottom: 0;}
  .area_related li:first-child {
    border: none;
    padding-bottom: 16px; }
  .area_related .link_related strong {
    margin: 12px 0 2px 0; }
	.area_related .item_related:last-child{
		margin-bottom:30px;
	}
}



.item-thumbnail {
  background: #e9e9e9 url(./images/ico_no.svg) no-repeat center;
}
.no-img {
  background: #e9e9e9 url(./images/ico_no.svg) no-repeat center !important;
  background-size: 30px 30px !important; }

.btn-for-guest {
  display: none; }

.btn-for-user {
  display: none; }

/* area_cover */
.area_cover {
  margin-top: 268px; }
  .area_cover a {
    text-decoration: none; }
  .area_cover button {
    border: 0;
    border-radius: 0;
    background-color: transparent;
    cursor: pointer;
    overflow: visible; }

/* media query - mobile */
@media screen and (max-width: 1023px) {
  .area_cover {
    margin-top: 130px; } }

/* // area_cover */
/* title_section */
.title_section {
	display: none;
  position: relative;
  width: 100%;
  margin: 0 0 20px 0;
  font-size: 20px;
  font-weight: 900;
  color: #333; }

/* type_featured - 슬라이드 커버 */
.type_featured {
  position: relative;
    margin-top: -268px; }
  .type_featured:after {
    content: '';
    display: block;
    clear: both; }
  .type_featured .slide_zone {
    position: relative;
    width: 100%;
    height: calc(100vh - var(--vh-offset, 0px)); }
  .type_featured .inner_main_slide {
    position: absolute;
    left: 0;
    right: 0;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 80px; }
  .type_featured .box_arrow {
		display: none;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    margin-top: -18px;
    padding: 0 65px 0 80px;
    z-index: 10;
    box-sizing: border-box; }
  .type_featured .btn_arrow {
    width: 64px;
    height: 64px;
    padding-top: 4px;
    border-radius: 64px;
    background-color: rgba(0, 0, 0, 0.7);
    background-repeat: no-repeat;
    background-position: center;
    color: white;
    transition: .2s ease-out; }
  .type_featured .btn_arrow:hover {
    color: #fff; }
  .type_featured .btn_prev {
    float: left;
    background-image: url(./images/arr_left.png); }
  .type_featured .btn_next {
    float: right;
    background-image: url(./images/arr_right.png); }
  .type_featured .slide_item {
    z-index: 1;
    overflow: hidden; }
  .type_featured .link_slide {
    position: relative;
    display: block;
    width: 100%;
    height: 100vh;
    height: calc(100vh - var(--vh-offset, 0px));;
    background-size: cover;
    background-position: 50% 50%;
    overflow: hidden;
    z-index: 1; }
  .type_featured .link_slide:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.45);
    transition: background-color .3s ease-in-out; }
  .type_featured .text_slide {
    position: relative;
    display: flex;
    -ms-display: flexbox;
    /* IE 10 */
    display: -webkit-flex;
    /* Safari */
    flex-direction: column;
    justify-content: center;
    max-width: 1180px;
    height: 100%;
    margin: 0 auto;
    padding: 0 76px;
    font-size: 44px;
		display: none !important;
    color: #fff;
    z-index: 10; }
  .type_featured .text_slide strong {
    display: block;
    max-height: 130px;
    max-width: 1024px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
  .type_featured .text {
    width: 60%;
    max-height: 85px;
    margin: 20px 0 40px 0;
    font-size: 16px;
    line-height: 28px;
    word-break: keep-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; }
  .type_featured .link_detail {
    display: inline-block;
		display: none;
    width: 194px;
    height: 50px;
    line-height: 53px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-align: center; }
  .type_featured .slide_page {
		display: none !important;
    position: absolute;
    left: 37px;
    bottom: 60px;
    font-size: 0;
    text-align: center;
    z-index: 10; }
  .type_featured .slide_page li {
    display: inline-block; }
  .type_featured .ico_circle {
    width: 10px;
    height: 10px;
    margin: 0 3px;
    padding: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.54);
    cursor: pointer;
    outline: none; }

/* // type_featured */
/* media query - tablet */
@media screen and (max-width: 1406px) {
  .type_featured {
      margin-top: -268px; }
    .type_featured .text_slide {
      padding: 0 80px;
      font-size: 40px; }
    .type_featured .box_arrow {
      display: none; } }

@media screen and (max-width: 1023px) {
	  .type_featured {
      margin-top: -130px; }
}


/* media query - mobile */
@media screen and (max-width: 1023px) {
  .type_featured .text_slide strong {
    max-height: 140px;
    font-size: 30px;
    -webkit-line-clamp: 3; }
  .type_featured .text_slide {
    position: absolute;
    bottom: 100px;
    height: auto;
    padding: 0 24px;
    font-size: 32px; }
  .type_featured .text_slide .text {
    width: 100%;
    margin: 20px 0 30px 0;
	  line-height: 28px;}
  .type_featured .slide_page {
    left: 24px;
    bottom: 40px;
    padding: 0; } }

/* media query - only mobile */
@media screen and (max-width: 884px) {
  .type_featured .link_detail {
    padding-top: 2px;
    font-size: 13px;
    line-height: 40px;
    height: 40px;
    width: 120px; }
	.type_featured .ico_circle{
		width: 8px;
    height: 8px;
	}
}

/* type_post - 갤러리 커버 */
.type_post {
  max-width: 1180px;
  margin: 120px auto -20px auto;
  overflow: hidden; }
  .type_post:after {
    content: '';
    display: block;
    clear: both; }

.type_post .list_post,
.category_type_post .list_category {
  margin: 0 -10px;
  padding: 0;
  list-style: none; }

.list_post .item_post,
.category_type_post .item_category {
  float: left;
  width: 25%;
  margin-bottom: 20px; }

.list_post .link_post,
.category_type_post .link_category {
  position: relative;
  display: block;
  margin: 0 10px;
  padding-top: 143%;
  background-size: cover;
  background-position: 50% 50%; }


.list_post .item_post:hover .link_post:before,
.category_type_post .item_category:hover .link_category:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.65); }

.list_post .info .date,
.category_type_post .date {
  display: none;
  margin-top: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.31; }

.list_post .link_post:hover .info,
.category_type_post .link_category:hover .info {
  display: flex; }

.list_post .link_post .info,
.category_type_post .link_category .info {
  position: absolute;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center; }

.list_post .link_post .info .name,
.category_type_post .link_category .info .name {
  display: block;
  width: calc(100% - 80px);
  max-height: 65px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.33;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

/* media query - mobile */
@media screen and (max-width: 1023px) {
  .type_post {
    margin: 60px auto 0 auto; }
  .title_section {
    margin: 0 0 20px 0;
    font-size: 16px;
    text-align: left; }
	  .type_post .title_section {
    text-align: center;}
  .list_post, .category_type_post {
    margin: 0 -1px; }
  .list_post .item_post,
  .category_type_post .item_category {
    margin-bottom: 1px; }
  .list_post .link_post,
  .category_type_post .link_category {
    margin: 0 0.5px; }
  .item_post .link_post:before,
  .category_type_post .item_category .link_category:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.65); }
  .list_post .link_post .info,
  .category_type_post .link_category .info {
    display: flex; }
  .list_post .link_post .info .name,
  .category_type_post .link_category .info .name {
    width: calc(100% - 32px);
    font-size: 16px; } }

/* media query - mobile specific */
@media screen and (max-width: 375px) {
   .list_post .link_post .info .name,
  .category_type_post .link_category .info .name {
    width: calc(100% - 32px);
    font-size: 13px; } }

/* // type_post */
/* type_card - 섬네일 커버*/
.type_card {
  max-width: 1180px;
  margin: 120px auto -60px auto;
  overflow: hidden; }
  .type_card:after {
    content: '';
    display: block;
    clear: both; }

.list_type_card {
  margin: 0 -10px;
  padding: 0;
  list-style: none;
  font-size: 0; }

.list_type_card .item_card {
  display: inline-block;
  width: 49%;
  margin-bottom: 58px;
  vertical-align: top; }

.list_type_card .link_card {
  display: block;
  margin: 0 10px;
  color: #333;
  line-height: 1.33;
  transition: all .2s ease-out; }

.list_type_card .link_card:hover {
  opacity: 0.6; }

.list_type_card .link_card strong {
  display: block;
  margin: 18px 8px 6px 0;
  font-size: 24px;
  font-weight: 700;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.list_type_card .link_card .thumnail {
  display: block;
  width: 100%;
  padding-top: 50%;
  background-size: cover;
  background-position: 50% 50%; }

.list_type_card .link_card .text {
  max-height: 78px;
  margin: 0;
  font-size: 14px;
	color: #777;
  line-height: 1.71;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
display: none;}

/* media query - mobile */
@media screen and (max-width: 1023px) {
  .type_card {
    margin: 60px auto -30px auto;
    padding: 0 24px; }
    .type_card .list_type_card {
      margin: 0 -8px; }
    .type_card .item_card {
      width: 50%;
      margin-bottom: 30px; }
    .type_card .link_card strong {
      margin: 16px 8px 4px 0;
      -webkit-line-clamp: 1; }
    .type_card .link_card {
      margin: 0 8px; }
    .type_card .link_card .text {
      -webkit-line-clamp: 2;
	    line-height: 1.5;}
	.list_type_card .link_card .thumnail{
			padding-top: 65%;}
}

/* // type_card */
/* type_banner - 와이드패널 커버 */
.type_banner {
  max-width: 1180px;
  margin: 120px auto 0 auto; }

.list_type_banner {
  margin: 0;
  padding: 0;
  list-style: none; }

.list_type_banner .link_banner {
  position: relative;
  display: block;
  height: 280px;
  font-size: 24px;
  color: #333;
  background-size: cover;
  background-position: 50% 50%;
  transition: all .2s ease-out; }

.list_type_banner li:nth-child(even) .box_content {
  float: right;
  text-align: right; }

.list_type_banner li:nth-child(even) .btn_go {
  right: 50px;
  left: auto; }

.list_type_banner .box_content {
  width: 70%;
  padding: 47px 45px 50px 48px; }

.list_type_banner .link_banner:hover {
  opacity: 0.6; }

.list_type_banner .link_banner strong {
  display: block;
  max-height: 58px;
  font-size: 50px;
  font-weight: 900;
  color: #fff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; }

.list_type_banner .link_banner .text {
  max-height: 80px;
  margin: 12px 4px 0 2px;
  font-size: 16px;
  color: #fff;
  line-height: 1.62;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.list_type_banner .link_banner .btn_go {
  position: absolute;
  left: 50px;
  bottom: 48px;
  width: 42px;
  height: 42px;
  background: #000;
  border-radius: 42px;
  font-size: 17px;
  font-weight: 400;
  color: #fff; }

/* media query - mobile */
@media screen and (max-width: 1023px) {
  .type_banner {
    margin-top: 60px;
		padding: 0 24px;}
  .list_type_banner .link_banner {
    height: 100px; }
  .list_type_banner .box_content {
    width: 100%;
    padding: 25px; }
  .list_type_banner .link_banner strong {
    display: block;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 26px;
    overflow: hidden; }
  .list_type_banner .link_banner .btn_go {
    display: none; }
  .list_type_banner .link_banner .text {
    display: inline-block;
    width: 100%;
    margin: 2px 0 0 0;
    line-height: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; } }

/* // type_banner */
/* type_notice - 리스트 커버 */
.type_notice {
  max-width: 1180px;
  margin: 120px auto 0 auto; }
  .type_notice:after {
    content: '';
    display: block;
    clear: both; }

.type_notice .thumnail,
.category_type_notice .thumnail {
  float: left;
  display: block;
  width: 280px;
  height: 160px;
  margin-right: 24px;
  background-size: cover;
  background-position: 50% 50%; }

.type_notice .info,
.category_type_notice .info {
  padding-top: 8px;
  overflow: hidden; }

.list_type_notice,
.category_type_notice .list_category {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: solid 2px #333; }
  .list_type_notice:after,
  .category_type_notice .list_category:after {
    content: '';
    display: block;
    clear: both; }

.list_type_notice .item_notice,
.category_type_notice .item_category {
  padding: 30px 0;
  border-bottom: 1px solid #ebebeb; }
  .list_type_notice .item_notice:after,
  .category_type_notice .item_category:after {
    content: '';
    display: block;
    clear: both; }

.list_type_notice .link_notice,
.category_type_notice .link_category {
  display: block;
  color: #333;
  transition: all .2s ease-out; }

.list_type_notice .link_notice:hover,
.category_type_notice .link_category:hover {
  color: rgba(0, 0, 0, 0.6); }

.list_type_notice .link_notice strong,
.category_type_notice .link_category strong {
  display: block;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }

.list_type_notice .link_notice .text,
.category_type_notice .link_category .text {
  font-size: 14px;
  line-height: 24px;
  margin: 6px 0 12px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
	color: #777;
  width: 95%; }

.list_type_notice .link_notice .date,
.category_type_notice .link_category .date {
  display: block;
  font-size: 13px;
  line-height: 20px;
  opacity: .5; }

.category_type_notice .item_category:after {
  content: '';
  display: block;
  clear: both; }

/* media query - mobile */
@media screen and (max-width: 1023px) {
  .type_notice,
  .category_type_notice {
   margin-top: 60px;
   padding: 0 24px;}
  .type_notice .thumnail,
  .category_type_notice .thumnail {
    width: 160px;
    height: 160px;
    margin-right: 16px; }
  .list_type_notice .item_notice,
  .category_type_notice .item_category {
    padding: 20px 0; } }

/* // type_notice */
/* media query - only mobile */
@media screen and (max-width: 884px) {
  .list_type_notice .link_notice strong,
  .category_type_notice .link_category strong {
    font-size: 16px;
    line-height: normal; }
  .list_type_notice .link_notice .text,
  .category_type_notice .link_category .text {
    margin: 4px 0 8px 0;
    font-size: 14px;
    line-height: 1.5;
		-webkit-line-clamp: 2; }
  .type_notice .thumnail,
  .category_type_notice .thumnail {
    width: 100px;
    height: 100px;}
  .type_notice .info, .category_type_notice .info {
	  padding-top: 0; }
}

/* area_category */
.area_category {
  max-width: 1248px;
  margin: 65px auto 0 auto;
  padding: 0px 24px 0 24px; }

@media screen and (max-width: 884px) {
.area_category {
  max-width: 1248px;
  margin: 30px auto 0 auto;
  padding: 0px 14px 0 14px; }
}


.area_category a {
  text-decoration: none; }

.area_category ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: border-box; }

.area_category .title_section span {
  padding-left: 8px;
  font-size: 16px;
/*  vertical-align: 2px; */ }

 .category_type_notice,
.category_type_post {
  margin-bottom: 60px; }

/* category_type_post - list_category */
.category_type_post .list_category:after {
  content: '';
  display: block;
  clear: both; }

.category_type_notice .link_category {
  background: none !important; }

.category_type_post .link_category .text {
  display: none; }


/* type_related */
.category_type_related .list_category {
  list-style: none;
  margin: 0 -8px;
  padding: 0 0 10px 0;
  border: none;
  box-sizing: border-box;
  font-size: 0; }

@media screen and (max-width: 884px) {
  .category_type_related .list_category {
  margin: 0 -8px;
  padding: 0;}
}

.category_type_related .thumnail {
  display: block;
  width: 100%;
  padding-top: 65%;
  background-size: cover;
  background-position: 50% 50%; 
transition:.5s; 
filter: blur(0px); 
overflow: hidden; 
-webkit-transform:scale(1); 
-moz-transform:scale(1); 
-ms-transform:scale(1); 
-o-transform:scale(1); 
transform:scale(1); 

}

.category_type_related a:hover .thumnail {
-webkit-transform:scale(1.05); 
-moz-transform:scale(1.05); 
-ms-transform:scale(1.05);    
-o-transform:scale(1.05); 
transform:scale(1.05); 

}


.category_type_related .item_category {
  display: inline-block;
  width: 33.3%;
  margin-bottom: 54px;
	 overflow: hidden;
  vertical-align: top; }

.category_type_related .link_category {
  display: block;
  padding: 0px;
	 overflow: hidden;
  margin: 0px 8px;
  background: none !important;
  color: #333; }

.category_type_related .box_content {
  width: 100%; }

.category_type_related .link_category strong {
  display: block;
  margin: 18px 0 6px 0;
  line-height: 28px;
  font-size: 18px;
  color: #333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.category_type_related .link_category .info{
  display: none;
}

.category_type_related .link_related .info {
  display: inline-block;
  margin-top: 20px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.38);
  line-height: 1.71; }

.category_type_related .link_category .text {
  max-height: 70px;
  margin: 0 0 13px 0;
  font-size: 14px;
  line-height: 20px;
  opacity: 0.7;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
	width: 95%;}

.category_type_related .link_category .date {
  display: block;
  font-size: 13px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.38); }

@media screen and (max-width:884px) {
  .category_type_related .item_category {
    width: 100%;
    margin-bottom: 30px !important; }
  .category_type_related .link_category strong {
    display: block;
    margin: 12px 0 4px 0;
    font-size: 17px; }
  .category_type_related .link_category .text {
    margin: 0 0 10px 0; } }

/* // area_category */
/* // category_type_post - list_category */
.area_view {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  word-break: break-word;}
/* area_index_category */
.area_index_category a {
  text-decoration: none; }

.area_index_category .list_category {
  list-style: none;
  border: none;
  box-sizing: border-box; }
/* // area_index_category */
.area_view .article_header .title_post {
  display: block;
  font-size: 40px;
  line-height: 1.5em; }

.area_view .article_header .info {
  margin: 20px 0 0 0;
	display: none;
	font-size: 14px;}

.area_view .txt_post {
  height: 160px;
  margin: 40px 0 30px 0;
  -webkit-line-clamp: 6; }

/* area_view - area_post_btn */
.area_view .article_modify {
  padding-bottom: 13px;
  border-bottom: 1px solid #eee; }

.area_view .article_modify:after {
  content: '';
  display: block;
  clear: both; }

.area_view .list_share {
  margin: 60px 0 48px 0;
  font-size: 0;
  text-align: center; }

.area_view .list_share:after {
  content: '';
  display: block;
  clear: both; }

.area_view .list_share .item_share {
  display: inline-block;
  margin-right: 12px;
  list-style: none; }

.area_view .list_share .link_share {
  display: flex;
  -ms-display: flexbox;
  /* IE 10 */
  display: -webkit-flex;
  /* Safari */
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 48px;
  font-size: 28px;
  color: rgba(0, 0, 0, 0.54);
  text-decoration: none;
  text-align: center; }

.area_view .article_modify .box_util {
  float: left; }

.area_view .article_modify button {
  background: none;
  padding: 5px;
  border: 0;
  border-radius: 0;
  overflow: visible; }

.area_view .article_modify i {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(http://t1.daumcdn.net/tistory_admin/static/admin/editor/ico_postbtn.png) no-repeat;
  overflow: hidden;
  vertical-align: top; }

.area_view .article_modify .btn_like {
  padding-right: 10px;
  background: url(images/ico_dot.gif) no-repeat center right;
  line-height: 14px; }

.area_view .article_modify .btn_share {
  margin-top: 15px; }

.area_view .article_modify .btn_like .icon {
  background-position: 0 0; }

.area_view .article_modify .btn_like .icon_like {
  background-position: -20px 0; }

.area_view .article_modify .btn_share .icon {
  margin-top: 1px;
  background-position: -40px 0; }

.area_view .article_modify .box_ccl {
  float: right;
  padding-top: 20px; }

/* area_view - box_ccl */
.area_view .box_ccl .link_ccl {
  display: inline-block; }

.another_category {
  display: none; }

/* media query - mobile */
@media screen and (max-width: 1023px) {
  .area_view {
    padding: 0px; }
  .area_view .article_header {
    text-align: left; }
  .area_view .article_header .inner_header {
    padding: 0 20px;
    box-sizing: border-box; }
  .type_article_header_common .inner_header {
    height: 520px; }
  .area_view .article_header .info_text {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box; }
  .area_view .article_header .title_post {
    width: 100%;
    font-size: 28px;
    line-height: 38px; } }

.article_view {
  max-width: 700px;
  margin: 80px auto 0 auto; }

.article_view p {
  margin-bottom: 28px;
  font-size: 16px;
  line-height: 1.88;
  color: #000; }

.article_view h1,
.article_view h2,
.article_view h3,
.article_view h4 {

  font-weight: 900;
  color: rgba(0, 0, 0, 0.87); }

.article_view h1 {
  font-size: 32px;
  line-height: 1.33; }

.article_view h2 {
  font-size: 18px;
  line-height: 1.65; }

.article_view h3 {
  font-size: 20px;
  line-height: 1.4; }

.article_view h4 {
  font-size: 18px;
  line-height: 1.33; }

.article_view blockquote {
  margin: 0;
  padding-left: 19px;
  border-left: 1px solid;
  font-size: 16px;
  line-height: 1.75;
  color: rgba(0, 0, 0, 0.54); }

.article_view ul,
.article_view ol {
  margin: 0;
  padding: 0 0 0 19px; }

.article_view ul {
  margin-top: 18px; }

.article_view ul li {
  font-size: 16px;
  line-height: 0px;
  color: rgba(0, 0, 0, 0.87);
  word-break: break-all; }

.article_view ol {
  margin-bottom: 32px; }

.article_view ol li {
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 1.75;
  color: rgba(0, 0, 0, 0.87);
  word-break: break-all; }

.article_view figure {
  margin: 0; }

.article_view table {
  border-collapse: collapse; }



.article_view table tr {
  border-bottom: 1px solid #dadce0; }

.article_view pre {
  background: rgba(0, 0, 0, 0.05);
  font-size: 16px;
  color: rgba(34, 85, 51, 0.87);
  white-space: pre-wrap; }

.article_view pre code.hljs {
  padding: 20px;
}

.article_view .cap1 {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.54); }

.article_view hr {
  margin: 30px 0; }

.article_view a {
  display: inline-block;
  color: #3d62ce; }

.article_view a:hover {
  opacity: 0.95; }

.article_view .moreless_fold span,
.article_view .moreless_top span {
  font-size: 16px;
  line-height: 2.5; }

.article_view .moreless_top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15); }

.article_view .moreless_bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.15); }

.article_view .moreless_bottom span {
  display: none; }

.article_view .footnote a {
  text-decoration: none; }

.article_view .footnotes li {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.38); }

.article_view .table-overflow {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

.article_view .table-overflow {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

.article_view img {
  max-width: 100%; }

/* 보호글 비밀번호 입력 */
.protected_form input{
	border: 1px solid #e1e1e1;
    padding: 9px 14px;
    font-size: 14px;
}

@media screen and (max-width: 1260px) {
	.article_view {
  max-width: 700px;
  margin: 230px auto 0 auto; }
}


/* media query - only mobile */
@media screen and (max-width: 884px) {
  .article_view {
    margin-top: 40px; } }


/* 커버 미사용시 리스트 */
.list_index a {
  text-decoration: none;
}
.list_index {
	margin-bottom: 0;
	margin-top: 0;
	padding: 0
}

.list_index:first-child {
  margin-top: 168px;
}
.list_index:last-child {
  margin-bottom: 60px;
}

@media screen and (max-width: 1023px){
.list_index:first-child {
  margin-top: 100px;
}
}

/* 커버 미사용시 리스트-블로그형 */

.list_index.category_type_related {
  display: inline-block;
  width: 33.3%;
  margin-left: -2px;
  margin-right: -2px;
}

.list_index.category_type_related:first-child{
	margin-top:200px
}

.list_index.category_type_related:last-child{
	margin-bottom:0
}


.list_index.category_type_related .item_category {
  width: 100%;
}

@media screen and (max-width: 1023px){
.list_index.category_type_related {
	width: 100%;
	margin: 0;}

.list_index.category_type_related:first-child {
  margin-top: 120px	}

.list_index.category_type_related .link_category {
	padding: 0}
}

/* absent_post */
.area_view .absent_post{
  margin-top:240px
}

@media screen and (max-width: 1023px) {
  .area_view .absent_post{
    margin: 200px 0 90px 0;
  }
}

.revenue_unit_wrap.position_list{
  max-width: 1180px;
  margin: 30px auto
}







.gform{
	width: 100%;
	padding: 15px 30px 40px 15.5px;}

#name{padding: 8px 19px 8px 15px;
	font-size: 16px;
	margin-top: 12px;
   height: 40px;
	display: block;
	width: 100%;}

#school{padding: 9px 19px 9px 15px;
	font-size: 16px;
	margin-top: 12px;
   height: 40px;
	display: block;
   height: 40px;
	width: 100%;}

#year{padding: 9px 19px 9px 15px;
	font-size: 16px;
	margin-top: 12px;
	display: block;
   height: 40px;
	width: 100%;}

#history{padding: 9px 19px 9px 15px;
	font-size: 16px;
	margin-top: 12px;
   height: 40px;
	display: block;
	width: 100%;}

#resume{padding: 9px 19px 9px 15px;
	font-size: 16px;
	margin-top: 12px;
   height: 40px;
	display: block;
	width: 100%;}

#ticket{padding: 9px 19px 9px 15px;
	font-size: 16px;
	margin-top: 12px;
   height: 40px;
	display: block;
	width: 100%;}


#phone{padding: 8px 19px 8px 15px;
	font-size: 16px;
	margin-top: 12px;
   height: 40px;
	display: block;
	width: 100%;}

#email{padding: 8px 19px 8px 15px;
	font-size: 16px;
	display: block;
   height: 40px;
	margin-top: 12px;
	width: 100%;}

#emails{padding: 8px 19px 8px 15px;
	font-size: 16px;
	display: block;
   height: 40px;
	margin-top: 12px;
	width: 100%;}

#what{padding: 8px 19px 8px 15px;
	font-size: 16px;
	display: block;
   height: 40px;
	margin-top: 12px;
	width: 100%;}

#message{padding: 8px 19px 8px 15px;
	font-size: 16px;
	display: block;
	margin-top: 12px;
	line-height: 1.6;
	width: 100%;}

#color{
	padding: 8px 19px 8px 15px;
	font-size: 16px;
	display: block;
	margin-top: 12px;
   height: 40px;
	margin-bottom: 10px;
	width: 100%;}

#contactpath{
	padding: 8px 19px 8px 15px;
	font-size: 18px;
	display: block;
	margin-top: 12px;
	width: 100%;	
}








.contact_left #name{padding: 8px 19px 8px 15px;
	margin-top: 10px;
   height: 40px;
	display: block;
	width: 100%;}

.contact_left #school{padding: 9px 19px 9px 15px;
	margin-top: 10px;
   height: 40px;
	display: block;
   height: 40px;
	width: 100%;}

.contact_left #year{padding: 9px 19px 9px 15px;
	margin-top: 10px;
	display: block;
   height: 40px;
	width: 100%;}

.contact_left #history{padding: 9px 19px 9px 15px;
	margin-top: 10px;
   height: 40px;
	display: block;
	width: 100%;}

.contact_left #resume{padding: 9px 19px 9px 15px;
	margin-top: 10px;
   height: 40px;
	display: block;
	width: 100%;}

.contact_left #ticket{padding: 9px 19px 9px 15px;
	margin-top: 10px;
   height: 40px;
	display: block;
	width: 100%;}


.contact_left #phone{padding: 8px 19px 8px 15px;
	margin-top: 10px;
   height: 40px;
	display: block;
	width: 100%;}

.contact_left #email{padding: 8px 19px 8px 15px;
	display: block;
   height: 40px;
	margin-top: 10px;
	width: 100%;}

.contact_left #emails{padding: 8px 19px 8px 15px;
	display: block;
   height: 40px;
	margin-top: 10px;
	width: 100%;}

.contact_left #what{padding: 8px 19px 8px 15px;
	display: block;
   height: 40px;
	margin-top: 10px;
	width: 100%;}

.contact_left #message{padding: 8px 19px 8px 15px;
	display: block;
	margin-top: 10px;
	line-height: 1.6;
	width: 100%;}

.contact_left  #color{
	padding: 8px 19px 8px 15px;
	display: block;
	margin-top: 10px;
   height: 40px;
	margin-bottom: 10px;
	width: 100%;}

.contact_left .gform{
	width: 100%;
	padding: 15px 10px 60px 5px;}




.gform{
	width: 100%;
	padding: 15px 0px 20px 0px;}

#name{padding: 8px 19px 8px 15px;
	font-size: 15px;
	margin-top: 12px;
   height: 40px;
	display: block;
	width: 100%;}

#school{padding: 9px 19px 9px 15px;
	font-size: 16px;
	margin-top: 12px;
   height: 40px;
	display: block;
   height: 40px;
	width: 100%;}

#year{padding: 9px 19px 9px 15px;
	font-size: 16px;
	margin-top: 12px;
	display: block;
   height: 40px;
	width: 100%;}

#history{padding: 9px 19px 9px 15px;
	font-size: 16px;
	margin-top: 12px;
   height: 40px;
	display: block;
	width: 100%;}

#resume{padding: 9px 19px 9px 15px;
	font-size: 16px;
	margin-top: 12px;
   height: 40px;
	display: block;
	width: 100%;}

#ticket{padding: 9px 19px 9px 15px;
	font-size: 15px;
	margin-top: 12px;
   height: 40px;
	display: block;
	width: 100%;}


#phone{padding: 8px 19px 8px 15px;
	font-size: 14px;
	margin-top: 12px;
   height: 40px;
	display: block;
	width: 100%;}

#email{padding: 8px 19px 8px 15px;
	font-size: 15px;
	display: block;
   height: 40px;
	margin-top: 12px;
	width: 50%;}

#emails{padding: 8px 19px 8px 15px;
	font-size: 15px;
	display: block;
   height: 40px;
	margin-top: 12px;
	width: 50%;}
  
#what{padding: 8px 19px 8px 15px;
	font-size: 15px;
	display: block;
   height: 40px;
	margin-top: 12px;
	width: 50%;}

#message{padding: 8px 19px 8px 15px;
	font-size: 15px;
	display: block;
	margin-top: 12px;
	line-height: 1.6;
	width: 100%;}

#color{
	padding: 8px 19px 8px 15px;
	font-size: 15px;
	display: block;
	margin-top: 12px;
   height: 40px;
	margin-bottom: 10px;
	width: 50%;}

#contactpath{
	padding: 8px 19px 8px 15px;
	font-size: 19px;
	display: block;
	margin-top: 12px;
	width: 100%;	
}

.button-success{
	margin-top: 50px;
	font-size: 18px;
	padding: 15px 19px 17px 15px;
	background-color: #1f9f95;
   border: 0px solid #fff;
	border-radius: 50px;
	color: white;
	width: 100%;
  display: block !important;
}


.contact_left .button-success{
	margin-top:30px;
	font-size: 18px;
	padding: 15px 19px 17px 15px;
	background-color: #000;
	color: white;
	width: calc(40% - 31px);
  display: block !important;
  margin-left: 15.5px !important;
  border-radius: 5px;
}



.form_button{
	font-size: 14px;
	display: block;
	margin-top: 320px;
	padding: 0 14px;
}
.button-success:hover{
  background: #222;
  cursor: pointer;
}

.form_mini_left{
float: left;
width: 42%;
position: relative;
display: inline-block;
margin-right: 0;
}
.form_mini_right{
width: 58%;
position: relative;
display: inline-block;
}

.form_mini_middle{
	display: block;
	position: relative;
    margin-top: 30px;	
 width: 100%;
}

.form_mini_middle_middle{
	display: block;
	position: relative;
    margin-top: 30px;	
 width: 100%;
}

.form_mini_bottom{
	display: block;
	position: relative;
    margin-top: 37px;	
 width: 190.9%;
}








.form_as{
float: left;
width: 100%;
position: relative;
display: inline-block;
margin-right: 0;
}

.form_as_left{
float: left;
width: 42%;
position: relative;
display: inline-block;
margin-right: 0;
}

.form_as_right{
width: 58%;
position: relative;
display: inline-block;
}

.form_as_bottom{
	display: block;
	position: relative;
    margin-top: 35px;	
 width: 100%;
}

.form_as_button{
	font-size: 14px;
	display: block;
	margin-top: 430px;
	padding: 0 14px;
}











.form_right{
width: 45%;
	position: relative;
	top: -602px;
	margin-left: 60%;
}

.form_left{
	width: 55%;
	position: relative;
		z-index: 10;
}


#start{
	padding: 12px 19px 11px 15px;
	font-size: 15px;
	display: block;
	margin-top: 15px;
	width: 50%;}

#area{
	padding: 12px 19px 15px 15px;
	font-size: 14px;
	display: block;
	margin-top: 15px;
	width: 100%;}


#money{
	padding: 12px 19px 15px 15px;
	font-size: 14px;
	display: block;
	margin-top: 15px;
	width: 100%;}

.pure-group{
	font-size: 16px;
	font-weight: 600;
	    margin-bottom: 2px;
    border: 0px;
    padding-top: 15px;
}

@media screen and (max-width: 900px) {
.pure-group{
	font-size: 14px;
	margin-bottom: 10px;
    padding-top: 0px;
}	
}

.form_right_middle{
	position: relative;
	margin-top: 31px;
}

.form_right_bottom{
	position: relative;
	margin-top: 29px;
}


.event_original{
  display: block;
  text-align: left;
}




.event_original_type{
  display: block;
  text-align: left;
    font-size: 15px;
  width: fit-content;
  margin-bottom: 0px;
  border-radius: 3px;
  background: #43bfb2;
  margin-left: 0px;
  margin-top: -10px;
    z-index: 50 !important;
}

.event_original_type a{
  color: #fff !important;
  text-decoration: none;
   padding: 8px 15px;
}




.event_title{
  text-align: left;
  font-size: 28px;
  font-weight: 800;
  padding-bottom: 20px;
  font-family: 'Noto Sans KR';
}

@media screen and (max-width: 900px) {
.event_title{
  font-size: 24px;
}
}

.event_apply{
  text-align: right;
  font-size: 14px;
  font-weight: 800;
  margin-right: 44px;
	  line-height: 1.45;
}
.thankyou_message {
background: #dddddd;
padding: 25px 20px 30px 20px;
}

.thankyou_message i{
  font-style: normal;
	font-size: 17px;
}

.thankyou_message b{
  font-style: normal;
	font-size: 24px;
}

.thankyou_message ul{
  border: 1px solid #000;
  padding: 10px 15px 15px 15px;
}

.thankyou_message .cancel b{
  font-size: 15px;
  line-height: 2.2;
}

.thankyou_message .cancel p{
  padding-left: 19px;
  font-size: 14px;
}

.thankyou_message .cancel{
  border: 1px solid #000;
  margin-top: 20px;
  padding: 10px 15px 15px 15px;
}

@media screen and (max-width: 884px) {
 .thankyou_message .cancel p{
  padding-left: 0px;
  font-size: 13px;
} 
}

.recommend{
  font-size: 28px;
    font-weight: 800;
  margin-left: 30px;
  width: 89%;
  padding-left: 3px;
  padding-top: 30px;
    padding-bottom: 10px;
}

.recommend_list{
  padding-bottom: 10px;
}

.recommend_list ul li{
  display: inline-block;
  width: 45.5%;
  padding-left: 5px;
  margin-left: 6px;
}



@media screen and (max-width: 884px) {
.event_title{
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  padding-bottom: 15px;
}

.event_original img{
width: 80% !important;
}
  
.event_apply{
  text-align: right;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 800;
  margin-right: 0px;
  margin-top: -15px;
}

.gform{
	width: 100%;
	padding: 5px 0px 30px 0px;}

#name{padding: 8px 19px 8px 15px;
	font-size: 14px !important;
	margin-top: 12px;
	display: block;
  height: 35px;		
	width: 100%;}

#school{padding: 8px 19px 8px 15px;
	font-size: 14px !important;
	margin-top: 14px;
  height: 35px;		
	display: block;
	width: 100%;}


#email{padding: 8px 19px 8px 15px;
	font-size: 14px !important;
	display: block;
	margin-top: 12px;
  height: 35px;		
	width: 70%;}

#emails{padding: 8px 19px 8px 15px;
	font-size: 14px !important;
	display: block;
  height: 35px;		
	margin-top: 12px;
	width: 70%;}	
	
#what{padding: 8px 19px 8px 15px;
	font-size: 14px !important;
	display: block;
  height: 35px;		
	margin-top: 12px;
	width: 70%;}	

#message{padding: 8px 19px 8px 15px;
	font-size: 14px !important;
	display: block;
	margin-top: 12px;
	line-height: 1.6;
	width: 100%;}

#color{
	padding: 8px 19px 8px 15px;
	font-size: 14px !important;
	display: block;
  height: 35px;		
	margin-top: 12px;
  margin-bottom: 0px;
	width: 100%;}

#start{
  font-size: 14px !important;
  height: 35px;		
  width: 100%;
}

#contactpath{
	padding: 8px 19px 8px 15px;
	font-size: 15px;
	display: block;
	margin-top: 12px;
	width: 100%;	
}

.button-success{
	margin-top: 0px;
	font-size: 16px;
	padding: 10px 19px 13px 15px;
	background-color: #1f9f95;
	border: 0px solid #fff;
	border-radius: 50px;
	color: white;
	width: 100%;
  display: block !important;
  margin-left: 0px !important;
 margin-top: 40px;
}
.form_button{
	font-size: 14px;
	display: block;
	margin-top: 320px;
	padding: 0 14px;
}
  .pure-group{
	font-size: 14px;
	font-weight: 600;
    border: 0px;
  margin: 0 0 19px 0;
  padding: 0;
}   
 .recommend{
  font-size: 18px;
    font-weight: 800;
  margin-left: 0px;
  border-top: 3px dashed #000;
  width: 100%;
  padding-left: 3px;
  padding-top: 30px;
    padding-bottom: 10px;
}

.recommend_list{
  padding-bottom: 0px;
}


.recommend_list ul{
  padding-left: 0px;
}

  
.recommend_list ul li{
  display: block;
  width: 100%;
  padding-left: 0px;
  margin-left: 0px;
}

.thankyou_message {
background: #dddddd;
padding: 20px 12px 40px 12px;
}


  .thankyou_message i{
  font-style: normal;
    font-size: 14px;
}
 .thankyou_message b{
  font-style: normal;
    font-size: 20px;
}	
	
 .thankyou_message h2{
  font-style: normal;
    font-size: 16px;  
	  display: inline;
}	
	 .thankyou_message span{
   display: inline-block;
   position: relative;
   color: red;
}	
}

 .thankyou_message h2{
  font-style: normal;
    font-size: 15px;  
	  display: inline;
     font-size: 16px !important;  
   line-height: 1.8 !important;
}	

	 .thankyou_message span{
   display: inline;
   position: relative;
   color: red;
		 font-size: 16px;  
}





.paper_right{
  float: right;
  position: absolute;
  right: 3%;
  display: block;
  width: 380px;
  border: 1px solid #4444;
  padding: 15px;	
}

@media screen and (max-width: 1260px) {
.paper_right{
  float: right;
  position: absolute;
  right: 50px;
  display: block;
  width: 380px;
  border: 1px solid #4444;
  padding: 15px;	
}
.paper_left{
  position: relative;
   padding-left: 50px;
}

}

@media screen and (max-width: 900px) {
.paper_right{
  float: right;
  position: absolute;
  right: 60px;
  display: block;
  width: 330px;
  border: 1px solid #4444;
  padding: 14px;	
}	
}

.paper_left{
  float: left;
  display: block;
   margin-left: -29.5%;
  margin-bottom: 60px;
  width: 95%;
}

.paper_left .event_apply{
  text-align: right;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 800;
  margin-right: 45px;
  margin-top: -60px;
  font-family: 'Noto Sans KR';
}

.paper_left .event_original{
  margin-top: -5px;
}

.paper_right .recommend{
  font-size: 18px;
    font-weight: 800;
  margin-left: 0px;
  width: 100%;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.paper_right .recommend_list ul{
  display: inline-block;
  width: 100%;
  padding-left: 0px;
  margin-left: 0px;
  margin-top: 0;
}

.paper_right .recommend_list ul li{
  display: inline-block;
  width: 100%;
  padding-left: 0px;
  margin-left: 0px;
}










.contact_right{
  float: right;
  position: absolute;
  right: 0%;
  display: block;
  width: 22%;
}


.contact_left{
  float: left;
  display: block;
  margin-left: -10%;
  border: 1px solid #999;
  margin-bottom: 60px;
  padding-top: 50px;
  padding-left: 20px;
  padding-right: 10px;
  width: 100%;
  box-shadow: 3px 3px 20px  rgba(0, 0, 0, .15);
  border-radius: 13px;
}

.contact_left .pure-group{
  font-size: 16px;
    padding-right: 19px;
}

.contact_left .event_apply{
  text-align: right;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 800;
  margin-right: 45px;
  margin-top: -60px;
}

.contact_left .event_original{
  margin-top: -5px;
}

.contact_right .recommend{
  font-size: 22px;
    font-weight: 800;
  margin-left: 0px;
  border-top: 3px dashed #000;
  width: 100%;
  padding-left: 0px;
  padding-top: 30px;
  padding-bottom: 10px;
}

.contact_right .recommend_list ul{
  display: inline-block;
  width: 100%;
  padding-left: 0px;
  margin-left: 0px;
}

.contact_right .recommend_list ul li{
  display: inline-block;
  width: 100%;
  padding-left: 0px;
  margin-left: 0px;
}




@media screen and (max-width: 884px) {
  
.paper_left .event_title{
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  padding-bottom: 30px;
}
  
.paper_right{
  position: relative;
  right: 0%;
  display: block;
  width: 100%;
  padding-right: 0%;
	 margin-top: -10px;
   padding-left: 0%;
   padding-top: 0px;
   border: 0;
}

.paper_left{
  display: block;
  margin-left: 0px;
  border: 0px solid #000;
  margin-bottom: 60px;
  padding-top: 50px;
  padding-left: 0px;
  padding-right: 0px;
  max-width: 100%;
}
  
  .paper_left .event_apply{
  text-align: right;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 800;
  margin-right: 0px;
  margin-top: -60px;
		padding-bottom: 10px;
}
 .paper_right .recommend{
  font-size: 18px;
    font-weight: 800;
  margin-left: 0px;
  border-top: 3px dashed #000;
  width: 100%;
  padding-left: 3px;
  padding-top: 30px;
    padding-bottom: 10px;
}






.contact_left .event_title{
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  padding-bottom: 30px;
}
  
.contact_right{
  position: relative;
  right: 0%;
  display: block;
  width: 100%;
  padding-right: 2%;
	 margin-top: -50px;
}

.contact_left{
  display: block;
  margin-left: 0px;
  border: 0px solid #000;
  margin-bottom: 60px;
  padding-top: 50px;
  padding-left: 0px;
  padding-right: 0px;
  max-width: 100%;
}
  
  .contact_left .event_apply{
  text-align: right;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 800;
  margin-right: 0px;
  margin-top: -60px;
		padding-bottom: 10px;
}
 .contact_right .recommend{
  font-size: 18px;
    font-weight: 800;
  margin-left: 0px;
  border-top: 3px dashed #000;
  width: 100%;
  padding-left: 3px;
  padding-top: 30px;
    padding-bottom: 10px;
}





}






.slide_text{
  position: absolute;
  color: #fff;
  z-index: 5;
  float: left;
  left: 50%;
  top: 42%;
}
@media screen and (max-width: 1023px) {
.slide_text{
  position: absolute;
  color: #fff;
  z-index: 5;
  float: left;
  left: 35%;
  top: 42%;
}  
}
.slide_text b{
  font-size: 28px;
    font-weight: 800;
  line-height: 1.6;
}

.slide_text p{
  font-size: 16px;
  line-height: 1.4;
}


@media screen and (max-width: 1023px) {
  .slide_text b{
  font-size: 23px;
    font-weight: 600;
  line-height: 1.7;
}

.slide_text p{
  font-size: 13px;
  line-height: 0;
}
}


@media screen and (max-width: 884px) {

.slide_text{
  position: absolute;
  color: #fff;
  z-index: 5;
  float: left;
  left: 24px;
  top: 45%;
}

.slide_text b{
  font-size: 17px;
    font-weight: 600;
  line-height: 1.75;
}

.slide_text p{
  font-size: 11px;
  line-height: 1.5;
}
}




 @keyframes bugfix {
	 from {
		 padding: 0;
	}
	 to {
		 padding: 0;
	}
}
 @-webkit-keyframes bugfix {
	 from {
		 padding: 0;
	}
	 to {
		 padding: 0;
	}
}
 #overlay-button {
	 position: absolute;
	 right: 0.4em;
	 top: -7px;
	 padding: 23px 18px;
	 z-index: 5;
	 cursor: pointer;
	 user-select: none;
}
 #overlay-button span {
	 height: 3px;
	 width: 17.14px;
	 border-radius: 2px;
	 background-color: #43BFB2;
	 position: relative;
	 display: block;
	 transition: all 0.2s ease-in-out;
}
 #overlay-button span:before {
	 top: -5px;
	 visibility: visible;
}
 #overlay-button span:after {
	 top: 5px;
}
 #overlay-button span:before, #overlay-button span:after {
	 color: #fff;
	 height: 3px;
	 width: 17.14px;
	 border-radius: 2px;
	 background-color: #43BFB2;
	 position: absolute;
	 content: "";
	 transition: all 0.2s ease-in-out;
}

 input[type=checkbox] {
	 display: none;
}
 input[type=checkbox]:checked ~ #overlay {
	 visibility: visible;
}
 input[type=checkbox]:checked ~ #overlay-button:hover span, input[type=checkbox]:checked ~ #overlay-button span {
	 background: transparent;
}
 input[type=checkbox]:checked ~ #overlay-button span:before {
	 transform: rotate(45deg) translate(3px, 4px);
	 opacity: 1;
	  background-color: #fff;
	  height: 2px
}
 input[type=checkbox]:checked ~ #overlay-button span:after {
	 transform: rotate(-45deg) translate(3px, -4px);
	   background-color: #fff;
	 height: 2px
}



 input[type=checkbox]:checked ~ .white .box_header .link_logo {
    color: #ff0000;
}







 #overlay {
	 height: 100vh;
	 width: 100vw;
background: #424242;
	 z-index: 2;
	 visibility: hidden;
	 position: fixed;
   top: 0;
}
 #overlay.active {
	 visibility: visible;
}
 #overlay ul {
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 flex-direction: column;
	 text-align: center;
	 margin-top: 160px;
	 padding-left: 0;
	 list-style-type: none;
}
 #overlay .menu_line{
   border-bottom: 1px solid #000;
   width: 88%;
   margin-top: -8%;
   margin-bottom: 13%;
 }


 #overlay ul li {
border: 1px solid #fff;
border-radius: 20px;
margin-bottom: 20px;	
 width: 80%; 
}

 #overlay ul li a {
color: #fff;
text-decoration: none;
 font-size: 13.68px;
display: block;
background: raed;
width: 100%;
text-align: left;
padding-left: 22px;
padding-top: 7px;	 
padding-bottom: 7px;	 	 
}
 


 
@media screen and (min-width: 885px) {
   #overlay-button {
     display: none;
   }
}



.banner_travel{
  position: relative;
  margin: 0 auto;
  display: none;
  text-align: center;
  margin-top: 165px;
}
.banner_travel img{
  max-width: 100%;
}
.banner_travel_mobile{
	  display: none;
}
@media screen and (max-width: 884px) {
  .banner_travel{
  position: relative;
  margin: 0 auto;
  display: none;
  text-align: center;
  margin-top: 85px;
  width: 100%;
		left: -20%;
}
	  .banner_travel img{
  max-width: 140%;
}
  .banner_travel_mobile{
  display: none;
  text-align: center;
  margin-top: 85px;
  width: 100%;
}
	  .banner_travel_mobile img{
  max-width: 100%;
}	
}







/***************** 영주 스케치 건축여행 ************************/

.category_type_related .list_category .name{
font-size: 24px;
}

.category_type_related .list_category .text{
  font-size: 16px;
  color: #000;
}

.category_type_related .list_category .date{
 font-size: 14px;
  margin-top: 40px;
  padding-top: 5px;
 border-top: 1px solid #9b9b9b; 
 color: #666;
}

.category_type_related .list_category .event {
  display: none;
}


@media screen and (max-width:884px) {

.category_type_related .list_category .name{
font-size: 22px;
}

.category_type_related .list_category .text{
  font-size: 14px;
  color: #000;
}

.category_type_related .list_category .date{
 font-size: 14px;
  margin-top: 20px;
  padding-top: 5px;
 border-top: 1px solid #9b9b9b; 
 color: #666;
}
}


.account {
  margin-top: 50px;
  left: 16px;
  position: relative;
  line-height:1.8;
}

.account p{
  color: red;
  display: inline;
}

@media screen and (max-width: 884px) {
  .account {
  margin-top: 50px;
  left: 0px;
  position: relative;
  line-height:1.8;
		font-size: 14px;
}
	.account p{
font-size: 14px;
}
}



.cancel_pc{
  font-size: 16px;
  border-top: 1px dashed #000;
  margin-top: 20px;
  padding-top: 15px;
  margin-left: 15px;
  margin-right: 15px;
}
.cancel_pc b{
  
  line-height: 2.5;
}
.cancel_pc p{
  font-size: 14px;
  line-height: 1.7;
}

@media screen and (max-width: 884px) {
.cancel_pc{
  font-size: 15px;
  border-top: 1px dashed #000;
  margin-top: 20px;
  padding-top: 15px;
  margin-left: 0px;
  margin-right: 0px;
}
.cancel_pc b{
  line-height: 2.5;
}
.cancel_pc p{
  font-size: 12px;
  line-height: 1.7;
}
}




.contact .pure-group{
  width: 49%;
  display: inline;
  padding: 2%;
    padding-top: 0;
}


.form-elements i{
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  position: relative;
}
@media screen and (max-width: 884px) {
.form-elements i{
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 0.7;
  position: relative;
  display: block;
  margin-top: -5px;
  
}
}

.contents_style h2[data-ke-size],
.contents_style h3[data-ke-size],
.contents_style h4[data-ke-size]{
  letter-spacing: 0;
}


.form_as_as_left{
float: left;
width: 45%;
position: relative;
display: inline-block;
margin-right: 0;
border: 1px solid #e6e6e6;
border-radius: 6px;
background-color: #f5f5f5;
text-align: left;		
margin-left: 3%;	
margin-bottom: 10px;  		
}
.form_as_as_left b{
  font-size: 1.1em;
  padding-top: 1px;
  display: block;
}

.form_as_as_left P{
  font-size: 0.9em;
  font-weight: 400;
}
@media screen and (max-width: 884px) {

.form_as_as_left{
float: left;
width: 47%;
position: relative;
display: inline-block;
margin-right: 0;
border: 1px solid #e6e6e6;
border-radius: 6px;
background-color: #f5f5f5;
text-align: left;		
margin-left: 0%;	
margin-bottom: 11px;  		
margin-right: 3%;  
}
.form_as_as_left b{
  font-size: 1.1em;
  padding-top: 19px;
  display: block;
  margin-left: 8px;
}

.form_as_as_left P{
  font-size: 0.9em;
  font-weight: 400;
  margin-left: 8px;
}
}



/************ 체크박스 *************/


label.checkbox {
	 position: relative;
	 padding: 0 0 0 0px;
	 float: right;
	 font-size: 1rem;
	 cursor: pointer;
	 width: 100%;
}
 label.checkbox input[type="checkbox"] {
	 display: none;
}
 label.checkbox input[type="checkbox"]:checked + span {
	 opacity: 1;
}
 label.checkbox::before {
	 position: absolute;
	 content: '';
	 top: -40px;
	  right: 5px;
	 height: 30px;
	 width: 30px;
	 border-radius: 50px;
	 border: 1px solid #ccc;
	 background-color: #fff;
}


 label.checkbox::after {
	 position: absolute;
	 content: '';
	 top: -93px;
	  right: 0px;
	 height: 96px;
	 width: 105%;
	 border-radius: 8px;
	 border: 0px solid #16a085;
}


 label.checkbox span {
	 position: absolute;
	 top: -37px;
	 right: 13px;
	 width: 12px;
	 height: 5px;
	 -ms-transform: rotate(45deg);
	 -webkit-transform: rotate(45deg);
	 transform: rotate(45deg);
	 opacity: 0;
	 transition: opacity 300ms ease;
}
 label.checkbox span::before {
	 position: absolute;
	 content: '';
	 left: 11px;
	 width: 3px;
	 height: 15px;
 background-color: #ef7449;
}
 label.checkbox span::after {
	 position: absolute;
	 content: '';
	 top: 13px;
	 left: 4px;
	 width: 10px;
	 height: 3px;
	 background-color: #ef7449;
}
 


@media screen and (min-width: 885px) and (max-width: 1399px) {

label.checkbox {
	 position: relative;
	 padding: 0 0 0 0px;
	 float: right;
	 font-size: 1rem;
	 cursor: pointer;
	 width: 100%;
}
 label.checkbox input[type="checkbox"] {
	 display: none;
}
 label.checkbox input[type="checkbox"]:checked + span {
	 opacity: 1;
}
 label.checkbox::before {
	 position: absolute;
	 content: '';
	 top: -50px;
	  right: 8px;
	 height: 25px;
	 width: 25px;
	 border-radius: 50px;
	 border: 1px solid #ccc;
	 background-color: #fff;
}

 label.checkbox::after {
	 position: absolute;
	 content: '';
	 top: -93px;
	  right: 0px;
	 height: 96px;
	 width: 105%;
	 border-radius: 8px;
	 border: 0px solid #16a085;
}


 label.checkbox span {
	 position: absolute;
	 top: -54px;
	 right: 20px;
	 width: 12px;
	 height: 5px;
	 -ms-transform: rotate(45deg);
	 -webkit-transform: rotate(45deg);
	 transform: rotate(45deg);
	 opacity: 0;
	 transition: opacity 300ms ease;
}
 label.checkbox span::before {
	 position: absolute;
	 content: '';
	 left: 20px;
	 width: 3px;
	 height: 15px;
 background-color: #ef7449;
}
 label.checkbox span::after {
	 position: absolute;
	 content: '';
	 top: 13px;
	 left: 12px;
	 width: 10px;
	 height: 3px;
	 background-color: #ef7449;
}
}

@media screen and (max-width: 884px) {

label.checkbox {
	 position: relative;
	 padding: 0 0 0 0px;
	 float: right;
	 font-size: 1rem;
	 cursor: pointer;
	 width: 100%;
}
 label.checkbox input[type="checkbox"] {
	 display: none;
}
 label.checkbox input[type="checkbox"]:checked + span {
	 opacity: 1;
}
 label.checkbox::before {
	 position: absolute;
	 content: '';
	 top: -35px;
	  right: 5px;
	 height: 20px;
	 width: 20px;
	 border-radius: 50px;
	 border: 1px solid #ccc;
	 background-color: #fff;
}

 label.checkbox::after {
	 position: absolute;
	 content: '';
	 top: -93px;
	  right: 0px;
	 height: 96px;
	 width: 105%;
	 border-radius: 8px;
	 border: 0px solid #16a085;
}


 label.checkbox span {
	 position: absolute;
	 top: -44px;
	 right: 14px;
	 width: 12px;
	 height: 5px;
	 -ms-transform: rotate(45deg);
	 -webkit-transform: rotate(45deg);
	 transform: rotate(45deg);
	 opacity: 0;
	 transition: opacity 300ms ease;
}
 label.checkbox span::before {
	 position: absolute;
	 content: '';
	 left: 20px;
	 width: 3px;
	 height: 15px;
 background-color: #ef7449;
}
 label.checkbox span::after {
	 position: absolute;
	 content: '';
	 top: 13px;
	 left: 12px;
	 width: 10px;
	 height: 3px;
	 background-color: #ef7449;
}
}





 .pay{
border-top: 1px solid #4444;	
width: 100%;
font-size: 15px;
 }

.pay thead th{
text-align: left;
padding-bottom: 12px;
padding-top: 12px;		
padding-left: 12px;	
font-size: 18px;	
}

 pay table {
    width: 100%;
    border-top: 1px solid #4444;
    border-collapse: collapse;
  }
 pay th, td {
    border-bottom: 1px solid #4444;
    padding: 12px 2px 12px 12px;
  }

 td b{
    color: #48bfb3;
  }

.student{
	background: #d2ece9;
}
.architect{
	background: #d2ece9;
}

@media screen and (max-width: 900px) {
.pay thead th{
text-align: left;
padding-bottom: 10px;
padding-top: 10px;		
padding-left: 10px;	
font-size: 16px;	
}	
 .pay{
font-size: 14px;
 }
 pay th, td {
    border-bottom: 1px solid #4444;
    padding: 10px 0px 10px 10px;
  }	
}


@media screen and (max-width: 884px) {
.pay thead th{
text-align: left;
padding-bottom: 11px;
padding-top: 10px;		
padding-left: 10px;	
font-size: 18px;	
}	
 .pay{
font-size: 14px;
 }
 pay th, td {
    border-bottom: 1px solid #4444;
    padding: 9px 0px 9px 10px;
  }	
}


.pay_method{
position: relative;	
padding-top: 40px;}

.pay_method b{
	position: absolute;
	border-bottom: 1px solid #4444;
	width: 100%;
	padding-bottom: 11px;
}

.pay_method ul{
	position: relative;
	padding-top: 43px;
}
.pay_method ul li i{
	color: darkgrey;
	font-style: normal;
}

.pay_method ul .pay_one{
	display: block;
	position: relative;
	padding-top: 20px;
	font-size: 12px;
	line-height: 1.4;
	color: #717171;
}

.pay_method ul .pay_zero{
	display: block;
	position: relative;
	padding-top: 20px;
	font-size: 15px;
	line-height: 1.4;
	color: #333333;
}


.pay_process{
	padding-top: 30px;
}
.pay_process b{
	position: absolute;
	border-bottom: 1px solid #4444;
	width: 362px;
	padding-bottom: 11px;
}
.pay_process ul li{
	font-size: 15px;
	line-height: 1.7;
	list-style: none;
}
.pay_process_one{
	position: relative;
	padding-top: 40px;
}


@media screen and (max-width: 900px) {
.pay_method ul .pay_one{
	padding-top: 10px;
	font-size: 11px;
	line-height: 1.45;}	

.pay_method ul .pay_zero{
	padding-top: 10px;
	font-size: 13px;
	line-height: 1.45;}	

.pay_process ul li{
	font-size: 14px;
	line-height: 1.8;}	
.pay_method ul li i{
	font-size: 14px;
}	  
.article_view ul li {
	font-size: 15px;
}	
}

@media screen and (max-width:884px) {
.pay_method ul .pay_one{
	padding-top: 10px;
	font-size: 10px;
	line-height: 1.45;}	
.pay_process ul li{
	font-size: 14px;
	line-height: 1.8;}	
.pay_method ul li i{
	font-size: 14px;
}	  
.article_view ul li {
	font-size: 14px;
}	
.pay_method ul{
	padding-top: 40px;
}
}


@media screen and (max-width: 1260px) {
  .pay_process b{
	width: 340px;
}
	
.area_view {
  display: block;
  left: 0;
   top: -80px;
  margin-left: 30px;
  width: 100%;
  max-width: 1250px;
  position: absolute;}

@media screen and (max-width: 1260px) {
.paper_left{
  position: absolute;
  left: 0;
  display: block;
margin-left: 0%;
  margin-bottom: 60px;
 padding-bottom: 70px;  
  width: calc(100% - 485px);
}
.area_view {
  display: block;
  margin-left: 0px;
  width: 100%;
  max-width: 1250px;
  position: relative;}
}

@media screen and (max-width: 900px) {
.pay_process b{
	width: 290px;
}  
.paper_left{
  position: absolute;
  left: 0;
  display: block;
margin-left: 0%;
 padding-bottom: 50px;  
  width: calc(100% - 420px);
}
.area_view {
   top: -80px;}
}
}

@media screen and (max-width: 884px) {
.paper_left{
   position: relative;
  left: 0;
  display: block;
 margin-left: 0%;
 padding-bottom: 100px;  
  width: 100%;
}	
.area_view {
  display: block;
  left: 0;
   top: 50px;
  margin-left: 15px;
  padding-right: 15px;
  width: calc(100% - 15px);
  max-width: 884px;
  position: relative;}

.pay_process{
	padding-top: 30px;
}
.pay_process b{
	width: 96%;
	position: absolute;
}
}
	

@media screen and (max-width: 884px) {
#what{font-size: 14px; margin-top: 9px;}
#emails{font-size: 14px; margin-top: 9px;}
#email{font-size: 14px; margin-top: 9px;}
#name{font-size: 14px; width: 100%; margin-top: 9px;}
#message{font-size: 14px; margin-top: 9px;}
#color{font-size: 14px; margin-top: 9px;}
#start{font-size: 14px; margin-top: 9px;}
#phone{font-size: 14px;margin-top: 9px;}
#school{font-size: 14px; margin-top: 9px;}

.paper_left{
 padding-bottom: 0px;  
}	
}


@media screen and (max-width: 1260px) {
#footer{
  display: none;
position: relative;
width: calc(100% - 60px);	
 height: auto;
bottom: 10px;
padding-bottom: 0;	
}

.footer {
display: block;	
position: absolute;
bottom: 0px;
 height: 185px;
	left: 0;
  top: 100px;		
right: 0;}

.footer_left{
padding-left: 0px;
}
}


@media screen and (max-width: 900px) {
.footer {
display: block;	
position: absolute;
bottom: 0px;
 height: 185px;
	left: 0;
  top: 0px;		
right: 0;}
}

















.archi{
	font-size: 0.85em;
	line-height: 1.6;
	list-style: none;
}
.article_view .condition ul li {
  font-size: 16px;
  line-height: 1.6;
  word-break: break-all; 
 list-style: none !important;
}
.article_view ul .condition  {
padding-left: none !important;
}
@media screen and (min-width: 1000px) {
.condition{
	border: 1px solid #000;
	width: 120%;
	padding: 50px 30px 50px 30px;
	margin-left: -10%;
	max-width: 900px;
}
}
@media screen and (max-width: 999px) {
.condition{
	border: 1px solid #000;
	width: 100%;
	padding: 50px 30px 50px 30px;
}
}
@media screen and (max-width: 884px) {
.condition{
	border: 1px solid #474747;
	width: 100%;
	padding: 30px 10px 50px 10px;
	margin-top: 100px;
}
.archi{
	font-size: 0.80em;
	line-height: 1.6;
	list-style: none;
}
}
.condition .event_title{
 padding-top: 40px; 
font-size: 20px;}









@media (max-width: 884px) {
  body {
    margin: 0;
    font-family: sans-serif;
    overflow-x: hidden;
  }

  .hamburger {
    position: fixed;
    top: 20px;
    right: 16px;
    width: 22px;
    height: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    z-index: 1100;
  }

  .hamburger span {
    height: 3px;
    background: black;
    border-radius: 2px;
    transition: 0s;
  }

  /* ✅ 슬라이드 메뉴를 전체 화면으로 설정 */
  .menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;       /* 전체 너비 */
    height: 100vh;      /* 전체 높이 */
    background: white;
    color: black;
    z-index: 1000;
    transform: translateX(100%);
    transition: transform 0s cubic-bezier(0.5, 0, 0.88, 0.77);
  }

  .menu.active {
    transform: translateX(0);
    animation: bounceSlideIn 0.2s cubic-bezier(0.5, 0.1, 0.88, 0.77);
  }

  @keyframes bounceSlideIn {
    0%   { transform: translateX(50%); }
    70%  { transform: translateX(-20px); }
    100% { transform: translateX(0); }
  }

  .menu-header {
    padding: 12px;
    font-size: 20px;
    border-bottom: 1px solid #ddd;
    background: #1f9f95;
    height: 110px;
  }

  .close-btn {
        position: absolute;
	right: 10px;
	top: 9px;
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
    color: #fff;
  }

  .menu ul {
    list-style: none;
    padding: 0 0 0 0px;
    margin: 0;
  }

  .menu ul li {
    margin: 17px 0 0 0px;
  }
    .menu .menu-header ul li {
    margin: 0px 0 0 0px;
  }
}

.cs_mo{
  border-top: 1px solid #000;
  padding: 0 0 0 12px !important;
}


@media (min-width: 885px) {
 .framer{
	 display: none;
 }
}

.title_logo_mo{
	position: relative;
}

.company_mo{
 position: absolute;	
	left: 0;
	top: 74px;
	display: block;
	width: 100%;
	height: 35px;
  border-top: 1px solid rgb(31, 143, 134);
}

.company{
	width: 50%;
	font-size: 13px !important;
	color: #fff !important;
	font-weight: 600;
	font-family: "Inter", sans-serif !important;
	text-align: center;
    padding-top: 5px;
  border-right: 1px solid rgb(31, 143, 134);
height: 26px;
}
.inquiry{
	top: 8px;
	position: absolute;
	text-align: center;
	width: 50%;
	font-size: 13px !important;
	color: #fff !important;
	font-weight: 600;
	font-family: "Inter", sans-serif !important;
}
.company a{	color: #fff !important;}
.inquiry a{	color: #fff !important;}

.mobile_menu {
margin-top: 10px !important;  
display: flex;
align-content: flex-start;
flex-direction: column;	
flex-wrap: wrap;
padding-left: 25px !important;
padding-right: 20px !important;
}


.mobile_menu li{
font-size: 16px !important;
font-family: "DM Sans", sans-serif;
border-bottom: 1px solid rgba(0, 0, 0, 0.07);
width: 100%;
padding-left: 12px;	
padding-bottom: 17px;	
opacity: 0.95;
}
.mobile_menu li a{
font-weight: 500 !important;
}

.mobile_menu p{
	font-size: 9px;
	font-weight: 200;
	color: rgba(0, 0, 0, 0.7);
	padding-left: 1px;
}

.cs_mo {
display: flex;
align-content: flex-start;
flex-direction: column;	
flex-wrap: wrap;
border-top: 1px solid #000;
margin-left: 25px !important;
margin-right: 20px !important;	
position: relative;
}




.cscenter{
	font-size: 16px !important;
	font-weight: 500;
	margin: 20px 0 5px 0 !important;
		font-family: "Inter", sans-serif !important;
}
.cs_time{
		font-size: 10px !important;
	font-weight: 200;
	margin: 0 !important;
	opacity: 80%;
		font-family: "Inter", sans-serif !important;
}

.tel{
	font-size: 16px !important;
	font-weight: 400;
	margin: 15px 0 7px 0!important;
	font-family: "Inter", sans-serif !important;
}
.mail{
	font-size: 12px !important;
	font-weight: 400;
	margin: 0 !important;
		font-family: "Inter", sans-serif !important;
}








