@charset "UTF-8";

/*skin start*/

/* font */
 @font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;}


/* CSS Document */

 * {padding: 0; margin: 0; box-sizing: border-box; font-family: 'Pretendard-Regular';
 outline: none; font-size: inherit; line-height: inherit; word-break:break-all;}
 a { text-decoration: none; background: transparent; }
 ul, li, ol {list-style: none; padding:0; margin: 0;}
 input:focus, textarea:focus, ::placeholder { outline: none; border: none;}
 button {padding: 0; border:0; background: transparent;}
 img {vertical-align: bottom;}
 textarea {resize: none;}


/* layout */
 #whole { margin: 30px auto; font-size: 11.5px; line-height: 15px;
 position: relative;  background: #fff; }
 .header {display: flex; justify-content: space-between; padding: 5px;
 align-items: center;}
 #container {background: #fff; margin: 0 5px; overflow-y: auto;}
 #footer {padding: 5px; display: flex; justify-content: space-between;
 background: #fff;}
 #paging {position: absolute; transform: translateX(0);
 left: calc(100% + 15px); width: 160px; bottom: 0;}
 #m-paging {display: none;}

/* header */
 .h-text {font-weight: bold;}
 .h-btn2 li {display: inline-block;}
 .h-btn2 li:first-child {margin-right: 5px;}
 .h-text {font-size: 13px;}
 .h-btn1 i, .h-btn2 i {font-size: 15px;}
 .h-text img {width: 15px; height: 15px; margin-left: 5px;}


/* blog-info */
 .blog-info1 {display: flex; padding: 5px; margin: 0 5px;
 justify-content: flex-start; align-items: center;}
 .blog-img {position: relative; margin-right: 15px; width: 40%;}
 .blog-img img {width: 77px; height: 77px; border-radius: 50%; }
 .blog-img:hover img {opacity: 1;-webkit-animation: flash 1.5s;
	animation: flash 1.5s;}
 @-webkit-keyframes flash {
	0% {opacity: .4;}
	100% {opacity: 1;}
 }
 @keyframes flash {
	0% {opacity: .4;}
	100% {opacity: 1;}
 }
 .blog-text {display: flex; flex-direction: row; justify-content: center;
 text-align: center; align-items: flex-end;}
 .blog-num {margin: 0 10px;}

 .blog-number {display: flex;}

 .blog-info2 {padding: 5px; margin:0 5px; text-align: left;}

 .blog-info3 {padding: 5px; margin: 0 5px;}
 .img1 {z-index: 3; width: 40px; height: 40px;  position: relative; border-radius: 50%;
 padding: 2px; vertical-align:middle;
 background: #fff;}
 .img2 {z-index: 2; width: 40px; height: 40px;   position: relative; border-radius: 50%;
 margin-left: -15px; padding: 2px; vertical-align:middle;
 background: #fff;}
 .img3 {z-index: 1; width: 40px; height: 40px;   position: relative; border-radius: 50%;
 margin-left: -15px; padding: 2px; vertical-align:middle;
 background: #fff;}

 .blog-info3 span {font-weight: bold;}

 .blog-link {margin-top: 10px;}
 .blog-link a {font-weight: bold;}


/* hover */
 .story-img:hover, .blog-btn1:hover, .h-btn1:hover, 
 .p-prev a:hover, .p-next a:hover, .comment-btn:hover, 
 .related-btn:hover, .comment-send:hover {cursor: pointer;}
 .blog-btn2 a:hover, .blog-btn3 a:hover {color: #fff;}
 .blog-btn1 a:hover {color: #000;}


/* blgo-btn */
 .blog-btn {display: flex; justify-content: center; padding: 5px; margin:5px 0;}
 .blog-btn1 { margin-right: 5px; border-radius: 5px;
 width: 50%; text-align: center;}
 .blog-btn1 a { display: block; border-radius: 5px; padding: 5px;
 color: #fff;}
 .blog-btn2 { margin-right: 5px; border-radius: 5px;
 width: 50%; text-align: center;}
 .blog-btn2 a {display: block; border-radius: 5px; padding: 5px;}
 .blog-btn3 { margin-right: 5px; border-radius: 5px;
 text-align: center;}
 .blog-btn3 a {display: block; border-radius: 5px; padding: 5px;}


/* stroy */
 .blog-story {display: flex; justify-content: flex-start; padding: 5px; margin:5px 0;
 overflow-x: auto;}
 .story-item {display: flex; flex-direction: column; align-items: center;
 margin: 0 5px; width: 70px; overflow: hidden;}
 .story-img {position: relative; border-radius: 50%; border: solid 1px #dbdbdb;}
 .story-item img {width: 56px; height: 56px; border-radius: 50%;
 padding: 3px; object-fit: cover;}
 .story-text {margin-top: 5px; white-space: nowrap; text-overflow: ellipsis; 
 width: 100%; overflow: hidden; text-align: center;}


/* stroy mage modal */
 .modal {display: none; width: 100%; height: 100vh;
 position: fixed; top: 0; left: 0; z-index: 99;
 background: #ffffff7d;}
 .modalBox { position: relative;
 text-align: center; margin: 150px auto;}
 .modalBox img {width: 400px; height: 400px; object-fit: cover;}
/* image modal end */


/* category */
 .category {display: none; position: absolute; transform: translateX(0);
 left: calc(100% + 15px); width: 160px; top: 0;}
 .cate, .menu { padding: 5px; background: #fff; }
 .cate i, .menu i {margin-right: 5px;}
 .menu {margin-top: 5px;}
 .cate-text {text-align: center; padding: 5px; font-weight: bold;}
 .cate-list a, .menu-list a {display: flex; justify-content: flex-start;
 align-items: center; padding: 10px 5px;}
 .c_cnt, .newpost {margin: 0 5px;}
 .sub_category_list {display: none;}

/* footer */
 #footer li a {display: block;}
 #footer i {font-size: 24px;}
 #footer img {width: 24px; height: 24px; border-radius: 50%;
 border: solid 1px #000;}


/* paging */
 .paging-wrap {width: 995px; margin: 10px auto; display: flex; justify-content: space-between;}
 .p-prev a, .p-next a, .p-number a {display: block; font-weight: bold; font-size: 13px;}
 .p-prev a, .p-next a {width: 25px; height: 25px; background: #fff;
 padding: 5px; text-align: center;}
 .p-prev a {margin-bottom: 5px;}


/* comment btn */
 .related-btn {text-align: left;}


/* list */ 
 .list-inner:after{content: ''; display: block; clear: both; margin: 0; padding: 0;}
 .list-wrap a {background: transparent;}

 .category-name {display: flex; width: 100%; margin: 5px 0;
 justify-content: center;}
 .category-name span { font-size: 13px; font-weight: bold;}
 .cate-count, .cate-conform {font-size: 13px; display: flex; align-items: center;}
 .cate-conform {margin-left: 20px;}
 .cate-count i {margin-right: 5px;}
 .cate-conform i {font-size: 15px; margin-right: 5px;}

/* NEW img */
 #list-basic .list-title img, .summary-title img,
 #list-gallery .thumbnail-info img {margin: 0 5px; width: 13px !important; height: 13px;}
/* list-basic */
 #list-basic .list-wrap{ display: block;}
 #list-basic .list-td{ width: 100%; display: flex; flex-direction: row; justify-content: space-between;
 align-items: center; }
 #list-basic .list-title { width: 70%; height: 100%; font-weight: bold;
 overflow: hidden; text-overflow: ellipsis; display: -webkit-box;
 -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
 #list-basic .list-date {display: flex; }
 #list-basic .list-title span, #list-basic .list-date span {padding: 5px;}
 #list-basic .list-wrap a {display: block; margin: 5px 0;}
 #list-basic .thumbnail, #list-basic .summary, #list-basic .summary-info,
 #list-basic .summary-icon {display: none;}
/* list-gallery */
 #list-gallery .list-wrap a{float: left; width: calc((100% - 6px) / 3); margin: 1px;
 position: relative; box-sizing: border-box;}
 #list-gallery .list-wrap a{display: block; box-sizing: border-box;}
 #list-gallery .list-wrap .thumbnail {width: 100%; overflow: hidden; position: relative;}
 #list-gallery .list-wrap .thumbnail img{width:100%; object-fit: cover;}
 #list-gallery .list-wrap .thumbnail:hover img  {animation: rotate_image 6s linear infinite; 
 transform-origin: 50% 50%;  width: 100%; object-fit: cover; }
 #list-gallery .thumbnail-info {display: flex; padding: 3px; justify-content: center; align-items: center; position: absolute;
 width: 100%; height: 100%; top: 0; text-align: center; overflow: hidden;
 text-overflow: ellipsis; opacity: 0;}
 #list-gallery .thumbnail-info {font-style: italic; color: #fff;}
 #list-gallery .list-wrap .thumbnail:hover .thumbnail-info, 
 #list-gallery .list-wrap .thumbnail:focus .thumbnail-info{ opacity: 1; transition: all 0.3s ease;}
 #list-gallery .list-td, #list-gallery .summary, #list-gallery .summary-info,
 #list-gallery .summary-icon {display: none;} 
/* list-summary */
/* summary instagram */
 #list-summary .summary-info {display: flex; align-items: center; justify-content: space-between;
 margin-bottom: 5px;}  
 #list-summary .summary-profile {display: flex; flex-direction: row; align-items: center;}
 #list-summary .summary-1 img {width: 32px; height: 32px; border-radius: 50%;}
 #list-summary .summary-2 {margin-left: 10px; font-weight: bold;}
 #list-summary .summary-dot {border-radius: 50%; width: 4px; height: 4px; margin: 0 10px;
 background: #000;} 
 #list-summary .summary-icon {margin-left: 2px; margin-top: 5px; display: flex; justify-content: space-between;}
 #list-summary .summary-icon1 i, #list-summary .summary-icon2 i {font-size: 15px;}
 #list-summary .morelink {display: block; margin: 0; padding: 0; color: #aeaeae;}
 #list-summary .morecontent span { display: none; }
 #list-summary .morelink {display: block !important; margin: 0 !important; padding: 0 !important;
 font-weight: bold; border-bottom: none !important;}
/* summary instagram */
 #list-summary .list-wrap{width: 100%; margin: 0 auto;  position: relative; box-sizing: border-box; overflow: hidden;}
 #list-summary .list-wrap a{display: flex; flex-direction: column; margin: 5px 0;} 
 #list-summary .list-wrap .thumbnail {overflow: hidden;}
 #list-summary .list-wrap .thumbnail img{width: 100%; object-fit: cover;} 
 #list-summary .summary {display: flex; text-align: left; margin-top: 15px;
 width: 100%; flex-direction: column; justify-content: space-between; position: relative;}
 #list-summary .summary-td {width: 100%; display: flex; margin-bottom: 15px;}
 #list-summary .summary-title {overflow: hidden; text-overflow: ellipsis; display: -webkit-box;
 -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
 #list-summary .summary-date span {font-weight: bold;}
 #list-summary .summary-date {text-align: right; margin-right: 10px;} 
 #list-summary .list-title span,  #list-summary .list-date span {padding: 5px;} 
 #list-summary .summary-desc {display: block;}
 #list-summary .list-cate,  #list-summary .list-wrap .thumbnail-title,
 #list-summary .thumbnail-info, #list-summary .list-td  {display: none;}


/* article */
 .article-td { display: flex; flex-direction: column; margin: 5px 0;}
 .article-title {text-align: center; margin-bottom: 5px;}
 .article-title span {font-size: 13px; font-weight: bold;}
 .article-cate {text-align: right; margin-top: 5px;}
 .article-cate a {display: block; }
 .article-date  {text-align: center; margin-bottom: 5px;}
 .article-tag {margin: 15px 0;}
 .article-tag a {display: inline;}
 .article-tag a::before {content: '#';}

/* article - profile */
 #article .article-profile {display: flex; margin: 5px 0; align-items: center;}
 #article .summary-1, #article .summary-dot, #article .summary-2 {margin-right: 10px;}
 #article .summary-1 img {width: 32px; height: 32px; border-radius: 50%;}
 #article .summary-dot {border-radius: 50%; width: 4px; height: 4px;}
 /*공감버튼*/
 #article .container_postbtn {padding: 5px 0 !important;}
 #article .container_postbtn .postbtn_like {padding: 0 !important; border: none !important;}
 #article .container_postbtn .btn_post {padding: 0 !important;}
 #article .container_postbtn .btn_post .txt_like, #article .container_postbtn .btn_post .ico_share,
 #article .container_postbtn .btn_post .ico_statistics {display: none;}
 .container_postbtn button:focus, .layer_post button:focus, .layer_tooltip button:focus {outline: none !important;}


/* blockquote */
 blockquote[data-ke-style='style1'] span:before{ content: ''; display: block; background: url(https://t1.daumcdn.net/keditor/dist/0.4.9/image/blockquote-style1.svg) no-repeat 50% 0; padding-top: 25px; transform: rotate(0deg);
 margin-top: 10px; }
 blockquote[data-ke-style='style1'] span:after{ content: ''; display: block; background: url(https://t1.daumcdn.net/keditor/dist/0.4.9/image/blockquote-style1.svg) no-repeat 50% 0; padding-top: 25px; transform: rotate(180deg); 
 margin-bottom: 10px;}

 blockquote[data-ke-style='style2'] { padding:5px; margin:10px 0;  font-size: 12px; line-height:20px; font-weight: bold;
 text-align: left; background: #fff;}
 blockquote[data-ke-style='style3'] { padding: 5px; margin:10px 0; font-size: 8pt; line-height: 20px; overflow-y: auto;}
 blockquote p  {font-size: 13px !important;}
 blockquote, blockquote p {text-align: center;}
 
 .btn-toggle-moreless{padding: 5px; font-family: 'Orbit', sans-serif; font-size: 10.5px !important; font-weight: bold;}
 div[data-ke-type='moreLess'] .btn-toggle-moreless {line-height: 22px !important; border-radius: 0;}
 div[data-ke-type='moreLess'] .btn-toggle-moreless:before{content:"+"; margin-right: 5px; font-weight:400;}
 div[data-ke-type='moreLess'].open .btn-toggle-moreless:before{content:"-";  margin-right: 5px; font-weight:400;  border-bottom: 0;}
 div[data-ke-type='moreLess'].open .moreless-content{margin:0; padding:5px; overflow: hidden;}
 figure.fileblock {margin-top: 10px !important; margin-bottom: 10px !important;}
 figure.imageblock.alignCenter {margin: 0 auto !Important;}
 #tt-body-page figure.imageblock img, figure.imageblock img {margin: 10px 0 !important;}

/* article paging */
 .article-paging {display: flex; justify-content: space-between; font-size: 11px; font-weight: bold;
 margin: 10px 0;} 
 .article-btn {display: flex; flex-direction: row; justify-content: space-between;}
 .related-button {margin-bottom: 15px;}
 .comment-button, .related-button {display: flex; align-items: center; justify-content: center;}
 .comment-button i, .related-button i {line-height: normal !Important;} 
 #article-related { display: none; margin: 15px 0;}
 #article-related:after {content: ''; display: block; clear: both; margin: 0; padding: 0;}
 #article-related .rd-inner {font-size: 11px; font-weight: bold; text-align: right; margin-bottom: 5px;}
 #article-related .rd-wrap { float: left; width: calc((100% - 8px) / 4); margin: 1px; position: relative;}
 #article-related .rd-title {overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
 text-align: center;  width: 100%; height: 100%; 
 font-size: 12px; font-weight: bold;}
 #article-related .thumb_related img {width: 100%; object-fit: cover;}


/* comment */

 .tistoryProfileLayerTrigger {display:none !important;}
 .textarea-smile {padding: 5px; display: flex; align-items: center;}
 #comment {display: none;}
 #comment {text-align: left;}
 .comment-type {padding: 15px 0;}
 .reply-type{margin: 15px 0;}
 .comment-write {padding: 0; margin: 15px 0 15px 0;}
 .comment-textarea {margin: 5px 0; display: flex; align-items: flex-end;}
 .comment-textarea textarea {width: 100%; height: 25px; font-family: 'Orbit', sans-serif;
 padding: 5px; background: none; border: none;}
 .comment-textarea textarea:focus {transition-duration: 0.3s;}
 .comment-input { display: flex; justify-content: space-between;}
 .comment-secret {text-align: left; padding: 5px;}
 .comment-send {text-align: right; padding: 5px; width: 50px;
 color: #00b2f9; font-weight: bold;}
 .comment-input input[type=submit] { background: transparent;}
 .comment-input input[type="checkbox"] {display: none;} 
 .comment-input input[type="checkbox"]+label:before{ font-size: 13px; font-family: FontAwesome; content: "\f3c1"; font-weight:700;
 color: #00b2f9;}
 .comment-input input[type="checkbox"]:checked+label:before{ font-size: 13px; font-family: FontAwesome;
 content: "\f023"; font-weight:700;}
 .sguest-input input[type="text"], .sguest-input input[type="password"] {border:none; background: none;
 padding: 5px; border-radius: 0 !important;}
 
 .comment-info {display: flex; flex-direction: row;}
 .comment-left {display: flex; flex-direction: row; margin-bottom: 5px;
 flex-wrap: wrap;}
 .comment-right {display: flex; flex-direction: column;}
 .comment-img {display: block;}
 .comment-img img {width: 32px; height: 32px; border-radius: 50%; object-fit: cover;}
 .comment-name {margin-left: 5px; display: flex; flex-direction: column;
 justify-content: space-between;}
 .comment-name span {font-weight: bold;}
 .comment-date {display: block; margin-left: 5px;}
 .comment-edit {margin-left: 5px;}
 #reply-list {margin: 0 0 0 15px;}

 
 .reply-btn {display: flex; align-items: center; margin:15px 15px 0 52px;}
 .reply-line {width: 20px; height: 1px; margin-right: 15px;}
 .reply-button, .comment-btn, .related-btn {color: #aeaeae;}


/* notice */
 #notice {padding: 5px 0; margin-bottom: 5px;}
 .notice-title {text-align: left; margin: 5px 0 ;}
 .notice-title span {font-weight: bold; font-size: 13px; }
 .notcie-date {text-align: right; margin-bottom: 5px;}
/* notice 공감버튼 */
 #notice .container_postbtn {display: none;}
/* notice - profile */
 #notice .article-profile {display: flex; margin: 0 15px 0 0; align-items: center;
 font-weight: bold;}
 #notice .summary-1,  #notice .summary-dot,  #notice .summary-2 {margin-right: 5px;}
 #notice .summary-1 img {width: 32px; height: 32px; border-radius: 50%;}
 #notice .summary-dot {border-radius: 50%; width: 4px; height: 4px;}


/* protected */ 
 #protected { display: flex; margin: 0 auto; height: 100%; flex-direction: column;
 align-items: center; justify-content: center;}
 .protected-info {display: flex; width: 100%; flex-direction: column; justify-content: space-between;}
 .protected-cate {text-align: center;}
 .protected-td {text-align: center; display: none;}
 .protected-title span {font-size: 13px; font-weight: bold;}
 .protected-desc {font-size: 13px; font-weight: bold; margin-bottom: 10px; text-align: center}
 .protected-desc span {font-size: 13px; font-weight: bold;}
  
 .protected-wrap {display: flex; flex-direction: column;}

 .protected-password input[type="password"] {border: none; font-family: 'Orbit', sans-serif; background: none;}
 .protected-password input[type="button"] {border:none; font-family: 'Orbit', sans-serif; background: none;}
 .protected-password input[type="password"], .protected-password input[type="button"] {padding: 5px; border: none;}


/* tag */
 #tag {text-align: left;}
 .tag-desc ul {display: flex; flex-wrap: wrap; flex-direction: row;}
 .tag-desc li {padding: 5px;}
 .tag-desc a:before{content: "#"; font-weight:bold; margin-right: 1px; } 


/* cover */
 .cover-inner {margin-right: 0;}
 .cover-inner .inner{margin: 5px 0; overflow: hidden;}
 .c-title {text-align: center; padding: 5px;}
 .c-title span { font-size: 12px; font-weight: bold;} 

 .c-notice .c-wrap {padding: 5px 0;}
 .c-notice .c-img {position: relative; width: 100%; text-align: center; margin-bottom: 5px;}
 .c-notice .c-img img {max-width: 100%;}
 .c-notice a:hover img {opacity: 1;-webkit-animation: flash 1.5s;
	animation: flash 1.5s;}
 @-webkit-keyframes flash {
	0% {opacity: .4;}
	100% {opacity: 1;}
 }
 @keyframes flash {
	0% {opacity: .4;}
	100% {opacity: 1;}
 }

 .c-gallery.inner::after {content: ''; display: block; clear: both; margin: 0; padding: 0;}
 .c-gallery .c-gwrap { float: left; width: calc((100% - 10px) / 3); margin: 0 5px 5px 0; position: relative;}
 .c-gallery .c-gwrap:nth-child(3n) {margin-right: 0;}
 .c-gallery .c-thumbnail {width: 100%; overflow: hidden; position: relative;}
 .c-gallery .c-thumbnail img {width:100%; object-fit: cover;
 opacity: 1;  -webkit-transition: .3s ease-in-out;  transition: .3s ease-in-out;}
 .c-gallery .c-thumbnail:hover img {opacity: .5;}
 .c-gallery .c-listtitle {text-align: center; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;
 overflow: hidden; display: none;}
 .c-gallery .thumbnail-text {display: none;}

 .c-list .clist-wrap a {display: block; margin: 10px 0;} 
 .c-list .c-listtd {display: flex; flex-direction: row; justify-content: space-between;
 align-items: center;}
 .c-list .c-listtext {overflow: hidden;text-overflow: ellipsis;
 display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
 .c-list .c-date  {width: 40%; display: flex; justify-content: flex-end; align-items: center;}
 .c-listtitle {display: flex; justify-content: flex-start; align-items: center;}
 .c-list .c-proimg img {width: 32px; height: 32px; object-fit: cover; border-radius: 50%;}
 .c-list .c-listtitle span {font-weight: bold; padding: 5px;}
 .c-list .c-date span {padding: 5px;}
 .c-list .list-i {padding: 5px;}

 .c-list .c-summary {display: none; overflow: hidden; text-overflow: ellipsis;
 -webkit-line-clamp: 2; -webkit-box-orient: vertical; padding: 5px; height: 35px;}

 .c-summary .c-title {border-bottom: none;} 
 .c-summary .c-inner {display: flex; flex-wrap: wrap;}
 .c-summary.inner::after {content: ''; display: block; clear: both; margin: 0; padding: 0;}
 .c-summary .c-gwrap { float: left; width: 100%; position: relative;}
 .c-summary .c-gwrap:last-child {border-bottom: none;}
 .c-summary .c-gwrap a {display: flex;}
 .c-summary .c-gwrap:last-child > a {border-bottom: none;}
 .c-summary .c-thumbnail {width: 130px; overflow: hidden; position: relative;}
 .c-summary .c-thumbnail img {width:100%; object-fit: cover;  -webkit-transform: scale(1);
 transform: scale(1);	-webkit-transition: .5s ease-in-out; transition: .5s ease-in-out;}
 .c-summary .c-gwrap a:hover img {-webkit-transform: scale(1.3); transform: scale(1.3);}
 .c-summary .thumbnail-info {width: calc(100% - 130px); padding: 5px;}
 .c-summary .thumbnail-title {text-align: left; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;
 overflow: hidden; font-weight: bold;}
 .c-summary .thumbnail-date {text-align: right;}
 .c-summary .thumbnail-summary {overflow: hidden; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical;
 text-overflow: ellipsis; margin-top: 10px;}


/* swiper */
 .c-swiper.inner {padding: 0;}
 .swiper {width:100% !important; margin: 0 !important; }
 .swiper.mySwiper  {margin: 0 !important; width: 100%;}
 .swiper-slide { text-align: center; font-size: 18px; background: #fff;
/* Center slide text vertically */
 display: -webkit-box; display: -ms-flexbox;
 display: -webkit-flex; display: flex;
 -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center;
 justify-content: center; -webkit-box-align: center; -ms-flex-align: center;
 -webkit-align-items: center; align-items: center; }
 .swiper-slide img { display: block; width: 100%; object-fit: cover; height: 320px;}
 .swiper-pagination-bullet {background: #ffffffb6 !important; opacity: 100 !important;}
 .swiper-pagination-bullet-active {background: #aeaeae !important; opacity: 100 !important;}



/* 반응형 */ 
 @media (max-width:800px){
 #whole{ width: 96% !important; height: auto !important; overflow: hidden;
 margin: 10px auto;}
 .header {margin-top: 10px;}
 #container {height: 100% !important; overflow-y: auto !important;}
 .h-btn1 {z-index: 5;}
 .category {left: 0; width: 100%; top: 0; z-index: 4;}
 /*가로배열*/
 .search, .profile, .tag-desc li a, .comment-edit, .article-prev, .article-next
 .comment-date {display: flex; flex-direction: row; align-items: center;}
 .comment-edit a {margin-right: 5px;}
 .menu {margin-top: -1px;}
 #paging {display: none;}
 #m-paging {width: 100%; left: 0;
 display: flex; justify-content: space-between;}
 .p-prev a, .p-next a {border: none !important; margin-bottom: 0;
  width: auto !important; height: auto !important;}
  #footer {margin-bottom: 15px;}
  .h-btn1 i, .h-btn2 i, .h-text a {font-size: 20px;}
  .h-text img {width: 20px; height: 20px;}
 } 


/* scallbar */
 ::-webkit-scrollbar { width: 5px; display: none; }
 ::-webkit-scrollbar-track { background-color: #FFF; }
 ::-webkit-scrollbar-thumb { border-radius: 0;}
 ::-webkit-scrollbar-button { display: none; }


/* copyright */
 #copyright {font-family: 'Pretendard-Regular'; font-size: 11px;}
 #copyright a{ position: fixed;  left: 10px; bottom: 10px; display: flex;
 flex-direction: row; align-items: center;}
 .copyright-1{ position: relative; font-size: 11.5px; font-weight: bold; color: #9681bd !important;
  width: auto; z-index: 999;}
 .copyright-2{ opacity:0; margin-left: 3px; transition: all 1s; color: #9681bd !important;}
 .copyright-1:hover + .copyright-2{ opacity:1; }

 

/*youtube*/
 .youtube{position:relative; width:100%; padding-bottom:56.25%;}
 .youtube iframe{position:absolute; width:100%; height:100%;}
