@charset "UTF-8";

:root {
    /* color */
    --primary: #555555;
    --darkgray: #333333;
    --dark: #222222;
    --highlight: #FCBA62;
    --red: #FF4546;
    --border: #dfdfdf;
    --placeholder: #ACACAC;
    --gray: #999999;
    --shadow: rgba(62, 56, 48, 0.16);
    --dim: rgba(0, 0, 0, .67);
	
	/* viewport */
	--header-height: 138px;
	--header-height-minus: -138px;
	--viewport-height: var(--vh);

	/* border */
	--border-solid: 1px solid var(--border);
	--border-radius: 10px;
    --border-radius4: 4px;
    --border-radius6: 6px;

    /* box-shadow */
	--box-shadow: 0 0 14px var(--shadow);
	
	/* placeholder*/
	--placeholder-color: #707070;
	--placeholder-background: #fff;

	/* inner */
	--inner-width: 1440px;
	--inner-padding: 0px 15px;
	--inner-padding-l: 15px;
	--inner-padding-r: 15px;
}

html {scroll-behavior: smooth;}

body {width: 100%; overflow: hidden auto;}

body * {user-select: none;}

.fw-t {font-weight: 100;}
.fw-el {font-weight: 200;}
.fw-l {font-weight: 300;}
.fw-r {font-weight: 400;}
.fw-m {font-weight: 500;}
.fw-sb {font-weight: 600;}
.fw-b {font-weight: 700;}
.fw-eb {font-weight: 800;}
.fw-bl {font-weight: 900;}

.sound-only {display: inline-block !important; position: absolute; top: 0; left: 0; margin: 0 !important; padding: 0 !important; font-size: 0; line-height: 0; border: 0 !important; overflow: hidden !important}

.wrap {position: relative; width: 100%; min-height: var(--vh); display:-webkit-flex; display: flex; flex-direction: column;}
.wrap::after {content: ''; display: block; clear: both;}

.inner {width: 100%; max-width: var(--inner-width); padding: var(--inner-padding); margin: 0 auto;}

.required {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5.414' height='5.564' viewBox='0 0 5.414 5.564'%3E%3Cpath d='M3.021-4.334H4.2L4.088-6.289l1.654,1.08.574-1.025-1.75-.875L6.316-8,5.742-9.023,4.088-7.943,4.2-9.9H3.021l.109,1.955L1.49-9.023.9-8l1.764.889L.9-6.234,1.49-5.209l1.641-1.08Z' transform='translate(-0.902 9.898)' fill='%23eb2c57'/%3E%3C/svg%3E"), linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 1)) !important;
    background-repeat: no-repeat !important;
    background-position: calc(100% - 20px) center, center !important;
}

:target {scroll-margin: var(--header-height);}
:target::before {content: ''; display: block; height: var(--header-height); margin-top: var(--header-height-minus); visibility: hidden;}

::placeholder {font-size: 0.875rem; color: var(--placeholder);}

input, select {width: 100%; height: 40px; line-height: 40px;}
input:disabled {background: #f5f5f5; font-weight: 400; font-size: 0.875rem; color: var(--placeholder);}
input[type='text'],input[type='password'],input[type='search'],input[type='date'],input[type='email'],input[type='tel'], select {padding: 0 20px; border: var(--border-solid); border-radius: 6px; font-size: 1.125rem;}
textarea {padding: 18px 20px; border: var(--border-solid); border-radius: 6px; font-size: 1.125rem;}
button,input[type='button'],input[type='submit'],input[type='reset'],input[type='file'] {border-radius: 6px;}

select {
    -moz-appearance: none; -webkit-appearance: none; appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.144' height='10' viewBox='0 0 17.144 10'%3E%3Cpath d='M8.576,170a1.423,1.423,0,0,1-1.01-.419L.424,162.439a1.428,1.428,0,1,1,2.02-2.02l6.133,6.135,6.134-6.134a1.428,1.428,0,1,1,2.02,2.02l-7.143,7.143A1.424,1.424,0,0,1,8.576,170Z' transform='translate(-0.005 -160)' fill='%23222'/%3E%3C/svg%3E"), linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center, center;
    background-size: auto;
    padding-right: 44px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
select::-ms-expand {display: none;} /* for IE10, 11 */
select.empty, select:disabled {font-size: 0.875rem; color: var(--placeholder); opacity: 1;}
select option {font-size: 1.125rem; color: var(--primary);}
select option:disabled {font-size: 0.875rem; color: var(--placeholder);}
select option:hover, select option:focus, select option:active, select option:checked {
    background: linear-gradient(#fff5e8, #fff5e8); 
    background-color: #fff5e8; /* IE */
    color: var(--highlight);
}

input[type=checkbox] {display: none;}
input[type=checkbox] + label {cursor: pointer; font-size: 1rem; font-weight: 400; color: var(--primary); display: -webkit-flex; display: flex; justify-content: start; align-items: center; gap: 10px; line-height: 1;}
input[type=checkbox] + label::before {display: inline-block; content: '\f14a'; font-weight: 900; font-family: "Font Awesome 6 Free"; color: #BBBBBB; font-size: 1.25rem;}
input[type=checkbox]:checked + label::before {display: inline-block; content: '\f14a'; font-weight: 900; font-family: "Font Awesome 6 Free"; color: var(--highlight);}

.radio-area {position: relative; display: -webkit-flex; display: flex; justify-content: start; align-items: center;}
input[type=radio] {display: none;}
input[type=radio] + label {cursor: pointer; margin-left: 22px;}
input[type=radio] + label::before {position: absolute; top: 50%; left: 0; transform: translateY(-50%); display: inline-block; content: ''; width: 12px; height: 12px; border: 1px solid var(--highlight); border-radius: 50%; text-align: center;}
input[type=radio] + label::after {position: absolute; top: 50%; left: 3px; transform: translateY(-50%) scale(0); display: inline-block; content: ''; width: 6px; height: 6px; border: 1px solid var(--highlight); border-radius: 50%; background: var(--highlight); transition: transform 0.3s ease;}
input[type=radio]:checked + label::after {transform: translateY(-50%) scale(1);}

.search-box {position: relative;}
#sfl {width: 150px;}
.search-bar {position: relative;}
.search-box1 input[type='search'].input-search {border-radius: 999px; padding-right: 40px;}
.btn-search {position: absolute; top: 50%; right: 0; transform: translateY(-50%); width: 40px; height: 40px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.998' height='20' viewBox='0 0 19.998 20'%3E%3Cpath id='search' d='M27.044,18.08a7.986,7.986,0,1,0,3.4,14.542l.517-.348,5.47,5.47a.925.925,0,0,0,1.308-1.31h0l-5.47-5.47.348-.517A7.98,7.98,0,0,0,27.044,18.08ZM25.958,32.13A6.134,6.134,0,1,1,32.092,26,6.141,6.141,0,0,1,25.958,32.13Z' transform='translate(-18.014 -18.014)' fill='%23222'/%3E%3C/svg%3E%0A"); background-repeat: no-repeat; background-position: left center; background-size: 50%;}

.input-label {display: inline-block; width: 110px; font-size: 0.938rem; flex-shrink: 0;}

progress[value] {display: block; width: 100%; height: 6px;}
progress[value]::-webkit-progress-bar {background-color: #A8A8A8; border-radius: 0;}
progress[value]::-webkit-progress-value {background-color: #EB2C57; border-radius: 0;}
progress + label {width: 100%; padding: 0 6px; display: -webkit-flex; display: flex; justify-content: space-between; align-items: center;}

.close {position: absolute; top: 12px; right: 30px; width: 40px; height: 40px;}
.close::before {content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) rotate(45deg); width: 1px; height: 30px; background: var(--highlight);}
.close::after {content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) rotate(-45deg); width: 1px; height: 30px; background: var(--highlight);}

.popup {display: none; opacity: 0; width: auto; min-height: 800px; height: auto;}

.flex-item {-webkit-flex-shrink: 0; flex-shrink: 0;}

.scroll::-webkit-scrollbar {width: 19px; /* 세로 스크롤바 너비 */ height: 19px; /* 가로 스크롤바 높이 */ background-color: transparent;}
.scroll::-webkit-scrollbar-thumb {width: 19px; background-color: #CCCCCC; border-radius: 999px; background-clip: padding-box; border: 6px solid transparent;} /* 실제 스크롤바 막대 */
.scroll::-webkit-scrollbar-track {width: 19px; border-radius: 999px; background-color: transparent;}

.date {font-weight: 300; font-size: 1rem; color: var(--gray); text-align: right; white-space: pre-wrap;}

.ellipsis {overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}

.text1 {font-weight: 350; font-size: 1.5rem; line-height: 1.4;}
.text2 {font-weight: 350; font-size: 1.25rem; line-height: 1.4;}
.text3 {font-weight: 400; font-size: 1.125rem; line-height: 1.4;}

.title1 {font-weight: 700; font-size: 2.5rem; color: var(--darkgray);}
.title2 {font-weight: 700; font-size: 2rem; color: var(--darkgray);}
.title3 {font-weight: 700; font-size: 1.5rem; color: var(--darkgray);}

.btn-more {padding: 11px 40px; display: -webkit-flex; display: flex; justify-content: center; align-items: center; border: var(--border-solid); border-color: var(--red); border-radius: var(--border-radius4); font-size: 1.125rem; font-weight: 600; color: var(--red);}
.btn-more .arrow {position: relative; margin-left: 16px; width: 16px; height: 16px; transition: width 300ms ease; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46' height='10.005' viewBox='0 0 46 10.005'%3E%3Cpath id='arrow-right-long' d='M45.707,101.634a1,1,0,0,0,0-1.416l-4-4a1,1,0,1,0-1.416,1.416l2.294,2.294H1a1,1,0,1,0,0,2H42.585l-2.294,2.294a1,1,0,0,0,1.416,1.416l4-4Z' transform='translate(0 -95.925)' fill='%23f13130'/%3E%3C/svg%3E%0A"); background-repeat: no-repeat; background-position: right center;}
.btn-more:hover .arrow {width: 46px;}

.btn-more.white {border-color: white; color: #fff;}
.btn-more.white .arrow {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46' height='10.005' viewBox='0 0 46 10.005'%3E%3Cpath id='arrow-right-long' d='M45.707,101.634a1,1,0,0,0,0-1.416l-4-4a1,1,0,1,0-1.416,1.416l2.294,2.294H1a1,1,0,1,0,0,2H42.585l-2.294,2.294a1,1,0,0,0,1.416,1.416l4-4Z' transform='translate(0 -95.925)' fill='%23ffffff'/%3E%3C/svg%3E%0A");}

.swiper-wrap {position: relative;}
.swiper-prev, .swiper-next {font-family: "Font Awesome 6 Free"; font-weight: 900; font-size: 2.5rem; color: var(--gray, #999); position: absolute; top: 50%;}
.swiper-prev {left: -30px; transform: translate(-100%, -50%);}
.swiper-next {right: -30px; transform: translate(100%, -50%);}
.swiper-prev.swiper-button-disabled, 
.swiper-next.swiper-button-disabled {opacity: .5;}
.swiper-prev.swiper-button-hidden, 
.swiper-next.swiper-button-hidden {opacity: 0;}
.swiper-prev::before {content: '\f053';}
.swiper-next::before {content: '\f054';}

.sub-page .bg {width: 100%; height: 300px; display: -webkit-flex; display: flex; justify-content: center; align-items: center; background-size: cover; background-position: center;}

.sub-title-area {text-align: center;}
.sub-title-area::before {display: block; content: ''; width: 4px; height: 24px; background: var(--red); border-radius: 999px; margin: 0 auto;}
.sub-title-area .text2 {margin: 10px auto 8px; line-height: 1.2;}
.sub-title-area .title2 {line-height: 1.2; margin-top: 8px;}
.sub-title-area .text2 + .title2 {margin-top: 0;}

.ul-board-cate {padding-left: var(--inner-padding-l); padding-right: var(--inner-padding-r); display: -webkit-flex; display: flex; justify-content: center; align-items: center; gap: 28px; flex-wrap: wrap; margin-top: 80px; margin-bottom: 80px;}
.sub-page .ul-board-cate {margin-top: -70px;}
.ul-board-cate .cate {color: var(--primary, #555); font-size: 17px; font-weight: 500; line-height: 140%;}
.ul-board-cate .cate.on, #bo_cate_on {font-weight: 500; color: var(--highlight, #FCBA62); text-decoration: underline; text-underline-offset: 8px;}

.board-list-top {display: -webkit-flex; display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px;}
.ul-filter {display: -webkit-flex; display: flex; justify-content: start; align-items: center; flex-wrap: wrap; gap: 16px;}
.ul-filter .item {display: -webkit-flex; display: flex; justify-content: start; align-items: center; gap: 6px;}
.ul-filter .item::before {display: inline-block; content: ''; width: 4px; height: 4px; border-radius: 50%; background-color: var(--primary);}
.ul-filter .item.on::before {width: 11.201px; height: 8px; border-radius: 0; background-color: transparent; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.201' height='8' viewBox='0 0 11.201 8'%3E%3Cpath d='M10.966,96.245a.8.8,0,0,1,0,1.13l-6.4,6.4a.8.8,0,0,1-1.13,0l-3.2-3.2a.8.8,0,1,1,1.132-1.13l2.612,2.633,5.858-5.833a.8.8,0,0,1,1.13,0Z' transform='translate(0 -96.01)' fill='%2300A8E5'/%3E%3C/svg%3E");}
.ul-filter .item a {font-weight: 300; font-size: 0.875rem; color: var(--primary);}

.btn-list {display: -webkit-flex; display: flex; justify-content: center; align-items: center; gap: 8px; width: -moz-fit-content; width: -webkit-fit-content; width: fit-content; padding: 10px 20px; border-radius: 6px; background: var(--highlight); font-weight: 600; font-size: 1.125rem; color: #fff; margin: 0 auto;}
.btn-list i {font-size: 0.938rem;}

.blank-content {padding: 80px 0; text-align: center;}

.file-area, .link-area {display: -webkit-flex; display: flex; justify-content: start; align-items: center; gap: 8px; font-weight: 300; font-size: 0.875rem; color: var(--gray);}
.file-area i, .link-area i {font-size: 1rem; color: var(--highlight);}

.btn-submit {padding: 10px 24px; display: -webkit-flex; display: flex; justify-content: center; align-items: center; gap: 12px; background: var(--highlight); border-radius: 6px; font-weight: 600; font-size: 1.125rem; color: #fff; margin: 0 auto; margin-top: 3.125rem;}
.btn-submit i {font-size: 1rem;}

.tint {color: var(--highlight);}
.tint2 {color: var(--red, #FF4546);}

.handwriting {font-family: var(--eunyoung); white-space: pre-line;}

.btn-plus {font-size: 1.5rem; color: var(--highlight);}
.btn-plus i {transform: rotate(0deg); -webkit-transform: rotate(0deg); transition: transform 300ms; transform-origin: center center;}
.btn-plus:hover i {transform: rotate(180deg); -webkit-transform: rotate(180deg);}





/* Safari 14.1 이전 버전 */
@supports not (inset: 0){
    input[type=checkbox] + label::before {margin-right: 10px;}

    .ul-board-cate .item + .item {margin-left: 28px;}

    .ul-filter .item {margin-right: 16px;}
    .ul-filter .item:last-child {margin-right: 0;}
    .ul-filter .item::before {margin-right: 6px;}

    .btn-list i {margin-right: 8px;}

    .file-area i, .link-area i {margin-right: 8px;}
}



@media screen and (min-width:1921px){
    .sub-page .bg {height: 15.625vw;}
}

@media screen and (min-width:1201px) and (max-width:1920px){
    .sub-page .bg {height: 300px;}
}

@media screen and (max-width:1200px){
    :root {
        --inner-padding: 0 36px;
        --inner-padding-l: 36px;
        --inner-padding-r: 36px;
    }
    
    .btn-more {padding: 11px 30px;}
    
    .sub-page .bg {height: 25vw; min-height: 200px;}
}

@media screen and (min-width:993px){
    .popup {min-width: 600px;}

    .sub-page>*:nth-child(2) {padding-top: 150px; padding-bottom: 150px;}
    .sub-title-area {padding-top: 80px; margin-bottom: 80px;}
    .sub-title-area .title2 {margin-bottom: 0;}

    .board-list-top {gap: 24px 50px;}

    #fboardlist {margin-top: 20px;}
    .sub-page #fboardlist, .ul-board-cate + #fboardlist {margin-top: 0;}

    .bo-search {display: flex; justify-content: start; align-items: center; gap: 12px 24px;}
}

@media screen and (max-width:992px){
    :root {
        --header-height: 78px;
        --header-height-minus: -78px;
    }

    input, select {height: 35px; line-height: 35px;}

    .btn-search {width: 35px; height: 35px;}

    .popup {min-width: 500px;}

    .sub-page>*:nth-child(2) {padding-top: 110px; padding-bottom: 110px;}
    .sub-title-area {padding-top: 50px; margin-bottom: 50px;}

    .ul-board-cate {gap: 20px; margin-top: 40px; margin-bottom: 40px;}

    .ul-filter {gap: 14px;}

    .board-list-top .search-box2 {width: calc((100% - 54px)/4);}

    .blank-content {padding: 60px 0;}



    /* Safari 14.1 이전 버전 */
    @supports not (inset: 0){
        .ul-board-cate .item + .item {margin-left: 20px;}

        .ul-filter .item {margin-right: 14px;}
        .ul-filter .item:last-child {margin-right: 0;}
    }
}

@media screen and (max-width:768px){
    :root {
        --inner-padding: 0 32px;
        --inner-padding-l: 32px;
        --inner-padding-r: 32px;
    }

    .board-list-top .search-box2 {width: calc((100% - 18px)/2);}
}

@media screen and (max-width:480px){
    :root {
        --header-height: 66px;
        --header-height-minus: -66px;
        
        --inner-padding: 0 16px;
        --inner-padding-l: 16px;
        --inner-padding-r: 16px;
    }

    input, select {height: 30px; line-height: 30px;}
    input[type='text'],input[type='password'],input[type='search'],input[type='date'],input[type='email'],input[type='tel'], select {padding: 0 10px;}
    textarea {padding: 20px 10px;}
    select {background-position: calc(100% - 10px) center, center; padding-right: 34px;}

    .btn-search {width: 30px; height: 30px;}
    
    .popup {min-width: calc(100% - 32px);}

    .sub-page>*:nth-child(2) {padding-top: 80px; padding-bottom: 80px;}
    .sub-title-area {padding-top: 40px; margin-bottom: 40px;}

    .ul-board-cate {gap: 16px; margin-top: 30px; margin-bottom: 30px;}
    .sub-page .ul-board-cate {margin-top: -50px;}

    .board-list-top {align-items: start; flex-direction: column-reverse; gap: 10px;}
    .board-list-top .search-box2 {width: 100%;}

    .blank-content {padding: 40px 0;}
    
    .btn-more {padding: 8px 20px;}



    /* Safari 14.1 이전 버전 */
    @supports not (inset: 0){
        .ul-board-cate .item + .item {margin-left: 16px;}
        
        .board-list-top .search-box2 {margin-bottom: 10px;}
    }
}