@charset "UTF-8"; 

/* font */
html {font-size:62.5%;}
body,
body * {font-family:'NanumSquareNeo','Pretendard', -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 {
  --logo-color: #AC1A1F;
  --logo-color-light:#FFF6F6;
  --color-orange: #F58220;
  --color-green: #55C788;
  --color-blue: #6185FD;
  --color-bronze: #BAA048;
  --color-lightgray: #F8F8F8;

  --font-point: 'Pretendard', sans-serif;
  --font-default: 'NanumSquareNeo', sans-serif;
  --font-desc:'Montserrat', 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.6rem;padding:0 1.5rem; border:1px solid #e0e0e0;}
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:var(--bg-gray);}
textarea {border:1px solid #e0e0e0;}

input[type="radio"]{-webkit-appearance: none;-moz-appearance: none;appearance: none;width: 2rem;height: 2rem;border: 1px solid #555;border-radius: 50%;cursor: pointer;}
input[type='radio']:checked{background-color: var(--point-color);border: 4px solid #fff;box-shadow: 0 0 0 0.1rem var(--point-color);}
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: var(--point-color);border: 4px solid #fff;box-shadow: 0 0 0 0.1rem var(--point-color);}

/*--------------------- 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_badge {display: inline-flex; align-items: center;  justify-content: center;  flex: 0 0 auto;   height: 3rem;  padding: 0 1rem;   border: 1px solid transparent;   font-size: 1.5rem;}
.board_badge.type_notice {background:#a9151c; border-color:#a9151c; color:#fff;}
.board_badge.type_recruit { background: #fff;  border-color: var(--logo-color);  color: var(--logo-color);}
.board_badge.type_ongoing {background:var(--logo-color); color:#fff;}
.board_badge.type_upcoming {background:rgba(172,26,3,0.05);border:1px solid var(--logo-color); color:var(--logo-color);}
.board_badge.type_closed {background:#f3f3f3;border:1px solid #ddd;color:#999;}

.board_wrap {width:100%; }
.board_search {display:flex; justify-content:flex-end; margin-bottom:1.8rem;}
.board_search_box {display:flex; align-items:center; height:4.6rem;}
.board_search_box select {width:10rem; height:100%; padding:0 3rem 0 1.4rem; border:1px solid #e0e0e0;margin-right: 0.5rem;background:#fff url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L6 6L10 2' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 1.5rem center / 1.2rem .8rem; font-size:1.6rem; appearance:none;}
.board_search_box select:focus {border-color:#000; outline:none;}
.board_search_box input {width:27rem; height:100%; border-right:0;}
.board_search_box input:focus {border-color:#000;}
.board_search_box button {width:7.6rem; height:100%; border:0; background:#050505; color:#fff; font-size:1.5rem; cursor:pointer;}
.board_table_wrap {border-top:2px solid #000;}
.board_table {width:100%; border-collapse:collapse; table-layout:fixed;}
.board_table .date-w{width:11rem;}
.board_table caption {position:absolute; overflow:hidden; width:1px; height:1px; margin:-1px; padding:0; clip:rect(0,0,0,0);}
.board_table th {height:6.8rem; border-bottom:1px solid #e0e0e0;  font-size:1.6rem; font-weight:500; text-align:center;}
.board_table td {height:8rem; border-bottom:1px solid #e0e0e0;  text-align:center; vertical-align:middle;}
.board_table .board_title {text-align:left;}
.board_table .board_title a {display:inline-flex; align-items:center; max-width:100%;  gap:1rem;}
.board_table .board_title a:hover .board_subject {text-decoration:underline; text-underline-offset:.4rem;}
.board_subject {overflow:hidden; display:block; max-width:100%;  font-size: 1.7rem;  font-weight: 500; white-space:nowrap; text-overflow:ellipsis;}
.board_file {display:inline-block; width:2rem; height:2rem; background-repeat:no-repeat; background-position:center; background-size:contain; background-image: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");}

.thumb_board {width:100%;}
.thumb_board_list { display: grid;  grid-template-columns: repeat(3, 1fr);   gap: 7rem;}
.thumb_board_item {display:flex; flex-direction:column; height:100%;}
.thumb_board_link {display:block; }
.thumb_board_img {position:relative; display:block; overflow:hidden; width:100%; aspect-ratio:3 / 3.5; border:1px solid #e0e0e0; background:#f8f8f8;}
.thumb_board_img img {display:block; width:100%; height:100%; object-fit:cover; object-position: top; transition:transform .35s ease;}
.thumb_board_link:hover .thumb_board_img img {transform:scale(1.04);}
.thumb_board_info {display:block; padding:2rem 0 1.8rem;}
.thumb_board_info .board_badge{margin-bottom:1.2rem;}
.thumb_board_title {overflow:hidden; display:-webkit-box; color:#000; font-size:2.2rem; font-weight:500;  text-overflow:ellipsis; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
.thumb_board_date {display:block; margin-top:3rem; color:#000; font-size:1.5rem; line-height:1.4;}
.thumb_board_meta {display:flex; align-items:center; flex-wrap:wrap; gap:0;     margin-bottom: 1.5rem; color:#000; font-size:1.8rem; line-height:1.4;}
.thumb_board_meta span {position:relative; display:inline-flex; align-items:center;}
.thumb_board_meta span + span {margin-left:1.6rem; padding-left:1.6rem;}
.thumb_board_meta span + span:before {content:""; position:absolute; left:0; top:50%; width:1px; height:1.2rem; background:#e0e0e0; transform:translateY(-50%);}
.thumb_board_link:hover .thumb_board_title {text-decoration:underline; text-underline-offset:.4rem;}
.thumb_board_down {display:flex; align-items:center; justify-content:space-between; gap:1rem; width:100%; height:5rem; margin-top:auto; padding:0 1.8rem; border:1px solid #000; background:#fff; color:#000; font-size:1.5rem; font-weight:500; text-decoration:none; transition:background .25s ease, color .25s ease;}
.thumb_board_down svg {display:block; width:2rem; height:2rem;}
.thumb_board_down path {fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round;}
.thumb_board_list.no-data{display:block;}


.thumb_board_list.photo .thumb_board_img{aspect-ratio: 3 / 2;}

.board_view {width:100%; }
.board_view_head {padding:5rem 2rem;/* border-top:2px solid #000; */border-bottom:1px solid #e0e0e0;}
.board_view_title_row {display:flex;align-items:center;flex-wrap: wrap;gap:1.2rem;margin-bottom:3rem;}
.board_view_title {margin:0;font-size:2.2rem;font-weight:600;}
.board_view_title_row .thumb_board_badge{margin-bottom:0;}
.board_view_meta {display:flex;align-items:center;gap: 4.1rem;color:#000;font-size:1.6rem;}
.board_view_meta span {position:relative; display:block;}
.board_view_meta span + span::before {content:"";position:absolute;top:50%;left: -2rem;width:1px;height:1.4rem;background: #ddd;transform:translateY(-50%);}
.board_view_link{margin-top:2rem;}
.board_view_link a{display:block; #000;}
.board_view_body {min-height:22rem; padding:5rem 2rem; border-bottom:1px solid #e0e0e0; color:#000; font-size:1.6rem; line-height:1.8;}
.board_view_body *{line-height:1.8 !important; font-size:1.6rem !important;  font-family: var(--font-default);}
.board_view_body img{max-width:100%;}
.board_view_file {display: flex;  align-items: flex-start;  gap: 2rem;  padding: 2rem;   margin-bottom: 2rem;  background: #f8f8f8;}
.board_view_file_tit {flex-shrink:0;font-size: 1.5rem;font-weight: 500;}
.board_view_file_list {display:flex; flex-direction:column; gap:0.8rem; flex:1;}
.board_view_file_item {display:flex;}
.board_view_file_link {display:inline-flex;align-items:center;gap:0.6rem;font-size: 1.5rem;color:#333;word-break:break-all;}
.board_view_file_link:hover {text-decoration:underline; color:#000;}
.board_view_file_link .file-icon {display:inline-block; width:1.8rem; height:1.8rem; flex-shrink:0; 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_view_nav {display:grid; grid-template-columns:1fr auto 1fr; align-items:center; gap:2rem; padding:3rem 0; border-bottom:1px solid #e0e0e0;}
.view_nav_btn {display:flex; align-items:center; gap:1.4rem; min-width:0; height:6.4rem; padding:0 2rem; color:#000; text-decoration:none;}
.view_nav_btn:hover .view_nav_text strong {text-decoration:underline; text-underline-offset:.4rem;}
.view_nav_next {justify-content:flex-end; text-align:right;}
.view_nav_icon {display:flex; align-items:center; justify-content:center; flex:0 0 auto; width:3.6rem; height:3.6rem; border-radius:50%; border:1px solid #e0e0e0;}
.view_nav_icon svg {display:block; width:2rem; height:2rem;}
.view_nav_icon path {fill:none; stroke:#000; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round;}
.view_nav_text {display:block; min-width:0;}
.view_nav_text em {display:block; margin-bottom:.6rem; color:#000; font-size:1.4rem; font-style:normal; font-weight:500;}
.view_nav_text strong {overflow:hidden; display:block; max-width:34rem; color:#000; font-size:1.6rem; font-weight:400; white-space:nowrap; text-overflow:ellipsis;}
.view_list_btn {display: flex;  align-items: center;  justify-content: center;  width: 10rem;  height: 5rem;  border: 1px solid #000;  background: #fff;  color: #000;  font-size: 1.5rem; font-weight: 500;}
.view_nav_btn.is_disabled {opacity:.45; pointer-events:none;}

.board_btn{ width: 100%;  margin-top: 10rem;  display: flex;  align-items: center;  justify-content: flex-end;}

.board_tab-box {display:flex; align-items:flex-start; justify-content:space-between; gap:3rem; margin-bottom:4rem; padding-bottom:2rem; border-bottom:1px solid #e0e0e0;}
.board_tab {display:flex; align-items:center; gap:4rem;}
.board_tab a {position:relative; display:block;  color:#777;  font-size:1.8rem;}
.board_tab a::after {content:""; position:absolute; left:0; bottom:-2.1rem; width:100%; height:2px; background:transparent;}
.board_tab a.is_active {color:#000; font-weight:600;}
.board_tab a.is_active::after {background:#000;}

/* 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; border-radius:50%; color:#000; font-size:1.4rem; }
.paging_num.is_active {background:#000; color:#fff; font-weight:600;}
	

	@media (max-width:1200px) {
		.board_table .mnone{display:none;}
		.board_table .file-w{width:7%;}
		.board_table .date-w{width: 10rem;}
		.board_table td.date{font-size:1.5rem;}

		.thumb_board_list { grid-template-columns: repeat(2, 1fr);  gap: 5rem;}
	}

	@media(max-width:980px){
		.board_search {justify-content:stretch;}
		.board_search form {width:100%;}
		.board_search_box {width:100%;}
		.board_search_box input {flex:1; width:auto;}

		.board_tab a{font-size:1.6rem;}
	}

	@media (max-width:768px) {
		.thumb_board_list {grid-template-columns: 1fr;  gap: 5rem;}
		.thumb_board_img {aspect-ratio:1 / 1.35;}
		.thumb_board_info {padding:1.6rem 0 1.4rem;}
		.thumb_board_down {height:4.6rem; padding:0 1.4rem; font-size:1.4rem;}
		.thumb_board_down svg {width:1.8rem; height:1.8rem;}
		
		.board_view_head{padding:3rem 2rem;}
		.board_view_nav {display:flex; flex-wrap:wrap; gap:1rem; padding:2.4rem 0; border-bottom:1px solid #e0e0e0;}
		.view_list_btn {order:1; width:100%; height:5rem;}
		.view_nav_btn {order:2; flex:1 1 calc(50% - .5rem); height:5.8rem; padding:0;}
		.view_nav_icon {width:3rem; height:3rem;}
		.view_nav_icon svg {width:1.7rem; height:1.7rem;}
		.view_nav_text em {margin-bottom:.4rem; font-size:1.3rem;}
		.view_nav_text strong {max-width:100%; font-size:1.4rem;}
			
		.board_paging {gap:1rem; margin-top:4.5rem;}
		.paging_btn {width:2.2rem; height:2.8rem;}
		.paging_btn svg {width:1.6rem; height:1.6rem;}
		.paging_num {width:2.8rem; height:2.8rem;}
	}	
	
	@media (max-width:640px){
		.board_search_box {height:auto; flex-wrap:wrap;}
		.board_search_box select {width: 100%;  height: 4.4rem;  border-right: 1px solid #e0e0e0;  font-size: 1.5rem;  margin: 0; margin-bottom: 0.5rem;}
		.board_search_box input {width:calc(100% - 7rem); height:4.4rem;}
		.board_search_box button {width:7rem; height:4.4rem;}

		.board_subject{font-size:1.6rem;}
		.board_view_title{font-size:2rem;}
		.board_view_file{    flex-direction: column;}
	}

	@media (max-width:480px) {		
		.thumb_board_title{font-size:2rem;}
	}

/*--------------------- 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;}
	}

/*--------------------- table ---------------------*/
.tbl-01 {width:100%;border-top:2px solid #222; border-bottom:2px solid #222;}
.tbl-01 th, 
.tbl-01 td {padding:4rem 3rem;border-bottom:1px solid #ddd;border-left:1px solid #ddd;line-height:130%;word-break:break-all;}
.tbl-01 th {font-size:2rem; font-weight:700; background:#f9f9f9;}
.tbl-01 td {font-size:2rem;}
tr.bg-gray th {background:#eee;}
.tbl-01 td ul li{font-size:2rem;}
.tbl-01 td ul li + li{margin-top:1rem;}
.tbl-01 .tb_t{font-size:2.8rem; font-weight:800;}
.tbl-01 .tb_st{font-size:2.4rem; font-weight:800;}
.tbl-01 .l_nline{border-left:0;}
.tbl-01 .ta_l{text-align:left;}

	@media screen and (max-width:640px){
		.tbl-01 th, .tbl-01 td {padding: 3rem 2rem;}		
	}
	@media screen and (max-width:480px){
		.tbl-01 th, .tbl-01 td {padding: 2rem; display: block; border-right: 1px solid #ddd;}		
		.tbl-01 colgroup{display:none;}
	}

/* 첨부파일 */
.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%;}
	}