
/** Custom css 2026-04-02 **/
/** Custom css 2026-04-02 **/


/* 사이트 메인화면 중간/오른쪽 고정 버튼 : 카톡, 네이버톡톡, 전화 등 */
.fixed3 {
  position: fixed;
  bottom: 200px;
  right: 5px;
  text-decoration: none;
  color: #fff;
  padding: 0px;
  z-index: 6000;
  cursor: pointer;
}

/* 사이트 메인화면 중간/오른쪽 고정 버튼 : 조감도, 도시군, 등산지도, 안내도, 테마지도, 해외지도, 출판물  */
.fixed4 {
	position: fixed;
	bottom: 200px;
	left: 5px;
	text-decoration: none;
	color: #fff;
	padding: 0px;
	z-index: 6000;
	cursor: pointer;
}


/** w3c css 2026-04-02 **/
/** 메뉴바 중앙 정렬하기기 2026-04-02 **/
.w3-bar.w3-center {
  text-align: center;
}

.w3-bar.w3-center .w3-bar-item {
  float: none;         /* 혹시 left float 되어 있으면 해제 */
  display: inline-block;
}

/** w3c css 2026-04-02 **/


/* W3.CSS 4.15 December 2020 by Jan Egil and Borge Refsnes */
html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}
/* Extract from normalize.css by Nicolas Gallagher and Jonathan Neal git.io/normalize */
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}summary{display:list-item}
audio,canvas,progress,video{display:inline-block}progress{vertical-align:baseline}
audio:not([controls]){display:none;height:0}[hidden],template{display:none}
a{background-color:transparent}a:active,a:hover{outline-width:0}
abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}
b,strong{font-weight:bolder}dfn{font-style:italic}mark{background:#ff0;color:#000}
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}figure{margin:1em 40px}img{border-style:none}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}hr{box-sizing:content-box;height:0;overflow:visible}
button,input,select,textarea,optgroup{font:inherit;margin:0}optgroup{font-weight:bold}
button,input{overflow:visible}button,select{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{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}
legend{color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}
[type=checkbox],[type=radio]{padding:0}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}
[type=search]{-webkit-appearance:textfield;outline-offset:-2px}
[type=search]::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
/* End extract */
html,body{font-family:Verdana,sans-serif;font-size:15px;line-height:1.5}html{overflow-x:hidden}
h1{font-size:36px}h2{font-size:30px}h3{font-size:24px}h4{font-size:20px}h5{font-size:18px}h6{font-size:16px}
.w3-serif{font-family:serif}.w3-sans-serif{font-family:sans-serif}.w3-cursive{font-family:cursive}.w3-monospace{font-family:monospace}
h1,h2,h3,h4,h5,h6{font-family:"Noto Sans KR",Nanum Gothic,Segoe UI,Arial,sans-serif;font-weight:600;margin:10px 0}.w3-wide{letter-spacing:4px}
hr{border:0;border-top:1px solid #eee;margin:20px 0}
.w3-image{max-width:100%;height:auto}img{vertical-align:middle}a{color:inherit}
.w3-table,.w3-table-all{border-collapse:collapse;border-spacing:0;width:100%;display:table}.w3-table-all{border:1px solid #ccc}
.w3-bordered tr,.w3-table-all tr{border-bottom:1px solid #ddd}.w3-striped tbody tr:nth-child(even){background-color:#f1f1f1}
.w3-table-all tr:nth-child(odd){background-color:#fff}.w3-table-all tr:nth-child(even){background-color:#f1f1f1}
.w3-hoverable tbody tr:hover,.w3-ul.w3-hoverable li:hover{background-color:#ccc}.w3-centered tr th,.w3-centered tr td{text-align:center}
.w3-table td,.w3-table th,.w3-table-all td,.w3-table-all th{padding:8px 8px;display:table-cell;text-align:left;vertical-align:top}
.w3-table th:first-child,.w3-table td:first-child,.w3-table-all th:first-child,.w3-table-all td:first-child{padding-left:16px}
.w3-btn,.w3-button{border:none;display:inline-block;padding:10px 3px;vertical-align:middle;overflow:hidden;text-decoration:none;color:inherit;background-color:inherit;text-align:center;cursor:pointer;white-space:nowrap}
.w3-btn:hover{box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)}
.w3-btn,.w3-button{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}   
.w3-disabled,.w3-btn:disabled,.w3-button:disabled{cursor:not-allowed;opacity:0.3}.w3-disabled *,:disabled *{pointer-events:none}
.w3-btn.w3-disabled:hover,.w3-btn:disabled:hover{box-shadow:none}
.w3-badge,.w3-tag{background-color:#000;color:#fff;display:inline-block;padding-left:8px;padding-right:8px;text-align:center}.w3-badge{border-radius:50%}
.w3-ul{list-style-type:none;padding:0;margin:0}.w3-ul li{padding:8px 16px;border-bottom:1px solid #ddd}.w3-ul li:last-child{border-bottom:none}
.w3-tooltip,.w3-display-container{position:relative}.w3-tooltip .w3-text{display:none}.w3-tooltip:hover .w3-text{display:inline-block}
.w3-ripple:active{opacity:0.5}.w3-ripple{transition:opacity 0s}
.w3-input{padding:8px;display:block;border:none;border-bottom:1px solid #ccc;width:100%}
.w3-select{padding:9px 0;width:100%;border:none;border-bottom:1px solid #ccc}
.w3-dropdown-click,.w3-dropdown-hover{position:relative;display:inline-block;cursor:pointer}
.w3-dropdown-hover:hover .w3-dropdown-content{display:block}
.w3-dropdown-hover:first-child,.w3-dropdown-click:hover{background-color:#ccc;color:#000}
.w3-dropdown-hover:hover > .w3-button:first-child,.w3-dropdown-click:hover > .w3-button:first-child{background-color:#ccc;color:#000}
.w3-dropdown-content{cursor:auto;color:#000;background-color:#fff;display:none;position:absolute;min-width:160px;margin:0;padding:0;z-index:1}
.w3-check,.w3-radio{width:24px;height:24px;position:relative;top:6px}
.w3-sidebar{height:100%;width:200px;background-color:#fff;position:fixed!important;z-index:1;overflow:auto}
.w3-bar-block .w3-dropdown-hover,.w3-bar-block .w3-dropdown-click{width:100%}
.w3-bar-block .w3-dropdown-hover .w3-dropdown-content,.w3-bar-block .w3-dropdown-click .w3-dropdown-content{min-width:100%}
.w3-bar-block .w3-dropdown-hover .w3-button,.w3-bar-block .w3-dropdown-click .w3-button{width:100%;text-align:left;padding:8px 16px}
.w3-main,#main{transition:margin-left .4s}
.w3-modal{z-index:3;display:none;padding-top:100px;position:fixed;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.4)}
.w3-modal-content{margin:auto;background-color:#fff;position:relative;padding:0;outline:0;width:600px}
.w3-bar{width:100%;overflow:hidden}.w3-center .w3-bar{display:inline-block;width:auto}
.w3-bar .w3-bar-item{padding:10px 3px;float:left;width:auto;border:none;display:block;outline:0}
.w3-bar .w3-dropdown-hover,.w3-bar .w3-dropdown-click{position:static;float:left}
.w3-bar .w3-button{white-space:normal}
.w3-bar-block .w3-bar-item{width:100%;display:block;padding:8px 16px;text-align:left;border:none;white-space:normal;float:none;outline:0}
.w3-bar-block.w3-center .w3-bar-item{text-align:center}.w3-block{display:block;width:100%}
.w3-responsive{display:block;overflow-x:auto}
.w3-container:after,.w3-container:before,.w3-panel:after,.w3-panel:before,.w3-row:after,.w3-row:before,.w3-row-padding:after,.w3-row-padding:before,
.w3-cell-row:before,.w3-cell-row:after,.w3-clear:after,.w3-clear:before,.w3-bar:before,.w3-bar:after{content:"";display:table;clear:both}
.w3-col,.w3-half,.w3-third,.w3-twothird,.w3-threequarter,.w3-quarter{float:left;width:100%}
.w3-col.s1{width:8.33333%}.w3-col.s2{width:16.66666%}.w3-col.s3{width:24.99999%}.w3-col.s4{width:33.33333%}
.w3-col.s5{width:41.66666%}.w3-col.s6{width:49.99999%}.w3-col.s7{width:58.33333%}.w3-col.s8{width:66.66666%}
.w3-col.s9{width:74.99999%}.w3-col.s10{width:83.33333%}.w3-col.s11{width:91.66666%}.w3-col.s12{width:99.99999%}
@media (min-width:601px){.w3-col.m1{width:8.33333%}.w3-col.m2{width:16.66666%}.w3-col.m3,.w3-quarter{width:24.99999%}.w3-col.m4,.w3-third{width:33.33333%}
.w3-col.m5{width:41.66666%}.w3-col.m6,.w3-half{width:49.99999%}.w3-col.m7{width:58.33333%}.w3-col.m8,.w3-twothird{width:66.66666%}
.w3-col.m9,.w3-threequarter{width:74.99999%}.w3-col.m10{width:83.33333%}.w3-col.m11{width:91.66666%}.w3-col.m12{width:99.99999%}}
@media (min-width:993px){.w3-col.l1{width:8.33333%}.w3-col.l2{width:16.66666%}.w3-col.l3{width:24.99999%}.w3-col.l4{width:33.33333%}
.w3-col.l5{width:41.66666%}.w3-col.l6{width:49.99999%}.w3-col.l7{width:58.33333%}.w3-col.l8{width:66.66666%}
.w3-col.l9{width:74.99999%}.w3-col.l10{width:83.33333%}.w3-col.l11{width:91.66666%}.w3-col.l12{width:99.99999%}}
.w3-rest{overflow:hidden}.w3-stretch{margin-left:-16px;margin-right:-16px}
.w3-content,.w3-auto{margin-left:auto;margin-right:auto}.w3-content{max-width:980px}.w3-auto{max-width:1140px}
.w3-cell-row{display:table;width:100%}.w3-cell{display:table-cell}
.w3-cell-top{vertical-align:top}.w3-cell-middle{vertical-align:middle}.w3-cell-bottom{vertical-align:bottom}
.w3-hide{display:none!important}.w3-show-block,.w3-show{display:block!important}.w3-show-inline-block{display:inline-block!important}
@media (max-width:1205px){.w3-auto{max-width:95%}}
@media (max-width:600px){.w3-modal-content{margin:0 10px;width:auto!important}.w3-modal{padding-top:30px}
.w3-dropdown-hover.w3-mobile .w3-dropdown-content,.w3-dropdown-click.w3-mobile .w3-dropdown-content{position:relative}	
.w3-hide-small{display:none!important}.w3-mobile{display:block;width:100%!important}.w3-bar-item.w3-mobile,.w3-dropdown-hover.w3-mobile,.w3-dropdown-click.w3-mobile{text-align:center}
.w3-dropdown-hover.w3-mobile,.w3-dropdown-hover.w3-mobile .w3-btn,.w3-dropdown-hover.w3-mobile .w3-button,.w3-dropdown-click.w3-mobile,.w3-dropdown-click.w3-mobile .w3-btn,.w3-dropdown-click.w3-mobile .w3-button{width:100%}}
@media (max-width:768px){.w3-modal-content{width:500px}.w3-modal{padding-top:50px}}
@media (min-width:993px){.w3-modal-content{width:900px}.w3-hide-large{display:none!important}.w3-sidebar.w3-collapse{display:block!important}}
@media (max-width:992px) and (min-width:601px){.w3-hide-medium{display:none!important}}
@media (max-width:992px){.w3-sidebar.w3-collapse{display:none}.w3-main{margin-left:0!important;margin-right:0!important}.w3-auto{max-width:100%}}
/* [원본] .w3-top,.w3-bottom{position:fixed;width:100%;z-index:1}.w3-top{top:0}.w3-bottom{bottom:0} */
.w3-top,.w3-bottom{position:fixed;width:100%;z-index:1000}.w3-top{top:0}.w3-bottom{bottom:0}
.w3-overlay{position:fixed;display:none;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.5);z-index:2}
.w3-display-topleft{position:absolute;left:0;top:0}.w3-display-topright{position:absolute;right:0;top:0}
.w3-display-bottomleft{position:absolute;left:0;bottom:0}.w3-display-bottomright{position:absolute;right:0;bottom:0}
.w3-display-middle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)}
.w3-display-left{position:absolute;top:50%;left:0%;transform:translate(0%,-50%);-ms-transform:translate(-0%,-50%)}
.w3-display-right{position:absolute;top:50%;right:0%;transform:translate(0%,-50%);-ms-transform:translate(0%,-50%)}
.w3-display-topmiddle{position:absolute;left:50%;top:0;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)}
.w3-display-bottommiddle{position:absolute;left:50%;bottom:0;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)}
.w3-display-container:hover .w3-display-hover{display:block}.w3-display-container:hover span.w3-display-hover{display:inline-block}.w3-display-hover{display:none}
.w3-display-position{position:absolute}
.w3-circle{border-radius:50%}
.w3-round-small{border-radius:2px}.w3-round,.w3-round-medium{border-radius:4px}.w3-round-large{border-radius:8px}.w3-round-xlarge{border-radius:16px}.w3-round-xxlarge{border-radius:32px}
.w3-row-padding,.w3-row-padding>.w3-half,.w3-row-padding>.w3-third,.w3-row-padding>.w3-twothird,.w3-row-padding>.w3-threequarter,.w3-row-padding>.w3-quarter,.w3-row-padding>.w3-col{padding:0 8px}
.w3-container,.w3-panel{padding:0.01em 16px}.w3-panel{margin-top:16px;margin-bottom:16px}
.w3-code,.w3-codespan{font-family:Consolas,"courier new";font-size:16px}
.w3-code{width:auto;background-color:#fff;padding:8px 12px;border-left:4px solid #4CAF50;word-wrap:break-word}
.w3-codespan{color:crimson;background-color:#f1f1f1;padding-left:4px;padding-right:4px;font-size:110%}
.w3-card,.w3-card-2{box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)}
.w3-card-4,.w3-hover-shadow:hover{box-shadow:0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19)}
.w3-spin{animation:w3-spin 2s infinite linear}@keyframes w3-spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}
.w3-animate-fading{animation:fading 10s infinite}@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}
.w3-animate-opacity{animation:opac 0.8s}@keyframes opac{from{opacity:0} to{opacity:1}}
.w3-animate-top{position:relative;animation:animatetop 0.4s}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
.w3-animate-left{position:relative;animation:animateleft 0.4s}@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
.w3-animate-right{position:relative;animation:animateright 0.4s}@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
.w3-animate-bottom{position:relative;animation:animatebottom 0.4s}@keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}}
.w3-animate-zoom {animation:animatezoom 0.6s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}
.w3-animate-input{transition:width 0.4s ease-in-out}.w3-animate-input:focus{width:100%!important}
.w3-opacity,.w3-hover-opacity:hover{opacity:0.60}.w3-opacity-off,.w3-hover-opacity-off:hover{opacity:1}
.w3-opacity-max{opacity:0.25}.w3-opacity-min{opacity:0.75}
.w3-greyscale-max,.w3-grayscale-max,.w3-hover-greyscale:hover,.w3-hover-grayscale:hover{filter:grayscale(100%)}
.w3-greyscale,.w3-grayscale{filter:grayscale(75%)}.w3-greyscale-min,.w3-grayscale-min{filter:grayscale(50%)}
.w3-sepia{filter:sepia(75%)}.w3-sepia-max,.w3-hover-sepia:hover{filter:sepia(100%)}.w3-sepia-min{filter:sepia(50%)}
.w3-tiny{font-size:10px!important}.w3-small{font-size:12px!important}.w3-medium{font-size:15px!important}.w3-large{font-size:18px!important}
.w3-xlarge{font-size:24px!important}.w3-xxlarge{font-size:36px!important}.w3-xxxlarge{font-size:48px!important}.w3-jumbo{font-size:64px!important}
.w3-left-align{text-align:left!important}.w3-right-align{text-align:right!important}.w3-justify{text-align:justify!important}.w3-center{text-align:center!important}
.w3-border-0{border:0!important}.w3-border{border:1px solid #ccc!important}
.w3-border-top{border-top:1px solid #ccc!important}.w3-border-bottom{border-bottom:1px solid #ccc!important}
.w3-border-left{border-left:1px solid #ccc!important}.w3-border-right{border-right:1px solid #ccc!important}
.w3-topbar{border-top:6px solid #ccc!important}.w3-bottombar{border-bottom:6px solid #ccc!important}
.w3-leftbar{border-left:6px solid #ccc!important}.w3-rightbar{border-right:6px solid #ccc!important}
.w3-section,.w3-code{margin-top:16px!important;margin-bottom:16px!important}
.w3-margin{margin:16px!important}.w3-margin-top{margin-top:16px!important}.w3-margin-bottom{margin-bottom:16px!important}
.w3-margin-left{margin-left:16px!important}.w3-margin-right{margin-right:16px!important}
.w3-padding-small{padding:4px 8px!important}.w3-padding{padding:8px 16px!important}.w3-padding-large{padding:12px 24px!important}
.w3-padding-16{padding-top:16px!important;padding-bottom:16px!important}.w3-padding-24{padding-top:24px!important;padding-bottom:24px!important}
.w3-padding-32{padding-top:32px!important;padding-bottom:32px!important}.w3-padding-48{padding-top:48px!important;padding-bottom:48px!important}
.w3-padding-64{padding-top:64px!important;padding-bottom:64px!important}
.w3-padding-top-64{padding-top:64px!important}.w3-padding-top-48{padding-top:48px!important}
.w3-padding-top-32{padding-top:32px!important}.w3-padding-top-24{padding-top:24px!important}
.w3-left{float:left!important}.w3-right{float:right!important}
.w3-button:hover{color:#000!important;background-color:#ccc!important}
.w3-transparent,.w3-hover-none:hover{background-color:transparent!important}
.w3-hover-none:hover{box-shadow:none!important}
/* Colors */
.w3-amber,.w3-hover-amber:hover{color:#000!important;background-color:#ffc107!important}
.w3-aqua,.w3-hover-aqua:hover{color:#000!important;background-color:#00ffff!important}
.w3-blue,.w3-hover-blue:hover{color:#fff!important;background-color:#2196F3!important}
.w3-light-blue,.w3-hover-light-blue:hover{color:#000!important;background-color:#87CEEB!important}
.w3-brown,.w3-hover-brown:hover{color:#fff!important;background-color:#795548!important}
.w3-cyan,.w3-hover-cyan:hover{color:#000!important;background-color:#00bcd4!important}
.w3-blue-grey,.w3-hover-blue-grey:hover,.w3-blue-gray,.w3-hover-blue-gray:hover{color:#fff!important;background-color:#607d8b!important}
.w3-green,.w3-hover-green:hover{color:#fff!important;background-color:#4CAF50!important}
.w3-light-green,.w3-hover-light-green:hover{color:#000!important;background-color:#8bc34a!important}
.w3-indigo,.w3-hover-indigo:hover{color:#fff!important;background-color:#3f51b5!important}
.w3-khaki,.w3-hover-khaki:hover{color:#000!important;background-color:#f0e68c!important}
.w3-lime,.w3-hover-lime:hover{color:#000!important;background-color:#cddc39!important}
.w3-orange,.w3-hover-orange:hover{color:#000!important;background-color:#ff9800!important}
.w3-deep-orange,.w3-hover-deep-orange:hover{color:#fff!important;background-color:#ff5722!important}
.w3-pink,.w3-hover-pink:hover{color:#fff!important;background-color:#e91e63!important}
.w3-purple,.w3-hover-purple:hover{color:#fff!important;background-color:#9c27b0!important}
.w3-deep-purple,.w3-hover-deep-purple:hover{color:#fff!important;background-color:#673ab7!important}
.w3-red,.w3-hover-red:hover{color:#fff!important;background-color:#f44336!important}
.w3-sand,.w3-hover-sand:hover{color:#000!important;background-color:#fdf5e6!important}
.w3-teal,.w3-hover-teal:hover{color:#fff!important;background-color:#009688!important}
.w3-yellow,.w3-hover-yellow:hover{color:#000!important;background-color:#ffeb3b!important}
.w3-white,.w3-hover-white:hover{color:#000!important;background-color:#fff!important}
.w3-black,.w3-hover-black:hover{color:#fff!important;background-color:#000!important}
.w3-grey,.w3-hover-grey:hover,.w3-gray,.w3-hover-gray:hover{color:#000!important;background-color:#9e9e9e!important}
.w3-light-grey,.w3-hover-light-grey:hover,.w3-light-gray,.w3-hover-light-gray:hover{color:#000!important;background-color:#f1f1f1!important}
.w3-dark-grey,.w3-hover-dark-grey:hover,.w3-dark-gray,.w3-hover-dark-gray:hover{color:#fff!important;background-color:#616161!important}
.w3-pale-red,.w3-hover-pale-red:hover{color:#000!important;background-color:#ffdddd!important}
.w3-pale-green,.w3-hover-pale-green:hover{color:#000!important;background-color:#ddffdd!important}
.w3-pale-yellow,.w3-hover-pale-yellow:hover{color:#000!important;background-color:#ffffcc!important}
.w3-pale-blue,.w3-hover-pale-blue:hover{color:#000!important;background-color:#ddffff!important}
.w3-text-amber,.w3-hover-text-amber:hover{color:#ffc107!important}
.w3-text-aqua,.w3-hover-text-aqua:hover{color:#00ffff!important}
.w3-text-blue,.w3-hover-text-blue:hover{color:#2196F3!important}
.w3-text-light-blue,.w3-hover-text-light-blue:hover{color:#87CEEB!important}
.w3-text-brown,.w3-hover-text-brown:hover{color:#795548!important}
.w3-text-cyan,.w3-hover-text-cyan:hover{color:#00bcd4!important}
.w3-text-blue-grey,.w3-hover-text-blue-grey:hover,.w3-text-blue-gray,.w3-hover-text-blue-gray:hover{color:#607d8b!important}
.w3-text-green,.w3-hover-text-green:hover{color:#4CAF50!important}
.w3-text-light-green,.w3-hover-text-light-green:hover{color:#8bc34a!important}
.w3-text-indigo,.w3-hover-text-indigo:hover{color:#3f51b5!important}
.w3-text-khaki,.w3-hover-text-khaki:hover{color:#b4aa50!important}
.w3-text-lime,.w3-hover-text-lime:hover{color:#cddc39!important}
.w3-text-orange,.w3-hover-text-orange:hover{color:#ff9800!important}
.w3-text-deep-orange,.w3-hover-text-deep-orange:hover{color:#ff5722!important}
.w3-text-pink,.w3-hover-text-pink:hover{color:#e91e63!important}
.w3-text-purple,.w3-hover-text-purple:hover{color:#9c27b0!important}
.w3-text-deep-purple,.w3-hover-text-deep-purple:hover{color:#673ab7!important}
.w3-text-red,.w3-hover-text-red:hover{color:#f44336!important}
.w3-text-sand,.w3-hover-text-sand:hover{color:#fdf5e6!important}
.w3-text-teal,.w3-hover-text-teal:hover{color:#009688!important}
.w3-text-yellow,.w3-hover-text-yellow:hover{color:#d2be0e!important}
.w3-text-white,.w3-hover-text-white:hover{color:#fff!important}
.w3-text-black,.w3-hover-text-black:hover{color:#000!important}
.w3-text-grey,.w3-hover-text-grey:hover,.w3-text-gray,.w3-hover-text-gray:hover{color:#757575!important}
.w3-text-light-grey,.w3-hover-text-light-grey:hover,.w3-text-light-gray,.w3-hover-text-light-gray:hover{color:#f1f1f1!important}
.w3-text-dark-grey,.w3-hover-text-dark-grey:hover,.w3-text-dark-gray,.w3-hover-text-dark-gray:hover{color:#3a3a3a!important}
.w3-border-amber,.w3-hover-border-amber:hover{border-color:#ffc107!important}
.w3-border-aqua,.w3-hover-border-aqua:hover{border-color:#00ffff!important}
.w3-border-blue,.w3-hover-border-blue:hover{border-color:#2196F3!important}
.w3-border-light-blue,.w3-hover-border-light-blue:hover{border-color:#87CEEB!important}
.w3-border-brown,.w3-hover-border-brown:hover{border-color:#795548!important}
.w3-border-cyan,.w3-hover-border-cyan:hover{border-color:#00bcd4!important}
.w3-border-blue-grey,.w3-hover-border-blue-grey:hover,.w3-border-blue-gray,.w3-hover-border-blue-gray:hover{border-color:#607d8b!important}
.w3-border-green,.w3-hover-border-green:hover{border-color:#4CAF50!important}
.w3-border-light-green,.w3-hover-border-light-green:hover{border-color:#8bc34a!important}
.w3-border-indigo,.w3-hover-border-indigo:hover{border-color:#3f51b5!important}
.w3-border-khaki,.w3-hover-border-khaki:hover{border-color:#f0e68c!important}
.w3-border-lime,.w3-hover-border-lime:hover{border-color:#cddc39!important}
.w3-border-orange,.w3-hover-border-orange:hover{border-color:#ff9800!important}
.w3-border-deep-orange,.w3-hover-border-deep-orange:hover{border-color:#ff5722!important}
.w3-border-pink,.w3-hover-border-pink:hover{border-color:#e91e63!important}
.w3-border-purple,.w3-hover-border-purple:hover{border-color:#9c27b0!important}
.w3-border-deep-purple,.w3-hover-border-deep-purple:hover{border-color:#673ab7!important}
.w3-border-red,.w3-hover-border-red:hover{border-color:#f44336!important}
.w3-border-sand,.w3-hover-border-sand:hover{border-color:#fdf5e6!important}
.w3-border-teal,.w3-hover-border-teal:hover{border-color:#009688!important}
.w3-border-yellow,.w3-hover-border-yellow:hover{border-color:#ffeb3b!important}
.w3-border-white,.w3-hover-border-white:hover{border-color:#fff!important}
.w3-border-black,.w3-hover-border-black:hover{border-color:#000!important}
.w3-border-grey,.w3-hover-border-grey:hover,.w3-border-gray,.w3-hover-border-gray:hover{border-color:#9e9e9e!important}
.w3-border-light-grey,.w3-hover-border-light-grey:hover,.w3-border-light-gray,.w3-hover-border-light-gray:hover{border-color:#f1f1f1!important}
.w3-border-dark-grey,.w3-hover-border-dark-grey:hover,.w3-border-dark-gray,.w3-hover-border-dark-gray:hover{border-color:#616161!important}
.w3-border-pale-red,.w3-hover-border-pale-red:hover{border-color:#ffe7e7!important}.w3-border-pale-green,.w3-hover-border-pale-green:hover{border-color:#e7ffe7!important}
.w3-border-pale-yellow,.w3-hover-border-pale-yellow:hover{border-color:#ffffcc!important}.w3-border-pale-blue,.w3-hover-border-pale-blue:hover{border-color:#e7ffff!important}




/** Custom css 2026-04-02 **/
/** Custom css 2026-04-02 **/


@charset "UTF-8";
@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-kr.css);

body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, select, table, td, textarea, th, ul {
  margin: 0;
  padding: 0
}

body, button, input, select, textarea {
  font-size: 12px;
  font-family: "Noto Sans KR", 'Spoqa Han Sans', Dotum, '돋움', Helvetica, "Apple SD Gothic Neo", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  outline: none
}

button, input {
  border: 0;
  border-radius: 0
}

fieldset, img {
  border: 0
}

ol, ul {
  list-style: none
}

address, em {
  font-style: normal
}

a {
  text-decoration: none;
  outline: none
}

a:hover {
  text-decoration: none
}

iframe {
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0
}

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

html, body {
  position: relative;
  -webkit-text-size-adjust: 100%
}

/* 컬러셋 */
/* 컬러셋: black */
.theme_black .header h1 a {
  color: #333
}

.theme_black .header .logo .link_logo {
  fill: #333
}

/* black: 메뉴, 검색 레이어 공통 */
.theme_black .ly_area .ly_logo a {
  color: #333
}

.theme_black .ly_area .ly_logo .link_logo {
  fill: #333;
}

/* black: 메뉴 레이어 */
.theme_black .nav .list_category .link_category {
  color: #333
}

.theme_black .nav .list_sub_category .link_menu .count {
  color: #333
}

/* black: 검색 레이어 */
.theme_black .search_area .box_form.on .inp_search {
  color: #333;
}

.theme_black .search_area .box_form.on {
  border-bottom-color: #333
}

.theme_black .search_area .box_form.on .btn_search_del {
  fill-opacity: 0.54
}

/* black: 슬라이드 */
.theme_black .main_slide .slick-dots .slick-active {
  background-color: #333;
}

/* black: 메인 컨텐츠 */

.theme_black .content .section_area .tit_section {
  color: #333;
}

.theme_black .content .section_area .tit_section .ico_arrow .svg_bg {
  fill: #333;
}

.theme_black .list_type_wide .txt_category {
  color: #333;
}

.theme_black .list_notice .link_notice .txt_category {
  color: #333;
}

/* black: 서브 상세 */
.theme_black .box_article_tit .txt_sub_tit {
  color: #333;
}

.theme_black .box_article_tit .sub_tit_info .txt_style a {
  color: #333;
}


.theme_black .box_article .article_cont .txt_color {
  color: #333;
}

.theme_black .box_tag_trail .tag_cont a {
  color: #333;
}

.theme_black .box_comment .comment_area .btn_more {
  color: #333;
}

.theme_black .box_comment .comment_info .txt_style {
  color: #333;
}

.theme_black .comment_item .comment .comment_body .control a {
  color: #333;
}

.theme_black .comment_item .comment .comment_body .author_info .details .link_notify {
  color: #333;
}

.theme_black .box_comment_write .register_area .btn_register {
  background-color: #333;
}

.theme_black .box_comment .comment_area .btn_more:before {
  background-color: #333;
}

.theme_black .box_comment .comment_area .btn_more:after {
  background-color: #333;
}

.theme_black .sidebar .tit_section {
  color: rgba(0, 0, 0, .84);
}

.theme_black .list_article.list_sidebar .link_thumb .box_thumb .item_count {
  background-color: #333;
}

.theme_black .txt_flogo {
  color: #333 !important;
}


.theme_black .box_article .article_cont a {
  color: #888;
  font: underline;
}

.theme_black .footnote a {
  color: #333 !important;
}



/* black: 서브상세 고정메뉴 */

/* black: 푸터 */
.theme_black .footer .area_address .box_address .box_svg .img_svg {
  fill: #333;
}


/* black: 검색 완료 화면 */
.theme_black .search_area .box_tit .txt_style {
  color: rgba(0, 0, 0, .84);
}

.theme_black .content_list .link_thumb .cont_thumb .thumb_info .category {
  color: #333;
}


/* 컬러셋: blue */
.theme_blue .header h1 a {
  color: #4167d9
}

.theme_blue .header .logo .link_logo {
  fill: #4167d9
}

/* blue: 메뉴, 검색 레이어 공통 */
.theme_blue .ly_area .ly_logo a {
  color: #4167d9
}

.theme_blue .ly_area .ly_logo .link_logo {
  fill: #fff;
}

/* blue: 메뉴 레이어 */
.theme_blue .nav .list_category .link_category {
  color: #4167d9
}

.theme_blue .nav .list_sub_category .link_menu .count {
  color: #4167d9
}

/* blue: 검색 레이어 */
.theme_blue .search_area .box_form.on .inp_search {
  color: #4167d9;
}

.theme_blue .search_area .box_form.on {
  border-bottom-color: #4167d9
}

.theme_blue .search_area .box_form.on .btn_search_del {
  fill-opacity: 0.54
}

/* blue: 슬라이드 */
.theme_blue .main_slide .slick-dots .slick-active {
  background-color: #19428f;
}

/* blue: 메인 컨텐츠 */

.theme_blue .content .section_area .tit_section {
  color: #19428f;
}

.theme_blue .content .section_area .tit_section .ico_arrow .svg_bg {
  fill: #19428f;
}

.theme_blue .list_type_wide .txt_category {
  color: #19428f;
}

.theme_blue .list_notice .link_notice .txt_category {
  color: #19428f;
}

/* blue: 서브 상세 */
.theme_blue .box_article_tit .txt_sub_tit {
  color: #19428f;
}

.theme_blue .box_article_tit .sub_tit_info .txt_style a {
  color: #19428f;
}


.theme_blue .box_article .article_cont .txt_color {
  color: #19428f;
}

.theme_blue .box_tag_trail .tag_cont a {
  color: #19428f;
}

.theme_blue .box_comment .comment_area .btn_more {
  color: #19428f;
}

.theme_blue .box_comment .comment_info .txt_style {
  color: #19428f;
}

.theme_blue .comment_item .comment .comment_body .control a {
  color: #19428f;
}

.theme_blue .comment_item .comment .comment_body .author_info .details .link_notify {
  color: #19428f;
}

.theme_blue .box_comment_write .register_area .btn_register {
  background-color: #19428f;
}

.theme_blue .box_comment .comment_area .btn_more:before {
  background-color: #19428f;
}

.theme_blue .box_comment .comment_area .btn_more:after {
  background-color: #19428f;
}

.theme_blue .sidebar .tit_section {
  color: rgba(0, 0, 0, .84);
}

.theme_blue .list_article.list_sidebar .link_thumb .box_thumb .item_count {
  background-color: #19428f;
}

.theme_blue .txt_flogo {
  color: #19428f !important;
}


.theme_blue .box_article .article_cont a {
  color: #19428f;
}

.theme_blue .footnote a {
  color: #19428f !important;
}

.theme_blue .content_list .link_thumb .cont_thumb .thumb_info .category {
  color: #19428f;
}

/* blue: 서브상세 고정메뉴 */

/* blue: 푸터 */
.theme_blue .footer .area_address .box_address .box_svg .img_svg {
  fill: #19428f;
}

/* end -- skin colorset -- */

/* layout */
.header .inner_header {
  padding: 0 24px
}

.sidebar {
  display: none
}

.footer .area_select {
  padding: 0 24px
}

.footer .area_address {
  padding: 0 24px
}

/* common */
.box_svg {
  display: inline-block
}

.img_svg {
  width: 100%;
  height: 100%;
  vertical-align: top
}

select {
  -moz-appearance: none;
  -webkit-appearance: none
}

/*for IE10*/
select::-ms-expand {
  display: none
}

/* header */
.header {
  height: 86px;
  box-shadow: 0 1px rgba(0, 0, 0, .1), 0 -1px rgba(0, 0, 0, .1);
  background-color: #fff;
  z-index: 9999;
  transition: background .1s;
  backdrop-filter: saturate(180%) blur(16px);
  -webkit-backdrop-filter: saturate(180%) blur(16px);
}

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

.header .logo {
  display: inline-block;
}

.header h1 a, .ly_area .ly_logo a {
  font-size: 26px;
  color: #f25555;
  line-height: 32px;
  font-weight: 600;
}

.header .link_logo {
  display: block;
  width: 100%;
  height: 32px;
  padding: 27px 0;
}

.header .link_logo .img_logo {
  height: 32px;
}

.header .btn_box {
  float: right;
  margin-right: -11px;
  padding-top: 20px
}

.header .btn_box:after {
  content: '';
  display: block;
  clear: both
}

.header .btn_box .btn_util {
  float: left;
  width: 48px;
  height: 48px;
  cursor: pointer;
  background-color: transparent;
}

.header .btn_box .btn_search {
  padding: 8px;
  margin-right: 10px;
  background: url(./images/ico_search.svg) no-repeat center
}


.header .btn_menu {
  padding: 15px;
  background: url(./images/ico_menu.svg) no-repeat center
}

.header .box_fix_header {
  display: none
}

.header.fix_header .box_header {
  display: none
}

.header.fix_header .box_fix_header {
  position: relative;
  display: block;
  height: 57px
}

.fix_header .link_back {
  position: absolute;
  top: 20px;
  left: -16px;
  width: 12px;
  height: 32px;
  padding: 8px 18px;
  opacity: 0.54
}

.fix_header .link_back .img_svg {
  width: 11px;
  height: 27px
}

.fix_header .link_back .svg_bg {
  fill: rgba(0, 0, 0, .84);
}

.fix_header .btn_menu {
  position: absolute;
  top: 29px;
  right: -2px;
  background-color: transparent;
  cursor: pointer
}

.fix_header .box_fix_tit {
  padding: 0 40px
}

.fix_header .box_fix_tit .txt_fix_tit {
  overflow: hidden;
  font-size: 16px;
  line-height: 83px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  color: #333;
}

.fix_header .area_util {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 48px;
  box-shadow: 0 1px rgba(0, 0, 0, .1), 0 -1px rgba(0, 0, 0, .1);
  background-color: rgba(245, 247, 250, .95);
  z-index: 9999;
  transition: background .1s;
  backdrop-filter: saturate(180%) blur(16px);
  -webkit-backdrop-filter: saturate(180%) blur(16px);
}

.fix_header .inner_area_util {
  padding: 8px 16px 0
}

.fix_header .inner_area_util:after {
  content: '';
  display: block;
  clear: both
}

.fix_header .area_util .util_like {
  float: left;
  height: 32px;
  background-color: transparent;
  color: #737373;
  cursor: pointer
}

.fix_header .area_util .util_like .icon_font {
  font-size: 22px;
  line-height: 22px;
  color: #f25555
}

.fix_header .area_util .util_like .txt_count {
  line-height: 24px;
  vertical-align: top
}

.fix_header .area_util .box_util {
  float: right
}

.fix_header .area_util .util_comment {
  height: 32px;
  margin-right: 5px;
  background-color: transparent;
  color: #737373;
  cursor: pointer
}

.fix_header .area_util .util_comment .icon_font {
  font-size: 23px;
  line-height: 23px
}

.fix_header .area_util .util_comment .txt_count {
  line-height: 24px;
  vertical-align: top
}

.fix_header .area_util .util_share {
  width: 32px;
  height: 32px;
  background-color: transparent;
  color: #737373;
  cursor: pointer
}

.fix_header .area_util .util_share .icon_font {
  font-size: 24px;
  line-height: 24px;
  vertical-align: -1px
}

.fix_header .area_menu .btn_util:hover .img_svg, .fix_header .area_menu .btn_util:focus .img_svg, .fix_header .area_menu .btn_util:active .img_svg {
  fill-opacity: 0.68
}

/* 메뉴, 검색 레이어 공통 */
.ly_area {
  overflow: auto;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 24px;
  background-color: #fff;
  z-index: 1000;
  -webkit-overflow-scrolling: touch;
}

.ly_area .ly_header:after {
  content: '';
  display: block;
  clear: both
}

.ly_area .ly_logo {
  display: inline-block;
  max-width: 300px;
  height: 56px
}

.ly_area .ly_logo .link_logo {
  display: block;
  width: 100%;
}

.ly_area .ly_logo .link_logo .img_logo {
  height: 32px;
}

.ly_area .btn_ly_close {
  float: right;
  width: 48px;
  height: 48px;
  margin-top: -8px;
  margin-right: -11px;
  padding: 12px;
  background-color: transparent;
  opacity: 0.5;
  cursor: pointer;
  background: url(./images/ico_del.svg) no-repeat center
}

.ly_area .btn_ly_close .box_svg {
  width: 28px;
  height: 28px
}

.ly_area .btn_ly_close:hover .img_svg, .ly_area .btn_ly_close:focus .img_svg, .ly_area .btn_ly_close:active .img_svg {
  fill-opacity: 0.68
}

/* 메뉴 */
.nav .link_menu {
  display: block;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  color: rgba(0, 0, 0, .84);
}

.nav .box_home {
  margin-top: 24px;
}

.nav .list_category .link_category {
  display: block;
  margin-top: 49px;
  font-size: 14px;
  font-weight: 600;
  color: #f05558;
  text-decoration: none
}

.nav .list_sub_category {
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid #ececec;
}

.nav .list_sub_category .link_menu .count {
  font-size: 13px;
  line-height: 1.3;
  font-weight: normal;
  color: #f05d60;
  vertical-align: 1px
}

@media screen and (max-width: 743px) {
  .nav .list_category .link_category {
    font-size: 14px;
    margin-top: 39px
  }

  .nav .list_sub_category {
    margin-top: 18px;
    padding-top: 12px;
  }
}

/* 검색 레이어 */
.search_area .box_form {
  position: relative;
  margin-top: 32px;
  padding: 0 40px 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15)
}

.search_area .box_form .inp_search {
  width: 100%;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  background-color: transparent;
  letter-spacing: -.02em;
}

.search_area .box_form .inp_search::placeholder {
  color: rgba(0, 0, 0, 0.54)
}

.search_area .box_form .inp_search::-moz-placeholder {
  color: rgba(0, 0, 0, 0.54)
}

.search_area .box_form .inp_search:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.54)
}

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

.search_area .box_form.on {
  border-bottom-color: rgba(242, 85, 85, 1)
}

.search_area .box_form.on .inp_search {
  color: #f25555
}

.search_area .box_form.on .btn_search_del {
  fill-opacity: 0.54
}

/* 컨텐츠 */
/* 메인 */

/* 메인 슬라이드 */
.slide_area_top {
  margin-top: 0 !important;
}

.slide_area .slide_item .link_slide {
  display: block;
  position: relative;
  width: 100%;
  height: 280px;
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
  text-decoration: none
}

.slide_area .slide_item .link_slide:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.5))
}

.slide_area .slide_item .link_slide .slide_txt {
  position: absolute;
  bottom: 24px;
  left: 16px;
  max-width: 300px;
  font-weight: bold
}

.slide_area .slide_item .link_slide .txt_tit {
  overflow: hidden;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: -0.02em;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  word-break: keep-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}

.slide_area .slide_item .link_slide .txt_cont {
  overflow: hidden;
  max-height: 40px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.33;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  word-break: keep-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}

.slide_area .slide_item .link_slide .txt_name {
  font-size: 15px;
  line-height: 1.33;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  word-break: keep-all
}

.slick-slider .slick-arrow {
  cursor: pointer
}

.main_slide .slick-arrow {
  display: none !important
}

.main_slide .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.main_slide .slick-dots>li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex-grow: 1;
  height: 5px
}

.main_slide .slick-dots .slick-active {
  background-color: #f25555;
}

.main_slide .slick-dots>li button {
  background-color: transparent;
  text-indent: -9999em
}

/* 카테고리 둘러보기, 이벤트 slick 버튼 */
.category_area .box_arrow .btn_arrow, .event_area .box_arrow .btn_arrow {
  display: none !important
}

.content .section_area {
  padding: 40px 24px 0 24px;
}

.content .section_area .tit_section {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.33;
  color: #f25555;
  letter-spacing: -0.5px
}

.content .section_area .tit_section .txt_section {
  vertical-align: middle
}

.content .section_area .tit_section .ico_arrow {
  display: inline-block;
  width: 10px;
  height: 16px;
  margin-top: 1px;
  margin-left: 3px;
  vertical-align: middle
}

.content .section_area .tit_section .ico_arrow .svg_bg {
  fill: #f25555
}

.section_area .wrap_scroller {
  position: relative;
  z-index: 1;
  height: 280px;
  width: 100%;
  overflow: hidden;
  -ms-touch-action: none;
}

.section_area .scroller {
  position: absolute;
  z-index: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}

.section_area .scroller .item_scroller {
  display: inline-block;
  width: 200px;
  margin-right: 12px;
}

.section_area .scroller .item_scroller .link_item {
  display: block;
  width: 100%;
  color: #333;
  text-decoration: none;
}

.section_area .scroller .item_scroller .link_item .box_thumb {
  position: relative;
  width: 100%;
  height: fit-content;
  padding-top: 124.6%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.section_area .scroller .item_scroller .link_item .box_thumb:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-sizing: border-box
}

.section_area .scroller .item_scroller .link_item .box_thumb.no_img,
.list_post .box_thumb .no_img {
  display: block;
  position: relative;
  background-color: #90949c
}

.section_area .scroller .item_scroller .link_item .box_thumb .default_img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 43px;
  height: 43px;
  margin: -21px 0 0 -21px
}

.section_area .scroller .item_scroller .link_item .box_thumb .default_img .box_svg {
  width: 43px;
  height: 43px
}

.section_area .scroller .item_scroller .txt_item {
  padding-top: 10px;
  font-size: 16px;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 743px) {
  .section_area .scroller .item_scroller .txt_item {
    padding-top: 6px;
    font-size: 14px;
  }
}

.content .scroll_area {
  padding-right: 0
}

.content .event_area {
  margin-top: -16px
}

.section_area.event_area .scroller .item_scroller .link_item .box_thumb {
  padding-top: 50%;
}

/* 하단 단독 (댓글, 방명록, 미디어로그 등) */
.content .section_btm_area {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px 0;
}

.section_btm_area .box_comment {
  padding: 32px 0;
  border-top: none;
}

.section_btm_area .box_tag_trail {
  padding: 32px 0;
  border-top: none;
}

.list_article .link_thumb {
  display: block;
  text-decoration: none
}

.list_article .link_thumb:after {
  content: '';
  display: block;
  clear: both
}

.list_article .link_thumb .box_thumb {
  position: relative;
  padding-top: 70.7%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.list_article .link_thumb .box_thumb:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
}

.list_article .link_thumb .box_thumb.no_img {
  position: relative;
  background-color: #90949c
}

.list_article .link_thumb .box_thumb .default_img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
}

.list_article .link_thumb .box_thumb .default_img .box_svg {
  width: 48px;
  height: 48px;
}

.list_article .list_type1 li {
  width: 50%;
}

#content_cover_group .list_article .link_thumb .cont_thumb .txt_thumb {
  width: calc(100% - 12px);
}

.list_article .link_thumb .cont_thumb .txt_thumb {
  overflow: hidden;
  max-height: 58px;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  color: #333;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-top: 4px;
}

.list_article .link_thumb .thumb_info {
  overflow: hidden;
  font-size: 12px;
  line-height: 16px;
  color: rgba(0, 0, 0, .84);
  text-overflow: ellipsis;
  white-space: nowrap
}

.list_article .link_thumb .thumb_info .date {
  margin-right: 4px;
  color: #888;
  font-size: 13px;
}

.list_article .link_thumb .thumb_info .like .box_svg {
  width: 11px;
  height: 16px;
  opacity: 0.54;
  vertical-align: top
}

.list_article .link_thumb .cont_thumb {
  text-align: left
}

/* 미디어: PC */
@media screen and (min-width: 1024px) {

  .list_article .link_thumb .box_thumb {
    position: relative;
    padding-top: 44.7%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
}

/* 리스트 썸네일 영역 리스트 링크 호버 시 효과 적용 */
.list_article .link_thumb:hover .box_thumb {
  opacity: 0.85;
  transition: opacity 0.2s
}

.list_article .link_thumb:hover .txt_thumb {
  transition: color .2s;
  color: rgba(0, 0, 0, .54);
}

.item_scroller .link_item:hover .box_thumb {
  opacity: 0.85;
  transition: opacity 0.2s
}

.item_scroller .link_item:hover .txt_item {
  transition-delay: .2s;
  color: rgba(0, 0, 0, .54);
}

.list_article.list_type1>li:first-child .link_thumb .box_thumb.no_img {
  display: block
}

/* 리스트 type2 (컬럼) */
.list_article.list_type2 {
  margin: 0 -8px
}

.list_article.list_type2:after {
  content: '';
  display: block;
  clear: both
}

.list_article.list_type2>li {
  display: block;
  float: left;
  width: 50%;
  margin-top: 0;
  margin-bottom: 16px
}

.list_article.list_type2 .link_thumb {
  margin: 0 8px
}

.list_article.list_type2 .link_thumb .box_thumb {
  float: none;
  width: 100%;
  /* height:44.8vw; */
  padding-top: 100%;
  height: auto;
  margin-bottom: 8px;
  /* max-height:240px; */
}

.list_article.list_type2 .link_thumb .cont_thumb .txt_thumb {
  padding-top: 0;
  max-height: 42px;
  -webkit-line-clamp: 2
}

.list_article.list_type2 .link_thumb .box_thumb.no_img {
  display: block
}

/* 메인 이벤트 스크롤 */
.section_area.event_area .scroller .item_scroller {
  width: 240px;
}

/* 서브 리스트 */
.sub_content .section_area .tit_section {
  margin-bottom: 20px;
  font-size: 16px;
}

.sub_content .list_sub {
  margin: 0 -8px
}

.sub_content .list_sub:after {
  content: '';
  display: block;
  clear: both
}

.sub_content .list_sub .link_thumb {
  margin: 0 8px
}

/* 검색 완료 페이지 */
.search_area .box_tit {
  padding-bottom: 40px
}

.search_area .box_tit .tit_search {
  padding-bottom: 4px;
  font-size: 32px;
  line-height: 1.25;
  font-weight: bold;
  letter-spacing: -0.6px;
  color: rgba(0, 0, 0, 0.54);
}

.search_area .box_tit .txt_info {
  font-size: 13px;
  line-height: 1.38
}

.search_area .box_tit .txt_style {
  color: #f25555
}

/* 검색 완료 리스트 */
.search_area .list_article>li {
  display: block
}

/* 서브 상세 */
.container_sub_detail {
  margin-top: 60px;
}

.container_sub_detail .header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000
}

.container_sub_detail .fix_header {
  position: fixed
}

.container_sub_detail .footer .area_address {
  padding-bottom: 72px
}

/* media */
@media screen and (min-width: 743px) {
  .container_sub_detail {
    margin-top: 87px;
  }
}

/* 서브 상세페이지 - 본문 */
.box_article {
  margin-bottom: 24px;
  font-weight: 400;
  color: rgba(0, 0, 0, .84);
}

.box_article .article_cont .another_category {
  display: none;
}

.box_article .article_author {
  padding-top: 20px;
  font-size: 17px;
  line-height: 24px;
}

.box_article .container_postbtn {
  padding-bottom: 0;
  margin-bottom: 24px
}

.box_article_tit .txt_sub_tit {
  font-size: 26px;
  line-height: 36px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #333
}

.box_article_tit .sub_tit_info {
  padding-top: 8px;
  font-size: 13px;
  line-height: 1.38
}

.box_article_tit .sub_tit_info .name {
  position: relative;
  padding-right: 10px;
  color: #666;
}

.box_article_tit .sub_tit_info .date {
  color: #666;
}

.box_article_tit .sub_tit_info .name:before,
.box_article_tit .sub_tit_info .name:after {
  position: absolute;
  width: 5px;
  height: 5px;
  font-size: 12px;
  font-weight: bold;
  color: #888;
}

.box_article_tit .sub_tit_info .name:before {
  top: 0;
  left: 2px;
}

.box_article_tit .sub_tit_info .name:after {
  content: '.';
  top: -1px;
  right: 0;
}

.sub_tit_info .info_meta {
  margin-top: 6px;
}

/* 미디어: PC */
@media screen and (min-width: 1024px) {
  .sub_tit_info .category {
    display: inline-block;
  }

  .sub_tit_info .info_meta {
    display: inline-block;
  }

  .box_article_tit .sub_tit_info .name {
    padding-left: 10px;
  }

  .box_article_tit .sub_tit_info .name:before {
    content: '.';
  }
}

.admin_slash {
  position: relative;
  padding-right: 10px;
}

.admin_slash:after {
  content: '｜';
  position: absolute;
  top: 3px;
  right: 1px;
  width: 8px;
  height: 5px;
  font-size: 10px;
  color: #dcdece;
}

.box_article_tit .sub_tit_info .txt_style {
  color: #666;
}

.box_article_tit .sub_tit_info .txt_style a {
  color: #f25555
}

.box_article_tit .sub_tit_info .admin {
  padding-top: 10px;
}

.box_article_tit .sub_tit_info .admin a {
  color: #90949c
}

/* 서브 상세페이지 - 본문 (Typography) */
.article_cont h1,
.article_cont h2,
.article_cont h3,
.article_cont h4 {
  margin: 0.67em 0;
  font-weight: bold;
  color: rgba(0, 0, 0, .84);
}

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

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

.box_article .article_cont h2 {
  font-size: 24px;
  line-height: 1.38;
}

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

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

.box_article .article_cont p {
  font-size: 16px;
}

.box_article .article_cont blockquote {
  margin-left: 0px;
  margin-right: 0px;
  padding: 1px 12px;
  border-left: 4px solid rgba(0, 0, 0, 0.15);
  background-color: transparent;
  color: rgba(0, 0, 0, 0.68)
}

.box_article .article_cont blockquote p {
  margin: 0
}

.box_article .article_cont a {
  text-decoration: underline;
  color: #f25555;
}

.box_article .article_cont a:hover {
  color: #d94c4c;
}

.footnote a {
  color: #f25555 !important;
}


#d94c4c .box_article .article_cont pre {
  margin: 20px 0px;
  font-size: 13px;
  white-space: pre-wrap;
}

.box_article .article_cont p code {
  padding: 1px 3px;
  background-color: #eeeeee;
  font-size: 13px;
}

.box_article .article_cont pre code.hljs {
  padding: 20px;
  text-align: left;
}

.box_article .article_cont ul {
  margin: 24px 0;
  padding-left: 23px;
  list-style: disc
}

.box_article .article_cont ul li {
  font-size: 16px;
  line-height: 24px;
}

.box_article .article_cont ol {
  margin: 24px 0;
  padding-left: 23px;
  list-style: decimal
}

.box_article .article_cont ol li {
  font-size: 16px;
  line-height: 24px;
}

.box_article .article_cont .line {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.15)
}

.box_article .article_cont img {
  max-width: 100%;
  vertical-align: top
}

.box_article .article_cont .txt_caption {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  line-height: 18px;
  text-align: center
}

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

/* 181010 ryu 유투브 모바일 수정 */
@media screen and (max-width: 743px) {
  .box_article .article_cont iframe {
    width: 100%;
    height: 56vw;
    -ms-height: 56vmax;
  }
}

/* 181010 ryu 대표이미지 최상단 강제 노출 제거 */
.box_article .article_cont .article_img.img_type1 {
  display: none;
  margin: 0 -16px;
  text-align: center
}

.box_article .article_cont .article_img.img_type1 img {
  width: 100%
}

.box_article .article_cont .article_img.img_type_ta_c {
  text-align: center
}

.box_article .article_cont .txt_color {
  color: #f25555
}

.box_article .article_cont .txt_td_u {
  text-decoration: underline
}

.box_article .article_cont .article_util {
  padding-top: 16px;
  padding-bottom: 16px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ececec;
}

.box_article .article_cont .article_util:after {
  content: '';
  display: block;
  clear: both
}

.box_article .article_cont .article_util .util_like {
  float: left;
  height: 32px;
  background-color: transparent;
  color: #737373;
  cursor: pointer
}

.box_article .article_cont .article_util .util_like .icon_font {
  font-size: 22px;
  line-height: 22px;
  color: #f25555
}

.box_article .article_cont .article_util .util_like .txt_count {
  line-height: 24px;
  vertical-align: top
}

.box_article .article_cont .article_util .box_util {
  float: left;
  position: relative;
  margin-left: 12px;
}

.box_article .article_cont .article_util .util_comment {
  height: 32px;
  margin-right: 5px;
  background-color: transparent;
  color: #737373;
  cursor: pointer
}

.box_article .article_cont .article_util .util_comment .icon_font {
  font-size: 22px;
  line-height: 22px
}

.box_article .article_cont .article_util .util_comment .txt_count {
  line-height: 24px;
  vertical-align: top
}

.box_article .article_cont .article_util .util_share {
  width: 32px;
  height: 32px;
  background-color: transparent;
  color: #737373;
  cursor: pointer
}

.box_article .article_cont .article_util .util_share .icon_font {
  font-size: 22px;
  line-height: 24px;
  vertical-align: 1px
}

/* 상세페이지 카테고리 다른글 */
.box_article .another_category th a {
  max-width: calc(100% - 42px);
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
}

.box_article .another_category th span {
  vertical-align: middle;
}

/* 서브 상세 - 본문 하단 (태그, 관련글) */
.tit_box {
  font-size: 34px;
  padding-bottom: 18px;
  text-align: center;
}

.detail_area .tit_box {
  padding-bottom: 11px;
  text-align: left;
  font-size: 16px;
}

.detail_area .box_tag_trail .tit_box {
  font-size: 16px;
  text-align: left;
}

/* 서브 - 태그 */
.box_tag_trail {
  padding: 35px 0 37px 0;
  border-top: 1px solid #ececec;
}

.box_tag_trail .tag_cont a {
  font-size: 16px;
  line-height: 1.41;
  font-weight: 300;
  color: #333;
  margin-left: 8px;
}

.box_tag_trail .tag_cont a:first-child {
  margin-left: 0
}

.box_tag_trail .tag_cont a:hover {
  text-decoration: underline;
}

/* 서브 - 관련 글 */
.box_related_article {
  padding: 35px 0 25px 0;
  border-top: 1px solid #ececec
}

.box_related_article .link_related {
  float: right;
  font-size: 15px;
  text-decoration: none;
  color: #666;
  font-weight: 500;
}

/* 서브 상세 - 댓글 */
.box_comment {
  padding: 35px 0 55px 0;
  border-top: 1px solid #ececec
}

.box_comment .comment_info {
  padding-bottom: 24px
}

.box_comment .comment_info:after {
  content: '';
  display: block;
  clear: both
}

.box_comment .comment_info .txt_style {
  color: #f25555
}

.box_comment .comment_info .btn_info_comment {
  float: left;
  font-size: 16px;
  font-weight: bold;
  background-color: transparent;
  cursor: pointer
}

.box_comment .comment_info .btn_info_write {
  display: none;
  float: right;
  font-size: 15px;
  line-height: 1.33;
  font-weight: bold;
  background-color: transparent;
  cursor: pointer
}

.box_comment .comment_area .btn_more {
  position: relative;
  padding-left: 13px;
  font-size: 17px;
  line-height: 1.41;
  font-weight: 300;
  background-color: transparent;
  color: #f25555;
  cursor: pointer
}

.box_comment .comment_area .btn_more:before {
  content: '';
  position: absolute;
  top: 11px;
  left: 0;
  width: 9px;
  height: 1px;
  background-color: #f25555
}

.box_comment .comment_area .btn_more:after {
  content: '';
  position: absolute;
  top: 7px;
  left: 4px;
  width: 1px;
  height: 9px;
  background-color: #f25555
}

/* 서브 상세 - 댓글 리스트 */
.comment_item {
  padding: 16px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15)
}

.comment_item:first-child {
  padding-top: 0;
}

.comment_item:last-child {
  border-bottom: 0 none
}

.comment_item .comment:after {
  content: '';
  display: block;
  clear: both
}

.comment_item .comment .thumb_author {
  float: left;
  overflow: hidden;
  width: 40px;
  height: 40px;
  margin-right: 16px;
  border-radius: 50%;
  background-color: #f2f2f2
}

.comment_item .comment .thumb_author img {
  width: 100%;
  height: 100%;
  background-color: #fff
}

.comment_item .comment .comment_body {
  overflow: hidden;
  color: rgba(0, 0, 0, .86);
  font-size: 15px;
  line-height: 20px;
}

.comment_item .comment .comment_body .author_info {
  margin-bottom: 8px
}

.comment_item .comment .comment_body .author_info .author, .comment_item .comment .comment_body .author_info .author a {
  color: rgba(0, 0, 0, .86);
}

.comment_item .comment .comment_body .author_info .author {
  margin-bottom: 4px;
  font-weight: 600;
}

.comment_item .comment .comment_body .author_info .author a:hover {
  color: rgba(0, 0, 0, .54)
}

.comment_item .comment .comment_body .author_info .details {
  color: rgba(0, 0, 0, .54)
}

.comment_item .comment .comment_body .author_info .details a {
  color: rgba(0, 0, 0, .54);
  padding-left: 5px;
}

.comment_item .comment .comment_body .author_info .details .link_notify {
  margin-left: 4px;
  color: #f25555
}

.comment_item .comment .comment_body .author_info .details {
  font-size: 13px;
  line-height: 1.38;
  color: #797979
}

.comment_item .comment .comment_body p {
  font-size: 15px;
  line-height: 1.33;
  color: rgba(0, 0, 0, .84);
}

.comment_item .comment .comment_body .control {
  margin-top: 8px;
  font-size: 14px;
  line-height: 20px;
}

.comment_item .comment .comment_body .control a {
  margin-right: 8px;
  color: #f25555
}

/* 서브 상세 - 댓글 리스트 (대댓글) */
.comment_item.reply {
  padding: 12px 0 12px 24px;
  border-top: 0 none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.comment_item.reply:first-child {
  padding-top: 24px;
}

.comment_item.reply:last-child {
  border-bottom: 0 none;
}

.comment_item.reply .comment .thumb_author {
  width: 36px;
  height: 36px
}

/* 댓글 쓰기 */
.box_comment_write {
  position: relative
}

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

.box_comment_write .form_guest {
  margin: 0 -4px
}

.box_comment_write .form_guest:after {
  content: '';
  display: block;
  clear: both
}

.box_comment_write .box_inp {
  float: left;
  width: 100%;
  margin-bottom: 8px
}

.box_comment_write .box_inp:nth-child(-n+2) {
  width: 50%
}

.box_comment_write .box_inp .inner_inp {
  margin: 0 4px;
  padding: 9px 10px;
  border: 1px solid #ddd;
  box-sizing: border-box
}

.box_comment_write .inp_comment, .box_comment_write .form_secret input, .box_comment_write .register_area textarea {
  display: inline-block;
  font-size: 15px;
  line-height: 1.33;
  color: #333;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: transparent
}

.box_comment_write .inp_comment {
  width: 100%
}

.box_comment_write .register_area .btn_register {
  float: right;
  width: 105px;
  height: 36px;
  margin-top: 8px;
  font-size: 15px;
  line-height: 2.1;
  background-color: #f25555;
  color: #fff;
  cursor: pointer
}

.box_comment_write .register_area .btn_register:hover {
  background: #777;
}

.box_comment_write .form_secret {
  position: absolute;
  left: 0;
  bottom: 6px
}

.box_comment_write .form_secret input {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 13px;
  height: 13px
}

.box_comment_write .form_secret .label_secret {
  display: inline-block;
  padding-left: 24px;
  font-size: 15px;
  line-height: 1;
  vertical-align: top
}

.box_comment_write .form_secret .label_secret:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 15px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  background-color: #fff
}

.box_comment_write .form_secret .icon-check {
  display: none;
  position: absolute;
  top: 0;
  left: 1px;
}

.box_comment_write .form_secret input:checked+label .icon-check {
  display: block;
}

.box_comment_write .register_area textarea {
  width: 100%;
  height: 120px;
  padding: 9px 10px;
  font-size: 15px;
  line-height: 1.33;
  border: 1px solid #ddd;
  box-sizing: border-box;
  vertical-align: top
}

/* 이전댓글 더보기 스타일 추가 */
.box_comment_list {
  margin-bottom: 42px;
}

.box_comment_list .tt_more_preview_comments_wrap {
  margin-bottom: 16px;
  padding-bottom: 8px;
  text-align: left !important
}

.box_comment_list .tt_more_preview_comments_text {
  position: relative;
  padding-left: 13px;
  font-size: 17px;
  line-height: 1.41;
  font-weight: 300;
  background-color: transparent;
  color: #f25555;
  cursor: pointer;
}

.box_comment_list .tt_more_preview_comments_text:before {
  content: '';
  position: absolute;
  top: 11px;
  left: 0;
  width: 9px;
  height: 1px;
  background-color: #f25555
}

.box_comment_list .tt_more_preview_comments_text:after {
  content: '';
  position: absolute;
  top: 7px;
  left: 4px;
  width: 1px;
  height: 9px;
  background-color: #f25555
}

/* 푸터 */
.footer {
  overflow: hidden;
  margin-top: 116px;
  border-top: 1px solid rgba(0, 0, 0, 0.15)
}

.footer .area_select {
  padding-top: 24px;
  margin: 0 -6px 8px
}

.footer .area_select:after {
  content: '';
  display: block;
  clear: both
}

.footer .area_select .box_select {
  float: left;
  width: 50%
}

.footer .area_select .inner_box {
  position: relative;
  height: 36px;
  margin: 0 6px;
  border: 1px solid rgba(0, 0, 0, 0.15)
}

.footer .area_select .inner_box:before {
  content: '';
  position: absolute;
  top: 15px;
  right: 16px;
  border: 4px solid #b9b9b9;
  border-top-width: 5px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent
}

.footer .area_select .box_select .opt_select {
  width: 100%;
  height: 100%;
  padding-left: 12px;
  border: 0 none;
  background: #fff;
  font-size: 13px;
  color: #b9b9b9;
  cursor: pointer;
}

.footer .area_address {
  padding-top: 12px;
  padding-bottom: 24px
}

.footer .area_address .box_address {
  font-size: 15px;
  line-height: 1.5;
  color: #333;
  font-weight: 600;
  margin: 6px 0 32px 0;
}

.footer .area_address .box_address .footer_logo {
  display: inline-block;
  height: 24px;
  margin-right: 4px;
  vertical-align: middle;
}

.footer .area_address .info_link {
  margin: 4px 0 0 0;
}

.footer .area_address .info_link .link_info {
  margin-left: 8px;
  font-size: 13px;
  line-height: 1.5;
  color: #858585;
  text-decoration: none
}

.footer .area_address .info_link .link_info:first-child {
  margin-left: 0
}

.footer .area_address .area_sns:after {
  content: '';
  display: block;
  clear: both
}

.footer .area_address .area_sns .link_sns {
  display: inline-block;
  opacity: 0.54;
  vertical-align: middle;
}

.footer .link_facebook {
  margin-right: 10px;
}

.footer .link_twitter {
  margin: 0 10px;
}

.footer .link_instagram {
  margin: 0 10px;
}

.footer .link_youtube {
  margin: 0 10px;
}

.footer .link_email {
  margin-left: 10px;
}

.footer .txt_flogo {
  color: #f25555;
}

.footer .area_address .area_sns .link_sns:first-child {
  margin-left: 0;
}

.footer .area_address .area_sns .link_sns:last-child {
  margin-right: 0;
}


/* 방명록 */
.skin_visitor .tf_reply {
  width: 98%;
  min-height: 120px;
  padding: 1%;
}

.skin_visitor .writer_btn {
  text-align: center;
}

.skin_visitor .btn_enter {
  width: 70px;
  height: 36px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 38px;
  background-color: #f25555;
  color: #fff;
  font-weight: bold;
}

/* 공지사항 리스트, no커버 */
.content_list {
  padding: 0 24px
}

.content_list:first-child {
  padding-top: 20px
}

.content_list .inner_content {
  padding: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1)
}

.content_list:first-child .inner_content {
  border-top: 0 none
}

.content_list .link_thumb {
  color: rgba(0, 0, 0, .84);
}

.content_list .link_thumb:after {
  content: '';
  display: block;
  clear: both
}

.content_list .link_thumb .box_thumb {
  float: right;
  width: 88px;
  height: 88px;
  margin-left: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.content_list .link_thumb .cont_thumb {
  overflow: hidden
}

.content_list .link_thumb .cont_thumb .txt_title {
  font-size: 16px;
  line-height: 21px;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
}

.content_list .link_thumb .cont_thumb .txt_thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  overflow: hidden;
  margin-top: 4px;
  font-size: 14px;
  line-height: 19px;
  color: #666;
  vertical-align: top;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.content_list .link_thumb .cont_thumb .thumb_info {
  margin-top: 4px;
  font-size: 12px;
  color: #a7a7a7;
}

.content_list .link_thumb .cont_thumb .thumb_info span {
  margin-right: 4px;
}

.content_list .link_thumb .cont_thumb .thumb_info .category {
  font-size: 12px;
  text-decoration: none;
  color: #f25555;
  float: left
}

.content_list .link_thumb .cont_thumb .thumb_info .date {
  float: left
}

.content_list .link_thumb:hover .box_thumb {
  opacity: 0.85;
  transition: opacity 0.2s
}

.content_list .link_thumb:hover .txt_thumb {
  color: rgba(0, 0, 0, .68);
}

#content_permallink_notice .sub_tit_info {
  margin-bottom: 40px;
}

@media screen and (min-width: 1023px) {
  #content_permallink_notice .inner_content .section_area {
    padding: 0;
  }

  #content_permallink_page .inner_content .section_area {
    padding: 0;
  }
}

@media screen and (max-width: 743px) {
  .content_list .link_thumb .cont_thumb .thumb_info .category {
    display: none;
  }

  #content_notice_rep .category {
    display: -webkit-box;
  }
}

/* 미디어: 모바일만 */
@media screen and (max-width: 743px) {

  /* 메인 - 컬럼 리스트 */
  .list_article.list_type2>li:nth-child(2n+1) {
    clear: both
  }

  /* 페이징 */
  .section_paging .paging .link_num span:not(.selected) {
    display: none
  }

  .section_paging .paging .link_num:last-child span {
    padding: 0 12px;
  }

  .section_paging .paging .link_num span {
    position: relative;
  }

  .section_paging .paging .link_num:last-child span:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 1px;
    width: 10px;
    height: 10px;
    background: url(./images/ico_slash.svg) no-repeat;
  }

  .section_paging .paging .link_num:last-child span {
    display: inline-block;
  }

  .section_paging .paging .link_num:last-child span.selected:before {
    background: none;
  }

  .section_paging .paging .link_page .txt_page {
    display: none !important;
  }

  .section_paging .paging .link_prev {
    padding-left: 0;
    padding-right: 8px;
  }

  /* 메인 슬라이드 */
  .main_slide {
    margin-top: 48px;
  }
}

/* 미디어: 모바일 가로만 */
@media screen and (min-width: 480px) {

  /* 리스트 type2 (컬럼) - */
  .list_article.list_type2 .link_thumb .box_thumb {
    padding-top: 66.66%
  }
}

/* 미디어: 태블릿  */
@media screen and (min-width: 743px) {
  .header .inner_header {
    padding-left: 24px;
    padding-right: 24px
  }

  .nav .link_menu {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .content {
    overflow: hidden
  }

  .content .section_area {
    padding: 48px 24px 0;
  }

  .content .scroll_area {
    padding-right: 0
  }

  .search_area .box_form {
    position: relative;
    margin-top: 120px;
  }

  .footer .area_select {
    padding-left: 24px;
    padding-right: 24px
  }

  .footer .area_address {
    padding-left: 24px;
    padding-right: 24px
  }

  /* 메뉴, 검색 레이어 */
  .ly_area {
    padding-left: 24px;
    padding-right: 24px
  }

  /* 메인 슬라이드 */
  .main_slide {
    position: relative;
    margin-top: 87px;
  }

  .slide_area .slide_item .link_slide {
    height: 400px
  }

  .slide_area .slide_item .link_slide .slide_txt {
    left: 24px;
    bottom: 40px;
    max-width: 550px;
  }

  .box_arrow .btn_arrow {
    display: block !important;
    position: absolute;
    bottom: 50px;
    right: 24px;
    width: 48px;
    height: 48px;
    background-color: rgba(0, 0, 0, 0.54);
    z-index: 100;
    cursor: pointer;
  }

  .box_arrow .btn_arrow .box_svg {
    width: 40px;
    height: 40px;
    opacity: 0.54
  }

  .main_slide .box_arrow {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .main_slide .box_arrow .inner_box_arrow {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
  }

  .main_slide .box_arrow .btn_prev {
    right: 72px;
  }

  .main_slide .box_arrow .btn_arrow:hover .box_svg, .main_slide .box_arrow .btn_arrow:focus .box_svg {
    opacity: 1
  }

  /* 리스트 type1 */
  .list_article.list_type1>li .link_thumb .box_thumb {
    width: 100%;
  }

  .list_article.list_type1 .link_thumb .box_thumb.no_img {
    display: block
  }

  /* 리스트 type2 */
  .list_article.list_type2>li {
    width: 33.33%
  }

  .list_article.list_type2 .link_thumb {
    margin: 0 12px
  }

  .list_article.list_type2 .link_thumb .box_thumb {
    padding-top: 66.66%;
  }

  .list_article.list_type2 .link_thumb .cont_thumb .txt_thumb {
    font-size: 17px;
    line-height: 24px;
    max-height: 50px;
  }

  /* 서브 상세페이지 */
  .fix_header .inner_area_util {
    padding-left: 24px;
    padding-right: 24px
  }

  .box_article_tit .txt_sub_tit {
    font-size: 34px;
    line-height: 44px;
  }

  /* 서브 상세페이지 - 본문 (Typography) */
  .box_article .article_cont .article_img.img_type1 {
    margin: 0 -24px
  }

  /* 페이징 */
  .section_paging .paging .link_page {
    font-size: 17px;
    line-height: 25px
  }

  .section_paging .paging .link_num {
    min-width: 28px;
    font-size: 17px;
    line-height: 36px
  }

  .section_paging .paging .paging_num {
    padding: 0 16px
  }

  .content_list {
    padding: 0 24px
  }

  .content_list .link_thumb .box_thumb {
    width: 200px;
    height: 150px;
    margin-left: 40px;
  }

  .content_list .link_thumb .cont_thumb .txt_title {
    display: block;
    font-size: 20px;
    line-height: 34px;
  }

  .content_list .link_thumb .cont_thumb .txt_thumb {
    margin-top: 8px;
    font-size: 16px;
  }

  .content_list .link_thumb .cont_thumb .thumb_info {
    margin-top: 11px;
  }
}


/* 미디어: PC */
@media screen and (min-width: 1024px) {

  /* Black 테마 */


  /* 레이아웃 (서브 상세, sidebar 영역 적용 레이아웃) */
  .wrap_content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
  }

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

  .content {
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1
  }

  /* 서브상세 */
  .wrap_content.wrap_detail_content {
    margin: 84px auto 0 auto;
    padding-left: 24px;
    padding-right: 24px;
    max-width: 1100px;
    display: block;
  }

  .content.sub_detail {
    float: left;
    width: calc(100% - 375px);
  }

  .content.sub_detail .section_area {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0
  }

  /* 헤더 */
  .header .inner_header {
    max-width: 1100px;
    margin: 0 auto
  }

  /* 서브 상세페이지 - 고정 메뉴 */
  .fix_header .link_back {
    left: -10px
  }

  .fix_header .btn_menu {
    right: -2px
  }

  .fix_header .inner_area_util {
    max-width: 1100px;
    margin: 0 auto
  }

  .fix_header .box_fix_tit .txt_fix_tit {
    font-size: 18px;
  }

  .fix_header .area_util {
    display: none;
  }

  /* 메뉴, 검색 레이어 */
  .ly_area .inner_ly_area {
    max-width: 1100px;
    margin: 0 auto
  }

  /* 메인 컨텐츠 */
  .content .section_area {
    max-width: 1100px;
    margin: 0 auto;
    padding: 87px 24px 0 24px;
  }

  .content .wrap_section {
    max-width: 1100px;
    margin: 0 auto;
    padding: 64px 24px 0;
  }

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

  .main_slide .slick-dots {
    max-width: 1100px;
    margin: 0 auto
  }

  .slide_area .slide_item .link_slide {
    height: 450px
  }

  .slide_area .slide_item .link_slide .inner_link_slide {
    position: relative;
    height: 100%;
    max-width: 1100px;
    margin: 0 auto
  }

  .slide_area .slide_item .link_slide .slide_txt {
    bottom: 40px
  }

  .slide_area .slide_item .link_slide .txt_tit {
    font-size: 40px;
    line-height: 1.3;
    letter-spacing: -0.8px
  }

  .slide_area .slide_item .link_slide .txt_cont {
    font-size: 18px;
    max-height: 56px;
    line-height: 1.33;
    letter-spacing: 0
  }

  .slide_area .slide_item .link_slide .txt_name {
    font-size: 21px;
    line-height: 1.33;
    letter-spacing: 0
  }

  /* 페이지 */


  /* 리스트 (공통) */
  .list_article {
    margin-left: -12px;
    margin-right: -12px
  }

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

  .list_article>li {
    margin-top: 0;
    text-align: center
  }

  .list_article .link_thumb .box_thumb {
    width: 100%;
    margin: 0 auto;
  }

  .list_article .link_thumb .box_thumb.no_img {
    display: block
  }

  /* 카테고리 둘러보기, 이벤트 영역 (모바일 iscroll, PC slick 적용 ) */
  .section_area .wrap_scroller {
    height: auto;
    background-color: transparent;
    overflow: visible;
  }

  .section_area .scroller {
    position: relative;
    height: auto;
    margin: 0 -12px;
    z-index: auto;
    white-space: normal;
    -webkit-tap-highlight-color: transparent
  }

  .section_area.event_area .wrap_scroller {
    height: auto
  }

  /* 카테고리 둘러보기, 이벤트 slick 버튼 */
  .section_area .scroller .slick-track {
    margin: 0
  }

  .section_area .box_arrow .btn_arrow {
    background-color: transparent
  }

  .section_area .box_arrow .btn_arrow .box_svg {
    fill: rgba(0, 0, 0, .84);
    opacity: 1
  }

  .section_area .box_arrow .slick-disabled .box_svg {
    opacity: 0.15
  }

  .category_area .box_arrow .btn_arrow, .event_area .box_arrow .btn_arrow {
    display: block !important
  }

  .category_area .box_arrow .btn_prev {
    top: 136px;
    bottom: auto;
    right: auto;
    left: -55px
  }

  .category_area .box_arrow .btn_next {
    top: 136px;
    bottom: auto;
    right: -55px
  }

  .event_area .box_arrow .btn_prev {
    top: 42px;
    bottom: auto;
    right: auto;
    left: -55px
  }

  .event_area .box_arrow .btn_next {
    top: 42px;
    bottom: auto;
    right: -55px
  }

  .section_area .scroller .item_scroller {
    display: inline-block;
    width: 25%;
    margin-right: 0px;
  }

  .section_area .scroller .item_scroller:last-child {
    margin-right: 0px
  }

  .section_area .scroller .item_scroller .box_item {
    margin: 0 12px
  }

  /* 커버 - 섬네일 리스트 */
  .list_article.list_type_wide>li .link_thumb .cont_thumb .txt_thumb {
    max-height: 58px;
    font-size: 20px;
    line-height: 26px;
  }

  /* 메인 리스트 (width:50%) */
  .wrap_section .section_area {
    float: left;
    width: 50%;
    max-width: none;
    padding: 0
  }

  .wrap_section .section_area:nth-child(2n+1) .list_type_small {
    margin-left: -12px;
    margin-right: 0
  }

  .wrap_section .section_area:nth-child(2n+2) .list_type_small {
    margin-left: 0;
    margin-right: -12px
  }

  .wrap_section .section_area:nth-child(2n+2) .tit_section {
    padding-left: 12px
  }

  /* 메인 리스트 (라이프, 뉴스) */
  .list_article.list_type_small>li {
    display: none;
    float: left;
    width: 50%
  }

  .list_article.list_type_small>li:nth-child(-n+3) {
    display: block
  }

  .list_article.list_type_small>li:nth-child(1) {
    width: 100%;
    padding-bottom: 0
  }

  .list_article.list_type_small>li:nth-child(1) .link_thumb .box_thumb {
    padding-top: 240px;
  }

  .list_article.list_type_small>li .link_thumb .cont_thumb .txt_thumb {
    max-height: 48px;
    font-size: 17px;
    -webkit-line-clamp: 2
  }

  /* 메인 리스트 칼럼 */
  .list_article.list_type2 {
    margin: 0 -12px
  }

  .list_article.list_type2>li {
    width: 16.66%
  }

  /* 썸네일리스트 */
  .list_article.list_type2>li:nth-child(6n+1) {
    clear: both;
  }

  .list_article.list_type2 .link_thumb .box_thumb {
    padding-top: 100%;
  }

  .list_article.list_type2 .link_thumb .cont_thumb .txt_thumb {
    font-size: 15px;
    line-height: 20px;
    max-height: 42px;
  }

  /* 서브 상세 본문 */
  .box_article {
    margin-bottom: 32px
  }

  .box_article .container_postbtn {
    margin-bottom: 40px
  }

  /* 서브 리스트 */
  .sub_content .section_area {
    padding-top: 84px
  }

  .sub_content .list_sub {
    margin: 0 -12px -14px -12px;
  }

  .sub_content .list_sub .link_thumb {
    margin: 0 12px
  }


  /* 댓글 쓰기 */
  .box_comment_write .register_area .box_inp {
    width: 188px
  }

  /* 사이드 바 */
  .sidebar {
    float: left;
    display: block;
    width: 320px;
    margin-left: 55px;
    padding-bottom: 40px
  }

  .sidebar .tit_section {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: bold;
    color: #f25555
  }

  /* 사이드 바 리스트 (인기글, 최신글) */
  .list_article.list_sidebar {
    margin: 0
  }

  .list_article.list_sidebar>li {
    display: block;
    margin-bottom: 16px
  }

  .list_article.list_sidebar>li:last-child {
    margin-bottom: 0
  }

  .list_article.list_sidebar .link_thumb .box_thumb {
    position: relative;
    float: left;
    width: 120px;
    height: 80px;
    margin: 0 12px 0 0;
    padding: 0;
  }

  .list_article.list_sidebar .link_thumb .box_thumb .item_count {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    font-size: 15px;
    line-height: 23px;
    font-weight: bold;
    background-color: #f25555;
    color: #fff
  }

  .list_article.list_sidebar .link_thumb .cont_thumb .txt_thumb {
    font-size: 14px;
    line-height: 20px;
    max-height: 60px;
    margin-bottom: 6px;
    padding-top: 4px;
  }

  .list_recent .item_count {
    display: none;
  }

  /* 사이드 바 광고 */
  .sidebar .section_area {
    margin-bottom: 35px;
  }

  .sidebar .section_ad {
    margin: 40px 0
  }

  /* 서브 상세페이지 - 본문 (Typography) */
  .box_article .article_cont .article_img.img_type1 {
    margin: 0
  }



  /* footer */
  .footer {
    padding: 0 24px
  }

  .footer .inner_footer {
    max-width: 1100px;
    margin: 0 auto
  }

  .footer .inner_footer:after {
    content: '';
    display: block;
    clear: both
  }

  .footer .area_select {
    float: right;
    padding-top: 48px;
  }

  .footer .area_select .box_select {
    width: 160px;
  }

  .footer .area_address {
    float: left;
    padding: 41px 0 45px;
  }

  .content_list {
    padding: 0
  }

  .wrap_detail_content .content_list:first-child {
    margin-top: -45px;
    padding-top: 0
  }

  .inner_paging {
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px 0 0 0;
  }

  .view_paging {
    width: calc(100% - 407px);
  }
}

/* 미디어: 커버 슬라이드 와이드 */
@media screen and (min-width: 1148px) {

  .slide_area .slide_item .link_slide .slide_txt {
    left: 0
  }

  .main_slide .box_arrow .btn_prev {
    right: 48px;
  }

  .main_slide .box_arrow .btn_next {
    right: 0
  }
}

/* 페이징 */

/* 페이징 */
.section_paging {
  padding: 20px 16px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center
}

.section_paging .paging {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.section_paging .paging .link_page {
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: rgba(0, 0, 0, .84);
}

.section_paging .paging .link_page .img_svg {
  width: 7px;
  height: 12px;
  vertical-align: 0
}

.section_paging .paging .link_page .txt_page {
  display: inline-block;
  vertical-align: 0
}

.section_paging .paging .link_prev {
  padding-left: 8px
}

.section_paging .paging .link_prev .txt_page {
  padding-left: 4px
}

.section_paging .paging .link_next {
  padding-right: 8px
}

.section_paging .paging .link_next .txt_page {
  padding-right: 4px
}

.section_paging .paging .no-more-prev, .section_paging .paging .no-more-next {
  color: rgba(0, 0, 0, 0.15);
  fill: rgba(0, 0, 0, 0.15);
  padding-left: 8px;
}

.section_paging .paging .paging_num {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.section_paging .paging .link_num {
  display: inline-block;
  font-size: 15px;
  line-height: 1.33;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.54);
  text-align: center
}

.section_paging .paging .link_num span {
  display: inline-block;
  padding: 0 4px;
  min-width: 12px;
  line-height: 24px;
}

.section_paging .paging .link_num:hover span, .section_paging .paging .link_num:focus span {
  color: rgba(0, 0, 0, 0.8)
}

.section_paging .paging .selected {
  color: rgba(0, 0, 0, 0.8)
}

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

  /* 모바일 페이징 컬러 1012 */
  .section_paging .paging .selected {
    color: #f25555;
  }

  .theme_black .section_paging .selected {
    color: #333;
  }

  .theme_blue .pagisection_paging .selected {
    color: #4167d9;
  }

  .theme_blue .section_paging .paging .selected {
    color: #4167d9;
  }

  .section_paging .paging .link_num {
    color: rgba(0, 0, 0, .84);
  }
}



/* list_type_wide + add 1107 */
.section_type_wide {
  margin-top: -6px !important;
  margin-bottom: -63px !important;
}

.list_type_wide {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}

.list_type_wide li {
  width: 50%;
  margin-bottom: 57px;
}

.list_type_wide .link_thumb {
  margin: 0 12px;
}

.list_type_wide .cont_thumb {
  margin-top: 16px;
}

.list_type_wide .txt_category {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #f25555;
}

#content_cover_group .txt_summary {
  max-width: 500px;
  width: calc(100% - 12px);
}

.list_type_wide .txt_summary {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.list_type_wide .txt_thumb {
  margin: 6px 0 6px 0;
}

@media screen and (max-width: 743px) {
  .section_type_wide {
    margin-bottom: -33px !important;
  }

  .list_type_wide li {
    width: 100%;
    margin-bottom: 40px;
  }

  .list_type_wide .cont_thumb {
    margin-top: 12px;
  }

  .list_type_wide .txt_thumb {
    margin: 4px 0 5px 0;
  }
}

/* // list_type_wide */




/* list_post + add 1107 */
.list_post {
  margin: 0 -12px -27px -12px;
  padding: 0;
  list-style: none;
}

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

.list_post .item_post {
  float: left;
  width: 25%;
  margin-bottom: 24px;
}

@media screen and (max-width: 743px) {
  .list_post .item_post {
    width: 50%;
  }
}

.list_post .link_post {
  position: relative;
  display: block;
  margin: 0 12px;
  padding-top: 91.5%;
  background-image: url(./images/no_img.jpg);
  background-size: cover;
  background-position: 50% 50%;
}

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

.list_post .link_post:hover .info {
  display: flex;
}

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

.list_post .link_post .info .name {
  display: block;
  width: calc(100% - 80px);
  max-height: 65px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  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) {
  .list_post {
    margin: 0 -1px;
  }

  .list_post .item_post {
    margin-bottom: 1px;
  }

  .list_post .link_post {
    margin: 0 0.5px;
  }

  .item_post .link_post:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.1);
  }

  .list_post .link_post .info {
    display: flex;
  }

  .list_post .link_post .info .name {
    width: calc(100% - 32px);
    font-size: 14px;
    line-height: 20px;
  }

  .wrap_event_scroller {
    height: 150px !important;
  }

}

/* // list_post */




/* list_notice modify 1108 */
.list_notice {
  margin-bottom: -2px;
  border-top: solid 1px #e5e5e5;
}

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

.list_notice .item_notice {
  padding: 30px 0;
  border-bottom: 1px solid #ececec;
}

.list_notice .item_notice:after {
  content: '';
  display: block;
  clear: both;
}

.list_notice .link_notice {
  display: block;
  color: rgba(0, 0, 0, .84);
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.2s;
}

.list_notice .link_notice:hover {
  opacity: .8;
}

.list_notice .thumnail {
  float: left;
  display: block;
  width: 180px;
  height: 122px;
  margin-right: 24px;
  background-image: url(./images/no_img.jpg);
  background-size: cover;
  background-position: 50% 50%;
}

.list_notice .info {
  padding-top: 5px;
  overflow: hidden;
}

.list_notice .tit_notice {
  font-size: 20px;
  color: #333;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list_notice .text {
  max-height: 45px;
  margin: 5px 0 8px 0;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#content_cover_group .list_notice .text {
  max-width: 780px;
  line-height: 22px;
  margin: 5px 0 10px 0;
}

.list_notice .txt_category {
  margin-right: 4px;
  font-size: 14px;
  color: #f25555
}

.list_notice .txt_date {
  margin-right: 4px;
  font-size: 13px;
  color: #888;
}

@media screen and (max-width: 743px) {
  .list_notice .item_notice {
    padding: 20px 0 20px 0;
  }

  .list_notice .thumnail {
    width: 100px;
    height: 100px;
    margin-right: 12px;
  }

  .list_notice .info {
    padding-top: 0px;
  }

  .list_notice .tit_notice {
    font-size: 16px;
  }

  .list_notice .txt_category,
  .list_notice .txt_date {
    font-size: 12px;
  }

  #content_cover_group .list_notice .text {
    margin: 5px 0 5px 0;
  }

}

/* // list_notice */

.sub_content .list_sub {
  display: flex;
  flex-wrap: wrap;
}

.sub_content .list_sub li {
  width: 25%;
  margin-bottom: 37px;
}

.sub_content .list_sub .box_thumb {
  padding-top: 66.4%;
}

.sub_content .list_sub .txt_category {
  display: block;
  margin-top: 15px;
}

.sub_content .list_sub .txt_thumb {
  margin: 9px 0;
}

.sub_content .list_sub .name {
  display: none;
}

.list_sub .txt_category {
  font-size: 13px;
  color: #888;
}

.list_sub .txt_date {
  font-size: 13px;
  color: #888;
}

@media screen and (max-width: 743px) {
  .sub_content .list_sub {
    display: block;
  }

  .sub_content .list_sub li {
    width: 100%;
    margin-bottom: 15px;
  }

  .sub_content .list_sub .box_thumb {
    float: left;
    width: 88px;
    height: 88px;
    margin-right: 12px;
    padding-top: 2px;
  }

  .sub_content .list_sub .cont_thumb {
    overflow: hidden;
  }

  .sub_content .list_sub .txt_category {
    margin-top: 7px;
  }

  .sub_content .list_sub .txt_thumb {
    margin: 4px 0 8px 0;
  }

  .sub_content .list_sub .txt_category,
  .sub_content .list_sub .txt_date {
    font-size: 12px;
  }
}



/* list_related */
.list_related {
  margin-bottom: -5px !important;
}

.list_related li {
  margin-bottom: 20px !important;
}

.list_related .txt_thumb {
  margin: 0 0 6px 0 !important;
}

/* 서브 상세 페이지 관련글 */
.box_related_article .list_sub.list_related>li {
  width: 50%
}

.box_related_article .list_sub.list_related>li .box_thumb {
  float: left;
  width: 120px;
  height: 80px;
  margin-right: 12px;
  margin-bottom: 0;
  padding: 0;
}

@media screen and (max-width: 743px) {
  .box_related_article .list_sub.list_related>li {
    width: 100%
  }
}

/* list_related */
.ly_header {
  padding-top: 27px;
}

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

  .header {
    height: 60px;
    overflow: hidden;
  }

  .header .link_logo {
    padding: 14px 0;
    font-size: 22px;
  }

  .header .btn_box {
    padding-top: 6px;
  }

  .header .btn_box .btn_search {
    padding: 8px;
    margin-right: 0px;
    background: url(./images/ico_search.svg) no-repeat center
  }

  .header h1 a,
  .ly_area .ly_logo a {
    font-size: 22px;
  }

  .ly_header {
    padding-top: 14px;
  }

  .ly_area .btn_ly_close .box_svg {
    width: 22px;
  }

  .fix_header .box_fix_tit .txt_fix_tit {
    line-height: 60px;
    text-align: center;
  }

  .fix_header .link_back {
    top: 7px;
  }

  .fix_header .btn_menu {
    top: 15px;
  }

  .search_area .box_form .inp_search {
    font-size: 28px;
  }

  .slide_area .slide_item .link_slide .txt_tit {
    line-height: 24px;
  }

  .section_area .wrap_scroller {
    height: 215px;
  }

  .section_area .scroller .item_scroller {
    width: 148px;
  }

  .footer {
    margin-top: 80px;
  }

  .footer .area_address {
    text-align: center;
  }

  .footer .area_select .box_select {
    width: 100%;
  }

  .footer .area_address .info_link {
    margin: 20px 0 16px;
  }

  .footer .area_address .area_sns {
    margin-bottom: 40px;
  }

}

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

.protected_form button {
  font-size: 14px;
  background: none;
  border: 1px solid #e1e1e1;
  padding: 9px 14px;
  margin-left: 10px;
}

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

.tt-comment-cont .tt-box-total .tt_txt_g {
  font-size: 16px;
}

.tt-comment-cont .tt-box-total .tt_num_g {
  font-size: 16px;
  color: #E0605B;
}

.tt-comment-cont .tt-wrap-cmt .tt-link-user {
  font-size: 16px;
}

.tt-comment-cont .tt-wrap-cmt .tt_desc {
  font-size: 16px;
  color: rgba(0, 0, 0, .84);
}

.tt-comment-cont .tt-txt-mention {
  color: #000;
}

.tt-comment-cont .tt-wrap-cmt .tt_txt_g {
  color: #E0605B;
}

.tt-comment-cont .tt-link-comment .tt_num_g {
  color: #E0605B;
}

.tt-comment-cont .tt-btn_register {
  width: 105px;
  height: 36px;
  background-color: #f25555;
  border-radius: 0;
  border-color: #f25555;
}

.tt-comment-cont .tt-btn_register:hover {
  background-color: #f25555;
  border-color: #f25555;
}

.tt-comment-cont .tt-btn_register:focus {
  background-color: #f25555;
  border-color: #f25555;
}

/* 전체 공통 */
#article-view {
  margin: 0;
  padding: 20px 20px 50px;
  word-wrap: break-word;
  color: #333;
  min-height: 370px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
}

.contents_style>* {
  margin: 20px 0 0 0;
}

.contents_style {
  font-size: 16px;
}

/* 텍스트 관련 */
#article-view h2[data-ke-size] {
  font-size: 1.62em;
  line-height: 1.46;
}

#article-view h3[data-ke-size] {
  font-size: 1.44em;
  line-height: 1.48;
}

#article-view h4[data-ke-size] {
  font-size: 1.25em;
  line-height: 1.55;
}

#article-view p[data-ke-size='size18'] {
  font-size: 1.12em;
  line-height: 1.67;
}

#article-view p[data-ke-size='size16'] {
  line-height: 1.75;
}

#article-view p[data-ke-size='size14'] {
  font-size: 0.87em;
  line-height: 1.71;
}

#article-view h2,
#article-view h3,
#article-view h4 {
  font-weight: normal;
  letter-spacing: -1px;
  color: #000;
  margin: 1em 0 20px;
}

#article-view p+p, #article-view p {
  margin-bottom: 30px;
}

#article-view h2+h2,
#article-view h3+h3,
#article-view h4+h4 {
  margin: 0;
}

#article-view h2+h3,
#article-view h2+h4,
#article-view h3+h4 {
  margin-top: 10px;
}

#article-view h2+p,
#article-view h3+p,
#article-view h4+p,
#article-view h5+p,
#article-view h6+p {
  margin-top: 10px;
}

#article-view div[data-ke-type='moreLess'] {
  caret-color: auto;
  background-color: #fafafa;
  padding: 20px 20px 22px;
  margin: 20px 0;
  border: 1px dashed #dddddd;
  color: #333333;
}

#article-view a {
  color: #0070d1;
  text-decoration: underline;
}

#article-view figure[data-ke-type='contentSearch'] a {
  text-decoration: none;
}

/* 인용문 */
#article-view blockquote[data-ke-style='style1'] {
  text-align: center;
  background: url(https://t1.daumcdn.net/keditor/dist/0.7.21/image/blockquote-style1.svg) no-repeat 50% 0;
  padding: 34px 0 0 0;
  font-size: 1.12em;
  color: #333;
  line-height: 1.67;
  border: 0 none;
  font-family: "Noto Serif KR";
}

#article-view blockquote[data-ke-style='style2'] {
  border-color: #d0d0d0;
  border-width: 0 0 0 4px;
  border-style: solid;
  padding: 1px 0 0 12px;
  color: #666;
  line-height: 1.75;
  font-size: 1em;
  text-align: left;
}

#article-view blockquote[data-ke-style='style3'] {
  border: 1px solid #dddddd;
  background-color: #fcfcfc;
  text-align: left;
  padding: 21px 25px 20px 25px;
  color: #666;
  font-size: 1em;
  line-height: 1.75;
}

#article-view blockquote {
  display: block;
  margin: 20px auto 0;
  letter-spacing: 0px;
}

/* 첨부: 공통 */

/* 이미지 클릭 관련 - lightbox */
#article-view span[data-lightbox] {
  cursor: pointer;
}

/* 첨부: 파일 */
#article-view figure.fileblock {
  width: 470px;
  height: 73px;
  box-sizing: border-box;
  position: relative;
  border-radius: 1px;
  margin-top: 20px;
  margin-bottom: 0px;
  box-shadow: 0 1px 4px 0 rgb(0 0 0 / 7%);
  border: solid 1px rgba(0, 0, 0, 0.1);
}

#article-view figure.fileblock a {
  display: block;
}

#article-view figure.fileblock .image {
  float: left;
  width: 30px;
  height: 30px;
  background-image: url('https://t1.daumcdn.net/tistory_admin/static/manage/post-editor/img_editor_content.svg');
  margin: 22px 17px 21px 22px;
  background-position: 0 0;
}

#article-view figure.fileblock .desc {
  position: absolute;
  left: 70px;
  right: 60px;
  top: 4px;
  bottom: 0;
}

#article-view figure.fileblock .filename {
  color: #333333;
  font-size: 14px;
  text-overflow: ellipsis;
  width: 100%;
  height: 20px;
  margin: 16px 0 0;
}

#article-view figure.fileblock .size {
  font-family: Pretendard-Regular;
  font-size: 12px;
  color: #777;
  height: 16px;
}

#article-view figure[data-ke-align=alignCenter].fileblock {
  margin-left: auto;
  margin-right: auto;
}

#article-view figure[data-ke-align=alignRight].fileblock {
  margin-left: auto;
}

#article-view figure.fileblock .name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 272px;
  height: 20px;
  display: block;
}

#article-view figure.fileblock a::after {
  content: '';
  background-image: url('https://t1.daumcdn.net/tistory_admin/static/manage/post-editor/img_editor_content.svg');
  background-position: -40px 0;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 24px;
  top: 19px;
}

/* 첨부: 이미지 */
#article-view figure.imageblock {
  display: table;
  position: relative;
}

#article-view figure.imageblock.alignLeft {
  text-align: left;
}

#article-view figure.imageblock.alignCenter {
  margin: 20px auto 0;
  text-align: center;
}

#article-view figure.imageblock.alignRight {
  text-align: right;
  margin-left: auto;
}

#article-view figure.imageblock.floatLeft {
  float: left;
  margin-right: 20px;
}

#article-view figure.imageblock.floatRight {
  float: right;
  margin-left: 20px;
}

#article-view figure.imageblock.widthContent {
  display: block;
}

#article-view figure.imageblock.widthContent img {
  width: 100%;
}

#article-view figure.imageblock.floatLeft figcaption,
#article-view figure.imageblock.floatRight figcaption {
  text-align: left;
}

#article-view figure.imageblock img {
  display: inline-block;
  max-width: 100%;
  margin: 0;
  height: auto;
}

#article-view iframe,
#article-view figure img,
#article-view figure iframe {
  max-width: 100%;
}

#article-view figure img:not([width]),
#article-view figure iframe:not([width]) {
  width: 100%;
}

#article-view figure {
  max-width: 100%;
  clear: both;
}

#article-view figure img {
  display: inline-block;
  vertical-align: baseline;
}

#article-view figure.imagegridblock+figure.imagegridblock,
#article-view figure.imagegridblock+figure.imageblock,
#article-view figure.imageblock+figure.imagegridblock {
  margin-top: 10px;
}

/* 캡션 텍스트 */
#article-view figure figcaption {
  font-size: 13px;
  color: #777;
  word-break: break-word;
  padding-top: 10px;
  min-height: 20px;
  caption-side: bottom;
  text-align: center;
  caret-color: auto;
  width: 100%;
  box-sizing: content-box;
}

/* 첨부: 이미지 그리드 */
#article-view figure.imagegridblock {
  position: relative;
  caret-color: transparent;
  background-color: transparent;
  width: 100%;
  height: auto;
  margin: 20px 0 0 0;
}

#article-view figure.imagegridblock .image-container {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
}

#article-view figure.imagegridblock .image-container>span {
  margin-right: 0;
  margin-top: 2px;
}

#article-view figure.imagegridblock img {
  margin: 0;
  height: inherit;
}

#article-view figure.imagegridblock span img {
  width: 100%;
}

hr[data-ke-style],
#article-view hr[data-ke-style] {
  border: none;
  font-size: 0;
  line-height: 0;
  margin: 20px auto;
  background: url(https://t1.daumcdn.net/keditor/dist/0.7.21/image/divider-line.svg);
  background-size: 200px 420px;
  cursor: default !important;
}

hr[data-ke-style='style1'],
#article-view hr[data-ke-style='style1'] {
  background-position: center 0;
  width: 64px;
  height: 4px;
  padding: 20px;
}

hr[data-ke-style='style2'],
#article-view hr[data-ke-style='style2'] {
  background-position: center -48px;
  width: 64px;
  height: 3px;
  padding: 20px;
}

hr[data-ke-style='style3'],
#article-view hr[data-ke-style='style3'] {
  background-position: center -96px;
  width: 64px;
  height: 8px;
  padding: 18px 20px;
}

hr[data-ke-style='style4'],
#article-view hr[data-ke-style='style4'] {
  background-position: center -144px;
  width: 2px;
  height: 60px;
  padding: 0 51px;

}

hr[data-ke-style='style4']+hr[data-ke-style='style4'],
#article-view hr[data-ke-style='style4']+hr[data-ke-style='style4'] {
  margin-top: 0;
}

hr[data-ke-style='style5'],
#article-view hr[data-ke-style='style5'] {
  background-position: center -208px;
  background-repeat: repeat-x;
  height: 2px;
  padding: 21px 0;
}

hr[data-ke-style='style6'],
#article-view hr[data-ke-style='style6'] {
  background-position: center -256px;
  background-repeat: repeat-x;
  height: 2px;
  padding: 21px 0;
}

hr[data-ke-style='style7'],
#article-view hr[data-ke-style='style7'] {
  background-position: center -304px;
  width: 200px;
  height: 19px;
  padding: 18px 20px 17px 20px;
}

hr[data-ke-style='style8'],
#article-view hr[data-ke-style='style8'] {
  background-position: center -362px;
  width: 200px;
  height: 19px;
  padding: 18px 20px 17px 20px;
}

/* 테이블 */
#article-view table[data-ke-style] {
  margin-bottom: 0px;
}

#article-view table {
  margin-bottom: 0px;
  border-color: #ddd;
}

#article-view table tbody tr {
  box-sizing: content-box;
}

#article-view table td {
  word-break: break-word;
  padding: 8px;
  font-size: 15px;
}

#article-view table[data-ke-style='style1'] tr:first-child td {
  border-bottom: 1px solid #6ed3d8;
}

#article-view table[data-ke-style='style2'] tr:first-child td {
  border-bottom: 1px solid #008300;
}

#article-view table[data-ke-style='style3'] tr:first-child td {
  border-bottom: 1px solid #006dbe;
}

#article-view table[data-ke-style='style4'] tr:nth-child(2n) td {
  background-color: #f9f9f9;
}

#article-view table[data-ke-style='style5'] tr:nth-child(2n) td {
  background-color: #f8fbfb;
}

#article-view table[data-ke-style='style6'] tr:nth-child(2n) td {
  background-color: #f5f7f5;
}

#article-view table[data-ke-style='style7'] tr:nth-child(2n) td {
  background-color: #f6f8fb;
}

#article-view table[data-ke-style='style8'] tr:first-child td {
  border-bottom: 2px solid #797979;
}

#article-view table[data-ke-style='style8'] {
  border-left: 0 none;
  border-right: 0 none;
}

#article-view table[data-ke-style='style8'] td {
  border-right-color: transparent;
  border-left-color: transparent;
}

#article-view table[data-ke-style='style9'] tr:first-child td {
  border-bottom: 2px solid #6ed3d8;
}

#article-view table[data-ke-style='style9'] {
  border-left: 0 none;
  border-right: 0 none;
}

#article-view table[data-ke-style='style9'] td {
  border-right-color: transparent;
  border-left-color: transparent;
}

#article-view table[data-ke-style='style10'] tr:first-child td {
  border-bottom: 2px solid #008300;
}

#article-view table[data-ke-style='style10'] {
  border-left: 0 none;
  border-right: 0 none;
}

#article-view table[data-ke-style='style10'] td {
  border-right-color: transparent;
  border-left-color: transparent;
}

#article-view table[data-ke-style='style11'] tr:first-child td {
  border-bottom: 2px solid #2780d4;
}

#article-view table[data-ke-style='style11'] {
  border-left: 0 none;
  border-right: 0 none;
}

#article-view table[data-ke-style='style11'] td {
  border-right-color: transparent;
  border-left-color: transparent;
}

#article-view table[data-ke-style='style12'] tr:nth-child(odd) td {
  background-color: #f9f9f9;
}

#article-view table[data-ke-style='style12'] tr td:first-child {
  background-color: #efefef;
}

#article-view table[data-ke-style='style12'] tr:first-child td {
  background-color: #9b9b9b;
  border: 1px solid #888;
  color: #fff;
}

#article-view table[data-ke-style='style13'] tr:nth-child(odd) td {
  background-color: #f9f9f9;
}

#article-view table[data-ke-style='style13'] tr td:first-child {
  background-color: #efefef;
}

#article-view table[data-ke-style='style13'] tr:first-child td {
  background-color: #6ed3d8;
  border: 1px solid #5cbcc1;
  color: #fff;
}

#article-view table[data-ke-style='style14'] tr:nth-child(odd) td {
  background-color: #f9f9f9;
}

#article-view table[data-ke-style='style14'] tr td:first-child {
  background-color: #efefef;
}

#article-view table[data-ke-style='style14'] tr:first-child td {
  background-color: #008300;
  border: 1px solid #006d00;
  color: #fff;
}

#article-view table[data-ke-style='style15'] tr:nth-child(odd) td {
  background-color: #f9f9f9;
}

#article-view table[data-ke-style='style15'] tr td:first-child {
  background-color: #efefef;
}

#article-view table[data-ke-style='style15'] tr:first-child td {
  background-color: #2780d4;
  border: 1px solid #1568b7;
  color: #fff;
}

#article-view table[data-ke-style='style16'],
#article-view table[data-ke-style='style16'] tr,
#article-view table[data-ke-style='style16'] tr td {
  border-color: transparent;
}

/* 오픈 그래프 */
#article-view figure[data-ke-type='opengraph'] {
  margin: 10px 0;
}

#article-view figure[data-ke-type='opengraph'] a {
  box-sizing: initial;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.07);
  border: solid 1px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: #000;
}

#article-view figure[data-ke-type='opengraph'] a:hover {
  opacity: 1;
}

#article-view figure[data-ke-type='opengraph'] div.og-image {
  border-right: solid 1px rgba(0, 0, 0, 0.06);
  width: 200px;
  height: 200px;
  background-size: cover;
  background-position: center;
}

#article-view figure[data-ke-type='opengraph'] div.og-image button {
  display: none;
}

#article-view figure[data-ke-type='opengraph']:hover div.og-image button {
  cursor: pointer;
  border: none;
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #000;
  width: 15px;
  height: 15px;
}

#article-view figure[data-ke-type='opengraph'] p.og-title {
  color: #000000;
  font-size: 22px;
  padding-bottom: 10px;
  max-width: 467px;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0px;
  overflow: hidden;
  font-family: Pretendard-Regular;
}

#article-view figure[data-ke-type='opengraph'] .og-desc {
  margin: 0px;
  max-width: 467px;
  text-overflow: ellipsis;
  overflow: hidden;
  font-family: Pretendard-Regular;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #909090;
  max-height: 42px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

@media (max-width: 600px) {
  #article-view figure[data-ke-type='opengraph'] a {
    height: 90px;
  }

  #article-view figure[data-ke-type='opengraph'] a::before {
    left: 44px;
  }

  #article-view figure[data-ke-type='opengraph'] div.og-image {
    width: 90px;
    height: 90px;
  }

  #article-view figure[data-ke-type='opengraph'] div.og-text {
    padding: 13px 12px 0 20px;
    height: 90px;
  }

  #article-view figure[data-ke-type='opengraph'] div.og-text p.og-title {
    font-size: 16px;
    -webkit-line-clamp: 1;
  }

  #article-view figure[data-ke-type='opengraph'] div.og-text p.og-desc {
    display: none;
  }

  #article-view figure[data-ke-type='opengraph'] div.og-text p.og-host {
    bottom: 10px;
  }
}

/* 비디오 첨부 */
#article-view figure[data-ke-type='video'] {
  display: block;
  table-layout: fixed;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  color: #bdbdbd;
  font-size: 16px;
  line-height: 30px;
}

#article-view figure[data-ke-type='video'][data-ke-style='alignLeft'] {
  text-align: left;
}

#article-view figure[data-ke-type='video'][data-ke-style='alignCenter'] {
  margin: 20px auto 0;
  text-align: center;
}

#article-view figure[data-ke-type='video'][data-ke-style='alignRight'] {
  text-align: right;
  margin-left: auto;
}

#article-view figure[data-ke-type='video'] img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

#article-view figure[data-ke-type='video'][data-video-host] iframe {
  margin: 0px;
  display: block;
}

#article-view figure[data-ke-type='video']>iframe[width='0'][height='0'] {
  width: 860px;
  height: 484px;
  max-width: 100%;
}

/* 코드 블럭 */
#article-view pre code.hljs {
  font-size: 14px;
  padding: 20px;
  font-family: SF Mono, Menlo, Consolas, Monaco, monospace;
  border: solid 1px #ebebeb;
  line-height: 1.71;
  overflow: auto;
}

/* 접은 글 */
#article-view .moreless-content :first-child {
  margin-top: 0;
  margin-bottom: 0;
}

#article-view div[data-ke-type='moreLess'] .moreless-content {
  display: none;
}

#article-view div[data-ke-type='moreLess'].open .moreless-content {
  display: block;
}

#article-view div[data-ke-type='moreLess'] .btn-toggle-moreless {
  color: #909090;
  font-size: 16px;
  line-height: 26px;
  font-family: Pretendard-Regular, sans-serif;
  cursor: pointer;
  text-decoration: none;
}

/* 리스트 */
#article-view ul li,
#article-view ol li {
  margin: 0 0 3px 22px;
  line-height: 1.7;
}

#article-view ul,
#article-view ol {
  margin: 14px auto 24px;
  padding: 0 0 0 10px;
}

/* 이모티콘 */
#article-view figure[data-ke-type=emoticon][data-ke-align=alignCenter] {
  text-align: center;
}

#article-view figure[data-ke-type=emoticon][data-ke-align=alignLeft] {
  text-align: left;
}

#article-view figure[data-ke-type=emoticon][data-ke-align=alignRight] {
  text-align: right;
}

/* 지도 */
#article-view figure[data-ke-type='map'],
#article-view iframe[data-ke-type='map'] {
  display: block;
  margin: 0 auto;
}

/* 첨부: 이미지 슬라이드 */
#article-view figure.imageslideblock {
  clear: both;
  position: relative;
  font-size: 0;
  outline: 0 none;
}

#article-view figure.imageslideblock .btn {
  display: none;
  outline: none;
}

#article-view figure.imageslideblock.ready .btn {
  display: inline-block;
}

#article-view figure.imageslideblock.ready .mark {
  opacity: 1;
}

#article-view figure.imageslideblock div.image-container {
  position: relative;
  min-width: 480px;
  max-width: 100%;
  min-height: 300px;
  max-height: 860px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 0 auto;
}

#article-view figure.imageslideblock div.image-container span.image-wrap {
  display: none;
}

#article-view figure.imageslideblock div.image-container span.image-wrap.selected {
  display: inline;
}

#article-view figure.imageslideblock div.image-container img {
  max-width: 100%;
  max-height: 100%;
}

#article-view figure.imageslideblock div.image-container .btn {
  position: absolute;
  border: 0;
  background: transparent;
  width: 60px;
  height: 60px;
  top: 50%;
  margin-top: -20px;
}

#article-view figure.imageslideblock div.image-container .btn-prev {
  left: 0;
}

#article-view figure.imageslideblock div.image-container .btn-next {
  right: 0;
}

#article-view figure.imageslideblock div.image-container:hover .btn span {
  opacity: 0.3;
}

#article-view figure.imageslideblock div.image-container .btn span {
  background-image: url('https://t1.daumcdn.net/tistory_admin/static/manage/post-editor/img_editor_content.svg');
  text-indent: -10000px;
  overflow: hidden;
  width: 40px;
  height: 40px;
  opacity: 0;
  transition: opacity ease-in-out 0.2s;
  display: inline-block;
}

#article-view figure.imageslideblock div.image-container .btn:hover span {
  opacity: 1;
}

#article-view figure.imageslideblock div.image-container .btn .ico-prev {
  background-position: -220px 0;
}

#article-view figure.imageslideblock div.image-container .btn .ico-next {
  background-position: -260px 0;
}

#article-view figure.imageslideblock div.mark {
  display: block;
  height: 44px;
  text-align: center;
  opacity: 0;
  transition: opacity ease-in-out 0.2s;
}

#article-view figure.imageslideblock div.mark span {
  width: 30px;
  height: 4px;
  display: inline-block;
  margin: 20px 1px;
  background-color: #d6d6d6;
  text-indent: -10000px;
  overflow: hidden;
  cursor: pointer;
}

#article-view figure.imageslideblock div.mark span:first-child {
  background-color: #000;
  margin-left: 0;
}

#article-view figure.imageslideblock div.mark span:last-child {
  margin-right: 0;
}

#article-view figure.imageslideblock figcaption {
  text-align: center;
  color: #666;
  font-size: 14px;
}

#article-view figure.imageslideblock.alignLeft {
  text-align: left;
}

#article-view figure.imageslideblock.alignCenter {
  margin: 0 auto 20px;
  text-align: center;
}

#article-view figure.imageslideblock.alignRight {
  text-align: right;
  margin-left: auto;
}

@media (max-width: 600px) {
  #article-view figure.imageslideblock div.image-container {
    min-width: 100%;
    width: 100%;
    max-height: 100%;
  }

  #article-view figure.imageslideblock div.image-container .btn span {
    opacity: 0.3;
  }
}

/* 구 에디터 속성 */
.btn_more, .btn_less {
  border: 0;
  background: transparent;
  display: block;
  height: 21px;
  margin: 20px 0;
  font-size: 14px;
  line-height: 14px;
  color: #888;
  position: relative;
  width: 100%;
  text-align: left;
}

.btn_less::before,
.btn_more::before {
  content: "...";
  display: inline-block;
  padding-right: 5px;
  font-size: 14px;
  line-height: 6px;
  vertical-align: top;
}

.box-timeline-content {
  word-break: break-all;
}