@charset "UTF-8"; 

/* font */
html {font-size:62.5%; }
body,
body * {font-family:'OnemobileG', -apple-system, BlinkMacSystemFont, sans-serif; font-weight:400;font-size:1.6rem;letter-spacing: -0.01em;color:#000; line-height:1.4; -webkit-font-smoothing: antialiased;word-wrap:break-word;word-break:keep-all;}
strong {font-weight:700;}

	@media screen and (max-width:1200px)
	{
		/*html {font-size:56.5%;}*/		
	}
	@media screen and (max-width:640px)
	{
		/*html {font-size:50%;}*/		
	}



/* color */
:root {
  --color-bluegreen: #0B7D82;
  --color-light-bg: #F2F8F8;
  --label-c-green: #4F9B6A;
  --label-c-blue: #3F6FAE;

  --font-point: 'OnemobileT', sans-serif;
  --font-default: 'OnemobileG', sans-serif;

}

/* padding */
.pt0{padding-top:0 !important;}
.pb0{padding-bottom:0 !important;}
.pt8{padding-top:8rem;}
.pt10{padding-top:10rem;}
.pb1{padding-bottom:1rem;}
.mt1{margin-top:1rem;}
.mt3{margin-top:3rem;}
.mt10{margin-top:10rem;}
.mb2{margin-bottom:2rem;}
.mb3{margin-bottom:3rem;}


/* 스킵네비게이션 */
#skipNavi {height:0;}
#skipNavi .skipLink {position:absolute;top:-1000px;left:-1000px;overflow:hidden;z-index:5000;}
#skipNavi .skipLink:focus, #skipNavi .skipLink:active {top:0;left:0;padding:10px 20px;background:#1e64ba;color:#fff;}


/*--------------------- input ---------------------*/
select,
input[type="text"],
input[type="password"] { font-size: 1.6rem;  height: 4.8rem;  padding: 0 1.5rem;  border: 1px solid #000;}
select {padding-right:calc(3rem + 2px);}
input[type="text"]:disabled,
input[type="text"]:read-only,
input[type="password"]:disabled,
input[type="password"]:read-only {background:#f9f9f9;}
textarea {border:1px solid #e0e0e0;}

input[type="radio"]{-webkit-appearance: none;-moz-appearance: none;appearance: none;width: 1.8rem;height:1.8rem;border: 1px solid #555;border-radius: 50%;cursor: pointer;}
input[type='radio']:checked{background-color: #000;border: 4px solid #fff;box-shadow: 0 0 0 0.1rem #000;}
input[type="checkbox"]{-webkit-appearance: none;-moz-appearance: none;appearance: none;width: 2rem;height: 2rem;border: 1px solid #555;cursor: pointer;}
input[type='checkbox']:checked{background-color: #000;border: 4px solid #fff;box-shadow: 0 0 0 0.1rem #000;}

/*--------------------- btn ---------------------*/
.btn {border:none;cursor:pointer;line-height:normal;text-align:center;transition:all 0.3s;border-radius:3px;max-width:100%;display: inline-flex;align-items: center;justify-content: center;}
.btn span {display:inline-block;max-width:100%;position:relative;transition:color .3s;line-height:140%;}
.btn.noclick {cursor:default;}
.writebtn{ color: #fff;   background: var(--point-color);}
.applybtn{ color: #fff;   background: var(--point-color);}
.delbtn{ color: #fff;   background:#646464;}
.listbtn{color: #fff;   background:#646464;}


/*--------------------- board ---------------------*/
.board-search {display:flex; justify-content:flex-end; margin-bottom:3rem;}
.board-search_box {display:flex;align-items:center;height: 4.8rem;}
.board-search_select {height:100%;width:12rem;padding: 0 3rem 0 1rem;border: 1px solid #000;background: #fff url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23000' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 1rem center / 1rem .6rem;font-size:1.6rem;appearance:none;cursor:pointer;margin-right: 0.5rem;}
.board-search_select:focus {border-color:#000; outline:none;}
.board-search_input {flex:1;min-width:0;}
.board-search_input:focus {border-color:#000; outline:none;}
.board-search_btn {width:7.6rem; height:100%; background:#111; color:#fff; font-size:1.5rem; font-weight:500; border:0; cursor:pointer; transition:background .2s ease;}
.board-search_btn:hover {background:var(--color-bluegreen);}
  
.board-table_wrap {border-top:2px solid #000;}
.board-table {width:100%; border-collapse:collapse; table-layout:fixed;}
.board-table caption {position:absolute; overflow:hidden; width:1px; height:1px; margin:-1px; clip:rect(0,0,0,0);}
.board-table th {height: 6.5rem;border-bottom:1px solid #e0e0e0;font-size:1.6rem;font-weight:600;text-align:center;color:#000;}
.board-table td {height:7.2rem; border-bottom:1px solid #e0e0e0; text-align:center; vertical-align:middle; font-size:1.6rem; color:#000;}
.board-table .col-no {width:8rem;}
.board-table .col-title {width:auto;}
.board-table .col-file {width:8rem;}
.board-table .col-date {width:14rem;}
.board-table .col-views {width:9rem;}
.board-table .col-status {width:9rem;}
.board-table .td-title {text-align:left; padding:0 2rem;}
.board-table .td-title a {display:inline-flex; align-items:center; gap:1rem; max-width:100%;}
.board-table .td-title a:hover .board-subject {text-decoration:underline; text-underline-offset:.4rem;}
 
.board-badge {display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;min-width:5rem;height: 3rem;padding:0 1rem;border:1px solid transparent;font-size: 1.5rem;font-weight: 500;line-height:1;}
.board-badge.type_notice {background: var(--label-c-blue);border-color: var(--label-c-blue);color:#fff;}
.board-badge.type_event {background: var(--label-c-green);border-color: var(--label-c-green);color: #fff;}
.board-badge.type_result {border: 1px solid #c30606;  color: #c30606; background: #fff;}
.board-badge.type_etc{background:#555; border-color:#555 ;color: #fff;}
.board-badge.type_pr{background:#ea7212; border-color:#ea7212 ;color: #fff;}
.board-badge[data-gubun="모집"] {background: var(--label-c-blue);border-color: var(--label-c-blue);color:#fff;}
.board-badge[data-gubun="행사"]  {background: var(--label-c-green);border-color: var(--label-c-green);color: #fff;}
.board-badge[data-gubun="결과"] {border: 1px solid #c30606;  color: #c30606; background: #fbfdff;}
.board-badge[data-gubun="기타"] {border: 1px solid #555;  color: #fff; background: #555;}
.board-badge[data-gubun="홍보"] {border: 1px solid #ea7212;  color: #fff; background: #ea7212;}
.board-status[data-gubun="진행전"]  { background: #fff; color: var(--color-bluegreen);  border: 1px solid var(--color-bluegreen);}
.board-status[data-gubun="진행중"]  { background:var(--color-bluegreen); color:#fff; }
.board-status[data-gubun="마감"]   { background:#f0f0f0; color:#777;}
.board-status { display: inline-flex;  align-items: center; justify-content: center;min-width:6.8rem; height:3rem; padding:0.4rem 1rem; border-radius:10rem; font-size:1.5rem; }
.board-status.is_ready { background: #fff; color: var(--color-bluegreen);  border: 1px solid var(--color-bluegreen);}
.board-status.is_open { background:var(--color-bluegreen); color:#fff; }
.board-status.is_closed { background:#f0f0f0; color:#777;}
.board-subject {overflow:hidden;display:block;max-width:100%;font-size: 1.8rem;font-weight: 600;white-space:nowrap;text-overflow:ellipsis;}
.board-file_ico {display:inline-block; width:2rem; height:2rem; background:url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.25 9.75L10.85 6.15C11.55 5.45 12.68 5.45 13.38 6.15C14.08 6.85 14.08 7.98 13.38 8.68L8.65 13.41C7.48 14.58 5.58 14.58 4.41 13.41C3.24 12.24 3.24 10.34 4.41 9.17L9.33 4.25C10.97 2.61 13.63 2.61 15.27 4.25C16.91 5.89 16.91 8.55 15.27 10.19L10.35 15.11' stroke='%23111' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain;}
.board-empty {padding:8rem 0; text-align:center; font-size:1.6rem; color:#888; border-bottom:1px solid #e0e0e0;}

.board-cate-tabs{width:100%;display:flex;margin-bottom: 4rem;}
.board-cate-tab{flex: 1 1 50%;height: 6rem;font-weight: 700;background: #fff;color: #000;border: 1px solid #000;cursor: pointer;transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;}
.board-cate-tab + .board-cate-tab { border-left: none;}
.board-cate-tab.is-active { background: var(--color-bluegreen); border-color: var(--color-bluegreen); color: #fff;}

.gallery-list {display:grid; grid-template-columns:repeat(3, 1fr); gap:8rem 6rem;}
.gallery-item {}
.gallery-link {display:block;}
.gallery-thumb {position:relative; display:block; overflow:hidden; width:100%; aspect-ratio:16/10; background:#f0f0f0;}
.gallery-thumb img {display:block; width:100%; height:100%; object-fit:cover;transition:transform .35s ease;}
.gallery-link:hover .gallery-thumb img {transform:scale(1.04);}
.gallery-info {padding:1.6rem 0 0;}
.gallery-label { display:block; font-size:1.5rem; font-weight:600; color:var(--color-bluegreen); margin-bottom:0.6rem; }
.gallery-title {display: -webkit-box;  -webkit-line-clamp: 2;  -webkit-box-orient: vertical;  overflow: hidden;  font-size: 2rem;  font-weight: 600;  color: #000;  word-break: keep-all;  margin-bottom: 2rem;}
.gallery-date {display:block;color:#555;text-align:right;}
.gallery-badge { display: inline-flex; align-items: center;  justify-content: center;  flex-shrink: 0;  min-width: 5rem;  height: 3rem;  padding: 0 1rem;  border: 1px solid transparent; font-size: 1.5rem;  font-weight: 500;  line-height: 1;}
.gallery-badge.is-notice {background:#333;}
.gallery-badge[data-gubun="공모"] {background: var(--label-c-blue);border-color: var(--label-c-blue);color:#fff;}
.gallery-badge[data-gubun="행사"] {background: var(--label-c-green);border-color: var(--label-c-green);color: #fff;}
.gallery-badge[data-gubun="마감"] {background:#f0f0f0; color:#777;}
.gallery-badge[data-gubun="결과"] {background:#fff; border-color:#c30606; color: #c30606;}
.gallery-badge[data-gubun="기타"] {background:#555; border-color:#555 ;color: #fff;}
.gallery-badge[data-gubun="모집"] {background: var(--label-c-blue);border-color: var(--label-c-blue);color:#fff;}
.gallery-badge[data-gubun="홍보"] {border: 1px solid #ea7212;  color: #fff; background: #ea7212;}
.thumblist .gallery-thumb{aspect-ratio:4/5;}
.thumblist .gallery-title{display: flex;  align-items: center; gap: 1rem;}
.thumblist .gallery-title .tit{ font-size: 2rem;  font-weight: 600;  color: #000; word-break: keep-all;    display: -webkit-box;  -webkit-line-clamp: 1; -webkit-box-orient: vertical;  overflow: hidden;}

.publish-list {display:grid; grid-template-columns:repeat(4, 1fr); gap:8rem 6rem;}
.publish-item {}
.publish-thumb {display:block; overflow:hidden; width:100%; aspect-ratio:4 / 5; border:1px solid #e0e0e0; background:#f8f8f8;}
.publish-thumb img {display:block; width:100%; height:100%; object-fit:cover; transition:transform .35s ease;}
.publish-item:hover .publish-thumb img {transform:scale(1.03);}
.publish-info {padding:2rem 0;}
.publish-title {min-height:6rem; display: -webkit-box;  -webkit-line-clamp: 2;  -webkit-box-orient: vertical;  overflow: hidden; font-size:2rem; font-weight:600; color:#000; margin-bottom:.8rem; word-break:break-all; overflow-wrap:break-word;}
.publish-meta {display:flex; align-items:center; gap:2rem;}
.publish-year {font-size:1.5rem; color:#000; font-weight:500;}
.publish-date {font-size:1.5rem; color:#555;}
.publish-down {display:flex; align-items:center; justify-content:center; gap:.8rem; width:100%; height:4.8rem; background:#111; color:#fff; font-size:1.5rem; font-weight:500; transition:background .2s ease;}
.publish-down:hover {background:var(--color-bluegreen);}
.publish-down svg {display:block; width:1.6rem; height:1.6rem; flex-shrink:0;}

.board-view {width:100%;}
.board-view_head {padding:4rem 0 3rem; text-align:center; border-bottom:2px solid #000;}
.board-view_title {margin:0 0 2rem;display: flex; align-items: center; justify-content: center;  gap: 1rem;  flex-wrap: wrap;}
.board-view_title .tit{ font-size:2.6rem; font-weight:700; line-height:1.4; word-break:keep-all;}
.board-view_meta {display:flex; align-items:center; justify-content:center; gap:2.4rem; color:#555;}
.board-view_meta span {position:relative;}
.board-view_meta span + span::before {content:""; position:absolute; top:50%; left:-1.2rem; width:1px; height:1.2rem; background:#ddd; transform:translateY(-50%);}
.board-view_body {min-height:24rem; padding:5rem 0; border-bottom:1px solid #e0e0e0; font-size:1.6rem; line-height:1.8; text-align:center;}
.board-view_body img {max-width:100%; height:auto; display:block; margin:0 auto 2rem;}
.board-view_body *{ font-size: 1.8rem !important; font-family: var(--font-default) !important;  line-height: 1.8;}
.board-view_body b,
.board-view_body strong { font-weight: 600 !important; }
.board-view_body b span{ font-weight: 600 !important; }
.board-view_body u{ font-weight: 600 !important; }
.board-view_file { width: 100%; display: flex;  flex-direction: column;  gap: 1.5rem; padding:2.5rem 1rem; border-bottom:1px solid #e0e0e0;}
.board-view_file_item {display:inline-flex; align-items:center; gap:.8rem; color:#000; transition:color .2s ease;}
.board-view_file_item:hover span{color:var(--color-bluegreen);}
.board-view_file_ico {display:inline-flex; align-items:center; justify-content:center; width:2rem; height:2rem; flex-shrink:0;}
.board-view_file_ico img {display:block; width:100%; height:100%; object-fit:contain;}
.board-view_file_item span{font-weight:600;display: -webkit-box;  -webkit-line-clamp: 1;  -webkit-box-orient: vertical;    overflow: hidden;}
.board-view_btns {display:flex; align-items:center; justify-content:center; margin-top:5rem;}
.board-view_list {display:inline-flex; align-items:center; justify-content:center; width:12rem; height:5rem; background:#111; color:#fff; font-size:1.6rem; font-weight:500; transition:background .2s ease;}
.board-view_list:hover {background:var(--color-bluegreen);}
.board-view_video{position:relative; width:100%; padding-bottom:56.25%; height:0; overflow:hidden; margin:0 0 2rem;}
.board-view_video iframe{position:absolute; top:0; left:0; width:100%; height:100%; border:0;}
.board-cate_title{display: flex; align-items: center;  justify-content: center;  flex-wrap: wrap; gap: 1rem; margin-bottom:1rem;}
.board-badge[data-gubun="창작스튜디오"],
.board-badge[data-gubun="예술인복지"],
.board-badge[data-gubun="원도심"],
.board-badge[data-gubun="기타"]{color: var(--color-bluegreen); font-weight:600; }


.gallery-list.no-data{display: block;  width: 100%;  text-align: center; padding: 2.5rem 1rem;}

/* paging */
.board_paging {display:flex; align-items:center; justify-content:center; gap:1.5rem; flex-wrap: wrap;margin-top:7rem;}
.board_paging a {color:#000; text-decoration:none;}
.paging_btn {display:inline-flex; align-items:center; justify-content:center; width:2.4rem; height:3rem; color:#000;}
.paging_btn svg {display:block; width:1.8rem; height:1.8rem;}
.paging_btn path {fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round;}
.paging_num {display:inline-flex; align-items:center; justify-content:center; width:3rem; height:3rem; color:#000; font-size:1.4rem; }
.paging_num.is_active {background:#000; color:#fff; font-weight:600;}
	

	@media (max-width:1200px) {
		.publish-list {grid-template-columns:repeat(3, 1fr); gap: 6rem 4rem;}
		.gallery-list {grid-template-columns:repeat(2, 1fr); gap:6rem 4rem;}

		.board-view_head{padding:0 0 3rem;}
		.board-view_title .tit{font-size:2.4rem;}		

		.thumblist .gallery-title .tit{font-size:1.8rem;}
	}

	@media (max-width:980px) {		
		.board-table .col-no {display:none;}
		.board-table .col-views{display:none;}
		.board-table .col-date {width:10rem;}		
		.board-table .col-status{width:7rem;}
		.board-table .td-title {padding:0 1.4rem;}
		.board-subject {font-size:1.7rem;}

		.board-view_body *{ font-size: 1.7rem !important; }

		.publish-list {grid-template-columns:repeat(2, 1fr); gap:5rem 3rem;}
	}

	@media (max-width:768px) {		
		.board-search_box {flex-wrap:wrap;height:auto;width:100%; gap:0.5rem;}
		.board-search_select {width:100%;height:4.4rem;margin-right:0;}
		.board-search_input {height:4.4rem !important;}
		.board-search_btn {height:4.4rem;}
		
		.board-table th{height:5.2rem;}
		.board-table td{height:6.2rem;}
		.board-table .col-date{display:none;}
		.board-table .col-file{display:none;}
		.board-subject {font-size: 1.6rem;}
		.board-badge{min-width: 4rem;  height: 2.8rem; padding: 0 0.8rem; font-size:1.4rem;}
		.board-status{height: 2.8rem; padding: 0 0.8rem; font-size:1.4rem;}

		.gallery-list {grid-template-columns:1fr;}		
		.gallery-title{font-size:1.7rem;}
		.publish-list {grid-template-columns:1fr;}		
		.publish-title{font-size:1.7rem;  min-height: auto;}

		.board-view_title .tit{font-size:2rem;}
		.board-view_body {padding:3.5rem 0;}		
		.board-view_body *{ font-size: 1.6rem !important; }
		.board-view_file{gap:0.8rem;padding: 2rem 0;}
		.board-view_file_item span{font-size:1.5rem;}
		.board-view_btns {margin-top:3.5rem;}
	}	

	@media (max-width:640px) {
		.board-cate-tabs{flex-wrap:wrap;}
		.board-cate-tab{height: 4.5rem;  font-size: 1.5rem;  padding: 0 0.5rem;}
		.board-cate-tab:nth-child(1), .board-cate-tab:nth-child(2){border-bottom:none;}
		.board-cate-tab:nth-child(3){border-left:1px solid #000;}

		.board-table thead { display:none; }
		.board-table, .board-table tbody, .board-table tr, .board-table td { display:block; }
		.board-table colgroup { display:none; }
		.board-table tr { position:relative; padding:1.6rem 0; border-bottom:1px solid #e5e5e5; }
		.board-table td {padding:0;border:none;text-align:left;height: auto;}
		.board-table .col-no, .board-table .col-file { display:none; }
		.board-table .td-title a { display:flex; flex-direction:column; align-items:flex-start; gap:0.8rem; }
		.board-table .board-subject {display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;white-space: inherit;}
		.board-table .col-status {position:absolute;top:1.6rem;right: 1rem;}		
		.board-table .col-date, .board-table .col-views {display: inline-block;margin-top: 1rem;font-size: 1.4rem;color:#999;height: 100%;padding: 0 1.5rem;width: auto;}
		.board-table .col-views::before { content:'· 조회 '; margin-left:0.6rem; }
	}
	@media (max-width:480px){
		.thumblist .gallery-title{flex-direction: column;  align-items: flex-start;}
		.thumblist .gallery-title .tit{-webkit-line-clamp: 2;}
	}

/*--------------------- tab ---------------------*/
.common-tab .tab-nav {}
.common-tab .tab-nav ul {display:flex;flex-wrap:wrap;gap: 1rem;}
.common-tab .tab-nav ul li {padding: 1.5rem;}
.common-tab .tab-nav ul li a {position:relative; font-size: 2.4rem; font-weight: 600;color: #c1c1c1;display: block;width: 100%;height: 100%;}
.common-tab .tab-nav ul li.active a{color:#444; font-weight:800; padding-left:3.5rem; }
.common-tab .tab-nav ul li.active a:before{content:''; display:block; background:url(../img/content/icon_bullet.png) no-repeat center center / 3rem; width:3rem; height:2rem; position:absolute; top:0; left:0; }
.tab-container .tab-content{display:none;}
.tab-container .tab-content.active{display:block;}

	@media screen and (max-width:1200px){
		.common-tab .tab-nav {width:100%;}
	}
	@media screen and (max-width:768px){
		.common-tab .tab-nav{width:100%;  overflow-y: auto}
		.common-tab .tab-nav ul{width:78rem;}
	}


/* 첨부파일 */
.input-file + .input-file {margin-top:0.5rem;}
.input-file {width:68rem;max-width:100%;position:relative;display: flex;align-items: center;border:1px solid var(--border-gray);border-radius:3px;padding:2px;}
.input-file-wrap.w100p .input-file {width:100%;}
.input-file .fileNm {flex:1;border:none;padding: 0 1.5rem;height: 3.6rem;vertical-align: middle;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.input-file input[type="file"] {position:absolute;width:0px;height:0px;padding:0;overflow:hidden;border:none;}
.file-label {vertical-align: middle;margin-left:5px;width:4.6rem;height:3.6rem;background:url(../img/default/file_label.svg) no-repeat center center var(--bg-gray);border:1px solid var(--border-gray);border-radius:3px;cursor:pointer;}
.input-file input[type="file"]:disabled ~ .file-label {background:#f6f8fb;cursor:default;border-color:#f6f8fb;}
.input-file input[type="file"]:disabled ~ .file-label span {color:#a8aaab;}
.input-file .icoBtn {margin-left:15px;}

.input-file-btn {display:flex;gap:0 0.4rem;}
.input-file-btn button {background:var(--black-color);border-radius:3px;}
.input-file-btn button .ico {display:block;width:2rem;height:2rem;position:relative;}
.input-file-btn button .ico:before,
.input-file-btn button .ico:after {content:"";display:block;width:8px;height:2px;background:#fff;position:absolute;top:50%;left:50%;margin:-1px 0 0 -4px;}
.input-file-addbtn .ico:after {transform:rotate(90deg);}
.input-file-delbtn .ico:after {display:none;}

/* 인풋 검색 */
.input-searchbox {position:relative;}
.input-searchbox input[type="text"] {padding-right:4rem;}
.input-searchbtn {width:1.4rem;height:1.4rem;background:url(../img/default/input_searchbtn.svg) no-repeat center center /100% 100%;position:absolute;top:50%;right:2rem;margin-top:-7px;}



/*--------------------- info-ex ---------------------*/
.info-ex {text-indent:-25px;padding-left:25px;}
.info-ex:before {content:url(../img/default/info-ex.svg);display:inline-block;margin-right:5px;vertical-align:middle;text-align:center;text-indent:0;}
.info-ex .txt {vertical-align:middle;font-size:1.6rem;line-height:160%;}
.info-ex .txt i {font-style:normal;font-size:1.6rem;}



/*--------------------- 스크롤 박스 ---------------------*/
.rspvn-box {overflow: hidden;}

	@media screen and (max-width: 980px) {
		.rspvn-box .rspvn-tb {width:1024px !important}
		.rspvn-box {overflow-x:scroll;padding-bottom:15px; position:relative; padding-top:60px;}
		.rspvn-box:after{width:100%; ; height:50px; position:absolute; left:0px ;  top:0; display:block; content:"";background:#6a7789; z-index:1}
		.rspvn-box:before {width: 212px; background: url('../img/default/mobile-scroll.svg') no-repeat center center; position: absolute; margin-left: 0; left: 50%; top: 3px; transform: translateX(-50%); display: block; height:44px; content: ""; box-sizing: border-box;z-index:2;}
	}



/* 레이어 팝업 */
.open-lp {border:1px solid #ddd;width:200px;height:50px;}

.layerpop-wrap {display:none;position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:rgba(0, 0, 0, 0.7);z-index:999;}
.layerpop-flex {width:calc(100% - 4rem);height:calc(100% - 6rem);margin:3rem auto;display:flex;align-items:center;justify-content:center;}
.layerpop {max-width:100%;max-height:100%;margin:0 auto;position:relative;display:flex;flex-direction:column;}
.layerpop .layerpop-title {flex:0 0 6rem;width:100%;height:6rem;background:blue;padding:5px 6rem 5px 2rem;display:flex;align-items:center;flex-wrap:wrap;}
.layerpop .layerpop-title:focus-visible {outline:auto;}
.layerpop .layerpop-title h2 {color:#fff;font-weight:bold;}
.layerpop .layerpop-content {width:100%;max-height:calc(100% - 6rem);border-radius: 2rem;overflow:auto;background:#fff;}
.layerpop .layerpop-content:focus-visible {outline:auto;}
.layerpop .layerpop-content-inwrap {padding:2rem; width:48rem; min-height:26rem;  display: flex; flex-direction: column;  justify-content: center; gap:3rem;}
.layerpop .layerpop-content img {max-width:100%;}
.layerpop .layerpop-content .conttxt{text-align: center; font-size: 2rem; line-height: 1.3;}
.layerpop .layerpop-content .okbtn{font-size: 1.8rem; border-radius: 1.5rem;  padding: 1.2rem;  background: var(--point-color);  color: #fff;  width: 12rem;  margin: 0 auto;}

	@media screen and (max-width:480px){
		.layerpop .layerpop-content-inwrap{width:100%;}
	}