@charset "utf-8";
/* 여백 */
.xlgap { height: 70px } 
.lgap { height: 50px } 
.mgap { height: 30px } 
.sgap { height: 10px } 
.xsgap { height: 5px } 
@media all and (max-width:768px) {.xlgap { height: 50px } 
.lgap { height: 30px } 
.mgap { height: 20px } 
.sgap { height: 8px } 
.xsgap { height: 3px } 
 }

/* ******************* *
* title
* ******************* */
[class^='c-tit'] { font-family: var(--point-font); font-size: 1.6667rem; margin-bottom: 10px; } 

.c-tit02 { font-size: 1.5556rem; margin-bottom: 15px; position:relative; padding-left: 25px } 
.c-tit02::before,
.c-tit02::after { content: ""; display: inline-block; width: 5px; height: 5px; border-width: 4px; border-style: solid; transition: all .3s; transform: translateX(-3px) rotate(-45deg); margin-right: 5px; border-radius: 2px; position:absolute; top: 6px; left:0 } 
.c-tit02::before { border-color: transparent #f74b89 #f74b89 transparent; } 
.c-tit02::after { border-color: transparent var(--color-purple) var(--color-purple) transparent; left: 5px; } 
@media (max-width: 768px) {
 .c-tit02 { font-size: 1.3rem } 
 .c-tit02::before,
 .c-tit02::after { border-width: 3px; top: 3px; } 
 }


/* ******************* *
* box
* ******************* */
.c-box { padding: 30px; border-radius: 10px; background: #f6f8ff; } 
.c-box .tit { font-weight: 600; margin-bottom: 10px; } 
@media (max-width: 768px) {
 .c-box {padding: 20px}
}

/* ******************* *
* board
* ******************* */
.board-info { color: #666; border-bottom: 1px solid var(--color-purple); padding-bottom: 21px; margin-bottom: 21px; font-weight: 500; } 
.board-info .color { color: var(--color-pink); } 

.view-pager { border-top: 2px solid var(--color-pink); border-bottom: 1px solid var(--color-pink); margin-top: 20px; } 
.view-pager li { display: flex; padding: 20px; } 
.view-pager li:first-child { border-bottom: 1px solid #bcbcbc; } 
.view-pager li > span { display: flex; align-items: center; margin-right: 15px; font-weight: 600; color: #333; } 
.view-pager li > span::before { content: ''; display: block; border: 1px solid transparent; border-bottom-color: #ababab; border-right-color: #ababab; transform: rotate(45deg); width: 6px; height: 6px; margin-right: 15px; } 
.view-pager li.prev > span::before { transform: rotate(-135deg); } 
.view-pager li > span::after { content: ''; display: block; width: 1px; height: 12px; background:#ababab; margin-left: 15px; } 
.view-pager li p > a { color: #6f6f6f; } 

/* board search */
.board-search-wrap { margin-bottom: 23px; display: flex; align-items: center; border-bottom: 1px solid #d0d1d5; padding-bottom: 20px; flex-direction: column; } 
.board-search-wrap.basic { border-bottom: none; padding-bottom: 0; flex-direction: column; } 
.board-info-wrap { display: flex; align-items: center; } 
.board-search-wrap [class^='board-info'] { color: #666; font-size: 0.985rem; line-height: 1; } 
.board-search-wrap [class^='board-info'] > a:first-child { padding-right: 16px; position: relative; } 
.board-search-wrap [class^='board-info'] > a:first-child::after { content: ''; display: inline-block; width: 1px; height: 85%; background-color: #666; position: absolute; right: 0; margin-right: 5px; } 
.board-search-wrap [class^='board-info'] > span:first-child { padding-right: 16px; position: relative; } 
.board-search-wrap [class^='board-info'] > span:first-child::after { content: ''; display: inline-block; width: 1px; height: 85%; background-color: #666; position: absolute; right: 0; margin-right: 5px; } 
.board-search-wrap .board-info { margin-right: auto; border-bottom: none; margin-bottom: 0; margin-top: 20px; width: 100%; padding-bottom: 10px; } 
.board-search-wrap .board-info span:first-of-type .count { color: var(--color-pink); } 
.board-search-form { margin-left: auto; width: 100%; background: #f6f8ff; border-radius: 20px; padding: 28px; justify-content: center; display: flex; } 
.board-search-form fieldset { display: flex; align-items: flex-end; width: 100%; } 
.board-search-form input[type="text"] { border: 1px solid #d7d7d7; border: 1px solid #74747b; padding: 6px 29px; min-height: 52px; margin-left: 6px; border-radius: 5px; width: 500px; } 
.board-search-form input[type="text"]::placeholder { font-size: 0.889rem; } 
.board-search-form .select-wrap { border-radius: 5px; width: 171px; border: 1px solid #74747b; background-color: #fff; height: 52px; color: #666; -webkit-appearance:none; -moz-appearance:none; appearance:none; overflow: hidden; position: relative; } 
.board-search-form .select-wrap::after { content: ''; display: block; border: 1px solid transparent; border-bottom-color: #666; border-right-color: #666; transform: rotate(45deg) skew(0deg, 0deg) translateY(-25%); width: 8px; height: 8px; position: absolute; top: 0; bottom: 0; right: 15px; margin: auto; transition: 0.35s; z-index: 1; } 
.board-search-form .select-wrap + .select-wrap { margin-left: 6px; } 
.board-search-form select { width: 100%; height: 100%; border: 0; -webkit-appearance:none; -moz-appearance:none; appearance:none; padding: 10px 10px; font-weight: bold; background: #fff; } 
.board-search-form select::-ms-expand { display:none; } 
.board-search-btn { display: flex; align-items: center; justify-content: center; background: #303a95; width: 52px; height: 52px; border-radius: 10px; border: none; margin-left: -50px; transition: .1s; } 
.board-search-btn::before { content: ''; display: block; width: 100%; height: 100%; background: url(/culture/resource/images/gamsa/layout/ico_search_w.png) no-repeat center; } 
.board-search-btn:hover { transform: scale(1.05); box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); } 
.board-search-btn:active { transform: none; box-shadow: none; } 


@media all and (max-width: 1199px){
 .board-search { margin-bottom: 15px; } 
 .board-search-form input[type="text"] { padding: 13px; min-height: 44px; margin-left: 10px; width: 400px; } 
 .board-search-form .select-wrap { min-height: 44px; width: 150px; height: 44px; } 
 .board-search-form .select-wrap::after { right: 15px; } 
 .board-search-form select { height: 44px; padding: 10px 15px; } 
 .board-search-btn { width: 44px; height: 44px; margin-left: -38px; } 
 }
 @media all and (max-width: 1024px){
 .board-search-form { width: 100%; padding: 20px; border-radius: 10px; } 
 .board-search-form fieldset { flex-wrap: wrap; } 
 .board-search-form .select-wrap { width: calc(50% - 3px); } 
 .board-search-form .select-wrap:nth-of-type(3) { margin-left: 0; width: 100%; margin-top: 5px } 
 .board-search-form input[type="text"] { width: calc(100% - 6px); margin-left: 0; margin-top: 5px; } 
 }

 @media all and (max-width: 460px){
 .board-search-form { padding: 15px 10px } 
 .board-search-form input[type="text"],
 .board-search-form .select-wrap { min-height: 40px; height: 40px } 
 .board-search-form select { height: 40px } 
 .board-search-btn { min-height: 40px; height: 40px; width: 40px; border-radius: 5px; margin-left: -34px; } 
 .board-search-btn::before { background-size: 16px } 
 }

 
 /* board list */
 /* 갤러리형 */
 .board-gallery ul { display: flex; flex-wrap: wrap;gap: 70px 20px} 
 .board-gallery ul li { width: calc(25% - 15px);} 
 .board-gallery ul li:nth-child(4n) { margin-right: 0; } 
 .board-gallery ul li a:hover .item-wrap,
 .board-gallery ul li a:focus .item-wrap { box-shadow: 0 0 5px rgba(0,0,0,.5) } 
 .board-gallery .item-wrap { position: relative; border-radius: 30px; overflow: hidden; border: 1px solid #b6b6b6; margin-bottom: 30px; transition: .3s } 
 .board-gallery .img { position: relative; display: block; background: #ddd; aspect-ratio: 1 / 1.29; } 
 .board-gallery .img img { width: 100%; height: 100%; display: block; } 
 .board-gallery .state { font-family: var(--point-font); font-size: 1.1111rem; color: #fff; border-radius: 0 30px 30px 0; position: absolute; bottom: 0; left: 0; padding: 12px 35px; background: #f74b89; } 
 .board-gallery .state.end { background: #666; } 
 .board-gallery .info .tit { color: #333; font-family: var(--point-font); font-size: 1.2778rem; } 
 .board-gallery .info .date { color: #7f7f7f; font-weight: 400; } 
 .board-gallery .info .place { color: #221e1f; margin: 18px 0 3px; padding-bottom: 12px; border-bottom: 1px dotted #ddd; } 
.board-gallery .info .place .color { color: #f74b89; margin-right: 12px; font-weight: 400; } 
.board-gallery .info .time { color: #7f7f7f; font-weight: 400; padding-top: 9px; display:flex; flex-direction: row; font-size: 0.94rem; } 
.board-gallery .info .time .tit { background:#6b6e84; padding:2px 10px; border-radius:4px; color:#fff; font-size:0.88rem; display: block; font-family: 'Pretendard'; height: 26px; margin-right: 10px; } 

@media all and (max-width: 1024px){
  .board-gallery ul {gap: 30px 15px;}
 .board-gallery ul li { width: calc(33.33% - 10px); }
 .board-gallery .item-wrap {margin-bottom: 15px}
 }
@media all and (max-width: 640px){
 .board-gallery ul { justify-content: space-between; gap: 30px 0} 
 .board-gallery ul li { width: calc(50% - 5px); } 
 .board-gallery ul li:nth-child(4n) { margin-right: 0px; } 
 .board-gallery .item-wrap { border-radius: 15px; margin-bottom: 10px } 
 .board-gallery .state { border-radius: 0 15px; padding: 8px 25px; } 
 .board-gallery .info .tit {font-size: 1rem;} 
 .board-gallery .info .place { padding-bottom: 5px; margin: 8px 0 0; } 
 .board-gallery .info .time { flex-direction: column; align-items: flex-start } 
 .board-gallery .info .time .tit { height: fit-content; margin-bottom: 5px } 
 }



/* board view */
.basic-view { padding: 0px 70px 50px; margin-top: 0; } 
.basic-view .title-wrap { border-top: 2px solid var(--color-pink); padding: 28px 0 0; } 
.basic-view .title { font-size: 2.22rem; font-weight: bold; border-bottom: 1px solid #ea2449; padding: 10px 15px 27px; text-align: center; } 
.basic-view .info { display: flex; background: #fff; flex-direction: row; flex-wrap: wrap; } 
.basic-view .info::after { content:''; display: block; width: 100%; height: 1px; background: #d3d3d3; margin-top: -1px; } 
.basic-view .info .tit { min-width: 120px; display: block; text-align: center; padding: 19px 0; font-weight: bold; color: #8d8d8d; } 
.basic-view .info .txt { padding: 15px; color: #222; font-weight: normal; } 
.basic-view .info li { display: flex; align-items: center; border-bottom: 1px solid #d3d3d3; width: calc(100% / 3); position: relative; font-size: 0.8889rem; } 
.basic-view .info li::after { content: ''; display: block; width: 1px; height: 26px; background: #ddd; position: absolute; top: 0; bottom: 0; right: 0; margin: auto; } 
.basic-view .info li:last-child::after,
.basic-view .info li:nth-child(3n)::after { display:none; } 
.basic-view .cont-wrap { padding: 50px 50px 25px; text-align: left; border-bottom: 1px dashed #dadbf1; margin-bottom: 25px; } 
.basic-view .file { display: flex; padding: 20px; border-top: 1px solid #b6b6b6; background: #f5f5f5; } 
.basic-view .file .tit { border-right: 1px solid #b6b6b6; font-weight: 600; padding-right: 15px; margin-right: 15px; } 
@media all and (max-width: 1199px){
 .basic-view { padding: 0; } 
 .basic-view .info .tit { min-width: 90px; } 
 }
@media all and (max-width: 1024px){
 .basic-view .info { flex-wrap: wrap } 
 .basic-view .info li { width: 50% } 
 .basic-view .info li:not(:last-child)::after { margin-right: 10px } 
 .basic-view .info li:nth-child(2n)::after { display: none } 
 .basic-view .info li:nth-child(3n)::after { display:block; } 
}
@media all and (max-width: 768px){
 .basic-view .cont-wrap { padding: 30px 0; } 
 .basic-view .cont-wrap * { font-size: 1rem !important; } 
 .basic-view .title-wrap { padding: 15px 0 0; } 
 .basic-view .info .tit { min-width: 63px; } 
 .basic-view .info .txt { padding: 10px 0 10px 10px; } 
 }
@media all and (max-width: 480px){
 .basic-view .title-wrap { padding: 10px 0 0 } 
 .basic-view .title { font-size: 1.3rem; padding: 10px 10px 20px; } 
 .basic-view .info li { width: 100% } 
 .basic-view .info .tit { min-width: 80px; padding: 10px 0; } 
 .basic-view .info .txt { padding: 10px 0 10px 10px; } 
 .basic-view .file { padding: 15px } 
 .basic-view .info li:not(:last-child)::after { display:none; } 
 }
.basic-view .youtube-wrap { margin-bottom:30px; } 
.basic-view .youtube-wrap .youtube-cont { aspect-ratio: 16 / 9 } 
.basic-view .youtube-wrap .tit { border: 1px solid #dadbf1; background: #f5f7ff; padding: 20px 30px; display: flex; justify-content: flex-start; font-weight: 600; font-size: 1.125rem; } 

.map-wrap { margin-bottom:30px; border: 1px solid #dadbf1; } 
.map-wrap .map-inner { border: 1px solid #dadbf1; } 
.map-wrap .title { font-size: 1.3889rem; border-bottom: 0; padding:0 0 0 34px; margin-bottom: 25px; text-align:left; position:relative; } 
.map-wrap .title::before { content:''; display:block; width:24px; height:24px; border-radius:50%; background:var(--color-pink); position: absolute; left: 0; top: 3px; } 
.map-wrap .title::after { content: ''; display: block; border: 3px solid transparent; border-bottom-color: #fff; border-right-color: #fff; transform: rotate(45deg) skew(0deg, 0deg) translateY(-25%); width: 3px; height: 8px; position: absolute; top: 8px; transition: 0.35s; left: 5px; border-radius: 2px; } 
.map-wrap .map-title { border-bottom: 1px solid #dadbf1; background: #f5f7ff; padding: 20px 30px; display: flex; justify-content: flex-start; } 
.map-wrap .map-title p { padding-right:20px; font-weight:bold; color:#3b405d; font-size: 1.125rem; } 
.map-wrap .map-title p br { display: none; } 
.map-wrap .map-title span { font-weight:normal; } 

@media all and (max-width: 640px){
 .map-wrap .title { font-size: 1.3rem; padding-left: 26px; margin-bottom: 15px } 
 .map-wrap .title::before { width: 20px; height: 20px; top: 1px } 
 .map-wrap .title::after { width: 2px; height:6px; border-width:2px; top:6px } 
 .basic-view .youtube-wrap .tit ,
 .map-wrap .map-title { padding: 10px 15px } 
 }

.cke_screen_reader_only { position: relative !important; } 
/* ******************* *
* button
* ******************* */
.btn-wrap { display: flex; margin-top: 30px; justify-content: center; align-items: center; } 
.btn-wrap.right { justify-content: flex-end; } 
.btn-wrap.left { justify-content: flex-start; } 
.c-btn { background: var(--color-pink); color: #fff; padding: 15px 30px; border-radius: 10px; font-weight: 400; transition: all .3s; border: none; } 
.c-btn span { color: #fff; } 
.c-btn:hover,
.c-btn:focus { box-shadow: 3px 3px 10px #ddd; } 
.c-btn.gray { background: #a7a7a7; } 
.c-btn.darkgray { background: #626262; } 
.c-btn.purple { background: var(--color-purple); } 
.c-btn.black { background: #000; } 
.c-btn.small { padding: 10px 20px; font-size: 0.8889rem; } 
.c-btn.border { border: 1px solid #ccc; background: #fff; } 
.c-btn.border span { color: #000 } 
.c-btn + .c-btn { margin-left: 7px; } 
.c-btn.link::after { content: '→'; color: #fff; margin-left: 10px } 
.c-btn.link { color: #fff } 
.c-btn.link:hover span,
.c-btn.link:focus span { text-decoration: underline; text-underline-offset: 3px; } 

 @media all and (max-width: 1024px){
 .c-btn { padding: 10px 20px } 
 }
 @media all and (max-width: 480px){
   .c-btn {border-radius: 5px;padding: 8px 20px}
 }

/* ******************* *
* paging
* ******************* */
.paging { text-align:center; margin:20px 0; overflow:hidden; font-size: 0; display: flex; align-items: center; justify-content: center; } 
.paging a { display:flex; align-items: center; justify-content: center; position:relative; min-width: 36px; height: 36px; border:1px solid #b9b9b9; z-index:1; color: #6c6a6a; font-size: 1rem; margin: 0 4px; border-radius: 5px; } 
.paging a.on { color:#fff; background:#1323b7; border-color:#1323b7; z-index:2; } 

@media all and (max-width: 768px) {
 .paging { flex-wrap: wrap; gap: 6px; margin: 40px 0 15px; } 
.paging a { min-width: 31px; height: 31px; margin: 0; overflow:hidden; } 
.paging a img { width: 29px; height:29px } 
}

/* ******************* *
* table
* ******************* */
.tbl { border-top: 2px solid var(--color-pink); position: relative; text-align: center; border-collapse: collapse; table-layout: fixed; width: 100%; background-color:#fff; clear: both; } 
.tbl td,
.tbl th { position: relative; border-width:0; letter-spacing:-0.035em; } 
.tbl tr > :not(:first-child):last-child { border-right: 0; } 
.tbl tr > :not([rowspan]):last-child { border-right: 0; } 
.tbl thead th { color: #333; background: #fdf8fd; padding: 28px 16px; border-top-width: 1px; font-weight:800; word-break:keep-all; border-bottom: 1px solid #ddd; } 
.tbl thead th[colspan] { border-bottom: 1px solid #b6b6b6; } 
.tbl thead tr:nth-child(n + 2) th { background-color:#f5f5f5; font-weight: 400; } 
.tbl tbody th { padding: 9px 16px; background-color: #fdf8fd; border: 1px solid #b6b6b6; border-top: none; border-left: none; line-height:22px; font-weight: 600; } 
.tbl tbody td[rowspan]:not(:first-child) { border-right: 1px solid #b6b6b6; border-left: 1px solid #b6b6b6; } 
.tbl td { border-bottom:1px solid #b6b6b6; color: #333; font-size: 1rem; padding: 21px; font-weight: 500; } 
.tbl td.title { text-align: left; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } 
.tbl td:first-child { border-left-width:0; } 
.tbl td:last-child { border-right:none; } 
.tbl td.left { text-align: left; } 
.rs-notice { display: none; } 

/* contents table */

.tbl-c thead th,
.tbl-c thead th[colspan] { border-right: 1px solid #ddd; border-bottom:1px solid #ddd; padding: 20px; } 
.tbl-c tbody td { border-right: 1px solid #b6b6b6; padding: 15px; } 
.tbl-c tbody tr.border td,
.tbl-c tbody .border { border-bottom: 1px solid #525252; } 
.tbl-c tbody th { background: #fdf8fd; } 

/* form */
.tbl td input,
.tbl td textarea,
.tbl td select { padding: 7px 20px; border-radius: 10px; min-height: 40px; } 
.tbl td textarea,
.tbl td input[type="text"] { width: 40%; } 
.tbl td textarea { height: 100px; } 
.tbl td select { border: 1px solid #ccc; height: 40px; } 
.tbl .input-wrap { display: flex; align-items: center; } 
.tbl .input-wrap div { display: flex; align-items: center; position: relative; } 
.tbl .input-wrap input[type="text"] { width: 100%; } 
.txt-req { color: red; margin-right: 3px; } 
.txt-split { margin: 0 3px; } 
.tbl .ui-datepicker-trigger { position: absolute; right: 12px; } 

.tbl.write td input[type="file"] { padding: 2px; display: block; } 
.tbl.write .btn-wrap { margin-top: 10px; } 
.tbl.write .btn-wrap .c-btn { padding: 7px 10px; border-radius: 5px } 
.tbl.write .file_image .c-btn.small { padding: 3px 7px; border-radius: 3px } 
.tbl.write .file_input_li { font-size: .889rem } 
.tbl.write .form-rdos .c-btn.small { padding: 3px 7px; border-radius: 5px; margin-right: 10px } 

@media all and (max-width: 1199px){
 .tbl-wrap .tbl tr { display: flex; flex-wrap: wrap; border-bottom:1px solid #b6b6b6; } 
 .tbl-wrap .tbl colgroup,
 .tbl-wrap .tbl thead th { display: none; } 
 .tbl-wrap .tbl td { border-bottom: 0; padding: 5px 0; } 
 .tbl-wrap .tbl td.num { display: none; } 
 .tbl-wrap .tbl td.title { width: 100%; font-weight: 800; color: #000; font-size: 1.1rem; } 
 .tbl-wrap .tbl td.date { position: relative; padding-left: 10px; margin-left: 10px; order: 7; } 
 .tbl-wrap .tbl td.date::before { content: ''; display: block; width: 1px; height: 10px; background: #b6b6b6; position: absolute; top: 0; bottom: 0; left: 0; margin: auto; } 
 .tbl-wrap .tbl td.name { order: 6; } 
 .tbl-wrap .tbl td.status-name { width: 100%; text-align: left; } 
 .tbl-wrap .tbl td input[type="password"] { width: 100%; } 
 .tbl-wrap .tbl.write tr { flex-wrap: nowrap; } 
 .tbl-wrap .tbl.write th { min-width: 120px; border-bottom: 0; } 
 .tbl-wrap .tbl.write td { padding: 15px; width: 100%; } 
 .tbl-wrap .tbl td.data-name::before { content: attr(data-name); background: #eee; color: #767676; margin-right: 5px; padding: 1px 5px; } 
 }
@media all and (max-width: 768px){
 .tbl-wrap-auto { overflow-x: auto; } 
 .tbl-wrap-auto .tbl { min-width: 768px; } 
.tbl-wrap .tbl td.title { font-weight: 600; font-size: 1rem } 
 .tbl-wrap .tbl.write tr { flex-wrap: wrap; } 
 .tbl-wrap .tbl.write th { width: 100%; min-width: 100%; border-right: 0; } 

 .tbl-wrap .tbl.write td.left:not(.file) { text-align: center; } 
 .tbl-wrap .tbl.write td .form-chks,
 .tbl-wrap .tbl.write .input-wrap { justify-content: center; flex-wrap: wrap; } 
.tbl-wrap .tbl.write .form-rdos,
.tbl-wrap .tbl.write .form-chks { justify-content: center; } 
.tbl-wrap .tbl.write td textarea, 
.tbl-wrap .tbl.write td input[type="text"] { width: 100% } 
.tbl-wrap .tbl.write td input[type="text"].hasDatepicker { width: 142px; } 
.tbl.write .file_input_li { text-align:left } 
 .rs-notice { display: block; margin: 15px 0; text-align: center; position: relative; padding: 0 25px; line-height: 1.2; } 
 .rs-notice:before { content: ''; display: block; width: 20px; height: 9px; background: url(/culture/resource/images/gamsa/common/rs_tb.png) no-repeat 0px 0; position: absolute; top: 50%; transform: translateY(-50%); left: 0; } 
 .rs-notice:after { content: ''; display: block; width: 20px; height: 9px; background: url(/culture/resource/images/gamsa/common/rs_tb.png) no-repeat -80px 0; position: absolute; top: 50%; transform: translateY(-50%); right: 0; } 
 .tbl-c thead th,
.tbl-c tbody td {padding: 10px;}
 .tbl-c thead th[colspan] {padding: 0}
}

 /* ******************* *
* form
* ******************* */
.form-rdos { display: flex; align-items: center; } 
.form-rdos .rdos { display: block; margin-right: 30px; position: relative; } 
.form-rdos .rdos:last-child { margin-right: 0; } 
.form-rdos .rdos input[type=radio] { width: 1px; height: 1px; overflow: hidden; position: absolute; top: -9999em; left: -9999em; display: block; text-indent: -9999em; font-size: 0px; line-height: 0; opacity: 0; } 
.form-rdos .rdos label { padding-left: 29px; position: relative; } 
.form-rdos .rdos label:before { content: ''; display: block; background: #fff; border: 2px solid #d5d5d5; border-radius: 50%; box-sizing: border-box; width: 20px; height: 20px; position: absolute; top: 1px; left: 0; } 
.form-rdos .rdos input[type=radio]:checked + label:before { border: 5px solid var(--color-pink); } 
.form-rdos .rdos input[type=radio]:focus + label { outline: 1px dashed #000; } 
.form-rdos.empty .rdos { display: flex; width: 20px; height: 20px; margin: 0 auto; } 
.form-rdos.empty .rdos label { padding-left: 20px; } 
.form-chks { display: flex; } 
.form-chks .chks { display: block; margin-right: 30px; position: relative; } 
.form-chks .chks:last-child { margin-right: 0; } 
.form-chks .chks input[type=checkbox] { width: 1px; height: 1px; overflow: hidden; position: absolute; top: -9999em; left: -9999em; display: block; text-indent: -9999em; font-size: 0px; line-height: 0; opacity: 0; } 
.form-chks .chks label { padding-left: 29px; position: relative; } 
.form-chks .chks label:before,
.form-chks .chks label:after { content: ''; display: block; box-sizing: border-box; position: absolute; top: 1px; left: 0; } 
.form-chks .chks label:before { border: 2px solid #d5d5d5; border-radius: 3px; width: 20px; height: 20px; } 
.form-chks .chks label:after { border: 2px solid #fff; border-top: 0; border-right: 0; width: 10px; height: 6px; transform: rotate(-45deg); margin: 5px 0 0 5px; opacity: 0; } 
.form-chks .chks input[type=checkbox]:checked + label:before { background: var(--color-pink); border-color: var(--color-pink); } 
.form-chks .chks input[type=checkbox]:checked + label:after { opacity: 1; transition: .35s linear; } 
.form-chks .chks input[type=checkbox]:focus + label { outline: 1px dashed #000; } 
.form-chks.empty .chks { display: flex; width: 20px; height: 20px; margin: 0 auto; } 
.form-chks.empty .chks label { padding-left: 20px; } 

.form-info { display: flex; margin-top: 7px; align-items: center; color: var(--color-pink); } 
.form-info::before { content: '*'; display: block; background: var(--color-pink); width: 15px; height: 15px; border-radius: 50%; color: #fff; margin-right: 5px; text-align: center; } 
.form-info.warning::before { content: '!'; width: 17px; height: 17px; } 


 /* ******************* *
* list
* ******************* */
[class*=c-list] li { box-sizing: border-box; position: relative; text-align: left; } 
[class*=c-list] > li { line-height: 1.5; } 
[class*=c-list] > li:before { content: ''; display: block; position: absolute; left: 0; top: 0; } 
[class*=c-list] > li > [class*=tit] { color: #1c3b8a; font-weight: 600; } 
[class*=c-list] > li > .tit { display: block; } 
[class*=c-list] > li > .tit-in { margin-right: 7px; } 
[class*=c-list] > li > .tit-in:after { content: ':'; display: inline-block; margin-left: 7px; } 
[class*=c-list] [class*=c-list-in] li:before { content: ''; display: block; box-sizing: border-box; position: absolute; left: 0; top: 0; } 
[class*=c-list] [class*=c-list-in] > li { padding-left: 16px; } 
[class*=c-list] [class*=c-list-in] ul li { color: #686868; font-size: .941em; padding-left: 14px; } 
[class*=c-list] [class*=c-list-in] ul li:before { border-width: 1px 1px 0 0; border-style: solid; border-color: #bbb; width: 5px; height: 5px; transform: rotate(45deg); margin-top: 8px; } 
.c-list1 > li { padding-left: 14px; } 
.c-list1 > li:before { margin-top: 10px; width: 5px; height: 5px; background: #888; border-radius: 100%; } 

 /* ******************* *
* comment
* ******************* */
.comment-wrap { margin-top: 30px; } 
.comment-title { font-size: 1.1111rem; font-weight: 600; margin-bottom: 8px; display: flex; align-items: center; } 
.comment-title::before { content: ''; display: block; background: url(/culture/resource/images/gamsa/common/ico_chat.png); width: 26px; height: 26px; background-repeat: no-repeat; background-size: contain; margin-right: 10px; } 
.comment-input { background: #f6f8ff; display: flex; padding: 30px 40px; border: 1px solid #cdd0d9; } 
.comment-input textarea { width: calc(100% - 130px); margin-right: auto; height: 90px } 
.comment-input a { width: 110px; height: 90px; background:#303a95; color: #fff; display:flex; align-items:center; justify-content:center; border-radius: 5px; } 
.comm-list { padding: 20px 5px; border-bottom: 1px dashed #e0e0e0; } 
.comm-list.commtype1 { background: #f6f8ff; } 
.comm-list.reply { border-top: 1px dashed #e0e0e0; border-bottom: 0; margin-top: 30px; padding: 10px 0 0; } 
.comm-tit { display: flex; margin-bottom: 15px; } 
.comm-tit .space { margin: 0 15px; } 
.comm-tit .name { font-weight: 600; font-size: 1.111rem; } 
.comm-tit .date { color: #767676; font-size: .889rem; margin-left: auto } 
.comm-cont { color: #6f6f6f } 
.comm-cont .space { margin: 0 30px; } 
.comm-cont .space + .space { margin: 0 15px } 
.comm-cont .tit { font-weight: 600; color: #333; margin-bottom: 7px } 
.comm-cont textarea { width: 100%; height: 80px } 
.comm-btn-wrap .btn-wrap { margin-top: 20px } 
.comm-btn-wrap .c-btn.small { border-radius: 5px; background: #fff; padding: 6px 15px; } 
.comm-btn-wrap .c-btn { border: 1px solid var(--color-pink); } 
.comm-btn-wrap .c-btn span { color: var(--color-pink) } 
.comm-btn-wrap .c-btn.purple { border: 1px solid var(--color-purple) } 
.comm-btn-wrap .c-btn.purple span { color: var(--color-purple) } 
.comm-btn-wrap .c-btn.gray { border: 1px solid #767676 } 
.comm-btn-wrap .c-btn.gray span { color: #767676; } 

.comm-list.commtype1 li { padding:0px 20px } 
.comm-list.commtype1 .comm-cont textarea { width: 85% } 

@media all and (max-width: 768px){
 .comm-list { padding: 10px 5px; } 
 .comm-list.commtype1 li { margin-left: -10px; } 
 .comm-list.commtype1 .comm-tit { margin-left: -20px; margin-bottom: 10px; align-items: center; } 
 .comm-list.commtype1 li span[class^="str"] { margin-left: -30px } 
 .comment-input a { width: 70px; } 
 .comment-input textarea { width: calc(100% - 80px) } 
 }
@media all and (max-width: 640px) {.comment-title { font-size: 1rem } 
.comment-title::before { width: 20px; height: 18px; margin-right: 5px; } 
.comment-input { padding: 20px 10px } 
 .comment-input textarea { height: 70px } 
 .comment-input a { height: 70px } 
.comm-tit .name { font-size: 1rem } 
 }























