@font-face {
    font-family: 'GangwonEduPowerExtraBoldA';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2201-2@1.0/GangwonEduPowerExtraBoldA.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: '샌드박스 어그로';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroM.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: '티몬소리';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/TmonMonsori.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: '배민주아';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/BMJUA.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: '코트라볼드';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10-21@1.1/KOTRA_BOLD-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: '나눔고딕';
    font-style: normal;
    font-weight: 700;
    src: local('NanumGothic'), url('https://fonts.cdnfonts.com/s/14181/NanumGothic-ExtraBold.woff') format('woff');
}
@font-face {
    font-family: '나눔고딕';
    font-weight: 500;
    font-style: normal;
    src: local('NanumGothic'), url('https://fonts.cdnfonts.com/s/14181/NanumGothic-Bold.woff') format('woff');
}

@font-face {
    font-family: '아네모네';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/Cafe24Ohsquare.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: '잘풀리는오늘';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10-21@1.0/Jal_Onuel.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'KOHI배움';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2201-2@1.0/KOHIBaeumOTF.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

:root {
    --color-org: #ff6100;
    --color-red: #d7543f;
    --color-light-gray: #f2f2f2;
    --color-light-red: #ffefec;
    --color-deep-blue: #262d42;
}

img {
    width: auto;
    height: auto;
    max-width: 100%;
}

select {
    min-width: 200px;
    box-sizing: border-box;
    border:1px solid #9a9a9a;
    border-radius: 8px;
    padding: 0.5rem 0.75rem;
    font-size: 14px;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    background: #fff url('../../img/renew/common/icon-select.png') no-repeat calc(100% - 0.75rem) center;
}

pre {
    box-sizing: border-box;
    white-space: pre-wrap;
    line-height: 1.6;
}

.basic-text.pre {
    width: 100%;
    line-height: 2;
    white-space: pre-line;
}

.hidden {
    position:absolute !important;
    left:-9999px;
    font-size:1px;
    width:1px;
    height:1px;
    line-height:0;
}

.btn {
    box-sizing: border-box;
    padding: 0.625rem 1rem;
    border-radius: 8px;
    background: var(--color-deep-blue);
    border:1px solid var(--color-deep-blue);
    color: #fff;
    font-size: 13px;
    display: inline-block;
    transition: 0.2s all linear;
    cursor: pointer;
}

.btn:hover {
    background: var(--color-red);
    border-color: var(--color-red);
    transition: 0.2s all linear;
}

.btn.download_btn:before {
    content:'';
    width: 15px;
    height: 15px;
    background: url('../../img/renew/common/icon-download.png');
    background-size: contain;
    filter:brightness(0) invert(1);
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -3px;
}

.btn.bg-red {
    color: #fff;
    background: var(--color-red);
    border:1px solid var(--color-red);
    font-weight: 600;
}

.btn.border-red {
    background: #fff;
    color: var(--color-red);
    border:1px solid var(--color-red);
    font-weight: 600;
}

.btn.border-deep-blue {
    background: #fff;
    color: var(--color-deep-blue);
    border:1px solid var(--color-deep-blue);
    font-weight: 600;
}

.btn.border-red:hover,
.btn.border-deep-blue:hover {
    border-color: var(--color-red);
    color: var(--color-red);
}

.color-org {
    color: var(--color-org);
}

.color-red {
    color: var(--color-red);
}

.wrap_inner {
    width: 1200px;
    margin: 0 auto;
}

.flex-wrap {
    display: flex;
}

.left-wrap {
    width: 220px;
}

.right-wrap {
    width: calc(100% - 220px - 30px);
    margin-left: 30px;
}

.txt-left {
    text-align: left;
}

.txt-center {
    text-align: center;
}

.txt-right {
    text-align: right;
}


/* 헤더 */
#header .hd_top {
    position: relative;
}

#header .hd_banner {
    overflow: hidden;
    position: relative;
    z-index: 60;
    transition: 0.2s all linear;
    height: 68px;
    overflow: hidden;
}

#header .hd_banner .hd_banner_item {
    width: 100%;
    height: 68px;
    cursor: pointer;
}

#header .hd_banner .hd_banner_img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

#header .hd_banner.closeBanner {
    height: 0;
    transition: 0.2s all linear;
}

#header .hd_banner_control {
    position: absolute;
    right: 20px;
    top: 18px;
    z-index: 100;
    display: flex;
    gap:1.25rem;
    align-items: center;
    color: #fff;
    font-size: 14px;
}

#header .hd_banner_control .control_btn {
    display: none;
}

#header .hd_banner_control.show .control_btn {
    display: block;
}

#header .hd_banner_control a {
    display: inline-block;
}

#header .slick-dots li {
    display: none;
    width: 30px;
}

#header .slick-dots li.slick-active {
    display: block;
}

#header .hd_body .wrap_inner {
    display: flex;
    align-items: center;
    padding: 1.75rem 0;
}

#header .hd_body .logo {
    /*width: 365px;*/
    width: 155px;
}

#header .hd_body .logo img,
#header .hd_body .banner img {
    vertical-align: middle;
}

#header .hd_body .banner {
    margin: 0 2rem;
    position: relative;
    width: 180px;
    height: 68px;
}

#header .hd_body .banner a {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 167px;
}

#header .hd_body .search_wrap {
    position: relative;
}

#header .hd_body .search_wrap input {
    width: 480px;
    height: 60px;
    line-height: 60px;
    border-radius: 100px;
    font-size: 18px;
    font-weight: 500;
    padding: 0 4rem 0 2rem;
    border: 2px solid #e94f56;
    letter-spacing: -0.5px;
}

#header .hd_body .search_wrap input::placeholder {
    color: #393939;
    font-size: 17px;
}

#header .hd_body .search_btn {
    width: 28px;
    height: 28px;
    background: url('../../img/renew/common/icon-search.png') no-repeat center center / contain;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 1.5rem;
}

#header .hd_body .extra_nav {
    display: flex;
    align-items: center;
    gap: 2.5rem;
    width: calc(100% - 155px - 4rem - 180px - 480px);
    justify-content: flex-end;
}

#header .hd_body .extra_nav li {
    font-size: 14px;
    color: #34353d;
    position: relative;
    cursor: pointer;
    font-weight: 500;
}

#header .hd_body .extra_nav li:before {
    content:'';
    width: 1px;
    height: 1rem;
    background: #ccc;
    position: absolute;
    left: -1.25rem;
    top:0;
}

#header .hd_body .extra_nav li:first-child:before {
    display: none;
}

#header .hd_body .extra_nav li:hover {
    color: #e94f56;
}

#header .hd_body .extra_nav li.name span {
    text-align: center;
    display: block;
}

#header .hd_bot {
    border-top:1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 0.875rem 0;
    position: relative;
}

#header .hd_bot .nav_gnb {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#header .hd_bot #allMenu {
    width: 20px;
    height: 16px;
    cursor: pointer;
}

#header .hd_bot #allMenu > div {
    display: block;
    position: relative;
}

#allMenu > div,
#allMenu > div:before,
#allMenu > div:after {
    position: absolute;
    width: 20px;
    height: 2px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    background: #282c34;
}

#allMenu > div:before,
#allMenu > div:after {
    content:'';
    display: block;
}

#allMenu > div:before {
    top: 7px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform,opacity;
}

#allMenu > div:after {
    top:14px;
}

.is-active #allMenu > div {
    transform: translate3d(0,7px,0) rotate(45deg);
}

.is-active #allMenu > div:before {
    transform: rotate(-45deg) translate3d(5px,-6px,0);
    opacity: 0;
}

.is-active #allMenu > div:after {
    transform: translate3d(0,-14px,0) rotate(-90deg);
}

#header .gnb {
    display: flex;
    align-items: center;
    width: calc(100% - 20px - 5%);
    justify-content: space-between;
}

#header .gnb li {
    color: #141414;
    font-weight: 600;
    font-size: 1.25rem;
    letter-spacing: -0.5px;
    cursor: pointer;
    transition: 0.2s all linear;
}

#header .gnb li:hover,
#header .gnb li.active {
    color: var(--color-red);
    transition: 0.2s all linear;
}

#header .gnb li.tikitaka span {
    text-indent: -99999px;
    background: url('../../img/renew/common/logo-tikitaka.svg') center no-repeat;
    display: block;
    width: 85px;
    height: 37px;
}

#header .gnb li.event {
    background: #fbeeef;
    color: #e94f56;
    font-size: 17px;
    box-sizing: border-box;
    padding: 0.75rem 1.5rem;
    border-radius: 3rem;
}

#header .gnb li.event img {
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 0.25rem;
}

#header .nav_sitemap_wrap {
    display: none;
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    width: 100%;
    background: #fbfbfb;
    z-index: 1000;
}

#header .nav_sitemap {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    gap: 1rem;
    padding: 2rem 0;
}

#header .nav_sitemap .nav_sitemap_item {
    width: calc((100% - (1rem * 4)) / 5);
}

#header .nav_sitemap .nav_sitemap_item:nth-child(6),
#header .nav_sitemap .nav_sitemap_item:last-child {
    /*margin-top: -17rem;*/
    cursor: pointer;
}

#header .nav_sitemap .nav_sitemap_item.event-menu {
    display: none;
}

#header .nav_sitemap_item:nth-child(4) ul + .nav_sitemap_tit {
    margin-top: 1.5rem;
}

#header.main  .nav_sitemap_item:nth-child(4) ul + .nav_sitemap_tit {
    margin-top: 2.285rem;
}

#header .nav_sitemap_item .nav_sitemap_tit {
    padding: 0.875rem 0.5rem;
    font-weight: 600;
    background: var(--color-red);
    color: #fff;
    text-align: center;
    border-radius: 5px;
}

#header .nav_sitemap_tit2 {
    padding: 20px 45px 20px 45px;
    font-weight: 600;
    background: #00224D;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    margin-right: 20px;
    max-width:450px;
    min-width:450px;
    white-space: nowrap;
    display: inline;
    box-sizing: border-box;
}

#header .nav_sitemap_tit2 span {
    font-weight: 600;
}

#header .nav_sitemap_item .nav_sitemap_list {
    box-sizing: border-box;
    padding: 0.875rem 0.5rem 1.5rem;
    display: flex;
    flex-wrap: wrap;
}

#header .nav_sitemap_item:nth-child(5) .nav_sitemap_list:last-child {
    padding-bottom: 0;
}

#header .nav_sitemap_item .nav_sitemap_list li {
    cursor: pointer;
    width: 50%;
    transition: 0.2s all linear;
}

#header .nav_sitemap_item .nav_sitemap_list li:hover {
    color: var(--color-red);
    transition: 0.2s all linear;
}

#header .nav_sitemap_item .nav_sitemap_list .depth2 {
    font-weight: 600;
    width: 100%;
    box-sizing: border-box;
    padding: 0.625rem;
}

#header .nav_sitemap_item .nav_sitemap_list.depth .depth2:first-child {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid var(--color-red);
}

#header .nav_sitemap_item .nav_sitemap_list .depth2-item {
    width: calc((100% - 20px) / 2);
    font-size: 14px;
    padding: 0.5rem 0;
    text-align: center;
    background: #ededed;
    border-radius: 2rem;
    cursor: pointer;
    margin: 5px;
}

#header .nav_sitemap_item .nav_sitemap_list .depth2-item:hover {
    color: #fff;
    background: var(--color-red);
}

#header .nav_sitemap_item .nav_sitemap_list .depth2-item + .depth2 {
    padding-top: 1.5rem;
}

#header .nav_sitemap_item .nav_sitemap_list .depth3-item {
    width: calc((100% - 20px) / 2);
    font-size: 14px;
    padding: 0.5rem 0;
    text-align: center;
    background: #F5F5F5;
    border-radius: 2rem;
    cursor: pointer;
    margin: 5px;
}

#header .nav_sitemap_item .nav_sitemap_list .depth3-item:hover {
    color: #fff;
    background: var(--color-red);
}

#header .nav_sitemap_item .nav_sitemap_list .depth3-item + .depth2 {
    padding-top: 1.5rem;
}

#header .nav_sitemap .nav_sitemap_item:nth-child(6) .nav_sitemap_tit {
    display: none;
}

/* 사이드바 : 퀵메뉴 */
.side_menu_quick.open {
    width: 190px;
    height: 692px;
    transition: 0.3s width linear;
}

.side_menu_quick.normal {
    width: 80px;
    height: 692px;
    transition: 0.2s width linear;
}

.normal.side_menu_quick .side_inner {
    padding: 0;
}


.side_menu_quick {
    position: fixed;
    right: 1rem;
    top:50%;
    border-radius: 25px;
    transform:translateY(-50%);
    box-sizing: border-box;
    box-shadow: 4px 0 40px rgba(0,0,0,0.07);
    z-index: 998;
    /*transition: 0.2s all linear;*/
}

.side_menu_quick .side_inner {
    border-radius: 25px 25px 0 0;
}

.side_menu_quick .side_inner {
    padding: 1.25rem;
    background: #fff;
}

.side_menu_quick .open_btn {
    width: 21px;
    height: 42px;
    position: absolute;
    left: -21px;
    top:1.5rem;
    background: var(--color-red);
    border-radius: 2rem 0 0 2rem;
}

.side_menu_quick .open_btn .icon_box {
    width: 100%;
    height: 100%;
    background: url('../../img/renew/common/icon-quick-arrow.png') center no-repeat;
    cursor: pointer;
    transform: rotate(180deg);
    transition: 0.2s all linear;
}

.side_menu_quick .open_btn.active .icon_box {
    transform: rotate(0deg);
    transition: 0.2s all linear;
}

.side_menu_quick .logo {
    width: 37px;
    height: 69px;
    /*background: url('../../img/renew/common/quick-didimdol.svg') center no-repeat;*/
    background: url('../../img/renew/common/quick-mainNlogo.png') center no-repeat;
    margin: 0 auto 0.625rem;
}

.side_menu_quick .in-txt {
    width: 150px;
    height: 32px;
    border-color: #d0d0d0;
    border-radius: 5px;
    line-height: 32px;
    padding: 0 10px;
    font-size: 13px;
    /*margin-top: 5px;*/
    margin-top: 8px;
}

.side_menu_quick .in-txt::placeholder {
    color: #ababab;
}

.side_menu_quick .chk_wrap {
    /*margin: 0.75rem 0;*/
    margin: 0.875rem 0;
    display: flex;
    justify-content: space-between;
}

.side_menu_quick .chk_wrap div {
    display: flex;
    align-items: center;
    gap:5px;
}

.side_menu_quick .chk_wrap label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -0.5px;
    color: #000;
}
.side_menu_quick .chk_wrap .chk {
    width: 14px;
    height: 14px;
}

.side_menu_quick .sns_wrap {
    box-sizing: border-box;
    border:1px solid #e1e1e1;
    border-radius: 8px;
    padding: 0.5rem 1rem;
    display: flex;
    justify-content: space-between;
}

.side_menu_quick .sns_wrap a {
    width: 24px;
    height: 24px;
}

.side_menu_quick .btn_wrap {
    /*padding: 0.75rem 0 1rem;*/
    padding: 0.875rem 0 1.125rem;
}

.side_menu_quick .after_login .btn_wrap {
    padding: 1rem 0 0;
}


.side_menu_quick .btn_wrap .btn {
    display: block;
    width: 100%;
    background: #e3e3e3;
    border: none;
    border-radius: 2rem;
    color: #545454;
    font-size: 13px;
    text-align: center;
    font-weight: 500;
    padding: 0.75rem;
}

.side_menu_quick .btn_wrap .btn.login_btn {
    color: #fff;
    background: var(--color-red);
}

.side_menu_quick .btn_wrap .btn + .btn {
    margin-top: 3px;
}

.side_menu_quick .before_login .btn_wrap .btn + .btn {
    margin-top: 8px;
}

.side_menu_quick .login_part .link {
    text-align: center;
    font-size: 12px;
    color: #7e7e7e;
    font-weight: 600;
    line-height: 1.5;
    text-decoration: underline;
    transition: 0.2s all linear;
}

.side_menu_quick .login_part .link:hover {
    color: var(--color-red);
    transition: 0.2s all linear;
}

.open.side_menu_quick .after_login > .logo {
    display: none;
}

.normal.side_menu_quick .after_login > .logo {
    display: block;
}

.side_menu_quick .teacher_top {
    /*display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.375rem;*/
    text-align: center;
}

.side_menu_quick .teacher_top .logo {
    display: block;
    width: 22px;
    height: 38px;
    margin: 0 auto 0.75rem;
    background-image: url('../../img/renew/common/quick-didimdol2.svg');
}

.side_menu_quick .teacher_top .login_info {
    font-size: 13px;
    letter-spacing: -0.5px;
    font-weight: 500;
}

.side_menu_quick .teacher_top .login_info .grade span {
    display: block;
    line-height: 1.4;
}

.side_menu_quick .teacher_top .login_info .name {
    color: var(--color-red);
    text-decoration: underline;
    margin-top: 0.375rem;
}

.side_menu_quick .teacher_body {
    text-align: center;
    padding: 1rem 0 0.25rem;
}

.side_menu_quick .teacher_body .tikitaka_grade_img {
    background: #f9f2e6;
    border-radius: 50%;
    /*padding: 1.375rem;*/
    padding: 0.2075rem;
    display: inline-block;
}

.side_menu_quick .teacher_body .tikitaka_grade_img img {
    vertical-align: middle;
}

.side_menu_quick .teacher_body .tikitaka_grade {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    font-weight: 600;
    padding-top: 0.75rem;
    letter-spacing: -0.5px;
}

.side_menu_quick .teacher_body .tikitaka_grade span {
    display: inline-block;
    background: #ffefec;
    width: 70px;
    border-radius: 2rem;
    padding: 0.5rem 0;
    color: var(--color-red);
}

.side_gnb_tool {
    padding-top: 1.125rem;
}

.side_gnb_tool .tool_list {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
}

.side_gnb_tool .tool_list li {
    width: calc((100% - 3px) / 2);
}

.side_gnb_tool .tool_list li.home {
    display: none;
}

.side_gnb_tool .tool_list li a {
    text-align: center;
    background: #f4f4f4;
    font-size: 12px;
    font-weight: 500;
    padding: 0.5rem 0;
    transition: 0.2s all linear;
}

.side_gnb_tool .tool_list li a img {
    display: block;
    margin:0 auto 0.25rem;
    transition: 0.2s all linear;
}

.side_gnb_tool .tool_list li a:hover {
    background: var(--color-deep-blue);
    color: #fff;
    transition: 0.2s all linear;
}

.side_gnb_tool .tool_list li a:hover img {
    filter: brightness(0) invert(1);
    transition: 0.2s all linear;
}

.normal .login_part {
    /*height: 0;*/
    display: none;
}

.open .login_part {
    /*height: 376px;*/
    display: block;
}

.normal .side_gnb_tool {
    margin: 0;
    padding: 1.125rem 0;
}

.normal.side_menu_quick .logo {
    background-color: var(--color-light-red);
    background-size: 32px;
    border-radius: 25px 25px 0 0;
    width: 100%;
    height: 82px;
    margin: 0 auto;
}

.normal .side_gnb_tool .tool_list li.home {
    display: block;
}

.normal .side_gnb_tool .tool_list {
    gap: 0.5rem;
}

.normal .side_gnb_tool .tool_list li {
    width: 100%;
    position: relative;
}

.normal .side_gnb_tool .tool_list li a {
    width: 53px;
    height: 53px;
    border-radius: 50%;
    padding-top: 15px;
    margin: 0 auto;
}

.normal .side_gnb_tool .tool_list li span {
    position: absolute;
    left: -5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 85px;
    background: var(--color-red);
    color: #fff;
    padding: 0.5rem;
    border-radius: 2rem;
    font-weight: 600;
    letter-spacing: -0.5px;
    display: none;
}

.normal .side_gnb_tool .tool_list li a:hover span {
    display: block;
}

.normal .side_gnb_tool .tool_list li span:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left-color: var(--color-red);
    border-right: 0;
    margin-top: -5px;
    margin-right: -4px;
}

.side_menu_quick .top_btn {
    text-align: center;
    background: #535456;
    font-weight: 600;
    color: #fff;
    font-size: 15px;
    padding: 0.625rem 0 0.5rem;
    border-radius: 0 0 25px 25px;
    cursor: pointer;
}

/* 사이드바 : LNB */
.sidebarWrap {
    width: 100%;
    box-sizing: border-box;
    border-radius: 14px;
    border:1px solid var(--color-red);
    overflow: hidden;
}

.sidebarWrap .home,
.sidebarWrap .btn-back {
    display: none;
}

.sidebarWrap .side_tit {
    width: 100%;
    font-size: 23px;
    font-weight: 600;
    text-align: center;
    padding: 1.75rem 0;
    color: var(--color-red);
    background: #fdf5f4;
    letter-spacing: -0.5px;
}

.sidebarWrap .side_con {
    box-sizing: border-box;
    padding: 2rem 0.875rem;
}

.sidebarWrap .side_item + .side_item {
    margin-top: 1.5rem;
}

.sidebarWrap .side_item.btn_item + .side_item.btn_item {
    margin-top: 0;
}

.sidebarWrap .side_depth_tit {
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 1rem;
}

.sidebarWrap .side_depth_tit .on {
    color: var(--color-red);
}

.sidebarWrap .side_depth_list {
    padding-top: 1rem;
    border-top:1px solid var(--color-red);
}

.sidebarWrap .side_depth_list.bd {
    border-bottom:1px solid var(--color-red);
    padding-bottom: 1rem;
}

.sidebarWrap .side_item .item_tit {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 1rem;
}

.sidebarWrap .side_item.btn_item:last-child .item_tit {
    margin-bottom: 0;
}

.sidebarWrap .side_item .item_list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.sidebarWrap .side_item .item_list li {
    width: calc((100% - 5px) / 2);
    font-size: 14px;
    padding: 0.5rem 0;
    text-align: center;
    background: #ededed;
    border-radius: 2rem;
    cursor: pointer;
}

.sidebarWrap .side_item .item_list li.on {
    color: #fff;
    background: var(--color-red);
}

.sidebarWrap .side_item + .btn_item {
    margin-top: 2.5rem;
}

.sidebarWrap .side_item .item_tit a {
    display: block;
    text-align: center;
    box-sizing: border-box;
    background: var(--color-light-red);
    border-radius: 2rem;
    border: 1px solid var(--color-red);
    padding: 0.75rem 0 0.625rem;
    transition: 0.2s all linear;
}

.sidebarWrap .side_item .item_tit a:hover {
    background: var(--color-red);
    color: #fff;
    transition: 0.2s all linear;
}

.sidebarWrap .side_depth_con + .side_depth_con {
    margin-top: 2.5rem;
}


/* 푸터------------------------------------------ */
#footer {
    background: #272727;
    padding: 3.75rem 0;
    position: relative;
}

#footer .wrap_inner {
    display: flex;
    align-items: center;
}

#footer .ftInfo {
    width: 100%;
}

.ftTop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.ftTop .ftMenu {

}

.ftTop .ftMenu li {
    display: inline-block;
    position: relative;
}

.ftTop .ftMenu li:after {
    content:'';
    width: 1px;
    height: 1.125rem;
    background: #fff;
    opacity: 0.5;
    position: absolute;
    right: -1.625rem;
    top:50%;
    transform: translateY(-50%);
}

.ftTop .ftMenu li:last-child:after {
    display: none;
}

.ftTop .ftMenu li a {
    color: #fff;
    font-size: 1.125rem;
    letter-spacing: -0.5px;
}

.ftTop .ftMenu li + li {
    margin-left: 3rem;
}

.ftTop .siteWrap {
    display: flex;
    align-items: center;
}

.ftTop .snsList li {
    display: inline-block;
}

.ftTop .snsList li + li {
    margin-left: 0.25rem;
}

.ftTop .familySite {
    width: 250px;
    background: rgba(255,255,255,0.15);
    color:#fff;
    font-weight: 600;
    box-sizing:border-box;
    position: relative;
}

.ftTop .familySite:after {
    content:'';
    width: 8px;
    height: 4px;
    background: url('../../img/renew/common/icon-select-arrow.png');
    position: absolute;
    right: 1.5rem;
    top:50%;
    transform:translateY(-50%);
    transition: 0.2s all linear;
}

.ftTop .familySite.active:after {
    transform: translateY(-50%) rotate(180deg);
    transition: 0.2s all linear;
}

.ftTop .familySite .blank {
    line-height:45px;
    padding: 0 1.5rem;
    cursor: pointer;
    font-weight: 500;
    color:rgba(255,255,255,0.5);
}

.ftTop .familySite .blank {

}

.ftTop .familySiteList {
    position: absolute;
    left: 0;
    top:100%;
    box-sizing:border-box;
    background: #fff;
    width: 100%;
    border:1px solid rgba(0,0,0,0.15);
    z-index: 100;
    display: none;
}

.ftTop .familySiteList li a {
    line-height: 45px;
    padding: 0 1.5rem;
    font-size: 15px;
    color: #333;
}

.ftTop .familySiteList  li + li {
    border-top:1px dashed rgba(0,0,0,0.15);
}

.ftTop .familySiteList  li a:hover {
    color: var(--color-red);
    transition:0.2s all linear;
}

.ftBot {
    margin-top: 2.5rem;
    position: relative;
    display: flex;
    align-items: center;
}

.ftBot .logo {
    width: 120px;
    background: #fff;
}

.ftBot .logo img {
    vertical-align: top;
}

.ftBot .siteInfo {
    width: calc(100% - 120px);
    padding-left: 3rem;
}

.ftBot .siteInfo .site_name {
    color: #fff;
    font-size: 1.25rem;
    margin-bottom: 2rem;
}

.ftBot .siteInfo .site_data p {
    font-size: 1.125rem;
    color: #a0a0a0;
    line-height: 1.6;
}

.ftBot .siteInfo .site_data p a {
    display: inline-block;
}

#footer .top_btn {
    position: fixed;
    right: 3%;
    bottom: 2%;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    background: #fff;
    border: 2px solid var(--color-red);
    border-radius: 50%;
    text-align: center;
    padding-top: 0.5rem;
    z-index: 99;
    cursor: pointer;
    display: none;
}

#footer .top_btn span{
    font-weight: 600;
    color: var(--color-red);
    font-size: 1.125rem;
    letter-spacing: -0.5px;
    line-height: 42px;
}

#footer .mobile_quick {
    display: none;
}

#footer .mobile_quick .side_menu_btn {
    position: fixed;
    right: 3%;
    bottom: calc(3% + 60px);
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    background: var(--color-red) url('../../img/icon/logo_white.svg') center no-repeat;
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
    padding-top: 0.5rem;
    z-index: 100;
    cursor: pointer;
    display: none;
}

#footer .mobile_quick .side_quick_menu {
    display: none;
}


/* 서브 상단박스 */
#wrap_content.sub_page {
    margin: 1.5rem 0 6.25rem;
}

.title_wrap {
    box-sizing: border-box;
    text-align: center;
    background: #fff8f0;
    border-radius: 15px;
    padding: 2.75rem 0 2.375rem;
    position: relative;
}

.intro.title_wrap {
    padding: 2.75rem 3rem 2.375rem;
}

.title_wrap .title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.intro.title_wrap .title {
    font-size: 18px;
    margin-bottom: 0;
    text-align: left;
    /*font-family: 'GmarketSansMedium';*/
}

.intro.title_wrap .title span,
.intro.title_wrap .title b {
    line-height: 1.8;
}

.intro.title_wrap .title span {
    display: inline-block;
    /*font-family: 'GmarketSansMedium';*/
    font-weight: 500;
    letter-spacing: -0.5px;
}

.intro.title_wrap .title_desc{
    line-height: 1.4;
    font-size: 95%;
    letter-spacing: -0.5px;
    /*font-family: 'GmarketSansMedium';*/
    word-break: keep-all;
    text-align: left;
}

.intro.title_wrap .title b {
    display: block;
    font-size: 2.5rem;
    font-weight: 800;
    /*font-family: 'GangwonEduPowerExtraBoldA';*/
}

.title_wrap .title_desc {
    line-height: 1.8;
    font-weight: 500;
    letter-spacing: -0.5px;
    margin-top: 1.125rem;
}

.title_wrap .btn-wrap {
    position: absolute;
    right: 2rem;
    top:50%;
    transform: translateY(-50%);
    text-align: left;
}

.title_wrap .btn-wrap a {
    background: #fff;
    font-weight: 600;
    padding: 0.75rem 1.5rem 0.5rem;
    border-radius: 2rem;
    font-size: 13px;
    box-shadow: 0 4px 9px rgba(0,0,0,0.07);
    transition: 0.2s all linear;
}

.title_wrap .btn-wrap a:hover {
    background: var(--color-deep-blue);
    color: #fff;
    transition: 0.2s all linear;
}

.title_wrap .btn-wrap a + a {
    margin-top: 0.75rem;
}

.title_wrap .btn-wrap a img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -5px;
}

/* 탭 */
.tab_wrap {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    background: #f4f4f4;
    border-radius: 2rem;
    overflow: hidden;
    margin: 2rem 0;
}

.tab_wrap li {
    text-align: center;
}

.tab_wrap.tab2 li {
    width: calc(100% / 2);
}

.tab_wrap.tab3 li {
    width: calc(100% / 3);
}

.tab_wrap.tab4 li {
    width: calc(100% / 4);
}

.tab_wrap.tab5 li {
    width: calc(100% / 5);
}

.tab_wrap.tab6 li {
    width: calc(100% / 6);
}

.tab_wrap.tab7 li {
    width: calc(100% / 7);
}

.tab_wrap .tab {
    color: #a3a3a3;
    padding: 1rem 0;
    font-weight: 600;
    cursor: pointer;
}

.tab_wrap .tab.on {
    background: var(--color-deep-blue);
    color: #fff;
    border-radius: 2rem;
}

.tab_contents {

}

.tab_contents .tab_con {
    display: none;
}

.tab_contents .tab_con.on {
    display: block;
}

/* 체크박스 및 라디오-------------------------- */
.chk_wrap {
    display: flex;
    align-items: center;
}

.chk_wrap label {
    cursor: pointer;
}

.chk {
    display: block;
    width: 18px;
    height: 18px;
    background: url("../../img/renew/common/checkbox_empty.png") no-repeat center center / contain;
    cursor: pointer;
}

.chk:checked {
    background: url("../../img/renew/common/checkbox_active_red.png") no-repeat center center / contain;
}

.radio {
    display: block;
    width: 18px;
    height: 18px;
    background: url("../../img/renew/common/radio_empty.png") no-repeat center center / contain;
    cursor: pointer;
}

.radio:checked {
    background: url("../../img/renew/common/radio_active_red.png") no-repeat center center / contain;
}

/* 인풋--------------------------------*/
input[type=text],
input[type=password] {
    padding: 0 20px;
    color: #222;
    border-radius: 8px;
    font-size: 14px;
    border: 1px solid #ddd;
    background: #fff;
    height: 42px;
}

input[type=text]::placeholder,
input[type=password]::placeholder,
textarea::placeholder {
    color: #afafaf;
}

textarea {
    padding: 1rem 20px;
    color: #222;
    border-radius: 8px;
    font-size: 14px;
    border: 1px solid #ddd;
    background: #fff;
    width: 100%;
}

/* table */

.boardList {
    position: relative;
    margin-top: 0.75rem;
}

.boardList .board_btn {
    margin-bottom: 1rem;
    text-align: right;
}

.boardList .bd_tit {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.board_table {

}

.board_table a {
    cursor: pointer;
}

.board_table .bd_head {
    border-top: 2px solid #282c34;
    border-bottom: 1px solid #282c34;

}

.board_table .bd_head p {
    padding: 1rem 0;
    color: var(--color-deep-blue);
    font-weight: 600;
}

.board_table .bd_head, .board_table .bd_list_item {
    display: flex;
    align-items: center;
    text-align: center;
}

.board_table .bd_list_item {
    border-bottom: 1px solid #d2d2d2;
}

.board_table .bd_list_item.mb {
    display: none;
}

.board_table .bd_list_item p {
    padding: 0.75rem 0;
}

.board_table .bd_list_item .item_filename,
.board_table .bd_list_item .item_filename a,
.board_table .bd_list_item .item_title,
.board_table .bd_list_item .item_title a {
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.board_table .bd_list_item .item_empty {
    width: 100%;
    margin: 3.75rem 0;
}

.board_write {
    /*border-top: 2px solid #282c34;*/
    /*border-bottom: 1px solid #282c34;*/
    padding: 2.5rem 0;
    background: #f8f8f8;
    border-radius: 1rem;
}

.board_write .flex-box {
    display: flex;
    padding: 0 2rem;
    margin-top: 2.5rem;
    align-items: center;
}

.board_write .flex-box:first-child {
    margin-top: 0;
}

.board_write .flex-box.lh {
    align-items: baseline;
}

.board_write .flex-box.full {
    display: block;
}

.board_write .flex-box .tit {
    width: 110px;
    align-items: center;
}

.board_write .flex-box.full .tit {
    width: 100%;
}

.board_write .flex-box .tit:after {
    content:'*';
    color: #f00;
    display: inline-block;
    margin-left: 0.25rem;
}

.board_write .flex-box .tit.noessential:after {
    display: none;
}

.board_write .flex-box .tit + div {
    width: calc(100% - 110px);
}

.board_write .flex-box.full .tit + div {
    margin-top: 1rem;
    width: 100%;
}

.board_write select {
    border-color: #ddd;
    border-radius: 8px;
    line-height: 40px;
    padding: 0 20px;
    background-position-x: calc(100% - 20px);
}

.board_write .flex-box input {
    width: 100%;
}

.board_write #chooseFile {
    display: none;
}

.board_write .upload {
    width: 100%;
    display: flex;
    flex-wrap:wrap;
    align-items: center;
}

.board_write .upload_btn {
    width: 110px;
    height: 35px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 8px;
    margin-right: 1rem;
    box-shadow: none;
    background: var(--color-deep-blue);
    border:none;
    color: #fff;
    line-height: 25px;
    transition:0.2s all linear;
    cursor: pointer;
}

.board_write .upload_btn:hover {
    background: var(--color-red);
    transition:0.2s all linear;
}

.board_write .loaded_files,
.board_write .loaded_files li {
    display: flex;
    align-items: center;
}

.board_write .loaded_files {
    flex-wrap: wrap;
    width: 100%;
    margin-top: 1rem;
}

.board_write .loaded_files li:not(:last-child) {
    margin-right: 20px;
}

.board_write .loaded_files span {
    font-size: 14px;
    text-decoration: underline;
}

.board_write .loaded_files .delete_btn {
    width: 16px;
    height: 16px;
    margin-left: 6px;
    background: url('../../img/withsam/sub/icon-add.png') no-repeat center center / contain;
    transform: rotate(45deg);
}

.board_write .noti {
    line-height: 1.3;
    font-size: 90%;
    color: #E42C01;
    font-weight: 500;
}

.board_write + .btn_wrap {
    margin-top: 1rem;
}

.board_view .bd_head {
    /*border-top: 2px solid #282c34;*/
    /*border-bottom: 1px solid #282c34;*/
    background: #f8f8f8;
    border-radius: 1rem;
    padding: 2rem;
}

.board_view .bd_head .bd_title {
    font-size: 1.25rem;
    font-weight: 600;
    /*padding: 1.75rem 1.5rem;*/
    padding-bottom: 1.5rem;
    line-height: 1.6;
}

.board_view .bd_head .bd_title .label {
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    box-sizing: border-box;
    border: 1px solid var(--color-red);
    color: var(--color-red);
    background: #fff;
    border-radius: 2rem;
    padding: 0.375rem 0.75rem 0.25rem;
    font-size: 16px;
    font-weight: 500;
    margin-right: 0.5rem;
}

.board_view .bd_head .bd_info {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 2rem;
}

.board_view .bd_head .bd_info img {
    width: 26px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 5px;
}

.board_view .bd_head .bd_info p {
    position: relative;
}

.board_view .bd_head .bd_info p::after {
    content:'';
    width: 1px;
    height: 1rem;
    background: #aaa;
    position: absolute;
    right: -1rem;
    top:50%;
    transform: translateY(-50%);
}

.board_view .bd_head .bd_info p:last-child:after {
    display: none;
}

.board_view .bd_body {
    border-bottom: 1px solid #ddd;
    padding: 2rem;
}

.board_view .bd_body .bd_con {
    line-height: 1.3;
}

.board_view .bd_bot {
    margin-top: 1rem;
}

.scrap_btn {
    width: 23px;
    height: 22px;
    background: url('../../img/renew/common/icon-scrap-off.png') no-repeat center center / contain;
}

.scrap_btn.active {
    background: url('../../img/renew/common/icon-scrap-on.png') no-repeat center center / contain;
}

.extra_option {
    margin-top: 2rem;
}

.extra_option li {
    width: 100%;
    box-sizing: border-box;
    background: #f8f8f8;
}

.extra_option li {
    justify-content: space-between;
    background: #f8f8f8;
    border-radius: 8px;
    height: 48px;
    padding: 0 1.5rem;
}

.extra_option li, .extra_option .left, .extra_option .right {
    display: flex;
    align-items: center;
}

.extra_option li + li {
    margin-top: 10px;
}

.extra_option p {
    width: 80px;
    height: 32px;
    border-radius: 4px;
    font-size: 15px;
    margin-right: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-red);
    background: #fff;
    border: 1px solid var(--color-red);
    font-weight: 600;
}
.extra_option li.url a {
    text-decoration: underline;
}
.extra_option .right button, .extra_option .right a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    box-sizing: border-box;
}
.extra_option .preview_btn {
    background: #fff url('../../img/withsam/sub/icon-preview.png') center no-repeat;
}
.extra_option .download_btn {
    background: #fff url('../../img/withsam/sub/icon-download.png') center no-repeat;
    margin-left: 12px;
}


/* 페이지네이션--------------------------*/
.pagenation {
    margin: 50px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagenation .icon_box {
    flex-shrink: 0;
    width: 12px;
    height: 24px;
    background: url(../../img/icon/icon_pagenation.svg) no-repeat center center / 50%;
    filter: invert(68%) sepia(11%) saturate(2431%) hue-rotate(335deg) brightness(102%) contrast(102%);
}

.pagenation .icon_box>a {
    width: 100%;
    height: 100%;
}

.pagenation .icon_box.active {
    filter: invert(100%) sepia(3%) saturate(409%) hue-rotate(143deg) brightness(85%) contrast(87%);
}

.pagenation .next.icon_box {
    transform: rotate(180deg);
    margin-left: 1.5rem;
}

.pagenation ul {
    display: flex;
}

.pagenation .num {
    font-size: 15px;
    color: #000;
}

.pagenation .num.active {
    color: #FF7F21;
}

.pagenation .num:not(:last-child),
.pagenation .icon_box:first-child {
    margin-right: 1.5rem;
}

.pagenation .num,
.pagenation .icon_box {
    cursor: pointer;
}

/* 줌 팝업 */
.popup_wrap {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.8);
    z-index: 999;
    justify-content: center;
    align-items: center;
}

.popup_wrap .popup {
    display: flex;
    justify-content: center;
    max-height: 90%;
    gap: 2rem;
}

.popup_wrap .popup .popup_img {

}

.popup_wrap .popup .popup-close {
    width: 45px;
    height: 45px;
    background: url('../../img/renew/common/icon-close.svg') center no-repeat;
    background-size: contain;
    filter: brightness(0) invert(1);
    text-indent: -99999px;
    cursor: pointer;
}

.popup_wrap .popup img {
    vertical-align: top;
}

/* 모달팝업 */
.modal_wrap {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0, 0.8);
    z-index: 9999;
}

.modal_wrap .modal_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    border-radius: 20px;
    text-align: center;
    overflow: hidden;
    min-width: 350px;
}

.modal_wrap .modal_box .img-box {
    background: var(--color-main-bg);
    padding: 2rem;
}

.modal_wrap .modal_box .comment{
    padding: 2.5rem 2rem 0;
    display: block;
    line-height: 1.4;
}

.modal_wrap .modal_box .button_wrap {
    margin-bottom: 1.25rem;
    justify-content: center;
}

.modal_wrap .modal_box button {
    display: inline-block;
    margin-top: 1.5rem;
    min-width: 80px;
}

.modal_wrap .modal_box button + button {
    margin-left: 3px;
}

/* 닉네임 모달 팝업 */
.nickname_popup {

    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
}

.nickname_popup .nickname_popup_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 20px;
    text-align: center;
    overflow: hidden;
    width: 80%;
    height: 90%;
    max-width: 1200px;
    padding: 5rem 2rem 2rem;
    overflow-y: scroll;
}

.nickname_popup .popup-close {
    position: absolute;
    top: 20px;
    left: 50%;
    cursor: pointer;
    width: 30px;
    height: 30px;
    transform:translateX(-50%);
}


.nickname_popup .popup-close img {
    vertical-align: middle;
}

.nickname_popup .nickname_top {
    border-radius: 1rem;
    display: flex;
    gap: 20px;
    padding: 1.5rem;
    align-items: center;
    border: 2px dashed var(--color-red);
}

.nickname_popup .nickname_top .img-box {
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 100%;
    position: relative;
    border: 1px solid #ddd;
}

.nickname_popup .nickname_top .img-box img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.nickname_popup .nickname_top .writer .id {
    font-weight: 700;
    font-size: 1.25rem;
    padding: 0.25rem 0;
    text-align: left;
    line-height: 1.6;
}

.nickname_popup .nickname_top .writer span {
    color: #666;
    position: relative;
    line-height: 1.6;
}

.nickname_popup .nickname_top .writer span:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 14px;
    background: #ddd;
    right: -12px;
    top: 3px;
}

.nickname_popup .nickname_top .writer span:last-child:after {
    content: none;
}

.nickname_popup .nickname_top .writer span + span {
    padding-left: 18px;
}

.nickname_popup .select-wrap {
    display: flex;
    justify-content:flex-end;
    margin: 1.5rem 0;
}

.nickname_popup .board_table .item_menu {
    width: 17%;
}

.nickname_popup .board_table .item_title {
    width: 68%;
}

.nickname_popup .board_table .item_date {
    width: 15%;
}

.nickname_popup .bd_list_item .item_menu span {
    font-size: 14px;
    border: 1px solid var(--color-red);
    color: var(--color-red);
    border-radius: 1rem;
    letter-spacing: -0.5px;
    box-sizing: border-box;
    text-align: center;
    padding: 0.25rem 0;
    width: 100px;
    display: block;
    margin: 0 auto;
}

/* 레이어 팝업 */
.popup_wrap.layer-popup {
    background: rgba(0, 0, 0, 0.3);
}

.popup_wrap.layer-popup .popup{
    display: block;
}

.popup_wrap.layer-popup .popup_img {
    position: relative;
}

.popup_wrap.layer-popup .popup_img a {
    position: absolute;
    bottom: 4%;
    height: 8%;
    text-indent: -99999px;
    border-radius:  2rem;
}

.popup_wrap.layer-popup .popup_img a.btn-more {
    width: 40%;
    left: 5%;
}

.popup_wrap.layer-popup .popup_img a.btn-event {
    width: 47%;
    left: 48%;
}

.popup_wrap.layer-popup .today_close {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    box-sizing: border-box;
    padding: 0.5rem 1rem;
}

.popup_wrap.layer-popup .today_close p:first-child {
    display: flex;
    gap: 0.5rem;
}

.popup_wrap.layer-popup .today_close label {
    font-weight: 500;
    cursor: pointer;
}

.popup_wrap.layer-popup .today_close .popup-close {
    background: var(--color-deep-blue);
    color: #fff;
    text-indent: 0;
    filter: none;
    width: 50px;
    height: 30px;
    text-align: center;
    line-height: 32px;
    border-radius: 6px;
}

/* 서브 */
.article {
    margin-top: 3rem;
}

.art_tit {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 1.75rem;
}

.empty_box {
    width: 100%;
    text-align: center;
    padding: 2rem;
    border-bottom: 1px solid #d2d2d2;
    position: relative;
}

.empty_box:before  {
    content:'';
    width: 70px;
    height: 70px;
    background: url('../../img/renew/common/icon-data-empty.png');
    display: block;
    text-align: center;
    margin: 0 auto 1.25rem;
}

/* 통합검색 */
.search_page {
    padding: 0 0 5rem;
}

.searchTopWrap {
    background: var(--color-light-red);
    padding: 5rem 0;
    margin-bottom: 5rem;
}

.search_page .search_comment {
    font-size: 24px;
    margin: 0 auto 3rem;
    text-align: left;
}

.search_page .search_comment span {
    color: var(--color-red);
    font-weight: 600;
}

.search_page .search_wrap input {
    background: #fff;
    border: 2px solid var(--color-red);
}

.search_page .search_btn {
    width: 28px;
    height: 28px;
    background: url(../../img/renew/common/icon-search.png) no-repeat center center / contain;
    right: 1.75rem;
}

.hot_keyword {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin-top: 3rem;
}

.hot_keyword .tit {
    font-weight: 600;
    font-size: 1.25rem;
}

.hot_keyword .tit img {
    width: 42px;
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 0.5rem;
}

.hot_keyword .keywordList {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.hot_keyword .keywordList a {
    border: 1px solid var(--color-red);
    background: #fff;
    padding: 0.625rem 1.5rem;
    border-radius: 2rem;
    font-weight: 500;
    transition: 0.2s all linear;
    cursor: pointer;
}

.hot_keyword .keywordList a:hover {
    background: var(--color-red);
    color: #fff;
    transition: 0.2s all linear;
}

.search_page .tab {
    border: none;
    font-size: 1.125rem;
    height: auto;
    background: none;
    padding: 1.25rem 0;
}

.search_page .tab span {
    font-weight: 400;
    display: inline-block;
    font-size: 1rem;
    margin-left: 0.25rem;
}

.search_page .tab.on {
    background: var(--color-red);
}

.result_wrap .word {
    background: #ffeb00;
    color: #111;
    padding: 0 2px;
}

.search_page .result_wrap {
    border:1px solid var(--color-deep-blue);
    border-radius: 0.75rem;
    overflow: hidden;
}

.search_page .result_wrap .title {
    color: #fff;
    background: var(--color-deep-blue);
    padding: 1.25rem 1.5rem;
    border-bottom:none;
}

.search_page .result_wrap .more_view_btn {
    background-image: url('../../img/renew/common/icon-close.svg');
    transform:rotate(-45deg);
}

.search_page .result_wrap .more_view_wrap {
    margin: 1.5rem 0;
}

.search_page .result_wrap .more_view_btn {
    width: 26px;
    height: 26px;
    margin-right: 0.5rem;
}

.search_page .result_wrap .more_view_wrap span {
    font-size:1.125rem;
    cursor: pointer;
}

.search_page .result_list .list_title {
    color: #333;
    transition: 0.2s all linear;
}

.search_page .result_list .list_title:hover {
    color: var(--color-red);
    transition: 0.2s all linear;
}

.search_page .result_list .way {
    font-size: 15px;
}

.search_page .result_list {
    padding: 0 1.5rem;
}

.search_page .result_list li {
    padding: 1.25rem 0;
    border-bottom: 1px solid #ddd;
}

.search_page .result_list .right {
    font-size: inherit;
    letter-spacing: -0.5px;
}

.search_page .result_list .top {
    margin-bottom: 0.75rem;
}

.search_page .result_list li.empty_box {
    padding: 3rem 0;
    font-weight: 500;
    border-bottom:none;
}

.search_page .result_list li.empty_box .empty_request {
    margin-top:2.5rem;
}

.search_page .result_list li.empty_box .empty_request a {
    color: var(--color-red);
    margin-top: 0.75rem;
    display: inline-block;
}

.search_page .result_list li.empty_box .empty_request a:after {
    content:'';
    width: 18px;
    height: 18px;
    background: url('../../img/renew/common/icon-search-more.svg');
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.25rem;
    margin-top: -1px;
}

.search_page.detail  .result_wrap {
    border:none;
    border-radius:0;
}

.search_page.detail .result_wrap .title {
    border-radius:0.75rem;
}

.search_page.detail  .result_list {
    padding: 0;
}

.search_page.detail  .result_list li {
    padding: 1.5rem 1rem;
}

.search_page.detail .result_list li.empty_box {
    padding: 3.75rem 1rem;
    border-bottom:1px solid #aaa;
}

/* 반응형 */
@media(max-width:1300px){
    .popup_wrap .popup {
        max-width: 90%;
    }
}

@media(max-width:1200px){

    body {
        width: 100%;
        overflow-x: hidden;
    }

    .wrap_inner {
        width: 96%;
    }

    #header .hd_body .logo {
        width: 140px;
        /*width: 270px;*/
   }

   #header .hd_body .banner {
       margin: 0 1rem;
   }

   #header .hd_body .banner a {
       top: -0.25rem;
   }

   #header .hd_body .wrap_inner {
       padding: 1.5rem 0;
   }

   #header .hd_body .extra_nav {
       width: 220px;
       gap: 1.5rem;
   }

   #header .hd_body .extra_nav li:before {
       left: -0.75rem;
   }

   #header .hd_body .search_wrap {
       width: calc(100% - 2rem - 1rem - 200px - 140px - 220px);
       margin-right: 1rem;
   }

   #header .hd_body .search_wrap input {
       width: 100%;
       height: 55px;
       line-height: 55px;
       padding: 0 3rem 0 1.5rem;
       font-size: inherit;
   }

   #header .hd_body .search_btn {
       width: 24px;
       height: 24px;
   }

   #header .gnb li {
       font-size: 1.125rem;
   }

   #header .gnb li.event {
       font-size: 15px;
       padding: 0.625rem 1.5rem;
   }

   #header .gnb li.tikitaka span {
       width: 80px;
       height: 35px;
   }

   #footer {
       padding: 2.75rem 0;
   }

   .ftBot .logo {
       width: 110px;
   }

   .ftTop .ftMenu li a {
       font-size: inherit;
   }

   .ftBot .siteInfo .site_name {
       font-size: 1.125rem;
   }

   .ftBot .siteInfo .site_data p {
       font-size: inherit;
   }

   #footer .top_btn {
       display: block;
   }

   #footer .mobile_quick,
   #footer .mobile_quick .side_menu_btn,
   #footer .mobile_quick .side_quick_menu.open {
       display: block;
   }

   #footer .mobile_quick .overlay {
       position: fixed;
       top: 0;
       left: 0;
       right: 0;
       bottom: 0;
       background: rgba(0, 0, 0, .8);
       z-index: 99;
   }

   #footer .side_gnb {
       position: fixed;
       right: 3%;
       bottom: calc(3.5% + 60px);
       z-index: 99;
   }

   #footer .side_gnb a {
       display: -webkit-flex;
       flex-direction: row;
       gap: 12px;
       align-items: center;
       justify-content: flex-end;
       position: relative;
       font-size: .8125rem;
       color: #fff;
       margin-top: 10px;
       -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
   }

   .left-wrap {
       width: 200px;
   }

   .right-wrap {
       width: calc(100% - 200px - 30px);
   }

   .art_tit {
       font-size: 22px;
   }

   .intro.title_wrap .title {
       font-size: 16px;
   }

   .intro.title_wrap .title b {
       font-size: 2.25rem;
   }

   .title_wrap .btn-wrap a {
       padding: 0.75rem 1.125rem 0.5rem;
   }

   .popup_wrap .popup {
       display: block;
       position: relative;
       padding-top: 4rem;
   }

   .popup_wrap .popup .popup-close {
       position: absolute;
       left: 50%;
       top: 0;
       transform: translateX(-50%);
   }

   .popup_wrap.layer-popup .today_close .popup-close {
       position:inherit;
       left: auto;
       top: auto;
       transform: none;
   }

   /* 통합검색 */
    .hot_keyword .tit img {
        width: 38px;
    }
    .hot_keyword .tit {
        font-size: 1.125rem;
    }
    .search_page .search_comment {
        font-size: 22px;
    }
    .search_page .tab {
        font-size: 17px;
    }
}

@media(max-width:1024px) {

    body {
        font-size: 15px;
    }

    .side_menu_quick, #header .hd_top, #header .hd_body .banner, #header .gnb {
        display: none;
    }

    #header {
        height: 100px;
        position: relative;
        border-bottom: 1px solid #ddd;
    }

    #header .hd_body .wrap_inner {
        padding: 1.25rem 0;
    }

    #header .hd_body .logo {
        margin: 0 auto;
    }

    #header .search-icon {
        width: 40px;
        height: 40px;
        padding: 5px;
        background: url('../../img/renew/common/icon-search.png') center no-repeat;
        position: absolute;
        right: 2%;
        top: 50%;
        transform: translateY(-50%);
    }

    #header .search-icon.active {
        width: 40px;
        height: 40px;
        background: url('../../img/icon/icon_close_btn_red.svg') center no-repeat;
        background-size: cover;
    }

    #header .hd_body .search_wrap {
        width: 100%;
        margin-right: 0;
        position: fixed;
        left: 0;
        top: 100px;
        background: var(--color-deep-blue);
        padding: 1rem;
        z-index: 99;
        display: none;
    }

    #header .hd_body .search_wrap.on {
        display: block;
    }

    #header .hd_body .search_wrap input {
        border: none;
    }

    #header .hd_body .search_wrap input::placeholder {
        font-size: inherit;
    }

    #header .hd_body .search_btn {
        right: 2.5rem;
    }

    #header .hd_body .extra_nav {
        position: absolute;
        right: 0;
        top: 100px;
        width: 100%;
        z-index: 1000;
        background: var(--color-red);
        height: 50px;
        gap: 0;
        justify-content: center;
        display: none;
    }

    #header .hd_body .extra_nav li {
        width: 50%;
        text-align: center;
        color: #fff;
        font-size: inherit;
    }

    #header .hd_body .extra_nav li:nth-child(3) {
        display: none;
    }

    #header .hd_body .extra_nav li:before {
        left: 0;
        background: #fff;
        height: 1.25rem;
        top: -3px;
    }

    #header .hd_bot {
        border: none;
        padding: 0;
    }

    #header .hd_bot #allMenu {
        border: none;
        padding: 0;
        position: absolute;
        top: calc((-100px - 30px) / 2);
        left: 2%;
    }

    #header .hd_bot .wrap_inner {
        width: 100%;
    }

    #header .hd_bot #allMenu {
        width: 34px;
        height: 30px;
    }

    #allMenu > div, #allMenu > div:before, #allMenu > div:after {
        width: 34px;
        height: 4px;
    }

    #allMenu > div:before {
        top: 13px;
    }

    #allMenu > div:after {
        top: 26px;
    }

    .is-active #allMenu > div {
        transform: translate3d(0, 13px, 0) rotate(45deg);
    }

    .is-active #allMenu > div:after {
        transform: translate3d(0, -26px, 0) rotate(-90deg);
    }

    #header .nav_sitemap_wrap {
        top: 150px;
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        background: #fff;
        z-index: 1001;
        box-sizing: border-box;
        padding: 1rem 0;
    }

    #header .nav_sitemap_wrap:before {
        content:'';
        width: 50%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: #fbfbfb;
        z-index: -1;
    }

    #header .nav_sitemap {
        padding: 0;
        display: block;
    }

    #header .nav_sitemap .nav_sitemap_item {
        display: flex;
        align-items: center;
        width: 48%;
    }

    #header .nav_sitemap .nav_sitemap_item.event-menu {
        display: block;
        width: 170px;
        text-align: center;
        margin-top: 1rem;
        margin-left: 2rem;
    }

    #header .nav_sitemap .nav_sitemap_item.event-menu p {
        background: #fbeeef;
        color: #e94f56;
        font-size: 15px;
        box-sizing: border-box;
        padding: 0.75rem 0;
        border-radius: 3rem;
        font-weight: 500;
    }

    #header .nav_sitemap .nav_sitemap_item.event-menu img {
        vertical-align: middle;
        margin-top: -3px;
        margin-right: 0.25rem;
    }

    #header .nav_sitemap_item .nav_sitemap_list {
        position: fixed;
        left: 50%;
        top: 150px;
        width: 50%;
        padding: 1rem 3rem;
        box-sizing: border-box;
        display: none;
    }

    #header .nav_sitemap_item .nav_sitemap_list.on {
        display: flex;
    }


    #header .nav_sitemap_item .nav_sitemap_list .depth2 {
        padding: 1rem 0;
    }

    #header .nav_sitemap_item .nav_sitemap_list .depth2-item {
        width: calc((100% - 10px) / 2);
        margin: 5px 0;
    }

    #header .nav_sitemap_item .nav_sitemap_list .depth2-item:nth-child(2n+1) {
        margin-left: 10px;
    }

    #header .nav_sitemap_item .nav_sitemap_list.depth .depth2:first-child {
        padding-bottom: 0.75rem;
        margin-bottom: 0.75rem;
    }

    /*#header .nav_sitemap .nav_sitemap_item:nth-child(6), #header .nav_sitemap .nav_sitemap_item:last-child {*/
    /*    margin-top: 0;*/
    /*}*/
    #header .nav_sitemap_plat {
        display: none;
    }

    #header .nav_sitemap_item .nav_sitemap_tit {
        width: 100%;
        padding: 1rem 2rem;
        font-size: 17px;
        font-weight: 500;
        color: #444;
        background: none;
        text-align: left;
        border-radius: 0;
    }

    #header .nav_sitemap_item .nav_sitemap_tit.active {
        position: relative;
        color: #fff;
    }

    #header .nav_sitemap_item .nav_sitemap_tit.active:before {
        content:'';
        width: calc(100% + 2rem);
        height: 100%;
        background: var(--color-red);
        border-radius: 0 0 1rem 0;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
    }


    #header .nav_sitemap .nav_sitemap_item:nth-child(4),
    #header .nav_sitemap .nav_sitemap_item:nth-child(5) {
        flex-wrap: wrap;
    }

    #header .nav_sitemap .nav_sitemap_item:nth-child(4) .nav_sitemap_tit,
    #header .nav_sitemap .nav_sitemap_item:nth-child(5) .nav_sitemap_tit {
        width: 100%;
    }

    #header .nav_sitemap_item:nth-child(4) ul + .nav_sitemap_tit {
        margin-top: 0;
        display: none;
    }

    #header .nav_sitemap .nav_sitemap_item:nth-child(6) .nav_sitemap_tit {
        width: 100%;
        height: 30px;
        text-indent: -99999px;
        background: url(../../img/renew/common/logo-tikitaka.svg) 2rem 45% no-repeat;
        padding: 1.75rem 2rem;
        background-size: 70px;
        display: block;
    }

    #header .nav_sitemap .nav_sitemap_item:nth-child(6) .nav_sitemap_tit.active {
        background-image: url('../../img/renew/common/logo-tikitaka-white.svg');
    }

    #footer {
        padding: 2rem 0;
    }

    .ftTop .familySite {
        width: 200px;
    }

    .ftTop .familySite .blank,
    .ftTop .familySiteList li a {
        line-height: 40px;
    }

    .ftTop .familySiteList li a {
        font-size: inherit;
    }

    .ftBot {
        margin-top: 2rem;
    }

    #header.sub {
        display: none;
    }

    #header.main.sub {
        display: block;
    }

    #wrap_content.sub_page {
        padding-top: 100px;
        margin: 3.25rem 0 6.25rem;
    }

    .left-wrap {
        position: absolute;
        width: 100%;
        height: 100px;
        background: #fff;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
        left: 0;
        top: 0;
    }

    .sidebarWrap {
        border: none;
        border-radius: 0;
        text-align: center;
    }

    .sidebarWrap .side_tit a {
        display: inline-block;
    }

    .sidebarWrap .home, .sidebarWrap .btn-back {
        display: block;
    }

    .sidebarWrap .home {
        width: 35px;
        position: absolute;
        right: 3%;
        top: 50%;
        transform: translateY(-50%);
    }

    .sidebarWrap .side_tit {
        width: auto;
        display: inline-block;
        color: inherit;
        background: none;
        padding: 2.35rem 0;
        margin: 0 auto;
        cursor: pointer;
    }

    .sidebarWrap .side_tit:after {
        content:'';
        width: 25px;
        height: 25px;
        background: url('../../img/renew/common/icon-border-v.svg') center no-repeat;
        display: inline-block;
        vertical-align: middle;
        margin-left: 0.5rem;
        margin-top: -3px;
        transition: 0.2s all linear;
    }

    .sidebarWrap .side_tit.active:after {
        transform: rotate(-180deg);
        transition: 0.2s all linear;
    }

    .sidebarWrap .btn-back {
        width: 40px;
        height: 40px;
        background: url(../../img/renew/common/icon_circle_back.svg) no-repeat center center / contain;
        text-indent: -9999px;
        position: absolute;
        left: 3%;
        top: 50%;
        transform: translateY(-50%);
    }

    .sidebarWrap .btn-back a {
        width: 100%;
        height: 100%;
    }

    .sidebarWrap .side_con {
        display: none;
        background: #fff;
        position: absolute;
        top: 100px;
        left: 0;
        width: 100%;
        height: 100vh;
        border-top: 1px solid #ddd;
        text-align: left;
        padding: 2rem 3%;
        z-index: 1000;
    }

    .sidebarWrap .side_depth_list {
        padding-top: 1.25rem;
    }

    .right-wrap {
        width: 100%;
        margin-left: 0;
    }

    .board_view .bd_head .bd_title .label {
        font-size: 15px;
    }

    /* 통합검색 */
    .searchTopWrap {
        padding: 4rem 0;
        margin-bottom: 4rem;
    }
    .search_page .search_wrap input {
        height: 65px;
    }
    .hot_keyword .keywordList a {
        padding: 0.625rem 1.25rem;
    }
    .search_page .tab {
        font-size: 1rem;
        padding: 1.125rem 0;
    }
    .search_page .result_wrap .title {
        font-size: 1rem;
        padding: 1.125rem 1.25rem;
    }
    .search_page .result_list .list_title,
    .search_page .result_wrap .more_view_wrap span {
        font-size: 17px;
    }
    .search_page .result_wrap .more_view_btn {
        width: 24px;
        height: 24px;
    }

}

@media(max-width:970px){

    #footer {
        padding: 1.5rem 0;
    }

    .ftTop .ftMenu li + li {
        margin-left: 2rem;
    }

    .ftTop .ftMenu li:after {
        right: -1.25rem;
    }

    .ftTop {
        padding-bottom: 1rem;
    }

    .ftTop .familySite .blank, .ftTop .familySiteList li a {
        padding: 0 1rem;
    }

    .ftTop .familySite {
        width: 160px;
    }

    .ftBot .logo {
        width: 100px;
    }

    .ftBot .siteInfo {
        width: calc(100% - 100px);
        padding-left: 2rem;
    }

    .boardList .bd_tit {
        font-size: 22px;
    }

    .board_view .bd_body {
        padding: 1.5rem;
    }

    .extra_option li {
        padding: 0 1rem;
    }

    .extra_option p {
        width: 75px;
        height: 30px;
        font-size: 14px;
        font-weight: 500;
    }

    .nickname_popup .nickname_popup_wrap {
        width: 86%;
    }

    .nickname_popup .board_table .item_menu {
        width: 20%;
    }

    .nickname_popup .board_table .item_title {
        width: 65%;
    }

    /* 통합검색 */
    .search_page .search_wrap input {
        height: 60px;
    }
    .hot_keyword .tit img {
        width: 30px;
        margin-right: 0.25rem;
    }
    .hot_keyword .tit {
        font-size: 1rem;
    }
    .hot_keyword .keywordList a {
        padding: 0.5rem 1.125rem;
        font-size: 90%;
    }
    .hot_keyword .keywordList {
        gap: 0.75rem;
    }
    .hot_keyword {
        gap: 1.5rem;
        margin-top: 2.5rem;
    }
    .search_page .search_comment {
        font-size: 20px;
        margin: 0 auto 2.5rem;
    }
    .search_page .tab {
        font-size: 15px;
        letter-spacing: -1px;
    }
    .search_page .result_list {
        padding: 0 1.25rem;
    }
    .search_page .result_list li {
        padding: 1.125rem 0;
    }
    .search_page .result_list li.empty_box {
        padding: 2.5rem 0;
    }
}

@media(max-width:768px){

    body {
        font-size: 14px;
    }

    .wrap_inner {
        width: 94%;
    }

    #header {
        height: 80px;
    }

    #header .hd_body .wrap_inner {
        padding: 0.75rem 0;
    }

    #header .hd_body .logo {
        width: 125px;
        /*width: 230px;*/
    }

    #header .hd_bot #allMenu {
        top: calc((-76px - 30px) / 2);
        left: 3%;
    }

    #header .hd_body .extra_nav {
        top: 80px;
    }

    #header .nav_sitemap_wrap,
    #header .nav_sitemap_item .nav_sitemap_list {
        top: 130px;
    }

    #header .nav_sitemap_plat {
        display: none;
    }

    #header .nav_sitemap_item .nav_sitemap_tit {
        font-size: 1rem;
    }

    #header .hd_body .search_wrap {
        top:80px;
    }

    #header .hd_body .search_btn {
        right: 1.875rem;
    }

    #header .hd_body .search_wrap input {
        height: 46px;
        line-height: 46px;
        padding: 0 2.5rem 0 1rem;
    }

    .ftTop {
        padding-bottom: 0;
        border-bottom: none;
    }

    .ftTop .siteWrap {
        position: absolute;
        bottom: 1.5rem;
        left: 3%;
    }

    #footer {
        padding: 1.75rem 0 4rem;
    }

    .ftBot {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .ftBot .logo {
        width: 80px;
    }

    .ftTop .ftMenu li:after {
        display: none;
    }

    .ftBot .siteInfo .site_name {
        margin-bottom: 1rem;
        font-size: 1rem;
    }

    .ftTop .familySite {
        width: 150px;
    }

    .ftTop .familySite .blank, .ftTop .familySiteList li a {
        line-height: 36px;
    }

    .ftTop .familySiteList {
        top: auto;
        bottom: 100%;
    }

    #wrap_content.sub_page {
        padding-top: 80px;
    }

    .left-wrap {
        height: 80px;
    }

    .sidebarWrap .side_tit {
        font-size: 20px;
        padding: 1.875rem 0 1.75rem;
    }

    .sidebarWrap .side_tit:after {
        width: 22px;
        height: 22px;
    }

    .sidebarWrap .side_con {
        top: 80px;
    }

    .sidebarWrap .btn-back {
        width: 34px;
        height: 34px;
    }

    .sidebarWrap .home {
        width: 28px;
    }

    .title_wrap {
        padding: 2.5rem 0 2rem;
    }

    .title_wrap .title {
        font-size: 18px;
    }

    .article {
        margin-top: 2.5rem;
    }

    .art_tit {
        margin-bottom: 1.25rem;
    }

    #wrap_content.sub_page {
        margin: 1.5rem 0 5rem;
    }

    .intro.title_wrap:before,
    .intro.title_wrap:after {
        /*opacity: 0.15;*/
    }

    .tab_wrap {
        flex-wrap: wrap;
        border-radius: 1rem;
    }

    .tab_wrap.tab5 li,
    .tab_wrap.tab6 li,
    .tab_wrap.tab7 li {
        width: calc(100% / 3);
    }


    .boardList .bd_tit {
        font-size: 20px;
        line-height: 35px;
        margin-bottom: 1rem;
    }

    .btn {
        padding: 0.5rem 0.875rem;
    }

    .board_write .flex-box {
        display: block;
    }

    .board_write .flex-box .tit {
        width: 100%;
        margin-bottom: 0.75rem;
    }

    .board_write .flex-box .tit + div {
        width: 100%;
    }

    .board_view .bd_head {
        padding: 1.5rem;
    }

    .board_view .bd_head .bd_title .label {
        font-size: 14px;
        padding: 0.375rem 0.75rem;
    }

    .board_view .bd_head .bd_title {
        font-size: 1.125rem;
    }

    .board_view .bd_head .bd_title .txt {
        display: block;
        margin-top: 0.5rem;
    }

    .nickname_popup .bd_list_item .item_menu span {
        font-size: 13px;
        width: 85px;
    }

    .nickname_popup .nickname_top .img-box {
        width: 60px;
        height: 60px;
    }

    .nickname_popup .nickname_top .writer .id {
        font-size: 1.125rem;
    }

    .nickname_popup .nickname_top {
        padding: 1.25rem;
    }

    /* 통합검색 */
    .search_page .search_wrap {
        width: 450px;
    }
    .search_page .search_wrap input {
        width: 450px;
    }
    .hot_keyword {
        gap: 1rem;
        flex-wrap: wrap;
    }
    .hot_keyword .tit img {
        width: 27px;
    }
    .search_page .tab_wrap {
        border-radius: 1.5rem;
    }
    .search_page .tab {
        width: calc(100% / 3);
        flex: inherit;
    }
    .search_page .result_list .list_title, .search_page .result_wrap .more_view_wrap span {
        font-size: 1rem;
    }
    .search_page .result_list .way {
        font-size: 13px;
        letter-spacing: -0.5px;
    }
    .search_page .result_wrap .title {
        font-size: 15px;
    }
    .search_page.detail .result_list li.empty_box {
        padding: 3.25rem 0;
    }

}

@media(max-width:640px){

    #header .nav_sitemap_item .nav_sitemap_tit {
        font-size: 15px;
    }

    #header .nav_sitemap_item .nav_sitemap_list .depth2-item {
        width: calc((100% - 5px) / 2);
        margin: 5px 0 0;
    }

    #header .nav_sitemap_item .nav_sitemap_list .depth2-item:nth-child(2n+1) {
        margin-left: 5px;
    }

    #header .nav_sitemap_item .nav_sitemap_list {
        padding: 1rem 2rem 1rem 3rem;
    }

    .ftTop .ftMenu li + li {
        margin-left: 1rem;
    }

    .ftBot .logo {
        width: 65px;
    }

    .ftBot .siteInfo {
        width: calc(100% - 65px);
        padding-left: 1rem;
    }

    .ftBot .siteInfo .site_name {
        font-size: 15px;
        margin-bottom: 0.5rem;
    }

    .ftBot .siteInfo .site_data p {
        font-size: 13px;
        letter-spacing: -0.5px;
        line-height: 1.3;
    }

    .ftBot .siteInfo .site_data p span:last-child {
        display: block;
        height: 0;
        text-indent: -9999px;
    }

    .title_wrap .title_desc {
        margin-top: 0.5rem;
    }

    .intro.title_wrap {
        padding: 2.25rem 0.5rem 2rem;
    }

    .intro.title_wrap .title,
    .intro.title_wrap .title_desc {
        text-align: center;
    }

    .intro.title_wrap:before,
    .intro.title_wrap:after {
        opacity: 0.15;
    }

    .art_tit {
        font-size: 20px;
    }

    .board_table .bd_list_item.pc {
        display: none;
    }

    .board_table .bd_list_item.mb {
        display: flex;
    }

    .boardList .board_btn {
        margin-bottom: 0.5rem;
    }

    .boardList .bd_tit {
        line-height: inherit;
        font-size: 18px;
    }

    .board_table .bd_list_item {
        position: relative;
    }

    .board_table .bd_list_item .item_filename, .board_table .bd_list_item .item_title {
        width: calc(100% - 60px);
        padding-bottom: 2.75rem;
    }

    .board_table .bd_head, .board_table .bd_list_item {
        flex-wrap: wrap;
    }

    .board_table .bd_list_item .item_info {
        position: absolute;
        left: 60px;
        bottom: 0.75rem;
        display: flex;
        gap: 1.5rem;
        align-items: center;
    }

    .board_table .bd_list_item .item_info p {
        position: relative;
        letter-spacing: -0.5px;
    }

    .board_table .bd_list_item .item_info p:after {
        content:'';
        width: 1px;
        height: 1rem;
        background: #ddd;
        position: absolute;
        left: -0.75rem;
        top: 0;
    }

    .board_table .bd_list_item .item_info p:first-child:after {
        display: none;
    }

    .nickname_popup .nickname_top {
        gap: 1rem;
    }

    .nickname_popup .nickname_top .writer .id {
        font-size: 17px;
    }

    .nickname_popup .board_table .bd_list_item .item_title {
        width: 100%;
        padding: 0 0.5rem 0.75rem;
    }

    .nickname_popup .board_table .bd_list_item .item_title,
    .nickname_popup .board_table .bd_list_item .item_title a {
        overflow:inherit;
        white-space: inherit;
        text-overflow: inherit;
    }

    .nickname_popup .bd_list_item .item_menu span {
        width: 90px;
    }

    .nickname_popup .board_table .item_menu {
        width: auto;
        padding-bottom: 0.5rem;
        padding-left: 0.5rem;
    }

    .nickname_popup .board_table .bd_list_item .item_date {
        position: absolute;
        right: 0.5rem;
        top: 1rem;
    }

   .nickname_popup .nickname_top .writer b {
        letter-spacing: -1px;
    }

    .tab_wrap.tab4 li {
        width: calc(100% / 2);
    }

    /* 통합검색 */
    .search_page .search_wrap,
    .search_page .search_wrap input {
        width: 400px;
    }
    .hot_keyword .keywordList {
        gap: 0.5rem;
    }
    .hot_keyword .keywordList a {
        padding: 0.5rem 1rem;
    }

}

@media(max-width:530px){
    .nickname_popup .nickname_top .img-box {
        display: none;
    }
}

@media(max-width:480px){

    #header .hd_body .logo {
        width: 120px;
        /*width: 220px;*/
    }

    #header .hd_bot #allMenu {
        width: 34px;
        height: 27px;
    }

    #header .hd_bot #allMenu {
        top: calc((-80px - 20px) / 2);
    }

    #allMenu > div, #allMenu > div:before, #allMenu > div:after {
        height: 3px;
    }

    #allMenu > div:before {
        top: 12px;
    }

    #allMenu > div:after {
        top: 24px;
    }

    .is-active #allMenu > div {
        transform: translate3d(0, 12px, 0) rotate(45deg);
    }

    .is-active #allMenu > div:after {
        transform: translate3d(0, -24px, 0) rotate(-90deg);
    }

    #header .nav_sitemap_item .nav_sitemap_tit {
        padding: 1rem 1.5rem;
    }

    #header .nav_sitemap .nav_sitemap_item.event-menu {
        width: 145px;
        margin-left: 1rem;
    }

    #header .nav_sitemap .nav_sitemap_item.event-menu p {
        font-size: 14px;
        letter-spacing: -0.5px;
    }

    #header .nav_sitemap .nav_sitemap_item.event-menu img {
        width: 16px;
        margin-right: 0.125rem;
    }

    #header .nav_sitemap .nav_sitemap_item:nth-child(6) .nav_sitemap_tit {
        background-position-x: 1.5rem;
    }

    #header .nav_sitemap_item .nav_sitemap_tit.active:before {
        width: calc(100% + 1.25rem);
    }

    #header .hd_body .search_wrap input::placeholder {
        font-size: 14px;
    }

    #header .nav_sitemap_item .nav_sitemap_list {
        padding:1rem 1.5rem 1rem 1.5rem;
    }

    #header .nav_sitemap_wrap:before,
    #header .nav_sitemap .nav_sitemap_item {
        width: 45%;
    }

    #header .nav_sitemap_item .nav_sitemap_list .depth2-item {
        padding: 0.375rem 0;
        letter-spacing: -0.5px;
    }

    #header .nav_sitemap_item .nav_sitemap_list.depth .depth2:first-child {
        padding-bottom: 0.5rem;
        margin-bottom: 0.5rem;
    }

    #header .nav_sitemap_item .nav_sitemap_list .depth2 {
        padding: 0.75rem 0;
    }

    .ftTop .ftMenu {
        display: flex;
        flex-wrap: wrap;
        gap: 0.75rem;
    }

    .ftTop .ftMenu li {
        width: calc((100% - 1.5rem) / 3);

    }

    .ftTop .ftMenu li + li {
        margin-left: 0;
    }

    .ftBot {
        margin-bottom: 1rem;
    }

    .ftBot .logo {
        width: 60px;
    }

    .ftBot .siteInfo {
        width: calc(100% - 60px);
        padding-left: 1rem;
    }

    .ftBot .siteInfo .site_name {
        font-size: inherit;
    }

    .ftBot .siteInfo .site_data p {
        font-size: 12px;
    }

    .ftTop .familySite {
        width: 130px;
    }

    .ftTop .familySite:after {
        right: 1rem;
    }

    .ftTop .familySite .blank, .ftTop .familySiteList li a P {
        line-height: 32px;
    }

    #footer .top_btn span {
        font-size: 1rem;
        line-height: 43px;
    }

    .popup_wrap.layer-popup .today_close .popup-close {
        height: 28px;
        line-height: 28px;
    }

    .popup_wrap.layer-popup .today_close {
        padding: 0.375rem 0.5rem 0.375rem 0.75rem;
    }

    select {
        min-width: 150px;
    }

    .sidebarWrap .side_tit {
        font-size: 18px;
    }

    .sidebarWrap .side_tit:after {
        width: 20px;
        height: 20px;
    }

    .sidebarWrap .btn-back {
        width: 32px;
        height: 32px;
    }

    .title_wrap .title {
        font-size: 1rem;
    }

    .art_tit {
        font-size: 18px;
    }

    .intro.title_wrap .title {
        font-size: 14px !important;
    }

    .intro.title_wrap .title b {
        font-size: 1.625rem !important;
    }

    .boardList .bd_tit {
        margin-bottom: 0.75rem;
    }

    .scrap_btn {
        width: 20px;
        height: 20px;
    }

    .boardList .bd_tit {
        font-size: 1rem;
    }

    .board_write {
        padding: 1.5rem 0;
    }

    .board_write .flex-box {
        padding: 0 1.5rem;
    }

    .board_view .bd_head .bd_title .label {
        font-size: 13px;
    }

    .board_view .bd_head .bd_title {
        font-size: 1rem;
        padding-bottom: 1rem;
    }

    .extra_option p {
        width: 60px;
        height: 28px;
        font-size: 13px;
        margin-right: 0.5rem;
    }

    .extra_option .left {
        width: calc(100% - 70px);
    }

    .extra_option .left span {
        width: calc(100% - 60px - 0.5rem);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }


    .board_view .bd_head {
        padding: 1.25rem;
    }

    .board_view .bd_body {
        padding: 1.5rem 1rem;
    }

    .extra_option .right button, .extra_option .right a {
        width: 30px;
        height: 30px;
        background-size: 16px;
    }

    .extra_option .download_btn {
        margin-left: 6px;
    }

    .extra_option li {
        padding: 0 0.75rem;
    }

    .nickname_popup .nickname_popup_wrap {
        width: 90%;
    }

    .nickname_popup .nickname_top {
        padding: 1.125rem 1rem;
    }

    .nickname_popup .nickname_top .writer .id {
        font-size: 1rem;
    }

    .nickname_popup .nickname_popup_wrap {
        padding: 5rem 1.5rem 2rem;
    }

    .nickname_popup .nickname_top .writer {
        text-align: left;
    }

    .nickname_popup .nickname_top .writer span + span {
        padding-left: 16px;
    }

    .nickname_popup .nickname_top .writer span:after {
        height: 12px;
        right: -10px;
        top: 1px;
    }

    /* 통합검색 */
    .searchTopWrap {
        padding: 3rem 0;
        margin-bottom: 3rem;
    }
    .search_page .search_wrap,
    .search_page .search_wrap input {
        width: 340px;
    }
    .search_page .search_wrap input {
        height: 55px;
        font-size: 1rem;
        padding: 0 55px 0 25px;
    }
    .search_page .search_btn {
        width: 24px;
        height: 24px;
        right: 1.5rem;
    }
    .hot_keyword .tit {
        font-size: 15px;
    }
    .hot_keyword .tit img {
        width: 25px;
    }
    .hot_keyword .keywordList a {
        padding: 0.5rem 0.625rem;
        letter-spacing: -1px;
    }
    .search_page .search_comment {
        font-size: 1.125rem;
    }
    .search_page .tab {
        font-size: 13px;
        padding: 0.875rem 0;
    }
    .search_page .result_wrap .title {
        font-size: 14px;
        padding: 1rem 1.25rem;
    }
    .search_page .result_list .list_title, .search_page .result_wrap .more_view_wrap span {
        font-size: 15px;
        letter-spacing: -1px;
    }
    .search_page .result_wrap .more_view_btn {
        width: 20px;
        height: 20px;
        margin-top: -2px;
    }
    .search_page .result_list {
        padding: 0 1.125rem;
    }
    .search_page .result_wrap .more_view_wrap {
        margin:1rem 0 1.25rem;
    }
    .search_page .result_list .top {
        margin-bottom: 0.625rem;
    }
    .search_page .result_list .right {
        letter-spacing: -1px;
    }
    .search_page .result_list .right .type {
        margin-right: 16px;
    }
    .search_page .result_list .right .type::after {
        right: -8px;
    }
    .search_page .result_list li.empty_box {
        padding: 2rem 0;
    }
    .search_page .result_list li.empty_box .empty_request {
        margin-top: 2rem;
    }
    .search_page .result_list li.empty_box .empty_request a:after {
        width: 16px;
        height: 16px;
    }
    .search_page .result_list .list_title {
        width: calc(100% - 72px);
    }
    .search_page .result_list.in-type .list_title {
        width: calc(100% - 110px);
    }
    .search_page .result_list .list_title a {
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .search_page .result_list li.empty_box .empty_request p {
        line-height: 1.3;
    }
    .search_page .result_list li.empty_box .empty_request .m_br {
        display: block;
    }
}


@media(max-width:380px){

    body {
        font-size: 13px;
    }

    .ftBot .logo {
        width: 50px;
    }

    .ftBot .siteInfo {
        width: calc(100% - 50px);
        padding-left: 0.75rem;
    }

    .ftBot .siteInfo .site_name {
        margin-bottom: 0.25rem;
    }

    .ftBot .siteInfo .site_data p {
        line-height: 1.2;
    }

    #header .nav_sitemap .nav_sitemap_item.event-menu {
        width: 140px;
    }

    #header .nav_sitemap .nav_sitemap_item.event-menu p {
        padding: 0.625rem 0;
    }

    #header .nav_sitemap .nav_sitemap_item.event-menu p img {
        width: 14px;
    }
}