html, body, ul, form, dl, dt, dd, h1, h2, h3, h4, h5, h6, p {margin:0; padding:0; list-style:none; filter: expression(document.execCommand('BackgroundImageCache', false, true));}

a:link { color: #666; text-decoration: none }
a:visited { color: #666; text-decoration: none }
a:hover { color: #000; text-decoration: none }
a:active { color: #666; text-decoration: none }

p { margin-top: 0px; margin-bottom: 0px }
td,table {font-size:14px; color: #666; line-height: 150%; font-family:Malgun Gothic,'Malgun Gothic', sans-serif;}


/*********** 공통 css *************/
select {font-size:14px; color:#666; border:1px solid #d4d4d4; background-color:#ffffff; padding:7px 5px; font-family:Malgun Gothic,'Malgun Gothic', sans-serif;}
.input {font-size:14px; color:#666; border:1px solid #d4d4d4; background-color:#fff; padding:8px 5px; font-family:Malgun Gothic,'Malgun Gothic', sans-serif;}
.search_input {font-size:14px; color: #666; border: #d4d4d4 1px solid; background-color: #ffffff; padding:8px 5px; font-family:Malgun Gothic,'Malgun Gothic', sans-serif;}
.blind {font-size:0; line-height:0; width:0px; height:0px;}
.textarea {width:100%; font-family:inherit; color:#666; line-height:150%; letter-spacing:-0.5px; padding:6px; border:#d4d4d4 1px solid; background-color:#fff; box-sizing:border-box;}

/* input 디자인 */
.input_m {width:50%;}
.input_s {width:190px;}
.input_l {width:98%; box-sizing:border-box;}
.input_file {padding:5px; border:1px solid #ddd;}

/* 버튼디자인 */
.btn_w {display:inline-block; text-align:center; height:36px; line-height:36px; width:80px; border:1px solid #ccc; font-size:13px; letter-spacing:-0.5pt; vertical-align:top; transition:all 0.3s}
.btn_w:hover {color:#333; border:1px solid #333; transition:all 0.3s}
.btn_b:link, .btn_b:visited {display:inline-block; text-align:center; height:36px; line-height:36px; width:80px; border:1px solid #555; background:#555; color:#fff; font-size:13px; letter-spacing:-0.5pt; vertical-align:top; transition:all 0.3s}
.btn_b:hover  {background:#333; border:1px solid #333; color:#fff; transition:all 0.3s}
.btn_b_s {display:inline-block; text-align:center; cursor:pointer; height:36px; color:#fff; width:70px; border:1px solid #555; background:#555; letter-spacing:-0.5pt; vertical-align:top; transition:all 0.3s;}
.btn_b_s:hover  {background:#222; border:1px solid #222; transition:all 0.3s;}

input.btn_w {text-align:center; height:36px; line-height:30px; width:80px; border:1px solid #ccc; background:#fff; color:#555; font-size:13px; letter-spacing:-0.5pt; vertical-align:top; transition:all 0.3s}
input.btn_w:hover {color:#333; border:1px solid #333; transition:all 0.3s}
input.btn_b {text-align:center; height:36px; width:80px; border:1px solid #555; background:#555; color:#fff; font-size:13px; letter-spacing:-0.5pt; vertical-align:top; transition:all 0.3s}
input.btn_b:hover {background:#333; border:1px solid #333; transition:all 0.3s}



:root {/*========= 디자인 색상 =============*/
    /*============= 텍스트 =============*/
    /*-글번호-*/    --number-color: #dadada;
    /*-작성일-*/    --date-color: #8d8d8d;
    /*-글제목-*/    --subject-color: #191919;
    /*-글내용-*/    --content-color: #424242;
    /*-우측항목-*/  --rightSect-color: #8d8d8d;
    
    /*============= 텍스트 호버 =============*/
    /*-배경색-*/    --background-hover-color: #ddd;
    /*-글번호-*/    --number-hover-color: #000;
    /*-작성일1-*/   --date1-hover-color: #000;
    /*-작성일2-*/   --date2-hover-color: #000;
    /*-작성일3-*/   --date3-hover-color: #000;

    /*============= 카테고리, 검색, 페이저, 버튼 =============*/
    /*-카테고리 테마색-*/   --cate-color: #ffdb71;
    /*-검색 테마색-*/       --srch-color: #ffdb71;
    /*-페이저 테마색-*/     --page-color: #ffdb71;
    /*-테두리top 색-*/      --border-color: #ffdb71;
    /*-버튼 색-*/           --btn-color: #ffdb71;

    /*-검색바 위치-*/       --srch-align:center;
}


:root {/*============= 폰트 크기 =============*/
    /*============= 리스트 =============*/
    /*-항목-*/          --th-size: var(--font-18px);
    /*-글번호-*/        --number-size: var(--font-30px);
    /*-작성일1-*/       --date1-size: var(--font-14px);
    /*-작성일2-*/       --date2-size: var(--font-40px);
    /*-작성일3-*/       --date3-size: var(--font-17px);
    /*-글제목-*/        --subject-size: var(--font-18px);
    /*-글내용-*/        --content-size: var(--font-16px);
    /*-우측항목-*/      --rightSect-size: var(--font-16px);

    /*-내용_제목간격-*/ --td-padding: 15px 0 0;
}
@media all and (max-width:1024px) {
:root {
    /*============= 리스트 =============*/
    /*-내용_제목간격-*/  --content-padding: 10px 0 0;
}}
@media all and (max-width:768px) {
:root {
    /*============= 리스트 =============*/
    /*-내용_제목간격-*/  --content-padding: 2vw 0 0;
}}



:root {/*============= 넓이, 높이 =============*/
    /*============= 리스트 =============*/
    /*-좌측-*/      --left-width: 10%;
    /*-중앙-*/      --center-width: 72%;
    /*-우측-*/      --right-width: 18%;

    /*-우측1-*/     --right1-width: 35%;
    /*-우측2-*/     --right2-width: 65%;

    /*-th 여백-*/   --th-padding: 20px 0;
    /*-td 여백-*/   --td-padding: 40px 0;
}
@media all and (max-width:1024px) {
:root {
    /*============= 리스트 =============*/
    /*-좌측-*/      --left-width: 10%;
    /*-중앙-*/      --center-width: 60%;
    /*-우측-*/      --right-width: 30%;

    /*-우측1-*/     --right1-width: 30%;
    /*-우측2-*/     --right2-width: 70%;

    /*-th 여백-*/   --th-padding: 15px 0;
    /*-td 여백-*/   --td-padding: 30px 0;
}}
@media all and (max-width:768px) {
:root {
    /*============= 리스트 =============*/
    /*-좌측-*/      --left-width: 15%;
    /*-중앙-*/      --center-width: 40%;
    /*-우측-*/      --right-width: 40%;

    /*-우측1-*/     --right1-width: 30%;
    /*-우측2-*/     --right2-width: 70%;

    /*-th 여백-*/   --th-padding: 3vw 0;
    /*-td 여백-*/   --td-padding: 6vw 0;

    /*-파일 아이콘-*/    --fileIcon-width: 5vw;
}}



/*============================================================================================================
    리스트
============================================================================================================*/
/* 공통 */
.bbs_contents {max-width: 1400px;}
.bbs_contents ul {border-top: 2px solid var(--border-color);}
.bbs_contents ul li {position: relative; border-bottom: 1px solid #ddd; text-align: center;}
.bbs_contents ul li form {position: absolute; top: 50%; left: 0; transform: translateY(-50%);}
.bbs_module_set01 {display: flex; align-items: center; flex-wrap: nowrap;}
.bbs_contents article.rightBox {display: flex; align-items: center; justify-content: space-around;}
.bbs_subject, .bbs_content p {text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.bbs_contents_body article.centerBox {text-align: left;} 

/* 항목 간격 */
.bbs_module_set01 {justify-content: space-around;}
.bbs_contents_head {padding: var(--th-padding);}
.bbs_module_set01 .centerBox a {display: block; padding: var(--td-padding);}
.bbs_module_set01 .leftBox {width: var(--left-width);}
.bbs_module_set01 .centerBox {width: var(--center-width);}
.bbs_module_set01 .rightBox {width: var(--right-width);}
.bbs_module_set01 .rightBox .rightBox01 {width: var(--right1-width);}
.bbs_module_set01 .rightBox .rightBox02 {width: var(--right2-width);}
.bbs_module_set01 .rightBox .rightBox03 {width: var(--right3-width);}
.bbs_module_set01 .rightBox .rightBox04 {width: var(--right4-width);}
.bbs_module_set01 .rightBox img {width: var(--fileIcon-width); max-width: 30px;}

/* 폰트 */
.bbs_contents_head  div {font-weight: 600; color: #000;  font-size: var(--th-size);}
.bbs_contents_body .bbs_number {font-weight: 600;  font-size: var(--number-size); color: var(--number-color);}
.bbs_contents_body .bbs_date {font-weight: 400;  font-size: var(--date1-size); color: var(--date-color);}
.bbs_contents_body .bbs_date p.day {font-weight: 400;  font-size: var(--date2-size); color: var(--date-color);}
.bbs_contents_body .bbs_date p.years {font-weight: 400;  font-size: var(--date3-size); color: var(--date-color);}
.bbs_contents_body .bbs_subject {font-weight: 500;  font-size: var(--subject-size); color: var(--subject-color);}
.bbs_contents_body .bbs_content p {font-weight: 300;  font-size: var(--content-size); color: var(--content-color); margin: var(--content-padding);}
.bbs_contents_body .rightBox div {font-weight: 400;  font-size: var(--rightSect-size); color: var(--rightSect-color);}

/* 호버 */
.bbs_contents *{transition: all 0.5s ease;}

.bbs_contents_body:hover {background: var(--background-hover-color);}
.bbs_contents_body:hover .bbs_number {color: var(--number-hover-color);}
.bbs_contents_body:hover .bbs_date {color: var(--date1-hover-color);}
.bbs_contents_body:hover .bbs_date p.day {font-weight: 600; color: var(--date2-hover-color);}
.bbs_contents_body:hover .bbs_date p.years {font-weight: 600; color: var(--date3-hover-color);}
.bbs_contents_body:hover .bbs_subject {color: var(--글제목-hover-color);}
.bbs_contents_body:hover .bbs_content p {color: var(--글내용-hover-color);}
.bbs_contents_body:hover .rightBox div {color: var(--우측항목-hover-color);}


/*============================================================================================================
    뷰
============================================================================================================*/
/* bbs_view */
.bbs_view * {box-sizing:border-box;}
.bbs_view .tit {position:relative; text-align:left; background:#fff; border-top:2px solid var(--border-color); border-bottom:1px solid #ddd; padding:32px 35px;}
.bbs_view .tit h2 {display:inline-block; width:100%; vertical-align:middle; font-size:30px; color:#202020; font-weight:500;}
.bbs_view .tit h2 span {color:#e70000; font-weight:350;}
.bbs_view .tit .date {margin:10px auto 0;}
.bbs_view .tit .date p {font-size:15px; color:#9c9a9a; font-weight:400;}
.bbs_view .cont {padding:30px 35px; min-height: 400px;}
.bbs_view .cont p {font-size:16px; line-height: 1.7;}
.bbs_view .etc {font-size:0;}
.bbs_view .etc ul {border-bottom:1px solid #222;}
.bbs_view .etc ul li {border-top:1px solid #eaeaea;}
.bbs_view .etc ul li h2 {display:inline-block; width:8.9%; text-align:center; vertical-align:middle; background:#fbfbfb; padding:28px 0;}
.bbs_view .etc ul li h2 span {position:relative; display:inline-block; width:55px; font-size:14px; color:#222; font-weight:500; text-align:left; text-transform:uppercase;}
.bbs_view .etc ul li h2.noto span {font-weight:400;}
.bbs_view .etc ul li a {display:inline-block; width:91.1%; vertical-align:middle; font-size:14px; color:#636363; font-weight:350; padding:0 30px;}
@media all and (max-width:1024px) {
    .bbs_view .tit {padding:24px 28px;}
    .bbs_view .tit h2 {font-size:22px;}
    .bbs_view .tit .date {margin:8px auto 0;}
    .bbs_view .tit .date p {font-size:13px;}
    .bbs_view .cont {padding:25px 28px; min-height: 300px;}
    .bbs_view .cont p {font-size:14px;}
    .bbs_view .etc ul li h2 {width:10%; padding:24px 0;}
    .bbs_view .etc ul li h2 span {width:50px; font-size:13px;}
    .bbs_view .etc ul li a {width:90%; font-size:13px; padding:0 20px;}
    }
@media all and (max-width:768px) {
    .bbs_view .tit {padding:5vw 5.2vw;}
    .bbs_view .tit h2 {font-size:4vw;}
    .bbs_view .tit .date {margin:1.5vw auto 0;}
    .bbs_view .tit .date p {font-size:3vw;}
    .bbs_view .cont {padding:5vw 5.2vw; min-height: 30vw;}
    .bbs_view .cont p {font-size:3.2vw;}
    .bbs_view .etc ul li h2 {width:20%; padding:3vw 0;}
    .bbs_view .etc ul li h2 span {width:18vw; font-size:3vw; text-align: center;}
    .bbs_view .etc ul li a {width:80%; font-size:3vw; padding:0 4vw;}
}


/*============================================================================================================
    카테고리
============================================================================================================*/
/* 디자인01 */
.cate_set1 .cate_tab {margin: 0 0 20px; padding: 60px 0; background: #fdfdfd; text-align: center;}
.cate_set1 .cate_tab ul {font-size: 0;}
.cate_set1 .cate_tab li {display: inline-block; margin: 0 5px;}
.cate_set1 .cate_tab a {position: relative; display:block; overflow: hidden; padding: 0 35px; font-size: 15px; font-weight: 300; line-height:40px; color:#4a4a4a; border:1px solid #ddd; border-radius: 20px; background:#fff; text-align:center; z-index: 98;}
.cate_set1 .cate_tab a:hover {text-decoration:none; color:#000;}
.cate_set1 .cate_tab a span {font-size: 15px; font-weight:400; line-height:40px; color:#fff; z-index: 100;}
.cate_set1 .cate_tab a span::after {content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background-color: var(--cate-color); z-index: -1;}
@media all and (max-width:1024px) {
    .cate_set1 .cate_tab {margin: 0 0 15px; padding: 40px 0;}
    .cate_set1 .cate_tab li {margin: 0 5px;}
    .cate_set1 .cate_tab a {padding: 0 30px; font-size: 14px; line-height:35px;}
    .cate_set1 .cate_tab a span {font-size: 14px; line-height:35px;}
}
@media all and (max-width:768px) {
    .cate_set1 .cate_tab {margin: 0 0 3vw; padding: 8vw 0;}
    .cate_set1 .cate_tab li {margin: 0 1vw;}
    .cate_set1 .cate_tab a {padding: 0 6vw; font-size: 3.2vw; line-height:7vw;}
    .cate_set1 .cate_tab a span {font-size: 3.2vw; line-height:7vw;}
}

/* 디자인02 */
.cate_set2 .cate_tab {margin: 0 0 40px; text-align: center;}
.cate_set2 .cate_tab ul {font-size: 0;}
.cate_set2 .cate_tab li {position: relative; display: inline-block; margin: 0 60px 0 0; padding: 0 60px 0 0;}
.cate_set2 .cate_tab li:last-child {margin: 0; padding: 0;}
.cate_set2 .cate_tab li::after {content: ''; position: absolute; top: 3px; bottom: 3px; right: 0; width: 2px; background: #b3b3b3;}
.cate_set2 .cate_tab li:last-child:after {content: none;}
.cate_set2 .cate_tab a {position: relative; display:block; font-size: 18px; font-weight: 300; color:#7b7b7b; text-align:center; z-index: 98;}
.cate_set2 .cate_tab a:hover {text-decoration:none; color:#000;}
.cate_set2 .cate_tab a span {font-size: 18px; font-weight:600; color:#191919; z-index: 100;}
.cate_set2 .cate_tab a span::after {content: ''; position: absolute; top: 60%; bottom: -10%; left: 0; right: 0; background-color: var(--cate-color); z-index: -1;}
@media all and (max-width:1024px) {
    .cate_set2 .cate_tab {margin: 0 0 35px;}
    .cate_set2 .cate_tab li {margin: 0 40px 0 0; padding: 0 40px 0 0;}
    .cate_set2 .cate_tab li::after {top: 3px; bottom: 3px;}
    .cate_set2 .cate_tab a {font-size: 16px;}
    .cate_set2 .cate_tab a span {font-size: 16px;}
}
@media all and (max-width:768px) {
    .cate_set2 .cate_tab {margin: 0 0 5vw;}
    .cate_set2 .cate_tab li {margin: 0 6vw 0 0; padding: 0 6vw 0 0;}
    .cate_set2 .cate_tab li::after {top: 0.6vw; bottom: 0.6vw;}
    .cate_set2 .cate_tab a {font-size: 3.4vw;}
    .cate_set2 .cate_tab a span {font-size: 3.4vw;}
}


/*============================================================================================================
    검색
============================================================================================================*/
/* bbs_srch 디자인01 */
.srch_set1 .bbs_srch .select {display: none;}
.srch_set1 .bbs_srch::after {content: ''; display: block; clear: both;}
.srch_set1 .bbs_srch {margin: 25px 0;}
.srch_set1 .bbs_srch form {text-align: var(--srch-align);}
.srch_set1 .bbs_srch .box {display: inline-block;}
.srch_set1 .bbs_srch .inputs {display:inline-block; width:445px; font-size: 0; vertical-align:top; border:1px solid #ddd; border-radius: 32px;}
.srch_set1 .bbs_srch .inputs input[type="text"] {display:inline-block; padding:0 25px; width:calc(100% - 64px); font-size:16px; line-height:64px; font-weight:400; color:#4a4a4a; border-radius:32px; box-sizing: border-box;}
.srch_set1 .bbs_srch .inputs input[type="submit"] {display:inline-block; width:48px; height:48px; background:url('./image/search01.png') no-repeat center / 22px; border-radius:50%; background-color: var(--srch-color); text-indent:-99999px; cursor:pointer;}
@media all and (max-width:1024px) {
    .srch_set1 .bbs_srch {margin: 20px 0;}
    .srch_set1 .bbs_srch .inputs {width:300px; border-radius: 28px;}
    .srch_set1 .bbs_srch .inputs input[type="text"] {padding:0 20px; width:calc(100% - 55px); font-size:14px; line-height:56px; border-radius:28px;}
    .srch_set1 .bbs_srch .inputs input[type="submit"] {width:40px; height:40px; background:url('./image/search01.png') no-repeat center / 20px;}
}
@media all and (max-width:768px) {
    .srch_set1 .bbs_srch {margin: 4vw 0;}
    .srch_set1 .bbs_srch .inputs {width:60vw; border-radius: 5vw;}
    .srch_set1 .bbs_srch .inputs input[type="text"] {padding:0 4vw; width:calc(100% - 10vw); font-size:3vw; line-height:10vw; border-radius:5vw;}
    .srch_set1 .bbs_srch .inputs input[type="submit"] {width:8vw; height:8vw; background:url('./image/search01.png') no-repeat center / 4vw;}
}

/* bbs_srch 디자인02 */
.srch_set2 .bbs_srch .select {display: none;}
.srch_set2 .bbs_srch::after {content: ''; display: block; clear: both;}
.srch_set2 .bbs_srch {margin: 25px 0;}
.srch_set2 .bbs_srch form {text-align: var(--srch-align);}
.srch_set2 .bbs_srch .box {display: inline-block;}
.srch_set2 .bbs_srch .inputs {display:inline-block; width:370px; font-size: 0; vertical-align:top; border:1px solid #ddd;}
.srch_set2 .bbs_srch .inputs input[type="text"] {display:inline-block; padding:0 25px; width:calc(100% - 50px); font-size:16px; line-height:50px; font-weight:400; color:#4a4a4a; box-sizing: border-box;}
.srch_set2 .bbs_srch .inputs input[type="submit"] {display:inline-block; width:50px; height:50px; background:url('./image/search01.png') no-repeat center / 22px; background-color: var(--srch-color); text-indent:-99999px; cursor:pointer;}
@media all and (max-width:1024px) {
    .srch_set2 .bbs_srch {margin: 20px 0;}
    .srch_set2 .bbs_srch .inputs {width:300px;}
    .srch_set2 .bbs_srch .inputs input[type="text"] {padding:0 20px; width:calc(100% - 40px); font-size:14px; line-height:40px;}
    .srch_set2 .bbs_srch .inputs input[type="submit"] {width:40px; height:40px; background:url('./image/search01.png') no-repeat center / 20px; background-color: var(--srch-color);}
}
@media all and (max-width:768px) {
    .srch_set2 .bbs_srch {margin: 4vw 0;}
    .srch_set2 .bbs_srch .inputs {width:60vw;}
    .srch_set2 .bbs_srch .inputs input[type="text"] {padding:0 4vw; width:calc(100% - 8vw); font-size:3vw; line-height:8vw;}
    .srch_set2 .bbs_srch .inputs input[type="submit"] {width:8vw; height:8vw; background:url('./image/search01.png') no-repeat center / 4vw; background-color: var(--srch-color);}
}


/* bbs_srch 디자인03 */
.srch_set3 .bbs_srch .select {display: none;}
.srch_set3 .bbs_srch::after {content: ''; display: block; clear: both;}
.srch_set3 .bbs_srch {margin: 25px 0;}
.srch_set3 .bbs_srch form {text-align: var(--srch-align);}
.srch_set3 .bbs_srch .box {display: inline-block;}
.srch_set3 .bbs_srch .inputs {display:inline-block; width:370px; font-size: 0; vertical-align:top; border:1px solid #ddd;}
.srch_set3 .bbs_srch .inputs input[type="text"] {display:inline-block; padding:0 25px; width:calc(100% - 50px); font-size:16px; line-height:50px; font-weight:400; color:#4a4a4a; box-sizing: border-box;}
.srch_set3 .bbs_srch .inputs input[type="submit"] {display:inline-block; width:50px; height:50px; background:url('./image/search02.png') no-repeat center / 22px; text-indent:-99999px; cursor:pointer;}
@media all and (max-width:1024px) {
    .srch_set3 .bbs_srch {margin: 20px 0;}
    .srch_set3 .bbs_srch .inputs {width:300px;}
    .srch_set3 .bbs_srch .inputs input[type="text"] {padding:0 20px; width:calc(100% - 40px); font-size:14px; line-height:40px;}
    .srch_set3 .bbs_srch .inputs input[type="submit"] {width:40px; height:40px; background:url('./image/search02.png') no-repeat center / 20px;}
}
@media all and (max-width:768px) {
    .srch_set3 .bbs_srch {margin: 4vw 0;}
    .srch_set3 .bbs_srch .inputs {width:60vw;}
    .srch_set3 .bbs_srch .inputs input[type="text"] {padding:0 4vw; width:calc(100% - 8vw); font-size:3vw; line-height:8vw;}
    .srch_set3 .bbs_srch .inputs input[type="submit"] {width:8vw; height:8vw; background:url('./image/search02.png') no-repeat center / 4vw;}
}

/* bbs_srch 디자인04 */
.srch_set4 .bbs_srch::after {content: ''; display: block; clear: both;}
.srch_set4 .bbs_srch {margin: 25px 0;}
.srch_set4 .bbs_srch form {text-align: var(--srch-align);}
.srch_set4 .bbs_srch select {display: inline-block; padding: 13px 5px; font-size: 16px; font-weight: 300; color: #222222; border: none; border-bottom: 1px solid var(--srch-color); vertical-align: bottom;}
.srch_set4 .bbs_srch .box {display: inline-block; vertical-align: middle;}
.srch_set4 .bbs_srch .inputs {display:inline-block; width:300px; font-size: 0; vertical-align:top; border-bottom:1px solid var(--srch-color);}
.srch_set4 .bbs_srch .inputs input[type="text"] {display:inline-block; padding:0 25px; width:calc(100% - 50px); font-size:16px; line-height:50px; font-weight:400; color:#4a4a4a; box-sizing: border-box;}
.srch_set4 .bbs_srch .inputs input[type="submit"] {display:inline-block; width:50px; height:50px; background:url('./image/search02.png') no-repeat center / 18px; text-indent:-99999px; cursor:pointer;}
@media all and (max-width:1024px) {
    .srch_set4 .bbs_srch {margin: 20px 0;}
    .srch_set4 .bbs_srch select {padding: 10px 5px; font-size: 14px;}
    .srch_set4 .bbs_srch .inputs {width:250px;}
    .srch_set4 .bbs_srch .inputs input[type="text"] {padding:0 20px; width:calc(100% - 40px); font-size:14px; line-height:40px;}
    .srch_set4 .bbs_srch .inputs input[type="submit"] {width:40px; height:40px; background:url('./image/search02.png') no-repeat center / 16px;}
}
@media all and (max-width:768px) {
    .srch_set4 .bbs_srch {margin: 4vw 0;}
    .srch_set4 .bbs_srch select {padding: 2vw 1vw;  font-size:3vw;}
    .srch_set4 .bbs_srch .inputs {width:50vw;}
    .srch_set4 .bbs_srch .inputs input[type="text"] {padding:0 4vw; width:calc(100% - 8vw); font-size:3vw; line-height:8vw;}
    .srch_set4 .bbs_srch .inputs input[type="submit"] {width:8vw; height:8vw; background:url('./image/search02.png') no-repeat center / 3vw;}
}


/*============================================================================================================
    페이저
============================================================================================================*/
/* page_num 디자인01 */
.page_set1 .page_num {text-align:center; margin:45px auto 0;}
.page_set1 .page_num ul {display:block; font-size: 0;}
.page_set1 .page_num ul li {display:inline-block; vertical-align:top;}
.page_set1 .page_num ul li a {display:block; width:32px; height:32px;}
.page_set1 .page_num ul li .num {padding:0 10px; font-size:16px; font-weight:500; line-height:30px; color:#222; text-align:center; font-family: 'Montserrat', sans-serif;}
.page_set1 .page_num ul li .num.active {color: var(--page-color); font-weight:700;}
.page_set1 .page_num ul li .first {width: 20px; background:url('./image/paging-first.png') no-repeat center / 38px;}
.page_set1 .page_num ul li .prev {width: 25px; background:url('./image/paging-prev.png') no-repeat center / 38px;}
.page_set1 .page_num ul li .next {width: 25px; background:url('./image/paging-next.png') no-repeat center / 38px;}
.page_set1 .page_num ul li .last {width: 20px; background:url('./image/paging-last.png') no-repeat center / 38px;}

@media all and (max-width:1024px) {
    .page_set1 .page_num {margin:25px auto 0;}
    .page_set1 .page_num ul li a {width:25px; height:25px;}
    .page_set1 .page_num ul li .num {padding:0 8px; font-size:14px; line-height:25px;}
    .page_set1 .page_num ul li .first {width: 15px; background:url('./image/paging-first.png') no-repeat center / 32px;}
    .page_set1 .page_num ul li .prev {width: 20px; background:url('./image/paging-prev.png') no-repeat center / 32px;}
    .page_set1 .page_num ul li .next {width: 20px; background:url('./image/paging-next.png') no-repeat center / 32px;}
    .page_set1 .page_num ul li .last {width: 15px; background:url('./image/paging-last.png') no-repeat center / 32px;}
}
@media all and (max-width:768px) {
    .page_set1 .page_num {margin:7vw auto 0;}
    .page_set1 .page_num ul li a {width:5vw; height:5vw;}
    .page_set1 .page_num ul li .num {padding:0 1.5vw; font-size:3vw; line-height:5vw;}
    .page_set1 .page_num ul li .first {width: 4vw; background:url('./image/paging-first.png') no-repeat center / 8vw;}
    .page_set1 .page_num ul li .prev {width: 6vw; background:url('./image/paging-prev.png') no-repeat center / 8vw;}
    .page_set1 .page_num ul li .next {width: 6vw; background:url('./image/paging-next.png') no-repeat center / 8vw;}
    .page_set1 .page_num ul li .last {width: 4vw; background:url('./image/paging-last.png') no-repeat center / 8vw;}
}

/* page_num 디자인02 */
.page_set2 .page_num {text-align:center; margin:45px auto 0;}
.page_set2 .page_num ul {display:block; font-size: 0;}
.page_set2 .page_num ul li {display:inline-block; vertical-align:top; margin: 0 10px 0 0;}
.page_set2 .page_num ul li:last-child {margin: 0;}
.page_set2 .page_num ul li a {display:block; width:40px; height:40px; border: 1px solid #ddd;}
.page_set2 .page_num ul li .num {font-size:16px; font-weight:500; line-height:40px; color:#222; text-align:center; font-family: 'Montserrat', sans-serif;}
.page_set2 .page_num ul li .num.active {color:#fff; background-color: var(--page-color); border: 1px solid var(--page-color);}
.page_set2 .page_num ul li .first {background:url('./image/paging-first.png') no-repeat center / 38px;}
.page_set2 .page_num ul li .prev {background:url('./image/paging-prev.png') no-repeat center / 38px;}
.page_set2 .page_num ul li .next {background:url('./image/paging-next.png') no-repeat center / 38px;}
.page_set2 .page_num ul li .last {background:url('./image/paging-last.png') no-repeat center / 38px;}

@media all and (max-width:1024px) {
    .page_set2 .page_num {margin:25px auto 0;}
    .page_set2 .page_num ul li {margin: 0 5px 0 0;}
    .page_set2 .page_num ul li a {width:35px; height:35px;}
    .page_set2 .page_num ul li .num {font-size:14px; line-height:35px;}
    .page_set2 .page_num ul li .first {background:url('./image/paging-first.png') no-repeat center / 32px;}
    .page_set2 .page_num ul li .prev {background:url('./image/paging-prev.png') no-repeat center / 32px;}
    .page_set2 .page_num ul li .next {background:url('./image/paging-next.png') no-repeat center / 32px;}
    .page_set2 .page_num ul li .last {background:url('./image/paging-last.png') no-repeat center / 32px;}
}
@media all and (max-width:768px) {
    .page_set2 .page_num {margin:7vw auto 0;}
    .page_set2 .page_num ul li {margin: 0 1vw 0 0;}
    .page_set2 .page_num ul li a {width:7vw; height:7vw;}
    .page_set2 .page_num ul li .num {font-size:3vw; line-height:7vw;}
    .page_set2 .page_num ul li .first {background:url('./image/paging-first.png') no-repeat center / 8vw;}
    .page_set2 .page_num ul li .prev {background:url('./image/paging-prev.png') no-repeat center / 8vw;}
    .page_set2 .page_num ul li .next {background:url('./image/paging-next.png') no-repeat center / 8vw;}
    .page_set2 .page_num ul li .last {background:url('./image/paging-last.png') no-repeat center / 8vw;}
}

/* page_num 디자인03 */
.page_set3 .page_num {text-align:center; margin:45px auto 0;}
.page_set3 .page_num ul {display:block; font-size: 0;}
.page_set3 .page_num ul li {display:inline-block; vertical-align:top; margin: 0 10px 0 0;}
.page_set3 .page_num ul li:last-child {margin: 0;}
.page_set3 .page_num ul li a {display:block; width:40px; height:40px; border: 1px solid #ddd;}
.page_set3 .page_num ul li .num {margin: 0; width: 30px; font-size:16px; font-weight:500; line-height:40px; color:#222; border: none; text-align:center; font-family: 'Montserrat', sans-serif;}
.page_set3 .page_num ul li .num.active {position: relative; color:var(--page-color); font-weight: 600;}
.page_set3 .page_num ul li .num.active::after {content: ''; position: absolute; bottom: 20%; left: 30%; right: 30%; height: 1px; background: var(--page-color); font-weight: 600;}
.page_set3 .page_num ul li .first {background:url('./image/paging-first.png') no-repeat center / 38px;}
.page_set3 .page_num ul li .prev {background:url('./image/paging-prev.png') no-repeat center / 38px;}
.page_set3 .page_num ul li .next {background:url('./image/paging-next.png') no-repeat center / 38px;}
.page_set3 .page_num ul li .last {background:url('./image/paging-last.png') no-repeat center / 38px;}

@media all and (max-width:1024px) {
    .page_set3 .page_num {margin:25px auto 0;}
    .page_set3 .page_num ul li {margin: 0 5px 0 0;}
    .page_set3 .page_num ul li a {width:35px; height:35px;}
    .page_set3 .page_num ul li .num {width: 25px; font-size:14px; line-height:35px;}
    .page_set3 .page_num ul li .first {background:url('./image/paging-first.png') no-repeat center / 32px;}
    .page_set3 .page_num ul li .prev {background:url('./image/paging-prev.png') no-repeat center / 32px;}
    .page_set3 .page_num ul li .next {background:url('./image/paging-next.png') no-repeat center / 32px;}
    .page_set3 .page_num ul li .last {background:url('./image/paging-last.png') no-repeat center / 32px;}
}
@media all and (max-width:768px) {
    .page_set3 .page_num {margin:7vw auto 0;}
    .page_set3 .page_num ul li {margin: 0 1vw 0 0;}
    .page_set3 .page_num ul li a {width:7vw; height:7vw;}
    .page_set3 .page_num ul li .num {width: 5vw; font-size:3vw; line-height:7vw;}
    .page_set3 .page_num ul li .first {background:url('./image/paging-first.png') no-repeat center / 8vw;}
    .page_set3 .page_num ul li .prev {background:url('./image/paging-prev.png') no-repeat center / 8vw;}
    .page_set3 .page_num ul li .next {background:url('./image/paging-next.png') no-repeat center / 8vw;}
    .page_set3 .page_num ul li .last {background:url('./image/paging-last.png') no-repeat center / 8vw;}
}

/* page_num 디자인04 */
.page_set4 .page_num {text-align:center; margin:45px auto 0;}
.page_set4 .page_num ul {display:block; font-size: 0;}
.page_set4 .page_num ul li {display:inline-block; vertical-align:top; margin: 0 10px 0 0;}
.page_set4 .page_num ul li:last-child {margin: 0;}
.page_set4 .page_num ul li a {display:block; width:40px; height:40px; border: 1px solid #ddd; border-radius: 50%;}
.page_set4 .page_num ul li .num {margin: 0; width: 30px; font-size:16px; font-weight:500; line-height:40px; color:#222; border: none; text-align:center; font-family: 'Montserrat', sans-serif;}
.page_set4 .page_num ul li .num.active {color: var(--page-color); font-weight: 600;}
.page_set4 .page_num ul li .first {background:url('./image/paging-first.png') no-repeat center / 38px;}
.page_set4 .page_num ul li .prev {background:url('./image/paging-prev.png') no-repeat center / 38px;}
.page_set4 .page_num ul li .next {background:url('./image/paging-next.png') no-repeat center / 38px;}
.page_set4 .page_num ul li .last {background:url('./image/paging-last.png') no-repeat center / 38px;}

@media all and (max-width:1024px) {
    .page_set4 .page_num {margin:25px auto 0;}
    .page_set4 .page_num ul li {margin: 0 5px 0 0;}
    .page_set4 .page_num ul li a {width:35px; height:35px;}
    .page_set4 .page_num ul li .num {width: 25px; font-size:14px; line-height:35px;}
    .page_set4 .page_num ul li .first {background:url('./image/paging-first.png') no-repeat center / 32px;}
    .page_set4 .page_num ul li .prev {background:url('./image/paging-prev.png') no-repeat center / 32px;}
    .page_set4 .page_num ul li .next {background:url('./image/paging-next.png') no-repeat center / 32px;}
    .page_set4 .page_num ul li .last {background:url('./image/paging-last.png') no-repeat center / 32px;}
}
@media all and (max-width:768px) {
    .page_set4 .page_num {margin:7vw auto 0;}
    .page_set4 .page_num ul li {margin: 0 1vw 0 0;}
    .page_set4 .page_num ul li a {width:7vw; height:7vw;}
    .page_set4 .page_num ul li .num {width: 5vw; font-size:3vw; line-height:7vw;}
    .page_set4 .page_num ul li .first {background:url('./image/paging-first.png') no-repeat center / 8vw;}
    .page_set4 .page_num ul li .prev {background:url('./image/paging-prev.png') no-repeat center / 8vw;}
    .page_set4 .page_num ul li .next {background:url('./image/paging-next.png') no-repeat center / 8vw;}
    .page_set4 .page_num ul li .last {background:url('./image/paging-last.png') no-repeat center / 8vw;}
}



















.bbs_btn {margin: 50px 0 0;}
.bbs_btn ul {position: relative; display: flex;justify-content: space-between;align-items: center;}
.bbs_btn ul li {vertical-align: middle;}
.bbs_btn ul li a {display: block; font-size: 14px; line-height: 36px; font-weight: 300; color: #636363; white-space: nowrap;text-overflow: ellipsis; overflow: hidden;}
.bbs_btn ul li.list a {width: 210px; font-size: 16px; line-height: 60px; font-weight: 400; color: #fff; height: auto; border: none; background: var(--btn-color);}
.bbs_btn ul li span {position: relative; font-size: 0;}
.bbs_btn ul li span::after {content: ''; font-size: 14px; font-weight: 600; color: #222222; font-family:'Montserrat', sans-serif;}
.bbs_btn ul li span::before {content: ''; position: absolute; top: 60%; width: 6px; height: 10px; background: url(./image/view_arrow01.png) no-repeat center / cover; transform: translateY(-50%);}

.bbs_btn ul li.prev,.bbs_btn ul li.next {display: flex;align-items: center; max-width: 300px;}
.bbs_btn ul li.list {position: absolute; left: 50%; transform: translateX(-50%);}
.bbs_btn ul li.prev span {margin: 0 40px 0 30px;}
.bbs_btn ul li.prev span::after {content: 'prev';}
.bbs_btn ul li.prev span::before {left: -20px;}

.bbs_btn ul li.next span {margin: 0 30px 0 40px;}
.bbs_btn ul li.next span::after {content: 'next';}
.bbs_btn ul li.next span::before {right: -20px; transform: translateY(-50%) rotate(180deg);}
@media all and (max-width:1024px) {
    .bbs_btn ul li.list a {width: 110px; font-size: 16px; line-height: 45px; font-weight: 400; color: #fff; height: auto; border: none; background: var(--btn-color);}
}
@media all and (max-width:768px) {
    .bbs_btn {margin: 50px 0 0;}
    .bbs_btn ul li a {max-width: 20vw; font-size: 2.8vw; line-height: 3.2vw;}
    .bbs_btn ul li span::after {font-size: 2.8vw;}
    .bbs_btn ul li span::before {top: 60%; width: 1vw; height: 2vw;}
    
    .bbs_btn ul li.prev,.bbs_btn ul li.next {max-width: 40vw;}
    .bbs_btn ul li.list {max-width: 20vw;}
    .bbs_btn ul li.list a {max-width: 20vw; height: 8vw; line-height: 8vw; font-size: 3vw;}
    .bbs_btn ul li.prev span {margin: 0 2vw 0 5vw;}
    .bbs_btn ul li.prev span::before {left: -4vw;}
    
    .bbs_btn ul li.next span {margin: 0 5vw 0 2vw;}
    .bbs_btn ul li.next span::before {right: -4vw;}
}





/* 어드민 하단 버튼 */
.bbs_btn.align_right {text-align:right;}
.bbs_btn li {text-align: center;}
.bbs_btn li.sel_btn{width:auto; display:block; background:transparent; float:left;}
.bbs_btn li.sel_btn a {color:#666; padding:0; font-size:14px; width:80px; height:36px; line-height:36px; border:1px solid #ccc;}
.bbs_btn li.list_btn{width:auto; display:block; background:transparent; float:right;}
.bbs_btn li.list_btn:after {display:block; content:""; overflow:hidden;}
.bbs_btn_admin {position:relative; overflow:hidden; width:100%; padding-top:20px;}
.bbs_btn_admin.align_right {text-align:right;}
.bbs_btn_admin li.sel_btn{float:left;}
.bbs_btn_admin li.list_btn{float:right;}
.bbs_btn_admin li.list_btn:after {display:block; content:""; overflow:hidden;}
.bbs_btn_admin a{margin:0 1px;}
.bbs_btn_admin input{margin:0 1px;}

/*********** Input *************/

/* 저작권공지 */
.input_notice{border:1px solid #ddd; background-color:#f9f9f9; padding:18px 20px;}
.input_notice h4{font-size:16px; font-weight:600; color:#333; letter-spacing:-1pt; padding:0 0 5px 0;}
.input_notice h4 span{color:#d51921; letter-spacing:-1pt;}
.input_notice p.txt{color:#666; line-height:21px; font-size:13px;}
.input_notice p.point{color:#d51921;line-height:21px; padding:3px 0 0 0; text-decoration:underline; font-size:13px;}


.input_msg {padding:15px 0 10px 0; text-align:right;}
.bbs_input {width:100%; border-collapse:separate; border-spacing:0px; border-top:1px solid #222;}
.bbs_input th {color:#333; text-align:left; padding:8px 10px; border-right:1px solid #ddd; border-bottom:1px solid #ddd;}
.bbs_input td {border-bottom:1px solid #d4d4d4; padding:8px 10px; text-align: left;}
.bbs_input td.line {border-right:1px solid #d4d4d4; ;}
.bbs_input td.input_contents textarea {width:100%; padding:5px; box-sizing:border-box; line-height:150%;}

	.subject_table {width:100%;border-collapse:separate; border-spacing:0px;}
	.subject_table td {border:none; padding:0;}
	.subject_table .cat {width:18%;}




/* 동의폼 */
.pri_box {width:100%; border:1px solid #dddddd; padding:15px; margin:10px 0px 20px 0px; box-sizing:border-box;}  
.pri_box p.pri_tit {font-size:14px; font-weight:600; padding-bottom:10px; color:#333;} 
.pri_box .textarea {height:100px;}
.pri_message {width:100%; text-align:right; padding-top:8px; font-family:inherit;}
.pri_message input[type=checkbox] {width:12px; height:12px; margin-right:5px;}

.reply_icon {position:relative; float:left; width:18px; height:30px; background:url('/admin/images/reply_icon.gif') 0 0 no-repeat}


/*********** Passwd *************/
.passwd {width:530px; margin:0 auto; border:2px solid #eaeaea; padding:20px 15px;}
.passwd ul {width:98%; overflow:hidden;}
.passwd li {float:left;}
.passwd .pw_img {margin-right:5px;}
.passwd .line {width:1px; background:#ddd; height:63px;}
.passwd .info {padding-left:28px;}

.passwd  .msg {padding-bottom:10px;}
.passwd  .input_passwd {margin-right:10px}
.passwd  .btn {}


/*********** Comment *************/
.comments {padding:15px 18px; background:#f9f9f9; border-bottom:1px solid #ddd;}
.comments dl{overflow:hidden; padding:0 0 5px 0;}
.comments dl dt{display:inline-block; font-size:13px;}
.comments dl dd{display:inline-block; margin-right:10px;}

.comments ul{overflow:hidden;}
.comments li{float:left; width:calc(100% - 83px);}
.comments li.btn{float:right; width:80px;}
.comments textarea {height:58px;}
.comments .spam_check{}
.comments .spam_check .sub_txt{font-size:13px; display:inline-block;}
.comm_btn_confirm {display:inline-block; width:80px; cursor:pointer; height:58px; text-align:center; color:#fff; border:1px solid #555; background:#555; font-size:13px; letter-spacing:-0.5pt; vertical-align:top; transition:all 0.3s}


.comments_body{overflow:hidden; border-bottom:1px solid #ddd; padding:15px;}
.comments_body p.file{color:#888; font-size:13px;}
.comments_body p.cont{padding:3px 0 5px 0;}
.comments_body p.info{color:#888; font-size:13px;}
.comments_body p.info strong{color:#333; margin-right:7px}
.comments_body p.info span{margin-right:7px;}
.comments_body p.info span:before{display:inline-block; content:""; width:1px; height:13px; background:#ccc; margin:0 10px -2px 0; overflow:hidden;}


.filebox input[type="file"] {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip:rect(0,0,0,0);
	border: 0;
}

.filebox label {
	display: inline-block;
	padding:8px 15px 3px 15px;
	color: #FFF;
	font-size: inherit;
	line-height: normal;
	vertical-align: middle;
	background-color: #484C57;
	cursor: pointer;
	border: 1px solid #484C57;
	height:20px;
}

/* named upload */
.filebox .upload-name {
	display: inline-block;
	padding: .5em .75em;  /* label의 패딩값과 일치 */
	font-size: inherit;
	font-family: inherit;
	line-height: normal;
	vertical-align: middle;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-bottom-color: #ccc;
	-webkit-appearance: none; /* 네이티브 외형 감추기 */
	-moz-appearance: none;
	appearance: none;
	height: 33px;
	width: 200px;
}

.upload-hidden {
	margin:1px 0;
	border:0px;
	font-size:12px;
	font-family:NanumGothic, 나눔고딕, NG, Tahoma, Geneva, sans-serif;
	color:#FFFFFF;
	border:1px solid #d86771;
	padding:5px;
	background-repeat: no-repeat;
	background-position:right 3px center;
	background-color: #d86771;
}


/* imaged preview */
.filebox .upload-display {  /* 이미지가 표시될 지역 */
	margin-bottom: 5px;
}

@media(min-width: 768px) { 
	.filebox .upload-display {
		display: inline-block;
		margin-right: 5px;
		margin-bottom: 0;
	}
}

.filebox .upload-thumb-wrap {  /* 추가될 이미지를 감싸는 요소 */
	display: inline-block;
	width: 70px;
	height: 33px;
	padding: 2px;
	vertical-align: middle;
	border: 1px solid #ddd;
	background-color: #fff;
}

.filebox .upload-display img {  /* 추가될 이미지 */
	display: block;
	max-width: 100%;
	width: 100%;
	height: 100%;
}









:root {
    --font-14px:14px;
    --font-15px:15px;
    --font-16px:16px;
    --font-17px:17px;
    --font-18px:18px;
    --font-19px:19px;
    --font-20px:20px;
    --font-21px:21px;
    --font-22px:22px;
    --font-23px:23px;
    --font-24px:24px;
    --font-25px:25px;
    --font-26px:26px;
    --font-27px:27px;
    --font-28px:28px;
    --font-29px:29px;
    --font-30px:30px;
    --font-31px:31px;
    --font-32px:32px;
    --font-33px:33px;
    --font-34px:34px;
    --font-35px:35px;
    --font-36px:36px;
    --font-37px:37px;
    --font-38px:38px;
    --font-39px:39px;
    --font-40px:40px;
    --font-41px:41px;
    --font-42px:42px;
    --font-43px:43px;
    --font-44px:44px;
    --font-45px:45px;
    --font-46px:46px;
    --font-47px:47px;
    --font-48px:48px;
    --font-49px:49px;
    --font-50px:50px;
    --font-51px:51px;
    --font-52px:52px;
    --font-53px:53px;
    --font-54px:54px;
    --font-55px:55px;
    --font-56px:56px;
    --font-57px:57px;
    --font-58px:58px;
    --font-59px:59px;
    --font-60px:60px;
}
@media all and (max-width:1024px) {
    :root {
        --font-14px:12px;
        --font-15px:13px;
        --font-16px:14px;
        --font-17px:15px;
        --font-18px:16px;
        --font-19px:17px;
        --font-20px:28px;
        --font-21px:29px;
        --font-22px:20px;
        --font-23px:21px;
        --font-24px:22px;
        --font-25px:23px;
        --font-26px:24px;
        --font-27px:25px;
        --font-28px:26px;
        --font-29px:27px;
        --font-30px:38px;
        --font-31px:39px;
        --font-32px:30px;
        --font-33px:31px;
        --font-34px:32px;
        --font-35px:33px;
        --font-36px:34px;
        --font-37px:35px;
        --font-38px:36px;
        --font-39px:37px;
        --font-40px:38px;
        --font-41px:39px;
        --font-42px:40px;
        --font-43px:41px;
        --font-44px:42px;
        --font-45px:43px;
        --font-46px:44px;
        --font-47px:45px;
        --font-48px:46px;
        --font-49px:47px;
        --font-50px:58px;
        --font-51px:59px;
        --font-52px:50px;
        --font-53px:51px;
        --font-54px:52px;
        --font-55px:53px;
        --font-56px:54px;
        --font-57px:55px;
        --font-58px:56px;
        --font-59px:57px;
        --font-60px:68px;
    }
}
@media all and (max-width:768px) {
    :root {
        --font-14px:3vw;
        --font-15px:3.1vw;
        --font-16px:3.2vw;
        --font-17px:3.3vw;
        --font-18px:3.4vw;
        --font-19px:3.5vw;
        --font-20px:3.6vw;
        --font-21px:3.7vw;
        --font-22px:3.8vw;
        --font-23px:3.9vw;
        --font-24px:4.0vw;
        --font-25px:4.1vw;
        --font-26px:4.2vw;
        --font-27px:4.3vw;
        --font-28px:4.4vw;
        --font-29px:4.5vw;
        --font-30px:4.6vw;
        --font-31px:4.7vw;
        --font-32px:4.8vw;
        --font-33px:4.9vw;
        --font-34px:5.0vw;
        --font-35px:5.1vw;
        --font-36px:5.2vw;
        --font-37px:5.3vw;
        --font-38px:5.4vw;
        --font-39px:5.5vw;
        --font-40px:5.6vw;
        --font-41px:5.7vw;
        --font-42px:5.8vw;
        --font-43px:5.9vw;
        --font-44px:6.0vw;
        --font-45px:6.1vw;
        --font-46px:6.2vw;
        --font-47px:6.3vw;
        --font-48px:6.4vw;
        --font-49px:6.5vw;
        --font-50px:6.6vw;
        --font-51px:6.7vw;
        --font-52px:6.8vw;
        --font-53px:6.9vw;
        --font-54px:7.0vw;
        --font-55px:7.1vw;
        --font-56px:7.2vw;
        --font-57px:7.3vw;
        --font-58px:7.4vw;
        --font-59px:7.5vw;
        --font-60px:7.6vw;
    }
}
