@charset "UTF-8";
/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button{margin:0;padding:0;outline:none;}
fieldset,img{border:0 none}
dl,ul,ol,menu,li {list-style:none; text-align: left;}
blockquote, q {quotes: none}
blockquote:before, blockquote:after,q:before, q:after {content:'';content:none}
input,select,textarea,button {vertical-align:middle}
input::-ms-clear {display:none}
button {border:0 none;background-color:transparent;cursor:pointer}
/*html, body { background:#F3F4F6; padding:0;}*/
html{ overflow-x: hidden;}
body,th,td,input,select,textarea,button {font-size:14px;line-height:1.5;font-family:'Noto Sans', sans-serif;color:#666} /* color값은 디자인가이드에 맞게사용 */
a {color:#333;text-decoration:none}
/*a:active, a:hover {text-decoration:none !important}*/
a:active {background-color:transparent}
address,caption,cite,code,dfn,em,var {font-style:normal;font-weight:normal}
#tistorytoolbarid { display:none }
.skin_view .area_reply {padding:0 10%; text-align: left;}
.skin_view .area_etc {padding:0 10%; text-align: left;}

/*font*/
@font-face {
    font-family: 'scdream'; 
    font-style: normal; 
    font-weight: 400; 
    src:local(※), url(images/SCDreamRegular.woff2) format('woff2'),
    url(images/SCDreamRegular.woff) format('woff'),
    url(images/SCDreamRegular.otf) format('opentype');
}
@font-face {
    font-family: 'scdream'; 
    font-style: normal; 
    font-weight: 600; 
    src:local(※), url(images/SCDreamMedium.woff2) format('woff2'),
    url(images/SCDreamMedium.woff) format('woff'),
    url(images/SCDreamMedium.otf) format('opentype');
}
@font-face {
    font-family: 'scdream'; 
    font-style: normal; 
    font-weight: 700; 
    src:local(※), url(images/SCDreamBold.woff2) format('woff2'),
    url(images/SCDreamBold.woff) format('woff'),
    url(images/SCDreamBold.otf) format('opentype');
}
h1, h2, h3, h4, h5, h6, div, body, input, small, textarea, select, option, label, p, ul, li, nav, a {
  font-family:  'scdream', sans-serif !important;
} 

header{
  position: fixed;
  top: 0;
  width: -webkit-fill-available;
  background: rgba(255, 255, 255, 0.7);
  border-bottom: 2px solid rgba(0,0,0,.1);
  z-index:2;
}
.blur {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
/* 방문자그래프 */
#chartdiv{ height: 250px; }
#chart-time{ display: none; }
/* */
.transition-transform {
    transition-duration: .3s;
    transition-property: -webkit-transform;
    transition-property: transform,-webkit-transform;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}
#dkContent{background: rgba(242,245,249); }
#dkContent div { padding:10px; }
.cMain{display: inline-block; width: 90%; max-width: 1200px;}
.white{color: white;}
.bg-white{background: white;}
.main-color{color: #249aff;}
.bg-visit{background: #e3eef9;}
.bg-ad{background: #ffe0fa;}
.black{color: black;}
.bg-main{background: #249aff;}
.bg-main:hover{background: #8876de;}
.text-gray{color: rgb(113,128,150);}
.hover-gray:hover{background: #f3f4f6;}
.underline{ text-decoration: underline;}
.display-none{ display: none; }
.small{ font-size: 85%; }
.text-center{text-align: center;}
.flex {display: flex;}
.flex-wrap {flex-wrap: wrap;}
.justify-between {justify-content: space-between;}
.inline-flex {display: inline-flex;}
.align-items {align-items: center;}
.float-left{float:left;}
.float-right{float: right;}
.border-right{ border-right: 1px solid #ccc;}
.border-right-0{border-right:0 !important;}
.border-left{border-left: 1px solid #ccc;}
.border{border: 1px solid #ccc}
.border-none {border: none;}
.rounded { border-radius: 4444px; }
.rounded-left{ border-radius: .5rem 0 0 .5rem;}
.rounded-right{ border-radius: 0 .5rem .5rem 0;}
.font-weight-bold{ font-weight: bold;}
.font-weight-700{font-weight: 700; color: #374151;}
.font-weight-500{font-weight: 500;}
.relative {position: relative;}
.overflow-hidden{ overflow: hidden;}
.m-0{margin: 0 !important;}
.p-1{padding: 10px;}
.p-2{padding: 20px;}
.px-2{padding-right:20px; padding-left: 20px;}
.pt-0{padding-top: 0px !important;}
.pl-1{padding-left: 10px;}
.pr-1{padding-right: 10px;}
.pr-2{padding-right: 20px;}
.pl-2{padding-left: 20px;}
.pr-3{padding-right: 30px;}
.pl-3{padding-left: 30px;}

.px-1{padding-right: 1.5rem; padding-left: 1.5rem;}
.mt-1{ margin-top: 10px;}
.mt-2{ margin-top: 25px;}
.mb-1{ margin-bottom: 10px;}
.ml-1{ margin-left: 10px;}
.mr-1{ margin-right: 10px;}
.w-2{width:20px;}
.w-4{width:40px;}
.row{display: flex;flex-wrap: wrap;}
.col-12{max-width: 100%;}
.w-full {width: 100%!important;}
.pb-0 {padding-bottom: 0px !important;}
.pb-2 {padding-bottom: 0.5rem!important;}
.mb-2 { margin-bottom: 0.5rem!important;}
.block{display: block;}
.inline-block { display: inline-block!important;}
.absolute{ position: absolute;}
.m-2 { margin: 1rem!important;}
.flex-row {flex-direction: row;}
@media (min-width: 768px){
  .col-md-12{
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1280px){
  .col-lg-4{
    flex: 0 0 33%;
    max-width: 32%;
  }
}
.btn {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    padding: 0.47rem 0.8rem;
    line-height: 1.25;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    cursor: pointer;
}
.btn-block{ display: block;}
.btn-gradient {
  color: white;
  /*background-image: linear-gradient(to right,#249aff , #ed6ea0, #ec8c69, #FBB03B);*/
  background-image: linear-gradient(to right,#e879f9, #a855f7, #8b5cf6, #c4b5fd);
  box-shadow: 0 4px 15px 0 rgba(196,181,256, 0.75);
}
.btn-gradient:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    /*background-image: linear-gradient(to right, #249aff , #ed6ea0, #ec8c69, #FBB03B);*/
    background-image: linear-gradient(to right,#e879f9, #a855f7, #8b5cf6, #c4b5fd);
    animation: rotate 1.5s linear infinite;
}

.menu_toolbar .btn_tool_type1{
  top: -78px !important;
}
.menu_toolbar .btn_menu_type2{
  width: 40px !important;
}
.menu_toolbar .btn_menu_toolbar{
  height: 37px !important;
}
.menu_toolbar .btn_tool + .btn_tool{
  display: none !important;
}


.board_li{
  padding: 10px 0 20px 0;
}
.board_li h5{
  font-size: 12px;
}
.board_li span{
  font-size: 8px;
}

/* global */
*, *::before, *::after { /* custom */
	outline: none;
	word-break: break-all;
}
#dkIndex {overflow:hidden;position:absolute;left:-9999px;width:0;height:1px;margin:0;padding:0} /* 스킵네비게이션 */
.ir_pm {display:block;overflow:hidden;font-size:0px;line-height:0;text-indent:-9999px} /* 사용된 이미지내 의미있는 텍스트의 대체텍스트를 제공할때 */
.ir_wa {display:block;overflow:hidden;position:relative;z-index:-1;width:100%;height:100%} /* 중요한 이미지 대체텍스트로 이미지off시에도 대체 텍스트를 보여주고자 할때 */
.screen_out {overflow:hidden;position:absolute;width:0;height:0;line-height:0;text-indent:-9999px} /* 대체텍스트가 아닌 접근성을 위한 숨김텍스트를 제공할때 */
.show {display:block}
.hide {display:none}
.article_skin_list{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.article_skin{ 
 margin: 15px;
 border-radius: 1rem;
 box-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)!important;
 text-align: left;
 background: white;
}
.list_content .thumbnail_post img { width:100%; height: 220px; transform-origin: bottom; }

.list_content:hover{
  padding: 0 5px;
}
.list_content:hover, .list_content:hover img{
  transform: scale(1.04);
}
.list_content:hover img{
  opacity: .7;
}
.txt_bar{display:inline-block;width:1px;height:9px;margin:0 5px;background-color:#ebebeb}
.img_profile{float:left;margin-right:16px;border-radius:50px; box-shadow:0 6px 10px rgb(0 0 0 / 15%);}
.ico_focused {outline: 1px dotted #000;outline: -webkit-focus-ring-color auto 5px}

/* 공통이미지 */
.ico_skin{display:inline-block;overflow:hidden;font-size:0;line-height:0;background:url("images/ico_skin.gif") 0 0 no-repeat;text-indent:-9999px}

/* 헤더 */
.wrap_skin{position:relative;}
/* background: linear-gradient(88deg, #CDD2F3 23%, #ABE0CC 128%);  */
/*(수정) code 종류(ex. BASH, JAVASCRIPT, 등) 우선순위 조정 2022-11-13   */
.area_head{box-shadow: 0 6px 10px rgb(0 0 0 / 15%); position:fixed;top:0;left:0;z-index:11/* 10 */;width:100%;height:60px;background: rgba(197, 220, 255, 0.7); }
.area_head:after{display:block;visibility:hidden;height:0;font-size:0;clear:both;content:''}
.area_head .area_profile{padding:5px 0 0 15px; min-width: 160px;}
.area_head .area_profile .link_profile { float:left }
.area_head .area_profile .info_profile { float:left; }
.area_head .btn_name{margin-top:5px;margin-bottom:2px;font-weight:bold; }
.area_head .ico_name{width:10px;height:6px;margin:7px 0 0 6px;vertical-align:top}
.area_head .txt_condition{width:100%;font-size:12px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}
.area_head .list_name{display:none;position:absolute;top:44px;left:92px;border:1px solid #dcdcdc;border-radius:2px;background-color:#fff}
.area_head .on .list_name{display:block;width:112px;padding-top:13px;padding-bottom:2px}
.area_head .on .ico_name { background-position: 0 -632px; }
.area_head .link_name{display:block;padding-left:15px;margin-bottom:7px;text-decoration:none;color:#666}
.area_head .link_name:hover { text-decoration: underline; color:#249aff}
.area_head .box_division{padding-top:13px;
	border-top:1px solid #f4f4f4;margin-top:9px}

.area_menu{ position:fixed; right:15px; top:21px;z-index:31}
.area_menu .area_search{display:inline-block;margin:0 2px;border:1px solid #ddd;border-radius:10px;vertical-align:top; background: white}
.area_menu .on.area_search{border:1px solid #aaa}
.area_menu .ico_search{width:16px;height:16px;margin-top:-1px;background-position:0 -25px;vertical-align:middle}
.area_menu .frm_search{
  overflow:hidden;width:210px;height:36px}
.area_menu .on .frm_search{display:block}
.area_menu .lab_search{float:right;width:16px;height:16px;margin:10px 9px 0 12px;background-position:0 -400px}

.area_menu .area_navi{display:none;position:relative;margin:0 2px 0 3px} /* PC 카테고리 드롭다운 */
.area_menu .btn_cate{width:160px;height:38px;border:1px solid #249aff;border-radius:3px;font-weight:bold;font-size:12px;line-height:38px;color:#249aff;padding:0 1px 0 5px}
.btn_close{display:none}
.area_menu .ico_cate{width:10px;height:6px;margin:-2px 0 0 53px;background-position:0 -50px;vertical-align:middle}
.area_menu .list_cate{display:none;position:absolute;top:37px;left:0;width:158px;padding:18px 0 10px;border:1px solid #249aff;border-radius:0 0 3px 3px;background-color:#fff}
.area_menu .on .list_cate{display:block;overflow-y:scroll;height:70vh;}
.area_menu .on .ico_cate { background-position: 0 -658px; }
.area_menu .on .ico_cate { background-position: 0 -658px; }

.area_navi .list_cate ul li { line-height:18px }
.area_navi .list_cate ul li a { display:block;padding-left:17px;margin-bottom:12px;font-size:12px;color:#333;}
.area_navi .list_cate ul li.selected > a,
.area_navi .list_cate ul li a:hover {background: #D0DDFD;}
.area_navi .list_cate .c_cnt, .area_navi .list_cate img { display:none }
.area_navi .list_cate ul li ul li ul { padding-bottom:6px; margin-top:-6px }
.area_navi .list_cate ul li ul li ul li { color:#b4b4b4; padding-left:21px }
.area_navi .list_cate ul li ul li ul li a { padding-left:0;margin-bottom:6px;font-size:12px;color:#666 }
.area_navi .list_cate ul li ul li ul li a::before { content:'· ' }
.area_navi .list_cate .menu_profile { display:none }
 
.area_list .tit_category{ position:fixed; top:1px; width:50%; left:25%; line-height:80px; text-align:center;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;z-index:21}
.tit_category .link_category{font-size:20px; color:white;}
.tit_category .link_category:hover{text-decoration:none}
.dimmed_layer{ position:fixed; top:0; bottom:0; left:0; right:0; display:none; z-index:30}
.area_head .btn_menu{display:none}

/* 푸터 */
.foot-content{
  width: 95%;
  margin: 0 auto;
}
.foot-card{
    background: white;
    margin: 10px;
    padding: 30px;
    box-shadow: 0 0 0.875rem 0 rgb(41 48 66 / 5%);
    border-radius: 15px;
}
.container_postbtn {
    padding: 0 9% !important;
}
/* 푸터 방문자/광고문의 카드 */
.footer_list{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 20px;
}
.footer_article_skin{ 
 margin: 15px;
 padding: 15px;
 border-radius: 25px;
 text-align: left;
}

.box-shadow{
  box-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)!important;
}
.wrap_etc .lst{margin-right:0;}
.wrap_etc .visit{background:#E4ECFE}
.wrap_etc .visit h4{color:#6782ED}
.wrap_etc .list_board{padding-top:8px; text-align: left;}
.wrap_etc .list_board li{margin-bottom:8px; padding-left:10px;}
.wrap_etc .link_board{display:block;overflow:hidden;width:282px;font-size:12px;color:#aaa;white-space:nowrap;text-overflow:ellipsis}
.wrap_etc .list_total dt{font-weight:bold}
.wrap_etc .list_total dd{font-weight:bold;font-size:22px}
.wrap_etc .list_visitor{overflow:hidden;margin-top:8px;font-size:12px}
.wrap_etc .list_visitor dt{float:left;color:#aaa}
.wrap_etc .list_visitor dd{float:right;color:#aaa}
.wrap_etc .link_more{float:right; font-size:12px;text-decoration:underline;color:#aaa}
.wrap_etc .list_tag li{float:left; margin: 0 5px 5px 0;}
.wrap_etc .list_tag::-webkit-scrollbar{width:0px;}
.wrap_etc .list_tag::-webkit-scrollbar-thumb{display:none;}



.tt-calendar {width:176px !important; border-collapse:collapse;border-spacing:0;margin-left:-8px}
.tt-calendar .cal_month {height:20px;font-weight:bold;text-align:center; margin-bottom:5px}
.tt-calendar .cal_month a { font-weight:bold; color:#666 }
.tt-calendar .cal_month a:first-child, .tt-calendar .cal_month a:last-child {height:17px;padding:0 10px;vertical-align:top; color:#ccc}
.tt-calendar td, th { height:17px; vertical-align: middle;width:14.28%; text-align:center; font-size:10px}
.tt-calendar thead th {color:#ccc;margin-bottom:2px }
.tt-calendar tbody td {color:#aaa }
.tt-calendar tbody td .cal_click { font-weight:bold;color:#777 }

.wrap_etc .tbl_calendar{border-collapse:collapse;border-spacing:0;width:185px;margin-top:5px}
.wrap_etc .tbl_calendar td{height:17px;vertical-align:middle}
.wrap_etc .col_day{width:14.28%}
.wrap_etc .tit_week{font-weight:normal;font-size:10px;text-align:center;color:#ccc}
.wrap_etc .link_day{display:block;font-size:10px;text-align:center;color:#aaa}
.wrap_etc .day_event{font-weight:bold;color:#777}

.wrap_etc .list_keep{margin-top:10px}
.wrap_etc .list_keep li{overflow:hidden;margin-bottom:8px;font-size:12px;color:#aaa}
.wrap_etc .link_keep{font-size:12px;color:#aaa}

/* 페이징 */
.area_paging_simple { display:none }
.area_paging{margin:100px 0;text-align:center}
.area_paging .inner_paging{display:inline-block;overflow:hidden}
.area_paging .ico_skin{float:left;width:24px;height:24px;margin-top:6px}
.area_paging .li_prev{margin-right:20px;background-position:0 -100px}
.area_paging .no-more-prev {background-position:0 -75px}
.area_paging .no-more-next {background-position:0 -125px; }
.area_paging .interword{float:left;padding:6px 12px 0}

.area_paging .link_page span{ background: rgba(237, 233, 254, 0.7); padding: 20px 25px; border: 1px solid #ccc; border-right: 0;}
.area_paging li span:hover {background: rgba(210, 199, 255, 0.9);}
.area_paging .link_page span.selected{
  background-color: #249aff;
  color: #fff;
  font-weight: bold;
}

/* 뷰 */
.skin_view{top: 70px; background: white;}
.skin_view .area_title{margin:30px 0;padding:30px 0;border-bottom:1px solid #ebebeb;text-align:center}
.skin_view .area_title a { text-decoration:none; font-size:18px; }
.skin_view .tit_category a {font-weight: bold;
    color: white;
    background: #249aff;
    border-radius: 0.25rem;
    padding: 2px 10px;}
.skin_view .tit_post{line-height:50px}
.skin_view .tit_post a { color:#203656; font-size: 24px; }
.skin_view .txt_detail{display:block;color: #8f9bad;font-weight: 400;}
.skin_view .txt_detail .txt_bar { content: "";
    display: inline-block;
    background-color: #249aff;
    border-radius: 50%;
    margin-left: 1rem;
    height: 3px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    width: 3px; }
.skin_view .txt_detail .my_edit{display:none}
.skin_view .my_post .my_edit{display:inline-block}
.skin_view .link_detail{font-size:14px !important;color:#aaa}
.skin_view .link_detail:hover{text-decoration:none}
.skin_view .area_view{padding:20px 0;}

.skin_view .area_view p {font-size:17px;line-height:32px; margin:0 auto 28px}
.skin_view .area_view a {color: #203656;
    background: #f3f3f3;
    border-radius: 4444px;
    border:0 !important;
    margin: 5px;}

.skin_view .area_view a div:first-child {
  border-top-left-radius:50px;
  border-bottom-left-radius:50px;
  border:3px solid #eeeeee;
}



.skin_view .area_view h1,
.skin_view .area_view h2,
.skin_view .area_view h3,
.skin_view .area_view h4 { line-height:1.2em; margin:1.5em auto 1em }
.skin_view .area_view h1 { font-size:28px; }
.skin_view .area_view h2 { font-size:24px; }
.skin_view .area_view h3 { font-size:20px; }
.skin_view .area_view h4 { font-size:16px; }
.skin_view .area_view ul,
.skin_view .area_view ol { margin: 0 auto 32px; padding: 0 0 0 10px; }
.skin_view .area_view ul li,
.skin_view .area_view ol li { margin-left:24px; margin-bottom:10px; }
.skin_view .area_view ul li { list-style:disc }
.skin_view .area_view ol li { list-style:decimal }
.skin_view .area_view blockquote { padding: 10px 20px; margin: 0 auto 28px; border-left:5px solid #eee }
.skin_view .area_view blockquote,
.skin_view .area_view blockquote p { font-size:18px; line-height:30px }
.skin_view .area_view blockquote ol:last-child,
.skin_view .area_view blockquote ul:last-child,
.skin_view .area_view blockquote p:last-child { margin-bottom:0 }

/*.skin_view .area_view pre { background-color:#F6F7F8; margin:28px auto; word-wrap: break-word; font-family: Menlo,Consolas,Monaco,monospace; font-size:14px; line-height:20px}
.skin_view .area_view pre code.hljs { padding:16px; }*/
.skin_view .area_view iframe { max-width:100% }

.skin_view .area_view img { max-width:100%; height:auto }
.skin_view .area_view .imageblock {width:auto !important; height:auto !important}

.skin_view .area_view .protected_form { text-align:center; padding: 100px 0 150px; border-bottom:1px solid #ebebeb; margin-bottom:-20px }
.skin_view .area_view .protected_form input { -webkit-appearance: none; padding:0 15px; border: 1px solid #eee; height:38px; line-height:38px; font-size: 12px; box-sizing: border-box;}
.skin_view .area_view .protected_form button { border-radius: 4px; font-size: 12px; line-height: 38px; background-color: #249aff; color: #fff; font-weight: bold; padding: 0 16px }

.skin_view .area_etc{overflow:hidden;min-height:29px;margin-top:20px}
.skin_view .area_etc .list_tag{width: 100%; float:left;margin-top:5px;font-weight:bold;}
.skin_view .list_tag .tit_tag{float:left;margin-right:8px;font-weight:bold;font-size:12px;color:#249aff}
.skin_view .list_tag .desc_tag{line-height: 45px; width: 100%;  float:left;margin-right:2px;font-weight:bold;font-size:12px;color:#aaa;color: white;}
.skin_view .list_tag .desc_tag a{
    background-color: #ECEFF1;
    text-transform: capitalize !important;
    box-shadow: none;
    padding: 10px 20px;
    border-radius: 4444px;
    color: black;
    word-break: keep-all;
}
.skin_view .list_tag .desc_tag a:hover{
  background: white;
  box-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)!important;
}
.skin_view .list_tag .link_tag{font-weight:bold;font-size:12px;color:#aaa}
.skin_view .list_tag .link_tag:hover{text-decoration:none}

.skin_view .another_category {overflow:hidden; border:0; padding:0 9%}
.skin_view .another_category h4 { text-align: left; float:left;width:100%;padding:0 0 7px !important;border-bottom:1px solid #eee !important;font-weight:normal; font-size:14px !important; line-height:1.5; color:#666 !important }
.skin_view .another_category h4 a { color:#249aff !important; font-weight:bold }
.skin_view .another_category table { float:left;width:100%;margin-top:15px !important }
.skin_view .another_category table tr { float:left; width:50%;margin-bottom:8px; }
.skin_view .another_category table tr:nth-child(even) th { padding-left:10px !important }
.skin_view .another_category table th { width:100%;font-size:12px;color:#aaa; padding: 0 !important }
.skin_view .another_category table th a { overflow:hidden;max-width:255px;font-size:12px;white-space:nowrap;text-overflow: ellipsis;color:#666 !important; border:0 !important;display:inline-block;float:left;padding:5px 10px; }
.skin_view .another_category table th a.current { text-decoration:underline !important }
.skin_view .another_category table th span { font-size:12px; line-height:36px; }
.skin_view .another_category table td { display:none }

/* 댓글영역 */
.skin_view .area_reply{margin-top:40px}
.area_reply .tit_reply{font-weight:normal}
.area_reply .btn_reply{font-weight:bold;line-height:18px;color:#249aff}
.area_reply .btn_reply .ico_reply{width:8px;height:5px;margin:5px 0 0 3px;background-position:0 -425px;vertical-align:top}
.btn_reply.on .ico_reply{background-position:0 -450px}
.area_reply .reply_write{position:relative;margin-top:5px}
.area_reply .lab_write{position:absolute;top:13px;left:16px;font-size:12px}
.area_reply .on_box .lab_write{display:none}
.area_reply .tf_reply{width:100%;height:102px;padding:13px 15px 10px;border:1px solid #eee;font-size:12px;resize:none;box-sizing:border-box}
.area_reply .reply_writer{margin:20px 0;height:36px}
.area_reply .writer_info{float:left}
.area_reply .writer_info .info_name{display:inline-block;position:relative;margin-right:8px}
.area_reply .writer_info .info_pw{display:inline-block;position:relative}
.area_reply .writer_info .lab_info{position:absolute;top:10px;left:16px;font-size:12px}
.area_reply .on_box .lab_info{display:none}
.area_reply .writer_info .inp_info{width:120px;height:36px;padding:0 15px;border:1px solid #eee;font-size:12px;box-sizing:border-box}
.area_reply .writer_info .inp_info::-webkit-input-placeholder { padding-top:2px }
.area_reply .writer_check{position:absolute;right:70px}
.area_reply .writer_check .check_secret{display:inline-block;position:relative;height:36px;margin-right:18px;line-height:36px}
.area_reply .writer_check .inp_secret { display:none }
.area_reply .writer_check .lab_secret {position:relative;padding-left:20px;font-size:12px;cursor:pointer}
.area_reply .writer_check .ico_check  {position:absolute;top:-2px;left:0;width:16px;height:16px;background-position:0 -500px}
.area_reply .writer_check .inp_secret:checked + .lab_secret .ico_check { background-position:0 -525px }
.area_reply .writer_check .inp_secret:focus + .lab_secret .ico_check { outline: 1px dotted #000;outline: -webkit-focus-ring-color auto 5px }
.area_reply .on .ico_check{background-position:0 -525px}

.area_reply .writer_btn .btn_enter{width:70px;height:36px;font-size:12px;line-height:38px;font-weight:bold}

.area_reply .btn_replymore{display:none;width:100%;height:42px;margin-top:3px;border-top:1px solid #eee;font-size:12px;line-height:44px;color:#aaa}
.on .btn_replymore{display:block}
.on .list_reply{display:block;margin-bottom:18px}
.area_reply .list_reply li.tt_more_preview_comments_wrap { padding:10px 20px}
.area_reply .list_reply .tt_more_preview_comments_text { font-size:12px; color:#aaa }
.area_reply .list_reply li{overflow:hidden;position:relative;padding:23px 20px 24px;border-bottom:1px solid #eee}
.area_reply .list_reply li:hover{background-color:#fcfcfc}
.area_reply .list_reply .my_reply{background-color:#fcfcfc}
.area_reply .list_reply .re_reply{padding-left:86px}
.area_reply .reply_content{float:left}
.area_reply .list_reply .img_profile { margin-top:2px }
.area_reply .tit_nickname{display:block;overflow:hidden;max-width:515px;margin:4px 5px 0 0;font-weight:bold;color:#333;white-space:nowrap}
.area_reply .my_reply .tit_nickname{color:#249aff}
.area_reply .tit_nickname:hover{text-decoration:none}
.area_reply .ico_secret{width:10px;height:12px;margin-top:4px;background-position:0 -475px;vertical-align:top;display:none}
.area_reply .rp_secret .ico_secret { display:inline-block }
.area_reply .txt_reply{display:block;width:704px;margin-top:3px;font-size:12px}
.area_reply .re_reply .txt_reply{display:block;width:627px;margin-top:3px;font-size:12px}
.area_reply .txt_date{display:block;margin-top:7px;font-size:12px;color:#aaa}
.area_reply .btn_replymenu{display:none}
.area_reply .list_reply li .my_edit{display:none;position:absolute;top:27px;right:16px}
.area_reply .list_reply li:hover .my_edit{display:block}
.area_reply .my_edit .link_edit{margin:0 2px;font-size:12px;color:#249aff}
.area_reply .my_edit .link_edit:hover{text-decoration:none}
.area_reply .hiddenComment .tit_nickname{display:none}
.area_reply .hiddenComment .txt_reply{font-weight:bold;font-size:14px}


/* 리스트 */
.list_content::after { content:''; clear:both; display:block }
.list_content .link_post{display:block;overflow:hidden;text-decoration:none}
.list_content .tit_post{display:block;font-weight:bold;font-size:1rem;text-overflow: ellipsis;overflow: hidden; /*white-space: nowrap;*/ margin-bottom: 10px; margin-top: 10px;}
.list_content .txt_post{display:-webkit-box;display:-ms-flexbox;display:box;overflow:hidden;max-height:80px;line-height:28px;color:#666;vertical-align:top;word-break:break-all;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.list_content .detail_info{margin-top:16px;font-size:12px;color:#aaa; }



/* 방명록 */
.skin_visitor .area_reply{
  margin: 0 auto;
  width: 95%;
}
.skin_visitor .area_reply .list_reply{display:block;margin-top:30px;border-top:1px solid #eee}
.skin_visitor .area_reply .reply_write{margin-top:32px}
.skin_visitor .area_reply .ico_secret{background-position:0 -600px}

/* 태그 */
.skin_tag .list_tag{overflow:hidden;padding:30px 0 90px; margin: 0 auto; width: 9}
.skin_tag .list_tag li{float:left;margin:0 10px 10px 0}
.skin_tag .link_tag{display:block;height:32px;padding:0 13px;border-radius:34px;line-height:34px;border:1px solid #f0f0f0; background-color:#f0f0f0;font-weight:100;color:#666}
.skin_tag .link_tag:hover{border:1px solid #249aff;background-color:#fff;text-decoration:none;color:#249aff}

#dkHead {display:none}

/* 푸터 */
.area_foot{
  background: #f1f1f1;
  position: absolute;
  border-top: 1px solid #dbdbdb;
}
@media only screen and (max-width:650px) {
  .article_skin_list{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 651px) and (max-width:910px) {
  .article_skin_list{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width:1279px) {
  .footer_list{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .article_post_category{ display: none;}
  /*body,th,td,input,select,textarea,button,p,span { font-family:applesdgothicneo-ultralight; font-weight:100 }*/
	.ico_skin{background:url("images/ico_skin_320.png") 0 0 no-repeat}
	.img_profile{width:40px;height:40px;border-radius:40px}
	/* 헤더 */
	.area_head .img_profile{margin-right:8px}
	.area_list .tit_category{ line-height:60px }
	.area_list .tit_category .link_category{font-size:16px;font-family:applesdgothicneo-semibold;color:white;}

	.area_head .ico_name{display:none}
	.area_head .txt_condition{overflow:hidden;width:auto;line-height:16px;}

	.area_menu{display:none;right:0;top:0;bottom:0;overflow-y:auto;overflow-x:hidden;width:200px;background-color:#fff}
	.area_menu .area_search{display:none;width:168px;height:30px;margin:15px 0 0 15px;border:1px solid #dcdcdc;border-radius:31px}
	.area_menu .frm_search{width:168px;height:30px}
	.area_menu .lab_search{margin:8px 0 0 16px;background-position:-70px -110px}
	
	.dimmed_layer{background-color:#000;opacity:0.7}
	.area_menu .btn_search{display:none}
	.area_menu .area_navi{display:block;position:static;margin:0}
	/*.area_head .btn_menu{display:block;overflow:hidden;position:absolute;right:15px;top:0;width:40px;height:35px;margin-top:13px;border:0 none;border-radius: 5px; color: #C0AAFB;}*/
	.area_head .ico_menu{display:block;width:40px;height:31px;margin:0;background-position:0 -80px;text-indent:0}
	.area_menu .btn_cate{display:none}
	.area_menu .list_cate{position:static;width:200px;padding:13px 0 15px;border:0 none;border-radius:0}

	.area_navi .list_cate ul li { line-height:18px }
	.area_navi .list_cate ul li a { margin-bottom:0;padding:7px 0 15px 30px;font-size:15px;line-height:22px; font-family: applesdgothicneo-semibold; font-weight:bold}
	.area_navi .list_cate ul li ul li a { padding:4px 0 15px 30px }
	.area_navi .list_cate ul li ul li ul { padding-bottom:3px; margin-top:-3px }
	.area_navi .list_cate ul li ul li ul li { padding-left:0; list-style:none; margin-bottom: 1px}
	.area_navi .list_cate ul li ul li ul li a { margin-bottom:0;padding:4px 0 11px 37px;font-size:15px; font-family: applesdgothicneo-ultralight; font-weight:normal; }
	.area_navi .list_cate ul li ul li ul li a::before { content:'· ' }
	.area_navi .list_cate .menu_profile { display:block;margin-top:14px;padding-top:20px;border-top:1px solid #e5e5e5 }

	.btn_close{position:fixed;right:210px;top:11px;width:30px;height:30px;z-index:31}
	.on .btn_close{display:block}
	.ico_close{display:inline-block;width:18px;height:18px;background-position:-50px -110px;vertical-align:middle}
	/* 푸터 */
	.wrap_etc{display:none}
	/* 페이징  */
	.area_paging_list { display:none }
	.area_paging_simple { display:block }
	.area_paging {padding:20px 0 10px; margin:0;position:static}
	.area_paging .inner_paging { display:block;  padding: 0 20px }
	.area_paging .inner_paging a { display:block; line-height:20px; font-size:15px }
	.area_paging .inner_paging a.link_prev { float:left !important}
	.area_paging .inner_paging a.link_next { float:right !important}

	.area_paging .ico_skin {width:10px;height:18px;margin-top:0}
	.area_paging .ico_prev {float:left; margin-right:11px;background-position:-130px -80px}
	.area_paging .ico_next {float:right; margin-left:11px;background-position:-130px -100px}
	.area_paging .no-more-prev,
	.area_paging .no-more-next { text-decoration:none; color:#999 }
	.area_paging .no-more-prev .ico_prev {background-position:-110px -80px}
	.area_paging .no-more-next .ico_next {background-position:-110px -100px}

	#tt-body-page .area_more { display:none }

	/* 뷰 */
	.skin_view .area_title{margin:0 15px;padding:44px 0 20px}
	.skin_view .area_title .my_edit {display:none}
	.skin_view .tit_category{font-size:13px}
	.skin_view .tit_category a {font-family:applesdgothicneo-semibold; font-weight:bold}
	.skin_view .tit_post{margin-top:3px;padding:0 8px;font-family:applesdgothicneo-semibold;font-weight:bold;font-size:26px;line-height:31px}
	.skin_view .txt_detail{margin-top:18px;word-break:break-all}
	.skin_view .txt_detail .txt_bar{margin:0 8px}


	.skin_view .area_view p {font-size:17px;line-height:24px;color:#333}
	.skin_view .img_view{width:100%;height:auto;margin:11px 0 6px}
	.skin_view .area_etc{position:relative;height:auto;margin:0;}
	.skin_view .area_etc .list_tag{padding:0 15px;float:none;margin-bottom:22px}
	.skin_view .list_tag .tit_tag{margin-right:3px;font-family: applesdgothicneo-ultralight; font-size:13px; float:none; display:inline}
	.skin_view .list_tag .desc_tag{ margin:0; float:none; display:inline; font-weight:bold;font-family:applesdgothicneo-semibold; }
	.skin_view .list_tag .link_tag{font-weight:normal;font-size:13px}
	/* 댓글영역 */
	.skin_view .area_reply{margin-top:0;padding-bottom:24px;}
	.area_reply .tit_reply{padding-left:15px;color:#333;font-family: applesdgothicneo-semibold; font-weight:bold;display: block;padding-bottom: 1px;}
	.area_reply .btn_reply{margin-top:0;line-height:20px;vertical-align:top;}
	.area_reply .btn_reply span { font-family: applesdgothicneo-semibold; font-weight:bold }
	.area_reply .btn_reply .ico_reply{margin:6px 0 0 0px;background-position:-150px -80px}
	.btn_reply.on .ico_reply{background-position:-150px -90px}
	.area_reply .list_reply { margin-bottom:0px }
	.area_reply .list_reply .tt_more_preview_comments_text { font-size:14px; color:#666 }
	.area_reply .list_reply li{overflow:visible;padding:20px 15px 16px;border-bottom: 1px solid #efefef}
	.area_reply .list_reply li.tt_more_preview_comments_wrap { height:20px }
	.area_reply .list_reply li:hover{background-color:#fff}
	.area_reply .list_reply li:last-child { border:0; padding-bottom:14px }
	.area_reply .list_reply .my_reply{background-color:#f8f8f8}
	.area_reply .list_reply .my_reply:hover{background-color:#f8f8f8}
	.area_reply .list_reply .re_reply{padding-left:60px}
	.area_reply .list_reply .prev_reply:before{content:'';position:absolute;left:31px;top:48px;width:1px;height:100%;background-color:#ccc}
	.area_reply .reply_content{display:block;float:none;padding:0 28px 0 45px}
	.area_reply .list_reply .img_profile{width:33px;height:33px;border-radius:33px;margin:0}
	.area_reply .list_reply .tit_nickname{font-size:13px;overflow:visible;margin:0px 5px 2px 0;color:#333;vertical-align:top;white-space:normal;font-family: applesdgothicneo-semibold}
	.area_reply .re_reply .tit_nickname{color:#249aff}
	.area_reply .reply_secret .tit_nickname{margin-top:0;vertical-align:top}
	.area_reply .ico_secret, .skin_visitor .area_reply .ico_secret{margin-top:3px;background-position:-90px -110px}
	.area_reply .txt_reply, .area_reply .re_reply .txt_reply{width:100%;margin-top:0;line-height:20px;font-size:14px;color:#333}
	.area_reply .txt_date{margin-top:4px}
	.area_reply .reply_secret .txt_date{margin-top:0}
	.area_reply .btn_replymenu{display:block;position:absolute;right:2px;top:12px;width:30px;height:30px}
	.area_reply .btn_replymenu .ico_replymenu{display:inline-block;width:3px;height:13px;background-position:-150px -100px;vertical-align:middle}
	.area_reply .list_reply li .my_edit{right:10px;top:20px;z-index:10;width:95px;padding:10px 0;border:1px solid #dcdcdc;background-color:#fff}
	.area_reply .list_reply li .my_edit .link_edit{display:block;font-size:14px;line-height:32px;color:#333;text-align:center}
	.area_reply .fld_reply{padding:0 15px}
	.area_reply .btn_replymore{margin-top:5px;border-top:1px solid #e0e0e0;border-bottom:1px solid #efefef;font-size:13px;color:#666}
	.area_reply .reply_write{margin-top:4px;padding:7px 8px;border:1px solid #e0e0e0}
	.area_reply .tf_reply{width:100%;height:67px;padding:0;border:0 none;font-size:14px;outline:none}
	.area_reply .lab_write{left:10px;top:8px;font-size:14px;color:#999}
	.area_reply .reply_writer{margin-top:8px}
	.area_reply .writer_info{overflow:hidden;float:none;width:100%}
	.area_reply .writer_info .info_name{display:block;float:left;width:50%;margin-right:0}
	.area_reply .writer_info .info_pw{display:block;float:left;width:50%}
	.area_reply .writer_info .wrap_info{display:block}
	.area_reply .info_name .wrap_info{margin-right:5px}
	.area_reply .info_pw .wrap_info{margin-left:5px}
	.area_reply .writer_info .lab_info{left:11px;top:7px;font-size:14px;color:#999}
	.area_reply .info_pw .lab_info{left:16px}
	.area_reply .writer_info .inp_info{width:100%;height:35px;font-size:14px;outline:none;padding:3px 10px 0;-webkit-appearance: none; border-radius:0;border:1px solid #e0e0e0;}
	.area_reply .writer_info .inp_info::-webkit-input-placeholder { padding-top:0}
	.area_reply .writer_check{overflow:hidden;float:left;padding-top:10px;position:inherit;right:inherit}
	.area_reply .writer_check .check_secret{display:block;float:left;width:75px;height:33px;line-height:35px}
	.area_reply .writer_check .inp_secret{width:75px;height:33px}
	.area_reply .writer_check .lab_secret{position:static;padding-left:33px;font-size:14px;color:#666}
	.area_reply .writer_check .ico_check{left:0;top:3px;width:26px;height:26px;background-position:-50px -80px}
	.area_reply .on .ico_check, .area_reply .writer_check .inp_secret:checked + .lab_secret .ico_check{background-position:-80px -80px}
	.area_reply .writer_check .inp_secret:checked + .lab_secret { font-weight:bold }
	.area_reply .writer_btn { float:right; padding-top:10px;position:inherit;right:inherit}
	.area_reply .writer_btn .btn_enter{width:62px;height:33px;font-size:15px;line-height:34px;padding-top:1px}
	.area_reply .hiddenComment .txt_reply { font-family: applesdgothicneo-semibold }
	.area_reply .hiddenComment .txt_date { margin-top:0px }


	.skin_view .another_category { margin: 20px -15px 4px; border-top:1px solid #ebebeb; border-bottom:1px solid #eee; padding:23px 0; width:auto}
	.skin_view .another_category h4 { float:none; padding:0 15px !important; width:auto; border:0 !important }

	.skin_view .another_category table tr { width:100%; margin-bottom:9px;padding:0 15px !important }
	.skin_view .another_category table tr:nth-child(even) th { padding:0 !important }
	.skin_view .another_category table th { font-size:14px;color:#999 }
	.skin_view .another_category table th a { font-size:15px; color:#333 !important; max-width: 80vw }
	.skin_view .another_category table th a.current { font-weight:bold;font-family:applesdgothicneo-bold}
	.skin_view .another_category table th span { font-size:15px; display:inline-block;font-family: applesdgothicneo-ultralight; line-height:1.5 }

	.skin_view .area_other{position:absolute;left:0;bottom:-218px;width:100%;height:178px;margin:0 0 22px;padding:21px 0 0;border-top:1px solid #ebebeb}
	.skin_view .tit_other{display:block;overflow:hidden;float:none;width:auto;padding:0 15px;border-bottom:0 none;white-space:nowrap;text-overflow:ellipsis}
	.skin_view .list_other{float:none;width:100%;margin-top:12px}
	.skin_view .list_other li{overflow:hidden;width:100%;margin-bottom:9px;padding:0 15px;font-size:14px;color:#999}
	.skin_view .list_other .link_other{font-size:15px;color:#333}
	/* 리스트 및 방명록 공통 */

	#tt-body-search .area_head .btn_name,
	#tt-body-search .area_head .txt_condition,
	#tt-body-tag .area_head .btn_name,
	#tt-body-tag .area_head .txt_condition,
	#tt-body-guestbook .area_head .btn_name,
	#tt-body-guestbook .area_head .txt_condition { display:none}

	/* 방명록 */
  .skin_visitor .area_reply{
    width: 95%;
    margin: 0 auto;
  }
	.skin_visitor .area_reply .fld_reply{padding-top:12px}
	.skin_visitor .area_reply .reply_write{margin-top:0}
	.skin_visitor .area_reply .reply_writer{margin-top:10px}
	.skin_visitor .area_reply .list_reply{margin-top:25px}

	.skin_tag .list_tag{overflow:hidden;padding:30px 20px 90px}

	/* 카테고리 레이어 활성화 */
  .layer_on { overflow:hidden }
  .layer_on .cont_skin{margin-top:0;padding-top:61px}
  .layer_on .dimmed_layer{display:block}
  .layer_on .area_head .btn_menu{display:none}
  .layer_on .area_menu{display:block}
  .layer_on .area_menu .area_search{display:block}
  .layer_on .area_menu .area_search{display:block}
  .layer_on .area_menu .frm_search{display:block}
  .layer_on .area_menu .list_cate{display:block}
  .layer_on .btn_close{display:block}

  #foot-board {
    display: none;
  }
  .header-menu{
    display: none;
  }
.contents_style, .skin_view .area_reply, .skin_view .area_etc{ padding: 0; }


}
@media
only screen and (max-width:1279px) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (max-width:1279px) and (min-device-pixel-ratio: 1.5),
only screen and (max-width:1279px) and (min-resolution: 1.5dppx) {
    .ico_skin{background-image: url("images/ico_skin_640.png"); -webkit-background-size: 160px 160px;  background-size: 160px 160px}
}
img.lazyload:not([src]) {
	visibility: hidden;
}
pre,code,kbd,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em;direction:ltr;unicode-bidi:bidi-override;}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.835rem;}pre code{font-size:inherit;color:inherit;word-break:normal;}code{font-size:.835rem;color:#F65660;word-wrap:break-word;}a>code{color:inherit;}kbd{padding:.2rem .4rem;font-size:.835rem;color:#fff;background-color:#191E32;border-radius:.25rem;}kbd kbd{padding:0;font-size:1em;font-weight:600;}
/* ************************************* blockquote 인용문 꾸미기 ************************************* */
blockquote,
blockquote p,
blockquote span{
	color: inherit;
	background-color: initial!important;
}
:root {
--blue-color: #228be6;
--blue-light-color: #e7f5ff4d;
--green-color: #0ca678;
--green-light-color: #e8fcf64d;
}
/* 스타일1 */
#tt-body-page blockquote[data-ke-style='style1'] {
    background: none;
    /* background-color: var(--green-light-color) !important; */
    border-left: 5px solid #D8D8D8 !important;
    padding: 5px 25px 5px 25px !important;
    color: var(--h-color-blur) !important;
    text-align: left;
    font-size: .76rem;
    line-height: 1.9em;
}
#tt-body-page blockquote[data-ke-style='style1']::before {
content: '';
}

/* 스타일2 */
.skin_view .area_view blockquote[data-ke-style=style2] {
padding: 21px 25px 20px 25px;
background-color: var(--blue-light-color) !important;
border-left: 4px solid var(--blue-color) !important;
color: rgba(0, 0, 0, 0.7) !important;
text-align: left;
font-size: .96rem;
}
.skin_view .area_view blockquote[data-ke-style=style2]::before {
content: '💬 NOTE';
margin-bottom: 2px;
font-weight: bold;
display: block;
color: var(--blue-color);
}

/* 스타일3 */
#tt-body-page .tt_article_useless_p_margin blockquote[data-ke-style=style3] {
padding: 28px 27px 20px 27px;
border-radius: 10px;
}
#tt-body-page .tt_article_useless_p_margin blockquote[data-ke-style=style3]:before {
content: "";
background: url(./images/icon_tick.png) center / 30px;
position: absolute;
width: 30px;
height: 30px;
margin: -5px 0 0 -32px;
border: 5px solid #f8f8f8 !important;
border-radius: 20px;
font-weight: 700;
text-align: center;
margin-top: -34px;
}
/* ===================================== blockquote 인용문 꾸미기 END ===================================== */
/* ****************************************************************** 코드블럭 꾸미기 ****************************************************************** */
.skin_view .area_view pre {
   margin: 20px 0;
	position: relative;
}

.skin_view .area_view pre {
   border: none;
   border-radius: 0 !important;
   padding: 0;
   background: none !important;
}

.skin_view .area_view pre code {
   padding: 15px;
   font-family: 'D2Coding';
   text-align: left;
}

.skin_view .area_view pre[data-ke-language]:before {
   font-size: 16px;
   content: attr(data-ke-language);
   position: absolute;
   z-index: 10;
   right: 13px;
   margin-top: 10px;
   font-family: 'D2Coding';
   text-transform: uppercase;
}

/*코드블럭 배경색*/
.skin_view .area_view pre code {
    background-color: #f7f7f7;
    color: #171717;
}
.tt_article_useless_p_margin pre code {
   display: block;
}

.tt_article_useless_p_margin p a {
    padding: 5px 10px;
}

/*  맥 모양 코드블럭 디자인  */
.skin_view .area_view pre code {
   display: block;
   line-height: 1.5;
   padding: 55px 15px 18px;
   position: relative;
   border-radius: 10px 10px 5px 5px;
   font-size: 15.3px;
}
.skin_view .area_view pre code:after,
.skin_view .area_view pre code:before {
   content: '';
   position: absolute;
}
.skin_view .area_view pre code:before {
   background: #f7f7f7;
   border-radius: 2px 2px 0 0;
   height: 40px;
   left: 0;
   top: 0;
   width: 100%;
}
.skin_view .area_view pre code:after {
   background: #fc625d;
   border-radius: 50%;
   box-shadow: 20px 0 #fdbc40, 40px 0 #35cd4b;
   height: 12px;
   left: 15px;
   top: 15px;
   width: 12px;
}


/* ===================================== 코드블럭 꾸미기 END ===================================== */



@media only screen and (min-width:1279px){
  .skin_view .area_view{
    padding:20px;
    margin: 0 auto;
    max-width: 1200px;
  }
  #tt-body-index, #tt-body-page, #tt-body-category, #tt-body-search, #tt-body-tag, #tt-body-guestbook{
    padding-left: 20% !important;
  }
}
@media only screen and (max-width:1278px) {
/* (추가) 화면 사이즈 작아짐에 따라 햄버거 메뉴와 겹침 2022-11-13  */
.menu_toolbar{display:none;}
/* (추가) 반응형 햄버거 메뉴 2022-11-13  */
.area_head .btn_menu{display:block;overflow:hidden;position:absolute;right:15px;top:0;width:40px;height:35px;margin-top:13px;border:0 none;border-radius: 5px; color: #C0AAFB;}

#dkHead{display:block;}
#left_menu{left: -200px !important;}
header{display: none;}
#cMain{max-width: 100%;}
#entry409Comment{width:100vw}
}

#tt-body-page figure.imageblock img, figure.imageblock img{margin: 40px 0 !important;}


/* 상단 헤더 */
.search{
  position: relative;
  border-radius: 4444px;
  width: 20%;
  border: 1px solid rgb(203,213,225);
}
.search:hover{
  border-color: rgb(124, 129, 134);
}
.search input{
  border: none;
  background: transparent;
  padding: 0.5rem 1rem;
  line-height: 1.75;
}
.search .search-icon{
  color: #9c9c9c;
  position: absolute;
  width: 40px;
  height: 40px;
  bottom: -12px;
  right: 3px;
  text-align: center;
  cursor: pointer;
}
.left-0{
  left: 0;
}
.right-0{ 
  right: 0;
}



/*좌측 메뉴*/
#left_menu{position:fixed;left:0px;top:0; width:20%;overflow-y: scroll;height: 100%; background: white; transition: all 1s ease;}
.left_menu_list ul li { line-height:20px; }
.left_menu_list ul li a { display:block;margin-left:5px;font-size:15px;color:#374151; text-decoration:none }
.category_list .link_item{
    padding: 8px;
    border-radius: 5px;
    font-weight: 700;
}
.sub_category_list li:hover, .category_list .link_item:hover{ background:#F2F3F7;}

.sub_category_list li:hover a .c_cnt, .category_list .link_item:hover .c_cnt{background: transparent;}
.left_menu_list ul li ul li ul li { color:#b4b4b4; padding: 3px 0 3px 10%; border-radius:0.25rem; }
.left_menu_list ul li ul li ul li a { height: 30px; line-height: 30px; }
.left_menu_list ul li ul li ul li a:before{ content: "- "; color: #b4b4b4;}
/* 프로필 이미지 */
.left_profile{
    text-align: center;
    padding: 7% 10%;
    box-shadow: 0 7px 10px rgb(0 0 0 / 5%);
    background: white;
    border-bottom: 1px solid #dbdbdb;
}
.left_profile_img_div{
  border-radius: 50%;
  width:50%;
  height:  100%;
  border: 3.5px solid transparent;
  /*background-image: linear-gradient(#fff, #fff), linear-gradient(to right, #249aff , #ed6ea0, #ec8c69, #FBB03B);*/
  animation: scaleBounce 0.6s alternate infinite;
}
.left_profile_img{
  box-shadow: 0 6px 10px rgb(0 0 0 / 15%);
  border-radius: 50%;
  width:50%;
  height:  100%;
  border: 3.5px solid transparent;
  /*background-image: linear-gradient(#fff, #fff), linear-gradient(to right, #249aff , #ed6ea0, #ec8c69, #FBB03B);*/
  background-origin: border-box;
  background-clip: content-box, border-box;
  margin-bottom: 3px;
  /* animation: scaleBounce 0.6s alternate infinite; */
}
/* 프로필 이미지 색깔 계속 바꾸기시전 */
.left_profile_img:hover{
  /*background-image: linear-gradient(#fff, #fff), linear-gradient(#249aff , #ed6ea0, #ec8c69, #FBB03B);*/
  animation: rotate 1.5s linear infinite;
}
@keyframes scaleBounce{
  from {transform:scale(1)}
  to {transform:scale(1.3)}
}
@keyframes rotate{
 100%{ filter: hue-rotate(-360deg); }
}
.left_tt_category{ padding: 3%; background: white;}
.tt_category{ height: 1111px;}
.tt_category .link_tit{
  font-weight: 700;
  display: none;
}

.left_tt_menus ul li{
  margin-top:10px;
  margin-left: 10px;
  font-size: 15px;
  color: #374151;
  padding: 8px;
  border-radius: 5px;
  font-weight: 700;
}

/* 메뉴 옆 게시물 수 */
.c_cnt{
    background: #E4E6E9;
    border-radius: 4444px;
    padding: 4px 7px;
    font-size: 11px;
    margin-left: 2px;
}

/* (추가) 반응형 햄버거 메뉴 2022-11-13  */
.bar1, .bar2, .bar3 {
  width: 35px;
  height: 4px;
  background-color: darkgrey;
  margin: 6px 2.5px;
  border-radius: 40px;
}

/* scroll */
/* 스크롤바 설정*/
::-webkit-scrollbar{width: 13px; height: 13px;}  
/* 스크롤바 막대 설정*/
::-webkit-scrollbar-thumb{background-color: #afafaf; border-radius: 13px; background-clip: padding-box; border:3px solid transparent;}
/* 스크롤바 뒷 배경 설정*/
::-webkit-scrollbar-track{background-color: #F2F3F7; border:1px solid rgba(0,0,0,0.07); border-radius: 0;}
/* 스크롤바 버튼 설정*/
::-webkit-scrollbar-button{display: block; width:0; height:0;}
 /* 스크롤바 우측 하단의 코너 설정 */
::-webkit-scrollbar-corner{background-color: #F2F3F7;}

/* transition */
.transition-all{
transition-property: all;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: .15s;
}
.transition-shadow {
  transition-duration: .15s;
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
}
.transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}
.transition-filter {
    transition-property: filter;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}