/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700&family=Poppins:wght@600&display=swap');*/
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');
/*@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');*/
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
@import url("https://cdn.jsdelivr.net/gh/ungveloper/web-fonts/SCoreDream/font-face.css");


/*
한글 범위: U+AC00-D7A3
영어 대문자 범위 : U+0041-005A
영어 소문자 범위 : U+0061-007A
숫자 범위 : U+0030-0039
특수 문자: U+0020-002F, U+003A-0040, U+005B-0060, U+007B-007E
*/
@media (max-width:740px){html{font-size:3.7vw;}}
/* x/13 */
@media (min-width:741px) and (max-width:1199px){html{font-size:1.4vw;}}
@media (min-width:1200px) and (max-width:1399px){html{font-size:1.2vw;}}
@media (min-width:1400px) and (max-width:1499px){html{font-size:18px;}}
@media (min-width:1500px) and (max-width:1599px){html{font-size:18px;}}
@media (min-width:1600px) and (max-width:1699px){html{font-size:18px;}}
@media (min-width:1700px) and (max-width:1799px){html{font-size:18px;}}
@media (min-width:1800px){html{font-size:18px;}}


html,body{
    color:#222222;
    line-height: 1.5em;
    word-break: keep-all;
	letter-spacing:-3%;
	margin:0;
	padding:0;
	font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
	font-weight:400;
	font-style: normal;

}

h5{
	font-size: 1.1rem;
	margin-bottom: 2rem;
	font-weight: 400;
	line-height: 1.5em;
}

 h6{
	color: rgba(8, 101, 82, 1);
	font-family: 'SCoreDream';
	letter-spacing: -5%;
	font-weight: 500;
	margin-bottom: 1rem;
	font-size: 1.56rem;
}

@font-face {
    font-family: 'Pretendard Variable',Pretendard;
    unicode-range: U+4E00-9FEA, U+3400-4DB5, U+F900-FA6D;
}


::-webkit-input-placeholder {
   color: #9e9e9e;
   opacity:  1;
   font-size:1rem;
}
:-moz-placeholder { 
   color: #9e9e9e;
   opacity:  1;
	font-size:1rem;
}
::-moz-placeholder { 
   color: #9e9e9e;
   opacity:  1;
     font-size:1rem;
}
:-ms-input-placeholder { 
   color: #9e9e9e;
   opacity:  1;
   font-size:1rem;
}
::placeholder {
   color: #9e9e9e;
   opacity:  1;
   font-size:1rem;
}


:lang(en){
  font-family:'Poppins', sans-serif;
}

.material-icons {
	font-family: 'Material Icons' !important;
}

[data_href]{
	cursor: pointer;
}


.content-area{
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.content-main{
	display: table;
	width: 100%;
	padding-top: 7rem;

	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top;
}

.content-main h1{
	font-family: 'SCoreDream';
	font-weight: 500;
	font-size: 2.78rem;
	letter-spacing: -0.2rem;
	text-align: center;
	margin-bottom: 5rem;
	position: static;
	line-height: 1.5em;
}


.content-sub{
	display: table;
	width: 100%;
	padding-top:4.44rem;
}

.content-sub h1{
	font-family: 'SCoreDream';
	font-weight: 500;
	font-size: 2.23rem;
	letter-spacing: -0.1rem;
	text-align: left;
	margin-bottom: 3rem;
}


.area-max{
	display: table;
	width: 100%;
	max-width: 1980px;
	margin-left: auto;
	margin-right: auto;
	table-layout: fixed;
}


.area-basic{
	display: table;
	width: 100%;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	table-layout: fixed;
}

.area-basic.min{
	max-width: 1200px;
}

.area-sub{
	display: table;
	height:33.3rem;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	color:#fff;
	position: relative;
	background-position: center;
}

.area-sub h2{
	font-size: 3.45rem;
	text-align: center;
	font-weight: 500;
	font-family:'SCoreDream';
	letter-spacing: -0.15rem;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	display: block;
	line-height: 1.2em;
	text-shadow: 0px 4px 5px rgba(0, 0, 0, 0.4);
}

.area-sub h2 > span{
	display: block;
	text-align: center;
	font-size: 1.2rem;
	letter-spacing: 0;
	font-weight: 500;
	margin-top: 0rem;
	text-shadow: none;
}

.area-sub > .menu{
	position: absolute;
	bottom:0;
	background-color: rgba(15, 147, 121, 0.8);
	height:4.45rem ;
	display: table;
	width: 100%;
	backdrop-filter: blur(0.5rem);
	z-index: 1;
	
}

.area-sub > .menu > ul{
	display: flex;
	align-items: center;
	height: 100%;
}

.area-sub > .menu > ul > li{
	display: flex;
	align-items: center;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	position: relative;
	text-align: left;
	font-size: 1.1rem;
	padding-left: 1rem;
	height: 100%;
}

.area-sub > .menu > ul > li h3{
	font-size: 1.1rem;
	font-weight: 500;
	letter-spacing: -2%;
}

.area-sub > .menu > ul > li h4{
	font-size: 1.1rem;
	font-weight: 500;
	letter-spacing: -2%;
}

.area-sub > .menu > ul > li:after{
	content: '\e313';
	font-family: 'Material Symbols Outlined';
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	right:5%;
}

.area-sub > .menu > ul > li.none:after{
	content: none;
}



.area-sub > .menu > ul > li:hover:after{
	content: '\e316';
}

.area-sub > .menu > ul > li:nth-child(1){
	width: 4.45rem;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	padding-left: 0;
	justify-content: center;
	cursor: pointer;
}

.area-sub > .menu > ul > li:nth-child(1):after{
	content: none;
}

.area-sub > .menu > ul > li:nth-child(2){
	width: 22.23rem;
	cursor: pointer;
}

.area-sub > .menu > ul > li:nth-child(3){
	width: 22.23rem;
	cursor: pointer;
}

.area-sub > .menu > ul > li > ul{
	display: block;
	position: absolute;
	left:0;
	top:4.45rem;
	background: rgba(184, 239, 227, 0.9);
	color:#222222;
	width: 100%;
	height:0;
	overflow: hidden;
	transition: height 0.7s;
	z-index: 9;
	backdrop-filter: blur(0.5rem);
	border-radius: 0 0 0.5rem 0.5rem;
	font-weight: 500;
}


.area-sub > .menu > ul > li:hover > ul{
	height: 17.5rem;
	
}

.area-sub > .menu > ul > li > ul > li{
	display: block;
	padding:1rem 1rem;
}

.area-sub > .menu > ul > li > ul > li a{
	width: 100%;
	height: 100%;
	display: block;
}

.area-sub > .menu > ul > li > ul > li:hover{
	background: rgba(112, 205, 186, 1);
}

.area-tab > ul{
	display: table;
	list-style-type: none;
    width: 100%;
	box-sizing:border-box;
	table-layout: fixed;
	margin-top:-1.6rem;
}

.area-tab > ul >li{
	display: table-cell;
	width: auto;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #D8D8D8;
	border-right: none;
	font-weight: 500;
	line-height: 3.33rem;
	background-color: #fff;
}

.area-tab > ul >li.on{
	background-color: #1BA5A5;
	color: #fff;
	border-color: #1BA5A5;
}

.area-tab > ul >li:last-child{
	border-right: 1px solid #D8D8D8;
}

.area-img{
	display: flex;
	width: 100%;
	text-align: center;
	position: relative;
	align-items: center; 
}


.area-img img{
	display: block;
	margin:0 auto;

}


.section{
	margin-top: 7rem;
}

.image-sharp{
	image-rendering: -moz-crisp-edges; /* firefox */
	image-rendering: -o-crisp-edges; /* opera */
	image-rendering: -webkit-optimize-contrast; /* chrome */
	image-rendering: crisp-edges;
	transform: translateZ(0);
	backface-visibility: hidden;
}

/* usr--- */

.usr-area{
	display: flex;
}

.usr-area.n2{
	flex-direction: row;
	column-gap: 5%;
}

.usr-area.sero{
	flex-direction: column;
	row-gap: 10%;
	align-items: stretch;
}

.usr-area.n2 > div{
	flex:1 1 0;
}

.usr-li-line{
	display: table;
	width: 100%;
	margin-bottom: 3rem;
}

.usr-li-line > li{
	display: block;
	width: 100%;
	padding-left: 1.5rem;
	position: relative;
	color: #333333;
	font-size: 1.22rem;
	line-height: 2.5rem;
}

.usr-li-line > li:before{
	content: '\e876';
	font-family: 'Material Symbols Outlined';
	color: #1BA5A5;
	font-size: 1rem;
	position: absolute;
	left: 0;
}

.usr-li-dot{
	display: table;
	width: 100%;
	margin-bottom: 3rem;
}

.usr-li-dot > li{
	display: block;
	width: 100%;
	padding-left: 1.4em;
	position: relative;
	margin-bottom: 0.5rem;
	text-align: left;
	line-height: 1.5rem;
	font-size: 1rem;
	word-break: keep-all;
}

.usr-li-dot > li:before{
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	position: absolute;
	border-radius: 50%;
	background-color: #1BA5A5;
	left: 0.5rem;
	top:0.6em;
}


.usr-li-dot.mini > li:before{
	width: 3px;
	height: 3px;
}

.usr-li-dot.black > li:before{
	background-color: #333;
}

.usr-li-dot.white > li:before{
	background-color: #fff;
}

.usr-li-dot > li > dl {
	border-bottom: 1px dashed rgba(216, 216, 216, 1);
	padding-bottom: 0.8rem;
	margin-bottom: 0.8rem;
}

.usr-li-dot > li > dl >dt{
	font-size: 1.05rem;
	font-weight: 600;
}

.usr-li-dot > li > dl >dd{
	font-size: 1rem;
	font-weight: 500;
	line-height: 2rem;
}

.usr-li-tab > li{
	border: 1px solid #FFFFFF80;
	color: #FFFFFF;
	text-align: center;
	padding: 0.4rem 0;
}

.usr-li-tab > li.on{
	background-color: #fff;
	color: #222;
}

.usr-li-num{
	display: table;
	width: 100%;
	counter-reset:list-number;
}

.usr-li-num > li{
	display: block;
	width: 100%;
	padding-left: 1.2rem;
	position: relative;
	margin-bottom: 0.5rem;
	text-align: left;
	line-height: 1.5rem;
	font-size: 1rem;
	word-break: keep-all;
	counter-increment:list-number;
}

.usr-li-num > li:before{
	content: counter(list-number) ".";
	display: block;
	position: absolute;
	border-radius: 50%;
	left: 0rem;
	top:0;
}


.usr-li-text{
	display: table;
	width: 100%;
	counter-reset:list-number;
}

.usr-li-text > li{
	display: block;
	width: 100%;
	padding-left: 1.2rem;
	position: relative;
	margin-bottom: 0.5rem;
	text-align: left;
	line-height: 1.5rem;
	font-size: 1rem;
	word-break: keep-all;
	counter-increment:list-number;
	color:rgba(181, 62, 71, 1);
}

.usr-li-text > li:before{
	content:"*";
	display: block;
	position: absolute;
	border-radius: 50%;
	left: 0rem;
	top:0.2em;
	color:rgba(181, 62, 71, 1);
}


.usr-box{
	border: 1px solid #D8D8D8;
	display: flex;
}

.usr-box-round{
	border: 1px solid rgba(219, 219, 219, 1);
	display: flex;
	border-radius: 2em;
	padding: 2rem 0;
	align-items: center;
	justify-content: center;
}

.usr-box-round.cus-dl{
	padding: 1.7rem;
	border-radius: 1em;
}

.usr-box-round.cus-dl > dt{
	font-family:'SCoreDream';
	color: rgba(8, 101, 82, 1);
	font-weight: 500;
	font-size: 1.34rem;
	padding-right: 1rem;
	border-right:1px solid rgba(219, 219, 219, 1);
}

.usr-box-round.cus-dl > dd{
	font-weight: 400;
	font-size: 1.1rem;
	padding-left: 1rem;
}

.usr-box-rb-round{
	display: block;
	border-radius:0px 0px 30px 0px;
	padding: 3rem 2rem;
	box-shadow: 0px 4px 12px 0px #00102A1A;
	background-color: #FFFFFF;
}

.usr-box-round-shadow{
	border: 1px solid #D8D8D8;
	display: block;
	border-radius: 1.1rem;
	padding: 2rem;
	box-shadow: 0px 7px 10px 0px #64646F1A;
}


.usr-box-rb-round > img{
	margin-bottom: 2rem;
}


.usr-box-round-13{
	display: flex;
	border-radius: 30px, 0px, 30px, 0px;
	width: 100%;
	text-align: center;
	position: relative;
	align-items: center; 
}


.usr-box-round-mini{
	border: 1px solid #D8D8D8;
	display: table;
	border-radius: 0.55rem;
	padding: 2rem;
	background-color: #fff;
	width: 100%;
	height: 23.33rem;
	position: relative;
}


.usr-box-square{
	border-top: 3px solid #1BA5A5;
	border-bottom:1px solid #1BA5A5;
	display: block;
	background-color: #fff;
}


.usr-circle{
	display: table;
	width: 14.3rem;
	height: 14.3rem;
	text-align: center;
	border-radius: 50%;
	border: 10px solid #3EC2CE;
}

.usr-ul-gallery > li  figure{
	width: 16.12rem;
	margin-bottom: 3rem;
}

.usr-ul-gallery > li  figure .img-zoom{
	box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.2);
	margin-bottom: 1rem;
	border-radius: 1rem;
}

.usr-ul-gallery > li  figure  figcaption{
	display: table;
	width: 100%;
	margin-top: 0.4rem;
}

.usr-ul-gallery > li figure  figcaption dt{
	font-size: 1.1rem;
	letter-spacing: -0.1rem;
	font-family: 'SCoreDream';
	font-weight: 500;
	color: #000;
	width: 100%;
	max-width: 16.12rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	margin-bottom: 0.2rem;
}

.usr-ul-gallery > li figure  figcaption dd{
	font-size: 0.9rem;
	font-weight: 400;
	color: #868686;
	width: 100%;
	max-width: 16.12rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}

.usr-select{
	display: inline-block;
	font-size: inherit;
	color: #333;
	overflow: hidden;
	outline: none;
	padding-left: 1rem;
	padding-right: 1rem;
	height: 3.34rem;
	border: 1px solid #DBDBDB;
	min-width: 12rem;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url(/web/images/public/icon_select.png);
	background-repeat: no-repeat;
	background-position: right .7em top 50%;
	border-radius: 1.67rem;
}

.usr-select:hover{
	border: 1px solid #0BA889;
}


.usr-input{
	display: inline-block;
	font-size: inherit;
	color: #333;
	overflow: hidden;
	outline: none;
	padding-left: 1rem;
	padding-right: 1rem;
	height: 3.34rem;
	border: 1px solid #DBDBDB;
	border-radius: 1.67rem;
}

.usr-input:hover{
	border: 1px solid #0BA889;
}

.usr-input-num{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	background: #FFFFFF;
	border: 1px solid #DBDBDB;
	border-radius: 0.55rem;
	padding: 0.7rem;
	line-height: 0;
	max-width: 7rem;
	width: 100%;
	
}

.usr-input-num .material-symbols-outlined {
	color: #086552;
  font-variation-settings:
  'wght' 700
}

.usr-input-num input{
	border: none;
	font-size: 1em;
	width: 100%;
	height: 100%;
	text-align: center;
}

.usr-check{
	display: flex;
	align-items: center;
}
.usr-check input{display: none;}
.usr-check input + label{
   display: inline-block;
   width: 1.33rem;
   height: 1.33rem;
   position: relative;
   margin-right: 0.5rem;
   background-image:  url(/web/images/public/icon_uncheck.png);
    background-size: cover;
    
}


.usr-check input:checked + label::after{
   content:'';
        background-image: url(/web/images/public/icon_check.png);
        width: 1.33rem;
        height: 1.33rem;
        text-align: center;
        position: absolute;
        left: 0;
        top:0;
        color: var(--white);
        background-size: cover;
}


.usr-button{
	display: inline-block;
	color: #fff;
	outline: none;
	padding-left: 2rem;
	padding-right: 2rem;
	height: 3.34rem;
	border-radius: 1.67rem;
	background-color: #0BA889;
	font-size: 1.34rem;
	line-height: 2.5em;
	width: auto;
}

.usr-button:hover{
	background-color: #086552;
	transition: background-color 0.5s;
}

.usr-button > img{
	vertical-align: baseline;
	padding-left: 1rem;
}

.usr-button.more{
	background-color: #3D3D3D;
	position: relative;
}

.usr-button.more span{
	font-size: 0.9rem;
	display: inline-block;
	vertical-align: top;
}

.usr-button.more:hover{
	background-color: #04362C;
}

.usr-button.more:after{
	content: '\e145';
	display: inline-block;
	color: #0BA889;
	padding-left: 0.5rem;
	font-family: 'Material Symbols Outlined';
	vertical-align: top;
}


.usr-button.hover:hover{
	background-color: #04362C;
	transition: background-color 0.5s;
}

.usr-button.hover2:hover{
	background-color: #000 !important;
	transition: background-color 0.5s;
}


.usr-button.list:after{
	content: '\e3c7';
	display: inline-block;
	color: #fff;
	padding-left: 0.5rem;
	font-family: 'Material Symbols Outlined';
	vertical-align: bottom;
}

.usr-button.report{
	background-color: #04362C;
}

.usr-button.report:after{
	content: '\f090';
	display: inline-block;
	color: #fff;
	padding-left: 0.5rem;
	font-family: 'Material Symbols Outlined';
	vertical-align: bottom;
}



.usr-icons{
	display: table;
	width: 100%;
	padding-left: 1.5rem;
	position: relative;
}

.usr-icons > dt{
	display: table-cell;
	width: 20%;
	font-weight: 600;
	color: #000;
	vertical-align: middle;
}

.usr-icons > dd{
	display: table-cell;
	width: 80%;
	padding-left: 5%;
	font-size: 1.1rem;
	word-break: break-all;
	font-weight: 400;
}

.usr-icons > dd.cus-point{
	font-weight: 600;
	color: #086552;
}

.usr-icons:before{
	content: '';
	font-family: 'Material Symbols Outlined';
	display: inline-block;
	color: #0BA889;
	font-size: 1rem;
	position: absolute;
	left: 0;
	top:50%;
	transform: translateY(-50%);
}


.usr-icons.calendar_today:before{
	content:'\e935';
}

.usr-icons.schedule:before{
	content:'\e8b5';
}


.usr-icons.history:before{
	content:'\e889';
}

.usr-icons.location_on:before{
	content:'\e0c8';
}

.usr-icons.home:before{
	content:'\e88a';
}

.usr-icons.person:before{
	content:'\e7fd';
}

.usr-icons.group:before{
	content:'\e7ef';
}

.usr-icons.sell:before{
	content:'\f05b';
}

.usr-icons.help:before{
	content:'\e887';
}


.usr-fieldset-label-none{
	display: table;
	width: auto;
	margin-left: auto;
	margin-right: auto;
}

.usr-fieldset-label-none legend{
	display: none;
}

.usr-fieldset-label-none label{
	display: none;
}


.usr-board-total-num{
	font-size: 1.1rem;
	font-weight: 400;
	color: #3D3D3D;
	letter-spacing: -2%;
}

.usr-board-total-num span{
	font-weight: 700;
	color: #086552;
	letter-spacing: -2%;
	font-style: normal;
	padding-left: 0.5rem;
}

.usr-board article{
	display: block;
	width: 100%;
	background-color: #fff;
	border-radius: 1rem;
	border:1px solid #DBDBDB;
	padding: 1.8rem 1.5rem;
}

.usr-board article:hover{
	/*border:2px solid #0BA889;*/
	box-shadow: 0 0 0 2px #0BA889 inset;
}

.usr-board article > div{
	display: table;
	width: 100%;
	margin-bottom: 1.5rem;
}

.usr-board article > div > p{
	display: inline-block;
	width: 50%;
	color: #0BA889;
	font-weight: 700;
	font-size: 0.9rem;
	float: left;
}

.usr-board article > div > p dfn{
	font-style: normal;
}

.usr-board article > div > button{
	display: inline-block;
	float: right;
}

.usr-board article  dl{
	display: table;
	width: 100%;
}

.usr-board article  dl > dt{
	display: block;
	width: 100%;
	font-family: 'SCoreDream';
	font-weight: 500;
	letter-spacing: -5%;
	font-size: 1.34rem;
	color: #000;
	margin-bottom: 1.5rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 30rem;

}

.usr-board article  dl > dd{
	display: table;
	width: 100%;
	font-weight: 400;
	color: #3D3D3D;
	margin-bottom: 1.5rem;
	height: 3rem;
	display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}

.usr-board article time{
	font-size: 0.8rem;
	font-weight: 400;
	color: #868686;
}

.usr-board article .cus-down-area{
	height: 2rem;
}

.usr-down{
	display: block;
	width: 2.23rem;
	height: 2.23rem;
	background-color: #F5F5F5;
	border-radius: 50%;
	color: #FFD15C;
}

.usr-down span{
	display: none;
}


.usr-file-list li{
	display: inline-block;
	font-size: 1rem;
	font-weight: 400;
	padding-left: 1rem;
	padding-right: 3rem;
	border-radius: 1.3rem;
	border: 1px solid #DBDBDB;
	height: 2.78rem;
	color: #000;
	position: relative;
	vertical-align: middle;
	line-height: 2.65em;
	margin-right: 0.5rem;
}

.usr-file-list li:before{
	content:'\f090';
	font-family: 'Material Symbols Outlined';
	color:#0BA889;
	display: inline-block;
	margin-right: 1rem;
	vertical-align: middle;
}

.usr-file-list li:hover{
	color:#0BA889;
}

/* 툴팁 */
.ui-tooltip, .arrow:after {
    background: #3a3a3a;
    border: 2px solid white;
}

.ui-tooltip {
    padding: 5px 10px;
    color: white;
    border-radius: 5px;
    text-transform: uppercase;
    box-shadow: 0 0 7px black;
	font-size:0.7rem;
	line-height:150%;
}

.usr-gallery-item{
	display: block;
	width: 100%;
	border-radius: 1rem;
	-webkit-border-radius:1rem;
	-moz-border-radius:1rem;
	padding: 0 1.12rem 2.23rem 1.12rem;
}

.usr-gallery-item .img-zoom{
	overflow: hidden;
	-webkit-border-radius:1rem;
	-moz-border-radius:1rem;
	overflow: hidden;
	display: block;
	box-shadow: 0px 1.12rem 2.23rem 0px #00000033;
	width: 100%;
}

.usr-gallery-item img{
	width: 100%;
	height: 100%;
	border-radius: 1rem;
	-webkit-border-radius:1rem;
	-moz-border-radius:1rem;
	object-fit: cover;
    background-color: transparent;
}

.usr-gallery-item figcaption{
	font-size: 1.1rem;
	font-family: 'SCoreDream';
	font-weight: 500;
	margin-top: 1.4rem;
	width: 100%;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 0.2rem;
	letter-spacing: -0.02rem;
}

.usr-gallery-item time{
	font-size: 0.8rem;
	display: block;
	margin-bottom: 1rem;
	font-weight:400;
	color:#868686;
}

.usr-gallery-item .img-zoom.cus-movie{
	position: relative;
	aspect-ratio: 16 / 9;
	width: 100%;
}



.usr-gallery-item .img-zoom.cus-movie:after{
	content: '\e037';
	position: absolute;
	right: 0.5rem;
	bottom: 0.5rem;
	font-family: 'Material Icons';
	font-size: 1.6rem;
	color: #333;
	display: flex;
	width: 2.62rem;
	height: 2.62rem;
	background-color: #fff;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
}


.usr-map-sel{
	width: 3.34rem;
	height: 4rem;
	background: url(/web/images/public/map_unsel.png);
	display: block;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.1rem;
	transition: all 0.5s;
	cursor: pointer;
	background-size: contain;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 1rem;
}

.usr-map-area{
	display: block;
	width:26.95rem;
	height:40.56rem;
	position: relative;
}

.usr-map-area .usr-map-sel{
	position: absolute;
}

.usr-map-area .usr-map-sel:hover{
	background: url(/web/images/public/map_sel.png);
	background-size: cover;
	transition: all 0.6s;
}

.usr-map-area .usr-map-sel.on{
	background: url(/web/images/public/map_sel.png);
	background-size: cover;
}

.usr-map-area .usr-map-sel[sido1='강원']{
	top: 10%;
left: 58%;

}

.usr-map-area .usr-map-sel[sido1='인천']{
	top: 15%;
	left: 13%;
}

.usr-map-area .usr-map-sel[sido1='서울']{
	top: 10%;
	left: 26%;
}

.usr-map-area .usr-map-sel[sido1='경기']{
	top: 19%;
left: 34%;

}

.usr-map-area .usr-map-sel[sido1='충북']{
	top: 29%;
left: 45%;

}

.usr-map-area .usr-map-sel[sido1='세종']{
	top: 29%;
left: 29%;
}

.usr-map-area .usr-map-sel[sido1='대전']{
	top: 38%;
left: 35%;
}

.usr-map-area .usr-map-sel[sido1='충남']{
	top: 38%;
left: 18%;

}

.usr-map-area .usr-map-sel[sido1='전북']{
	top: 50%;
    left: 29%;
}

.usr-map-area .usr-map-sel[sido1='전남']{
	top: 70%;
left: 27%;

}

.usr-map-area .usr-map-sel[sido1='광주']{
	top: 61%;
    left: 18%;
}

.usr-map-area .usr-map-sel[sido1='경남']{
	top: 61%;
left: 54%;

}

.usr-map-area .usr-map-sel[sido1='부산']{
	top: 61%;
	left: 77%;
}

.usr-map-area .usr-map-sel[sido1='울산']{
	top: 53%;
    left: 85%;
}

.usr-map-area .usr-map-sel[sido1='대구']{
	top: 48%;
left: 67%;

}

.usr-map-area .usr-map-sel[sido1='경북']{
	top: 35%;
left: 75%;

}

.usr-map-area .usr-map-sel[sido1='제주']{
	top: 88%;
left: 19%;

}


.usr-border-bottom{
	border-bottom: 1px solid #DBDBDB;
}
/* masonry */

.masonry-container  {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   grid-gap: 1rem 3rem;
   grid-template-rows: masonry;
   grid-auto-rows: 10px;
}

.grid-item {
	width: 33%; 
	margin-bottom: 1rem;
}



/* msoney -- */

.area-sub.heritage{
	background-image: url("/web/images/public/sub_heritage.png");
}

.area-sub.program{
	background-image: url("/web/images/public/sub_program.png");
}

.area-sub.board{
	background-image: url("/web/images/public/sub_board.png");
}

.area-sub.archive{
	background-image: url("/web/images/public/sub_archive.png");
}

.area-sub.book{
	background-image: url("/web/images/public/sub_book.png");
}



footer .r1{
	background-color: #fff;
	padding:1rem 0;
	border-top:1px solid rgba(219, 219, 219, 1);
}

footer .r2{
	background-color: rgba(73, 80, 78, 1);
	padding: 2.5rem;
	color:rgba(181, 181, 181, 1) !important;
	font-size: 0.8rem;
	font-weight: 300;
	line-height: 1.6em;
}

footer .r1 .d1{
	width: 3rem;
}

footer .r1 .d2{
	width: calc(100% - 6rem);
	text-align: left;
	overflow: auto;
	white-space: nowrap;
}

footer .r1 .d2::-webkit-scrollbar {
  display: none;
}


footer .r1 .d2 ul{
	display: block;
	width: 100%;
}

footer .r1 .d2 ul > li{
	display: inline-block;
	width: auto;
	margin-right: 2rem;
	margin-left: 2rem;
}

footer .r1 .d3{
	width: 3rem;
}

footer .r2 .d1{
	width: 60%;
	vertical-align: middle;
}

footer .r2 .d2{
	width: 40%;
	vertical-align: middle;
	text-align: right;
}

.youtube-area{
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: 1rem;
	border: 1px solid #333;
	background-color: #000;
	line-height: 0;
	overflow: hidden;
}


.youtube-area > iframe{
	width: 100%;
	height: 100%;
	border-radius: 1rem;
}


.search-detail-area{
	position:fixed;
	display: block;
	width: 100%;
	margin-top: 5rem;
	background-color: #C8ECE4;
	z-index: 100;
	height: 0;
	overflow: hidden;
	transition: height 0.5s;
}

.search-detail-area.on{
	height: 100%;
}

.search-detail-area .material-symbols-outlined{
	font-size: 0.9rem;
	color:#086552;
	vertical-align: middle;
	margin-right: 0.2rem;
	line-height:0;
  	font-variation-settings:'FILL' 1;
}

.search-detail-area .usr-top-search-close .material-symbols-outlined{
	font-size: 1.5rem;
	color: #086552;
}

.search-detail-area .d1{
	width: 20%;
	vertical-align: top;
}

.search-detail-area .d1 h3{
	font-family: 'SCoreDream';
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.5em;
	letter-spacing: -0.1rem;
}

.search-detail-area .d1 h3 span{
	font-weight: 500;
}


.search-detail-area .d1 h6{
	font-family: Pretendard;
	font-size: 1.1rem;
	font-weight: 400;
	color: #000;
	margin-top: 1rem;
	position: relative;
}

.search-detail-area .d1 h6 span{
	position: absolute;
	font-size: 1.3rem;
	display: inline-block;
	padding-left: 0.5rem;
	line-height: 0;
	top:50%;
	transform: translateY(-50%);
}

.search-detail-area .d1 h6 span:hover{
	color:#0BA889
}

.search-detail-area .d2{
	width: 80%;
	padding-left: 4rem;
	vertical-align: top;
}

.search-detail-area .d2 fieldset{
	display: table;
	width: 100%;
	position: relative;
	margin-bottom: 1rem;
}

.search-detail-area .d2 fieldset legend{
	font-size: 0.9rem;
	font-weight: 500;
	color: #086552;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding-left: 1rem;
}

.search-detail-area .d2 fieldset legend span{
	position: absolute;
	top:50%;
	left:0;
	transform: translateY(-50%);
}


.search-detail-area .d2 fieldset ul{
	display: block;
	width: 100%;
	margin-top: 0.5rem;
}

.search-detail-area .d2 fieldset ul > li{
	display: inline-block;
	margin-right: 0.5rem;
	margin-bottom: 0.5rem;
	background-color: #fff;
	border-radius: 1.5rem;
	padding:0.4rem 0.9rem;
	font-weight: 400;
	font-size: 1.1rem;
	cursor: pointer;
}

.search-detail-area .d2 fieldset ul > li label{
	cursor: pointer;
}

.search-detail-area .d2 fieldset ul > li.on{
	background-color: #0BA889;
	color: #fff;
}

.search-detail-area .d2 fieldset ul > li:hover{
	background-color: #0BA889;
	color: #fff;
}

.search-detail-area .d2 fieldset ul > li input{
	display: none;
}

.search-detail-area .d2 button{
	display: inline-block;
	width: 10rem;
	height: 2.95rem;
	font-size: 1.2rem;
	letter-spacing: -2%;
	color: #fff;
	text-align: left;
	padding-left: 1.8rem;
	border-radius: 1.5rem;
	position: relative;
}

.search-detail-area .d2 button span{
	padding-right: 1rem;
	font-size: 1.5rem;
	vertical-align: middle;
	position: absolute;
	top:50%;
	right:0.5rem;
	transform: translateY(-50%);
	line-height: 0;
}


.search-detail-area .d2 button.cus-search{
	background-color: #04362C;
	margin-right: 1rem;
}

.search-detail-area .d2 button.cus-search:hover{
	background-color: #086552;
}


.search-detail-area .d2 button.cus-reset{
	background-color: #fff;
	color:#868686;
}

.search-detail-area .d2 button.cus-reset:hover{
	background-color: rgba(0, 0, 0, 0.2);
}

footer .r2 .d2 .sns{
	opacity: 0.5;
}

.img-hover1:hover{
	filter: invert(53%) sepia(62%) saturate(5165%) hue-rotate(141deg) brightness(97%) contrast(91%);
}

.top-search{
	cursor: pointer;
}

.img-zoom.round{
	border-radius: 1rem;
}

.img-zoom.round1{
	border-radius: 1rem 0 0rem 0;
}

.list.num-6 > li:nth-of-type(6n+1){
	margin-top: 1.2rem;
}

.list.num-6 > li:nth-of-type(6n+2){
	margin-top: 1.2rem;
}

.list.num-6 > li:nth-of-type(6n+3){
	margin-top: 1.2rem;
}

.list.num-6 > li:nth-of-type(6n+4){
	margin-top: 1.2rem;
}

.list.num-6 > li:nth-of-type(6n+5){
	margin-top: 1.2rem;
}

.list.num-6 > li:nth-of-type(6n+6){
	margin-top: 1.2rem;
}

.search-detail-area .cus-2 li{
	width: 7rem;
	text-align: center;
}

.top-move{
	position: fixed;
	z-index: 1000;
	right:1rem;
	bottom:1rem;
}


.usr-book{
	display: inline-block;
	margin-left: 1rem;
	color: #fff;
	background-color: rgba(8, 101, 82, 1);
	font-size: 0.9rem;
	font-weight: 400;
	border-radius: 1rem;
	vertical-align: middle;
	padding:0 0.5rem;
	position: relative;
}

.usr-book:hover{
	background-color: #000000;
}

.usr-book span{
	display: inline-block;
	vertical-align: middle;
	padding-left: 0.5rem;
	font-size: 0.9rem;
}

.usr-box-table{
	width: 100%;
	border-radius: 1rem;
	overflow: hidden;
	border-spacing: 0;
}

.usr-box-table  th{
	background-color:#FFBB0F ;
	padding:0.5rem 0;
	position: relative;
}

.usr-box-table  th:after{
	content: "";
	position: absolute;
	display: block;
	width: 1px;
	height: 90%;
	background-color: #fff;
	top:10px;
	height: calc(100% - 20px);
}

.usr-box-table  th:first-child:after{
	content: none;
}

.usr-box-table td{
	background-color:#fff ;
	padding:0.5rem 0;
	position: relative;
	text-align: center;
	border-bottom: 1px solid #DBDBDB;
}

.usr-box-table td:after{
	content: "";
	position: absolute;
	display: block;
	width: 1px;
	height: 90%;
	background-color: #DBDBDB;
	top:10px;
	height: calc(100% - 20px);
}

.usr-box-table td:first-child:after{
	content: none;
}

.usr-box-table  td.bold{
	font-weight: 600;
}

.usr-layer{
	display: flex;
	flex-direction: column;
	row-gap: 1rem;
	width: 100%;
	max-width: 560px;
	margin:0 auto;
	padding: 1.1rem 1.66rem 2.22rem;
	background: #C8ECE4;
	border-radius: 2.22rem;
	font-size: 1.1rem;
	position: fixed;
	left:50%;
	bottom:-200vh;
	transform: translateX(-50%);
	z-index: 1001;
	transition: all 0.7s;
}

.usr-layer.on{
	display: flex;
	bottom: initial;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);

}

.usr-layer .close{
	margin-left: auto;
	font-size: 2rem;
	display: block;
	font-variation-settings:
  'wght' 400
}

.usr-layer h3{
	font-family: 'SCoreDream';
	font-style: normal;
	font-weight: 500;
	font-size: 1.55rem;
	line-height: 1.5em;
	letter-spacing: -0.05em;
	text-align: center;
}

.usr-layer .usr-box-round.a1{
	border: none;
	background-color: #fff;
	align-items: stretch;
	justify-content: center;
	flex-direction: column;
	padding: 0;
	overflow: hidden;
	box-shadow: 0px 15px 20px rgba(3, 116, 100, 0.15);

}

.usr-layer .usr-box-round.a1 > dt{
	background-color: #0BA889;
	line-height:1.3em;
	padding:1.1rem 0.5rem;
	font-size: 1.2rem;
	text-align: center;
	color: #fff;
	font-weight: 500;
}

.usr-layer .usr-box-round.a1 > dd{
	padding:2em;
}

@media screen and (orientation: landscape) {
  .usr-layer{
  	display: none;
  }
}
