@charset "utf-8";


#header *,
#footer *,
#lnb *,
#location_wrap *,
.right_float * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/***공통***/
.inner {
    position: relative;
    max-width: 1275px;
    margin: 0 auto
}

.inner:after {
    content: "";
    display: block;
    clear: both
}

#container .inner {
    box-sizing: border-box;
    border-left: 0px solid #ddd
}

#container .inner:after {
    content: "";
    clear: both;
    display: block
}


/***header***/
#header {
    position: relative;
}

#header #header_top {
    width: 100%;
    border-bottom: 1px solid #dedede;
}

#header #header_top .inner {
    height: 100%;
    text-align: right;
}

#header #header_top .inner > a {
    padding: 11px 14px;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
}

#header #header_top .inner > a:hover,
#header #header_top .inner > a:focus {
    text-decoration: underline;
}

#header .header-top-logo {
    background: url(/images/layout/logo-header-top.png) no-repeat;
    width: 74px;
    vertical-align: middle;
}

#header #header_top .header_topM {
    overflow: hidden;
    float: right
}

#header #header_top .header_topM li {
    float: left;
    border-right: 1px solid #e7e7e7
}

#header #header_top .header_topM li:first-child {
    border-left: 1px solid #e7e7e7
}

#header #header_top .header_topM li a {
    display: block;
    padding: 0 10px;
    height: 39px;
    line-height: 39px;
    background: #fff
}

#header #header_top .header_topM li a img {
    margin-top: 8px
}

#header #header_bottom {
    height: 90px;
    position: relative;
    width: 100%;
}

#header #header_bottom > .inner {
    position: static;
    height: 83px
}

#header #header_bottom h1.logo {
    float: left;
    margin-top: 17px;
}



/*nav*/
/*#nav {margin-left: 270px;}*/
#nav .inner {
    position: static
}

#nav #gnb:after {
    display: block;
    clear: both;
    content: ""
}

#nav #gnb > li {
    float: left;
    /*width:16.6%*/
}

#nav #gnb > li > a {
    position: relative;
    text-align: center;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    padding: 30px 24px;
    letter-spacing: -1px;
    display: inline-block;
}
/* 20230404 수정*/
#nav #gnb > li:last-of-type > a {
   /*  padding-right: 0;*/
}

#nav #gnb > li > a > span {
    position: relative
}

#nav #gnb > li > a > span:before,
#nav #gnb > li > a.over > span:before {
    display: block;
    content: "";
    width: 100%;
    height: 7px;
    background-color: #f7d804;
    transform: scale(0, 1);
    transition: all 0.3s ease;
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: -9;
}

#nav #gnb > li > a:hover > span:before,
#nav #gnb > li > a.over > span:before {
    transform: scale(1, 1);
}

@media only screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    #nav #gnb > li > a {
        padding: 30px 20px;
    }
}

/* gnb */
#gnb {
    float: right;
}

#gnb:after {
    content: "";
    display: block;
    clear: both;
}

#gnb .sub_menu {
    display: none;
    position: absolute;
    left: 0;
    top: 90px;
    width: 100%;
    z-index: 999;
}

#gnb .sub_menu .inner {
    height: 100%
}

#gnb .sub_menu .sm_wrap {
    position: relative;
    width: 100%;
    height: 100%;
    background: #eff2f7 url(/images/layout/pattern_gnbSub.gif) left top repeat;
}

#gnb .sub_menu .sm_wrap:after {
    content: "";
    display: block;
    clear: both
}

#gnb .sub_menu .sm_wrap .sm_aside {
    position: relative;
    float: left;
    width: 287px;
    box-sizing: border-box;
}

#gnb .sub_menu .sm_wrap .sm_aside strong {
    display: inline-block;
    text-align: center;
    margin: 23px 0 0 20px;
    padding: 6px 0 0 12px;
    font-size: 26px;
    color: #333;
    background: url(//www.heritage.go.kr/images/layout/bul_gnbSub_tit.png) left top no-repeat
}

#gnb .sub_menu .sm_wrap .sm_img {
    position: absolute;
    left: 175px;
    bottom: 27px;
}

#gnb .sub_menu .sm_wrap .sm_con {
    float: left;
    position: relative;
    padding: 17px 10px 40px;
    width: calc(100% - 287px);
    min-height: 200px;
    box-sizing: border-box;
    background: #fff;
}

#gnb .sub_menu .sm_wrap .sm_con > ul > li {
    float: left;
    padding: 0 10px;
    width: 25%;
    box-sizing: border-box;
    margin-bottom: 10px
}

#gnb .sub_menu .sm_wrap .sm_con > ul > li:nth-child(4n+1) {
    clear: both
}

#gnb .sub_menu .sm_wrap .sm_con > ul > li > a {
    display: block;
    padding-left: 15px;
    font-size: 15px;
    color: #000;
    font-weight: 500;
    background: #f3f3f3;
    height: 44px;
    line-height: 44px;
    text-align: left;
}

#gnb .sub_menu .sm_wrap .sm_con > ul > li > a:hover,
#gnb .sub_menu .sm_wrap .sm_con > ul > li > a.on {
    background: #374d8e;
    color: #fff
}

#gnb .sub_menu .sm_wrap .sm_con > ul > li > ul > li {
    padding-left: 19px;
    background: url(//www.heritage.go.kr/images/layout/bul_gnb_3dep.gif) 11px 9px no-repeat
}

#gnb .sub_menu .sm_wrap .sm_con > ul > li > ul > li:hover {
    background: url(//www.heritage.go.kr/images/layout/bul_gnb_3dep_ov.gif) 11px 9px no-repeat
}

#gnb .sub_menu .sm_wrap .sm_con > ul > li > ul > li > a {
    display: block;
    padding-bottom: 8px;
    font-size: 15px;
    color: #666;
    font-weight: normal;
    text-align: left
}

#gnb .sub_menu .sm_wrap .sm_con > ul > li > ul > li > a:hover {
    color: #374d8e;
    text-decoration: underline
}

#gnb .sub_menu .sm_wrap .sm_con > ul > li > ul > li:first-child {
    background-position: 11px 24px
}

#gnb .sub_menu .sm_wrap .sm_con > ul > li > ul > li:first-child > a {
    padding-top: 15px
}

#gnb .sub_menu .sm_wrap.menu1 .sm_con > ul > li > a:hover,
#gnb .sub_menu .sm_wrap.menu1 .sm_con > ul > li > a.on {
    background: #e8eefa
}

#gnb .sub_menu .sm_wrap.menu2 .sm_con > ul > li > a:hover,
#gnb .sub_menu .sm_wrap.menu2 .sm_con > ul > li > a.on {
    background: #f3eed8
}

#gnb .sub_menu .sm_wrap.menu3 .sm_con > ul > li > a:hover,
#gnb .sub_menu .sm_wrap.menu3 .sm_con > ul > li > a.on {
    background: #e5e1fc
}

#gnb .sub_menu .sm_wrap.menu4 .sm_con > ul > li > a:hover,
#gnb .sub_menu .sm_wrap.menu4 .sm_con > ul > li > a.on {
    background: #fde9f3
}

#gnb .sub_menu .sm_wrap.menu5 .sm_con > ul > li > a:hover,
#gnb .sub_menu .sm_wrap.menu5 .sm_con > ul > li > a.on {
    background: #d8f1f4
}



/*드롭다운 효과 수정*/
#header #animate {
    background: #fff;
    display: block;
    overflow: hidden;
    position: absolute;
    top: 1px;
    left: 0;
    width: 100%;
    z-index: 9;
}

#header #animate.active {
    border-bottom: 1px solid #6b6d6f;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.05);
}

#header .animate-wrap {
    position: relative;
    padding: 0 5px;
}

#header .animate-wrap:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #6b6d6f;
    position: absolute;
    left: 0;
    top: 88px;
}

#header .sub_menu {
    opacity: 1 !important;
    display: block;
}

.gnb_bg {
    display: none;
    position: fixed;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    content: '';
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
}

#header.on + .gnb_bg,
#header.mask + .gnb_bg {
    display: none;
}


/* 전체메뉴보기 */
.allm_btn {
    display: none;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0, -50%);
    width: 40px;
    height: 40px;
    line-height: 51px;
    color: #fff;
    font-size: 17px;
    text-align: center;
    text-indent: -9999px
}

.allm_icon {
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    left: 50%;
    margin-left: -12.5px;
    width: 25px;
    height: 18px;
    background: url(/images/layout/icon_allmenu_btn.png)
}

.allm_btn.on {
    background: #666
}

.allm_btn.on .allm_icon {
    background: url(/images/layout/allmenu_close.png) center center no-repeat;
    background-size: 25px
}

#allMenu {
    display: none;
    height: 482px;
    background-color: rgba(255, 255, 255, 0.95);
    position: absolute;
    top: 141px;
    left: 0;
    width: 100%;
    z-index: 999;
    font-size: 0.9375em;
    border-bottom: 1px solid #aaa
}

#allMenu > div {
    overflow: auto;
    width: 100%;
    max-width: 1275px;
    height: 483px;
    margin: 0 auto
}

.global_menu {
    display: none;
    overflow: hidden;
    margin-bottom: 10px
}

.global_menu li {
    box-sizing: border-box;
    width: 33.3%;
    float: left;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd
}

.global_menu li:nth-child(1) {
    width: 50%
}

.global_menu li:nth-child(2) {
    width: 50%
}

.global_menu li a {
    display: block;
    background: #fff;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    font-weight: normal
}

.global_menu li a img {
    margin-top: 8px
}

.allM_Box {
    overflow: hidden;
    display: table;
    width: 100%
}

.allM_Box > li {
    display: table-cell;
    width: 16.667%;
    padding: 15px 1%;
    border-right: 1px solid #ddd;
    text-align: center;
    box-sizing: border-box
}

.allM_Box > li:first-child {
    border-left: 1px solid #ddd
}

.allM_Box > li > a {
    color: #333;
    font-size: 1.2em;
    font-weight: bold
}

.allM_Box > li > ul {
    padding-top: 20px
}

.allM_Box > li > ul > li {
    padding-bottom: 8px;
    text-align: left
}

.allM_Box > li > ul > li > a {
    color: #333;
    font-size: 15px;
    font-weight: bold
}

.allM_Box > li > ul > li > a:hover {
    text-decoration: underline
}

.allM_Box > li > ul > li > ul > li {
    padding-left: 13px;
    background: url(//www.heritage.go.kr/images/layout/bul_m_3dep.gif) 5px 10px no-repeat;
    text-align: left
}

.allM_Box > li > ul > li > ul > li > a {
    color: #444;
    font-size: 13px
}

.allM_Box > li > ul > li > ul > li > a:hover {
    color: #c0425c;
    text-decoration: underline
}

.allMenu_close {
    width: 100%;
    background-color: #999;
    border-top: 1px solid #6f9bd6;
    -webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2)
}

.m_sns {
    display: none
}

.close_btn {
    width: 100%;
    max-width: 1172px;
    height: 25px;
    margin: 0 auto;
    padding: 10px 0;
    text-align: right
}

.close_btn button {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    background: url(//www.heritage.go.kr/images/layout/allmenu_close.png) no-repeat;
    border: 0;
    transition: all .4s
}

.close_btn button:hover,
.close_btn button:focus {
    transform: rotate(180deg)
}



/*** header ***/
@media all and (max-width:1800px) {
    #header .inner {
        padding: 0 15px;
    }

    #nav #gnb > li > a {
        padding: 30px 14px;
    }

}

@media all and (max-width:1200px) {
    #nav #gnb > li > a {
        padding: 32px 13px;
        font-size: 17px;
    }
}

@media all and (max-width:1024px) {
    #header .animate-wrap:after {
        top: 53px;
    }

    #header #animate {
        height: 54px !important;
    }

    #header #header_top {
        display: none;
    }

    #header #header_bottom,
    #animate {
        padding-top: 0;
        height: 56px !important;
    }

    #header #header_bottom > .inner {
        height: auto;
    }

    #header #header_bottom h1.logo {
        padding: 10px 0px;
        margin: 0;
    }
    
    .logo_02{
        display: inline-block!important;
        margin-left: 15px;        
    }
    
    .logo_02 > img{
        padding-top: 5px;
        width: 160px;
    }
    

    #header #header_bottom h1.logo a {
        display: inline-block;
        height: 35px;
        float: left;
    }

    #header #header_bottom h1.logo a img {
        height: 35px;
    }


    .allm_btn {
        display: inline-block;
    }

    #header #header_bottom .allm_btn {
        top: 8px;
        transform: translate(0px, 0px);
    }

    #nav {
        display: none;
    }

    .global_menu {
        display: block
    }

    #header.on + .gnb_bg,
    #header.mask + .gnb_bg {
        display: none;
    }

    #all_menu .btn a {
        right: 1%;
    }

    #allMenu {
        overflow-y: auto;
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.25);
        z-index: 1000;
    }

    #allMenu > div {
        width: 280px;
        height: 100%;
        position: fixed;
        right: 0;
        padding: 0;
        background: #e2ebfa;
        z-index: 9999;
    }

    #allMenu > div > div > div {
        margin-right: 0;
        text-align: center
    }

    #allMenu .link {
        display: block
    }

    .allM_Box {
        display: block
    }

    .allM_Box > li {
        display: list-item
    }

    .allM_Box > li > a {
        display: block;
        padding: 0 15px;
        height: 50px;
        line-height: 50px;
        text-decoration: none;
        color: #444;
        background: #fff url(//www.heritage.go.kr/images/layout/dep1_more.png) 93% center no-repeat
    }

    .allM_Box > li > a.on {
        background: #fff url(//www.heritage.go.kr/images/layout/dep1_close.png) 93% center no-repeat
    }

    .allM_Box > li > a.empty {
        background: #2c3e7e
    }

    .allM_Box > li {
        width: 100%;
        text-align: left;
        padding: 0;
    }

    .allM_Box > li:hover > a,
    .allM_Box > li:active > a,
    .allM_Box > li:visited > a {
        text-decoration: none
    }

    .allM_Box > li > ul {
        padding: 0;
        background: #374d8e
    }

    .allM_Box > li > ul > li {
        padding-bottom: 0;
        border-bottom: 1px solid #586da8
    }

    .allM_Box > li > ul > li > a {
        display: block;
        padding: 10px 20px;
        text-decoration: none;
        color: #fff;
        background: url(//www.heritage.go.kr/images/layout/dep2_more.png) 93% center no-repeat
    }

    .allM_Box > li > ul > li > a.on {
        background: url(//www.heritage.go.kr/images/layout/dep2_close.png) 93% center no-repeat;
    }

    .allM_Box > li > ul > li > a.empty {
        background: none
    }

    .allM_Box > li > ul > li > ul {
        padding: 7px 25px;
        background: #4e66ac
    }

    .allM_Box > li > ul > li > ul > li {
        background: url(//www.heritage.go.kr/images/layout/bul_m_3dep_white.gif) 5px 18px no-repeat
    }

    .allM_Box > li > ul > li > ul > li > a {
        display: block;
        font-size: 13px;
        padding: 8px 0;
        text-decoration: none;
        color: #fff
    }

    .allM_Box > li > ul > li > ul > li > a:hover {
        color: #fff
    }

    #allMenu .gnb_wrap {
        display: block;
    }

    #allMenu .allM_Box > li {
        float: none;
        min-height: inherit;
        border-left: 0;
        border-right: 0;
        border-bottom: 1px solid #c3c3c3
    }

    #allMenu .allM_Box > li > ul,
    #allMenu .allM_Box > li > ul > li > ul {
        display: none;
    }

    .allMenu_close {
        display: none;
    }

}

@media all and (max-width:780px) {
    #nav {
        display: none
    }

    #header #header_bottom > .inner {
        height: 60px
    }

    #header #header_bottom,
    #animate {
        height: 56px !important;
    }

    #header #header_top .inner > a {
        font-size: 13px;
        padding: 9px 7px;
    }

    #all_menu .allm_btn {
        width: 30px;
        height: 30px;
        top: -46px;
        right: 10px;
        background: url(//www.heritage.go.kr/images/layout/icon_allmenu_mo.png) center center no-repeat;
        text-indent: -9999px
    }

    #all_menu .allm_btn .allm_icon {
        display: none;
    }

}


/***lnb**/
#lnb {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 230px;
    background: #fff;
    font-size: 18px
}

.lnb h2 {
    width: 100%;
    height: 92px;
    font-weight: 600;
    text-align: left;
    box-sizing: border-box;
    border-bottom: 2px solid #9e9e9e;
}

.lnb h2 span {
    display: block;
    font-size: 27px;
    font-weight: 500;
    color: #5130bd;
    line-height: 92px;
    padding: 0 14px;
    font-family: 'nsr';
    letter-spacing: -1px;
}

.lnb #left_submenu > li > a {
    display: block;
    padding: 16px 0 16px 7%;
    color: #3c3f50;
    border-bottom: 1px solid #dfdfdf;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    text-decoration: none;
    background: url(/images/layout/bul_lnb_plus.gif) 92% center no-repeat
}

.lnb #left_submenu > li > a.empty {
    background: none;
}

.lnb #left_submenu > li > a.on:hover,
.lnb #left_submenu > li > a.on {
    background: url(/images/layout/bul_lnb_min.gif) 92% center no-repeat;
    background-size: auto;
}

.lnb #left_submenu > li > a:hover,
.lnb #left_submenu > li > a:focus,
.lnb #left_submenu > li > a.on {
    color: #475bee;
}

.lnb #left_submenu > li > ul {
    background-color: #f3f4f7;
    border-bottom: 1px solid #dfdfdf
}

.lnb #left_submenu > li > ul > li > a {
    display: block;
    padding: 10px 19px;
    font-size: 15px;
    transition: all 0.15s ease;
}

.lnb #left_submenu > li > ul > li > a > span {
    padding-left: 22px;
    background: url(/images/layout/bul_lnb_2depth.png) left center no-repeat;
}

.lnb #left_submenu > li > ul > li > a.on,
.lnb #left_submenu > li > ul > li > a:hover,
.lnb #left_submenu > li > ul > li > a:focus,
.lnb #left_submenu > li > a.empty:hover,
.lnb #left_submenu > li > a.empty:focus,
.lnb #left_submenu > li > a.empty.on {
    background: #3b49af;
    color: #fff;
    box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.16);
    transition: all 0.15s ease;
}

.lnb #left_submenu > li > ul > li > a:hover > span,
.lnb #left_submenu > li > ul > li > a:focus > span,
.lnb #left_submenu > li > ul > li > a.on > span {
    background: url(/images/layout/bul_lnb_2depth_ov.png) left center no-repeat;
    color: #fff;
}

.lnb #left_submenu > li > ul > li > ul {
    box-sizing: border-box;
    padding: 10px 15px;
    width: 80%;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #ddd;
    font-size: 13px
}

.lnb #left_submenu > li > ul > li > ul > li > a {
    padding-left: 8px;
    background: url(//www.heritage.go.kr/images/hsrch/bul_sm_dotted.gif) left center no-repeat
}

.lnb #left_submenu > li > ul > li > ul > li > a:hover,
.lnb #left_submenu > li > ul > li > ul > li > a.on {
    color: #264aa5;
    text-decoration: underline;
    font-weight: 400
}

@media all and (max-width:1200px) {
    #lnb {
        width: 20%;
    }

    .lnb h2 span {
        font-size: 25px;
        letter-spacing: -1.5px
    }
}

@media all and (max-width:1024px) {
    #lnb {
        display: none
    }
}

/** hide scroll down  **/
#container .hide-scroll-down {
    width: 100%;
    height: 300px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgb(3 3 10 / 59%);
    background: linear-gradient(0deg, rgba(3, 3, 10, 0.7245273109243697) 0%, rgba(6, 43, 51, 0.38279061624649857) 51%, rgba(0, 212, 255, 0) 100%);
}

#container .hide-scroll-down.fixed {
    position: fixed
}

#container .hide-scroll-down .wrap {
    position: relative;
    width: 100%;
    height: 300px
}

#container .hide-scroll-down .wrap img.pointer {
    position: absolute;
    animation: moveUpDown 0.8s linear infinite;
    top: 60%;
    left: 50%;
    width: 80px;
    transform: rotate(180deg);
    margin-left: -40px;
    margin-top: -40px;
    opacity: 0.7
}

@keyframes moveUpDown {

    0%,
    100% {
        top: 60%
    }

    50% {
        top: 75%
    }
}

/***footer***/
#footer {
    position: relative;
    border-top: 1px solid #d1d1d1;
}

#footer .inner {
    box-sizing: border-box;
    padding: 20px 0 30px
}

#footer .foot_list {
    overflow: hidden;
}

#footer .foot_list li {
    float: left;
    padding: 0 13px;
    position: relative;
}

#footer .foot_list li:after {
    content: "";
    display: block;
    width: 1px;
    height: 3px;
    background: url(//www.heritage.go.kr/images/layout/bul_footer_line.gif) left center no-repeat;
    position: absolute;
}

#footer .foot_list li:not(:first-of-type):after {
    content: "";
    display: block;
    width: 1px;
    height: 12px;
    position: absolute;
    background: #9a9a9a;
    top: 5px;
    left: 0px;
    transform: rotate(29deg);
}

#footer .foot_list li:first-child {
    padding-left: 0;
    background: none
}

#footer .foot_list li a {
    font-weight: 300;
    font-size: 15px
}

#footer .foot_list li a:hover {
    text-decoration: underline
}

#footer .foot_btm {
    margin-top: 7px;
}

#footer .foot_btm address {
    position: relative;
}

#footer .foot_btm address span {
    display: inline-block;
    padding: 0 10px;
    /*background:url(//www.heritage.go.kr/images/layout/bul_footer_line.gif) left center no-repeat*/
}

#footer .foot_btm address span strong {
    color: #111;
}

#footer .foot_btm address span:first-child {
    padding-left: 0;
    background: none
}

#footer .foot_btm address span.tel {
    color: #000;
    font-weight: 400
}

#footer .foot_btm address span.tel a img {
    vertical-align: middle;
    position: relative;
    top: -2px
}

#footer .foot_btm address b.footer_logo {
    position: absolute;
    left: 5px;
    top: -30px
}

#footer .foot_list,
#footer .foot_btm address {
    padding-left: 92px;
}


#footer .f_site {
    min-width: 270px;
    border: 1px solid #cecece;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0px, -50%);
}

#footer .f_site > .btn {
    display: block;
    padding: 14px;
    color: #000;
    font-size: 15px;
    background: url(/images/layout/f_site.png) no-repeat 93% center;
}

#footer .f_site > .btn i {}

#footer .f_site.active .dropdown-menu {
    display: block;
    bottom: 50px;
    top: auto;
    width: 100%;
    padding: 0;
}

#footer .f_site.active .dropdown-menu a {
    display: block;
    padding: 10px 16px;
    font-size: 15px;
}


@media all and (max-width:1200px) {
    #footer .foot_btm address span.tel{
        display: block;
        padding-left: 0;
        margin: 5px 0
    }
    #footer .foot_btm address {
        font-size: 14px;
    }
    
    .ft_logo > img{
        width: 65px;
        padding-top: 5px;
    }
    
    
    #footer .inner {
        padding: 20px 8px 30px
    }

    #footer .f_site {
        width: 255px;
        position: static;
        transform: translate(0px, 0%);
        margin-left: 91px;
        margin-top: 12px;
        text-align: left;
    }

    #footer .f_site > .btn {
        padding: 13px;
    }
}

@media all and (max-width:640px) {
    #footer .inner {
        text-align: center
    }

    #footer .foot_list {
        display: inline-block;
        padding-left: 0
    }
    
    

    #footer .foot_list li a {
        font-size: 13px
    }

    #footer .foot_btm address {
        font-size: 13px;
        text-align: center;
        padding-left: 0
    }

    #footer .foot_btm address .copyright {
        font-size: 13px;
        text-align: center
    }

    #footer .foot_btm address b.footer_logo {
        position: static;
        margin-top: 10px;
        display: block
    }

    #footer .f_site {
        margin: 0 auto;
        margin-top: 20px;
        width: 100%;
        min-width: 100%;
    }
    .ft_logo{
        position: absolute;
        left: 50%;
        display: block;
        transform: translate(-50%);
        bottom: 0;
    }
    .ft_logo > img{
        position: absolute;
        left: 75%;
        transform: translate(-75%);
        bottom: 40px;
        width: 60px;
    }
    .footer_logo > img{
        margin-left: -70px;
    }
}

@media all and (max-width:380px) {
    #footer .foot_list li {
        padding: 0 8px
    }

    #footer .foot_list li:last-child {
        padding-right: 0
    }
}

@media all and (max-width:350px) {
    #footer .foot_list li a {
        font-size: 12px
    }
}






/*** 최상단 버튼  ***/
.topBtn {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    display: none;
    z-index: 999
}

.topBtn a {
    display: inline-block;
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: url(//www.heritage.go.kr/images/layout/btn_topBtn.png) no-repeat;
    width: 35px;
    height: 35px;
    border: none;
    text-indent: -9999px
}

@media all and (max-width:1024px) {
    .topBtn {
        display: none !important
    }
}


/***page_exp***/
.page_exp {
    margin-bottom: 30px;
    padding: 22px 22px 22px 145px;
    min-height: 50px;
    border-style: solid;
    border-width: 8px;
    border-image: url(//www.heritage.go.kr/images/layout/bg_borderImg.gif) 8 repeat stretch;
    background: url(//www.heritage.go.kr/images/layout/img_expLeftImg.gif) 40px 20px no-repeat
}

.page_exp b {
    color: #d42c54;
    font-weight: 500
}

.page_exp.type_2 {
    background: url(//www.heritage.go.kr/images/layout/img_expLeftImg_02.gif) 30px 25px no-repeat
}

.page_exp_02 {
    padding: 20px;
    min-height: 50px;
    border-style: solid;
    border-width: 8px;
    border-image: url(//www.heritage.go.kr/images/layout/bg_borderImg.gif) 8 repeat stretch
}

.page_exp_02 dt {
    width: 120px;
    display: table-cell;
    padding-left: 20px
}

.page_exp_02 dd {
    display: table-cell;
    vertical-align: middle
}

@media all and (max-width:800px) {
    .page_exp_02 dd br {
        display: none
    }
}

@media all and (max-width:500px) {
    .page_exp {
        padding: 20px;
        min-height: inherit;
        background: #fff
    }

    .page_exp.type_2 {
        padding: 20px;
        min-height: inherit;
        background: #fff
    }

    .page_exp_02 dt {
        display: none
    }
}



/***list_top***/
.list_top {
    overflow: hidden
}

.list_top .list_tab {
    float: left
}

.list_top .cal_btn {
    float: right;
    margin-bottom: 5px;
    display: inline-block;
    padding: 7px 10px 7px 29px;
    background: #3865a7 url(//www.heritage.go.kr/images/common/icon_calendar.png) 10px center no-repeat;
    color: #fff
}

.list_tab {
    overflow: hidden;
    margin-bottom: 5px
}

.list_tab li {
    float: left;
    margin-left: 5px
}

.list_tab li:first-child {
    margin-left: 0
}

.list_tab li a {
    display: block;
    padding: 7px 10px 7px 29px;
    background: #3865a7 url(//www.heritage.go.kr/images/common/icon_check.png) 10px center no-repeat;
    color: #fff
}




/***content_wrap***/
#content_wrap {
    padding-left: 20%;
    box-sizing: border-box
}

#content_wrap #content {
    position: relative;
    padding: 36px 0 32px 46px;
    background: #fff;
    min-height: 800px;
    border-left: 1px solid #ddd
}

#content_wrap #content .sub_tit {
    position: relative;
    margin-bottom: 49px;
    padding-bottom: 24px;
    border-bottom: 2px solid #444;
    font-family: 'nsr';
}

#content_wrap #content .sub_tit h3 {
    display: inline-block;
    font-size: 27px;
    line-height: 30px;
    color: #1a1a1a;
    font-weight: 500;
    letter-spacing: -0.05em
}

#content_wrap #content .sub_tit .subt_btn {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 3px;
    display: none;
}

#content_wrap #content .sub_tit .subt_btn li {
    float: left;
    margin-left: 5px
}

#content_wrap #content .location {
    display: none;
}

@media all and (max-width:1200px) {
    #content_wrap #content {
        padding-right: 15px;
        padding-left: 15px;
    }

    #content_wrap {
        border-right: 0
    }
}

@media all and (max-width:1024px) {
    #content_wrap {
        padding-left: 0
    }

    #content_wrap #content {
        padding: 40px 2% 20px 2%;
        border-left: 0
    }

    #content_wrap #content .sub_tit {
        text-align: center;
    }
}

@media all and (max-width:768px) {
    #content_wrap #content .sub_tit h3 {
        font-size: 25px
    }

}


/*** 템플릿 구분선 ***/
.gubun {
    margin: 30px 0;
    background: url(//www.heritage.go.kr/images/layout/bg_gubun.gif) left center repeat-x;
    text-align: center;
    color: #444
}

.gubun span {
    display: inline-block;
    padding: 0 10px;
    font-size: 25px;
    font-weight: normal;
    background: #fff
}


/*** 서브비주얼 ***/
#container #sub_visual {
    color: #fff;
    height: 112px;
    display: none;
}

#container #sub_visual .inner {
    border-left: 0;
    text-align: center
}

#container #sub_visual .inner h2 {
    position: relative;
    font-size: 40px;
    font-weight: 500;
    ;
    font-family: "Nanum Myeongjo", sans-serif
}

#container #sub_visual .inner h2:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -22px;
    width: 44px;
    border-top: 1px solid #fff
}

#container #sub_visual .inner p {
    margin-top: 10px;
    text-align: center;
    font-size: 13px
}

#container #sub_visual .inner p span {
    padding: 0 7px
}

#container #sub_visual .inner p a {
    color: #fff
}

#container #sub_visual .inner p a.home {
    padding-left: 18px;
    background: url(//www.heritage.go.kr/images/layout/bul_home.png) left center no-repeat
}

#container #sub_visual .inner p a:hover {
    text-decoration: underline
}

#container #sub_visual.m01 {
    background: url(//www.heritage.go.kr/images/layout/bg_subImg01.jpg) center center no-repeat;
    background-size: cover
}

#container #sub_visual.m02 {
    background: url(//www.heritage.go.kr/images/layout/bg_subImg02.jpg) center center no-repeat;
    background-size: cover
}

#container #sub_visual.m03 {
    background: url(//www.heritage.go.kr/images/layout/bg_subImg03.jpg) center center no-repeat;
    background-size: cover
}

#container #sub_visual.m04 {
    background: url(//www.heritage.go.kr/images/layout/bg_subImg04.jpg) center center no-repeat;
    background-size: cover
}

#container #sub_visual.m05 {
    background: url(//www.heritage.go.kr/images/layout/bg_subImg05.jpg) center center no-repeat;
    background-size: cover
}

#container #sub_visual.m06 {
    background: url(//www.heritage.go.kr/images/layout/bg_subImg05.jpg) center center no-repeat;
    background-size: cover
}


/***lst_thumb***/
.lst_thumb {
    border-top: 2px solid #535a75;
    border-bottom: 1px solid #b6b6b6;
    padding: 30px 0
}

.lst_thumb > li {
    margin-top: 10px
}

.lst_thumb > li:first-child {
    margin-top: 0
}

.lst_thumb > li > a {
    display: block
}

.lst_thumb > li > a > .list_item {
    position: relative;
    overflow: hidden;
    padding: 15px 19px 15px 195px;
    min-height: 94px;
    border: 1px solid #e2e2e2
}

.lst_thumb > li > a > .list_item > .thumb {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    width: 180px;
    height: 100%;
    text-align: center
}

.lst_thumb > li > a > .list_item > .thumb > img {
    max-width: 100%;
    height: 100%;
    transition: all .3s
}

.lst_thumb > li > a:hover > .list_item > .thumb > img {
    transform: scale(1.2)
}

.lst_thumb > li > a > .list_item > .list_info {
    color: #444
}

.lst_thumb > li > a > .list_item > .list_info > .info_title {
    overflow: hidden
}

.lst_thumb > li > a > .list_item > .list_info .info_title strong {
    float: left;
    display: inline-block;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 16px
}

.lst_thumb > li > a > .list_item > .list_info .info_title span {
    float: right;
    color: #2b589c;
    font-size: 13px
}

@media all and (max-width:600px) {
    .lst_thumb {
        padding: 15px 0
    }

    .lst_thumb > li > a > .list_item {
        padding: 10px
    }

    .lst_thumb > li > a > .list_item > .thumb {
        position: static;
        margin: 0 auto;
        width: 100%
    }

    .lst_thumb > li > a > .list_item > .thumb > img {
        height: auto
    }

    .lst_thumb > li > a > .list_item > .list_info .info_title strong {
        font-size: 14px;
        margin: 2px 0
    }

    .lst_thumb > li > a > .list_item > .list_info .info_title span {
        margin: 5px 0
    }
}



/*** 문화재 검색 폼 ***/
@media all and (max-width:640px) {
    .cultural_sch li dl {
        padding-left: 92px
    }

    .cultural_sch li dl dd .input_text {
        width: 100%;
        margin-right: 0;
        margin-bottom: 5px
    }

    .cultural_sch li dl dd .csch_sel {
        width: 100%
    }

    .cultural_sch li:nth-child(2) dl dd .csch_sel {
        margin-bottom: 5px
    }

    .cultural_sch li dl dd .input_text_sm {
        margin-bottom: 5px
    }
}


/*** 만족도 조사 ***/
.satisfaction {
    position: relative;
    border: 1px solid #e2e2e2
}

.satisfaction .icon {
    position: absolute;
    width: 47px;
    top: 0;
    bottom: 0;
    left: 0;
    background: #fff url(//www.heritage.go.kr/images/common/bul_satisfaction.png) right 13px no-repeat
}

.satisfaction dl {
    position: relative;
    padding: 10px 10px 10px 175px;
    overflow: hidden
}

.satisfaction dl dt,
.satisfaction dl dd {
    display: inline-block
}

.satisfaction dl dt {
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 5px 0 5px 25px;
    background: #fff url(//www.heritage.go.kr/images/common/bul_satisfaction.png) left center no-repeat;
    vertical-align: top;
    font-weight: 600
}

.satisfaction dl dd {
    display: block;
    position: relative;
    text-align: right
}

.satisfaction dl dd span {
    margin-right: 4%
}

.satisfaction dl dd .sts_radio {
    margin-left: 0;
    margin-top: 1px
}

.satisfaction dl dd .submit {}

@media all and (max-width:720px) {
    .satisfaction dl dd span {
        margin-right: 1%
    }
}

@media all and (max-width:640px) {
    .satisfaction dl {
        padding: 45px 10px 10px
    }

    .satisfaction dl dd span {
        float: left;
        display: block;
        width: 33.3%;
        text-align: left
    }
}


/***우리지역 문화재 QR코드저장***/
.qrwrap {
    background-color: #f7f7f7;
    padding: 5px 1%;
}

.qrcodesv {
    border: 1px solid #cccccc;
    background-color: #ffffff;
    padding: 26px 48px;
    text-align: center;
}

.qrcodesv .qrdosik {
    padding: 6%;
    background: url(//www.heritage.go.kr/images/layout/qrdosik.jpg) center center no-repeat;
    background-size: 100%;
    margin-bottom: 15px;
}

.qrcodesv .qrhere {
    padding: 8.8%;
    background: url(//www.heritage.go.kr/images/layout/qrhere.jpg) center center no-repeat;
    background-size: 98%;
}

.qrcodesv p {
    margin-bottom: 30px;
}

.qrcodesv p span:before {
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-left: 2px;
    margin-right: 3px;
    margin-bottom: -3px;
    background: url(//www.heritage.go.kr/images/layout/icon_qr_code.png) center center no-repeat;
}

@media all and (max-width:640px) {
    .qrcodesv {
        padding: 26px;
    }

    .qrcodesv .qrdosik {
        padding: 7.8%;
        background: url(//www.heritage.go.kr/images/layout/qrdosik_mo.jpg) center center no-repeat;
        background-size: 100%;
        margin-bottom: 15px;
    }

    .qrcodesv .qrhere {
        padding: 11.7%;
        background: url(//www.heritage.go.kr/images/layout/qrhere_mo.jpg) center center no-repeat;
        background-size: 98%;
    }
}

/***활자정보***/
.pinhrt {
    display: inherit;
}

.hwaljaCon {
    display: table;
}

.hwaljaCon img.imgl {
    border: 1px solid #ddd;
    padding: 20px;
    float: left;
    margin-right: 3%;
}

.hwaljaCon img.imgr {
    border: 1px solid #ddd;
    padding: 20px;
    float: right;
    margin-left: 3%;
}

.hwhisWrap {
    width: 100%;
}

.hwhisTh {
    width: 33%;
    float: left;
    border-top: 2px solid #71573c;
}

.hwhisTh ul {
    width: 100%;
    height: 190px;
    clear: both;
    text-align: center;
}

.hwhisTh ul li {
    display: block;
    border-bottom: 1px solid #d5d5db;
    border-right: 1px solid #d5d5db;
    box-sizing: border-box;
}

.hwhisTh ul li:nth-child(1) {
    height: 71px;
    line-height: 71px;
}

.hwhisTh ul li:nth-child(2) {
    height: 41px;
    line-height: 41px;
}

.hwhisTh ul li:nth-child(3) {
    height: 61px;
    line-height: 61px;
}

.hwhisTh ul li strong {
    display: block;
}

.hwhisTbd {
    width: 67%;
    height: 192px;
    float: left;
    overflow-x: scroll;
}

.hwhisTbd .tbl {
    margin-top: -1px;
}

.hwhisTbd .tbl td {
    min-width: 148px;
    box-sizing: border-box;
}

.hwhisTbd .tbl tr:nth-child(1) td {
    padding: 5px 10px;
    height: 71px;
}

.hwhisTbd .tbl tr:nth-child(1) td strong {
    display: block;
}

.hwhisTbd .tbl tr:nth-child(2) td {
    height: 41px;
}

.hwhisTbd .tbl tr:nth-child(3) td {
    height: 61px;
}

.hwhisTbd .tbl tbody tr td.on {
    background: #eee9cb;
}

.hwhisWrap2 {
    width: 100%;
}

.hwhisTh2 {
    width: 33%;
    float: left;
    border-top: 2px solid #71573c;
}

.hwhisTh2 ul {
    width: 100%;
    height: 231px;
    clear: both;
    text-align: center;
}

.hwhisTh2 ul li {
    display: block;
    border-bottom: 1px solid #d5d5db;
    border-right: 1px solid #d5d5db;
    box-sizing: border-box;
}

.hwhisTh2 ul li:nth-child(1) {
    height: 71px;
    line-height: 71px;
}

.hwhisTh2 ul li:nth-child(2) {
    height: 41px;
    line-height: 41px;
}

.hwhisTh2 ul li:nth-child(3) {
    height: 61px;
    line-height: 61px;
}

.hwhisTh2 ul li:nth-child(4) {
    height: 41px;
    line-height: 41px;
}

.hwhisTh2 ul li strong {
    display: block;
}

.hwhisTbd2 {
    width: 67%;
    height: 233px;
    float: left;
    overflow-x: scroll;
}

.hwhisTbd2 .tbl {
    margin-top: -1px;
}

.hwhisTbd2 .tbl td {
    min-width: 148px;
    box-sizing: border-box;
}

.hwhisTbd2 .tbl tr:nth-child(1) td {
    padding: 5px 10px;
    height: 71px;
}

.hwhisTbd2 .tbl tr:nth-child(1) td strong {
    display: block;
}

.hwhisTbd2 .tbl tr:nth-child(2) td {
    height: 41px;
}

.hwhisTbd2 .tbl tr:nth-child(3) td {
    height: 61px;
}

.hwhisTbd2 .tbl tr:nth-child(4) td {
    height: 41px;
}

.hwhisTbd2 .tbl tbody tr td.on {
    background: #eee9cb;
}

@media all and (max-width:1161px) {
    .img_wrap1.gak01032 li:last-child strong {
        display: block;
    }

    .img_wrap1.gak01032 li:last-child br {
        display: none;
    }

    .img_wrap1.gak01032 li:last-child {
        height: 70px;
        overflow-y: auto;
    }
}

@media all and (max-width:1149px) {
    .img_wrap1.gak02039 li:last-child strong {
        display: block;
    }

    .img_wrap1.gak02039 li:last-child br {
        display: none;
    }

    .img_wrap1.gak02039 li:last-child {
        height: 70px;
        overflow-y: auto;
    }
}

@media all and (max-width:1137px) {
    .img_wrap1.gak01033 li:last-child strong {
        display: block;
    }

    .img_wrap1.gak01033 li:last-child br {
        display: none;
    }

    .img_wrap1.gak01033 li:last-child {
        height: 70px;
        overflow-y: auto;
    }
}

@media all and (max-width:1110px) {
    .img_wrap1.gak03023 li:last-child strong {
        display: block;
    }

    .img_wrap1.gak03023 li:last-child br {
        display: none;
    }

    .img_wrap1.gak03023 li:last-child {
        height: 70px;
        overflow-y: auto;
    }
}

@media all and (max-width:1112px) {

    .img_wrap1.gak02035 li:last-child strong,
    .img_wrap1.gak01036 li:last-child strong {
        display: block;
    }

    .img_wrap1.gak02035 li:last-child br,
    .img_wrap1.gak01036 li:last-child br {
        display: none;
    }

    .img_wrap1.gak02035 li:last-child,
    .img_wrap1.gak01036 li:last-child {
        height: 60px;
        overflow-y: auto;
    }
}

@media all and (max-width:1099px) {
    .img_wrap1.gak01035 li:last-child strong {
        display: block;
    }

    .img_wrap1.gak01035 li:last-child br {
        display: none;
    }

    .img_wrap1.gak01035 li:last-child {
        height: 70px;
        overflow-y: auto;
    }
}

@media all and (max-width:1010px) {
    .img_wrap1.gak01021 li:last-child strong {
        display: block;
    }

    .img_wrap1.gak01021 li:last-child br {
        display: none;
    }

    .img_wrap1.gak01021 li:last-child {
        height: 70px;
        overflow-y: auto;
    }
}

@media all and (max-width:773px) {
    .img_wrap1.gak02022 li:last-child strong {
        display: block;
    }

    .img_wrap1.gak02022 li:last-child br {
        display: none;
    }

    .img_wrap1.gak02022 li:last-child {
        height: 100px;
        overflow-y: auto;
    }
}

@media all and (max-width:745px) {
    .img_wrap1.gak01022 li:last-child strong {
        display: block;
    }

    .img_wrap1.gak01022 li:last-child br {
        display: none;
    }

    .img_wrap1.gak01022 li:last-child {
        height: 70px;
        overflow-y: auto;
    }
}

@media all and (max-width:716px) {
    .img_wrap1.gak02037 li:last-child strong {
        display: block;
    }

    .img_wrap1.gak02037 li:last-child br {
        display: none;
    }

    .img_wrap1.gak02037 li:last-child {
        height: 70px;
        overflow-y: auto;
    }
}

@media all and (max-width:600px) {
    .hwaljaCon img.imgl {
        width: 50%;
        padding: 15px;
    }

    .hwaljaCon img.imgr {
        width: 50%;
        padding: 15px;
    }
}

@media all and (max-width:576px) {
    .img_wrap1.gak03024 li:last-child strong {
        display: block;
    }

    .img_wrap1.gak03024 li:last-child br {
        display: none;
    }

    .img_wrap1.gak03024 li:last-child {
        height: 70px;
        overflow-y: auto;
    }
}

@media all and (max-width:500px) {

    .img_wrap1.gak02022 li:last-child,
    .img_wrap1.gak02035 li:last-child,
    .img_wrap1.gak02037 li:last-child,
    .img_wrap1.gak02039 li:last-child,
    .img_wrap1.gak03023 li:last-child,
    .img_wrap1.gak03024 li:last-child,
    .img_wrap1.gak01021 li:last-child,
    .img_wrap1.gak01022 li:last-child,
    .img_wrap1.gak01032 li:last-child,
    .img_wrap1.gak01033 li:last-child,
    .img_wrap1.gak01035 li:last-child,
    .img_wrap1.gak01036 li:last-child {
        height: auto;
    }

    .hwaljaCon img.imgl {
        width: 90%;
        padding: 20px;
        margin-right: 0%;
        clear: both;
    }

    .hwaljaCon img.imgr {
        width: 90%;
        padding: 20px;
        margin-left: 0%;
        clear: both;
    }
}



/** *  2020-11-18 문화유산 해설사 팝업 둥둥~ * * */
.popup-mchadungdung {
    position: relative;
    z-index: 900;
    max-width: 1200px;
    margin: 0 auto;
}

.popup-mchadungdung .dungdung1 {
    position: absolute;
    top: 100px;
    right: -80px;
}

.popup-mchadungdung .dungdung1 a {
    display: block;
}

.popup-mchadungdung .dungdung1 .dungdung-close {
    position: absolute;
    top: 10px;
    right: 25px;
}

.popup-mchadungdung .dungdung2 {
    display: none;
}

@media (max-width:1365px) {
    .popup-mchadungdung .dungdung1 {
        right: 0;
    }
}

@media (max-width:768px) {
    .popup-mchadungdung .dungdung1 {
        display: none;
    }

    .popup-mchadungdung .dungdung2 {
        display: block;
        overflow: hidden;
        padding: 0 15% 0 20px;
        background-color: #000;
        background: rgb(92, 163, 251);
        background: -moz-linear-gradient(90deg, rgba(92, 163, 251, 1) 0%, rgba(164, 66, 255, 1) 100%);
        background: -webkit-linear-gradient(90deg, rgba(92, 163, 251, 1) 0%, rgba(164, 66, 255, 1) 100%);
        background: linear-gradient(90deg, rgba(92, 163, 251, 1) 0%, rgba(164, 66, 255, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5ca3fb", endColorstr="#a442ff", GradientType=1);
    }

    .popup-mchadungdung .dungdung2 .dungdung-center {
        display: block;
    }

    .popup-mchadungdung .dungdung2 .dungdung-center img {}

    /*.popup-mchadungdung .dungdung2 .dungdung-center .text{width:143px;vertical-align:middle;font-size:15px;font-weight:700;font-family:'Godo', sans-serif;color:#fff;}
.popup-mchadungdung .dungdung2 .dungdung-center .short{width: 66px;vertical-align:middle;margin:0 10px 0 5px;}
.popup-mchadungdung .dungdung2 .dungdung-center .img{width: 65px;vertical-align:middle;margin-top: 1px;}*/
    .popup-mchadungdung .dungdung2 .dungdung-close {
        position: absolute;
        width: 6.640625%;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
    }
}



/***location***/
#location_wrap {
    width: 100%;
    height: 46px;
    background: #f1f4f7;
    border-bottom: 1px solid #d6dbdf;
}

#location_wrap .inner,
#location_wrap ul {
    height: 100%;
}

#location_wrap ul:after {
    content: "";
    display: block;
    clear: both;
}

#location_wrap ul li {
    height: 100%;
}

#location_wrap .home_btn {
    position: relative;
    display: block;
    float: left;
    width: 55px;
    height: 100%;
    background: #fff;
    overflow: hidden;
}

#location_wrap .home_btn a {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    padding: 0;
    border: 0 none;
}

#location_wrap .home_btn a:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    bottom: -1px;
    background: #3b49af;
    content: "";
    z-index: 0;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#location_wrap .home_btn a:hover:after,
#location_wrap .home_btn a:focus:after {
    background: #3b49af;
    height: 55px;
}

#location_wrap .home_btn a i {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    background: url(/images/layout/location_home.png) no-repeat 50% 50%;
}

#location_wrap .home_btn a:hover i,
#location_wrap .home_btn a:focus i {
    background: url(/images/layout/location_home-ov.png) no-repeat center;
}




#location_wrap .dropdown {
    float: left;
    min-width: 200px;
    border-right: 1px solid #d6dbdf;
}

#location_wrap .dropdown > a {
    display: block;
    color: #636363;
    text-align: left;
    border: 0 none;
    line-height: 46px;
    height: 100%;
    padding: 0 15px;
    padding-right: 45px;
    position: relative;
    font-weight: 400;
}

#location_wrap .dropdown > a:hover,
#location_wrap .dropdown > a:focus {
    background: #dde7f2;
}

#location_wrap .plus_btn {
    position: absolute;
    width: 14px;
    height: 8px;
    display: block;
    background: url(/images/layout/location-arr.gif) no-repeat;
    top: 50%;
    right: 15px;
    transform: translate(0, -50%);
}

#location_wrap .dropdown-toggle::after {
    display: none;
}

#location_wrap .dropdown-menu {
    min-width: 100%;
    z-index: 1;
}

#location_wrap .sns_right_box {
    height: 100%;
    width: auto;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
}

#location_wrap .sns_right_box a {
    position: relative;
    display: block;
    float: left;
    width: 54px;
    height: 100%;
    padding: 0;
    border: 0 none;
    border-left: 1px solid #d6dbdf;
    border-right: 1px solid #d6dbdf;
}

#location_wrap .sns_right_box a:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    bottom: -2px;
    background: #dde7f2;
    content: "";
    z-index: 0;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#location_wrap .sns_right_box a:hover:after,
#location_wrap .sns_right_box a:focus:after {
    background: #dde7f2;
    height: 55px;
}

#location_wrap .sns_right_box a.facebook {
    border-left: 0 none;
}

#location_wrap .sns_right_box a i {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
}

#location_wrap .sns_right_box a.print i {
    background: url(/images/layout/location_print.gif) no-repeat 50% 50%;
}

@media only screen and (max-width: 1200px) {
    #location_wrap .dropdown {
        min-width: 146px;
    }
}

@media only screen and (max-width: 750px) {

    #location_wrap {
        height: 48px;
    }

    #location_wrap > ul .home_btn {
        display: none;
    }

    #location_wrap > ul {
        width: 100%;
        border-top: 1px solid #ddd;
    }

    #location_wrap .sns_right_box {
        position: absolute;
        top: -159%;
        right: 25px;
        height: 35px;
    }

    #location_wrap .sns_right_box a.facebook {
        background: #3e64bd;
    }

    #location_wrap .sns_right_box a.facebook:after,
    #location_wrap .sns_right_box a.facebook:after {
        background: #5985ea;
    }

    #location_wrap .sns_right_box a.facebook:hover:after,
    #location_wrap .sns_right_box a.facebook:focus:after {
        background: #5985ea;
    }

    #location_wrap .sns_right_box a {
        border-radius: 60px;
        margin-left: 5px;
        width: 35px;
        overflow: hidden;
        border: 0 none;
    }

    #location_wrap .sns_right_box a.print {
        display: none;
    }

    #location_wrap .dropdown {
        min-width: 0;
        width: calc((100% - 75px) / 3);
        position: static;
    }

    #location_wrap .dropdown > a {
        position: relative;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

}

@media only screen and (max-width: 576px) {
    #location_wrap .sns_right_box {
        top: -147%;
    }
}


/***right-float-wrap***/
.right-float-wrap {
    position: fixed;
    right: -250px;
    height: 100%;
    width: 247px;
    top: 0;
    z-index: 999;
}

.right-float-wrap,
.right-float-wrap *::after,
.right-float-wrap *::before {
    box-sizing: border-box;
}

.right-float-wrap .btn-right-float {
    position: absolute;
    top: 50%;
    left: -62px;
    transform: translate(0px, -50%);
}

.right-float-wrap .btn-right-float .btn {
    position: relative;
    display: block;
    background-color: #dce5f6;
    width: 62px;
    height: 62px;
    background-repeat: no-repeat;
    background-position: center;
}

.right-float-wrap .btn-right-float .btn:not(:last-of-type) {
    border-bottom: 1px solid #fff;
}

.right-float-wrap .btn-right-float .btn:hover,
.right-float-wrap .btn-right-float .btn:focus {
    background-color: #ccdbf7;
}

.right-float-wrap .btn-right-float .btn-favorite {
    background-image: url(../images/layout/right-float-open.png);
    background-repeat: no-repeat;
}

.right-float-wrap .btn-right-float .btn-favorite span {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 13px;
}

.right-float-wrap .btn-right-float .btn-favorite i {
    display: block;
    margin-bottom: 6px;
    width: 19px;
    height: 1px;
    background: #000;
    transition: all 0.3s ease;
}

.right-float-wrap .btn-right-float .btn-favorite i:last-of-type {
    margin-bottom: 0;
}

.right-float-wrap .btn-right-float .btn-favorite:hover i:nth-child(2) {
    width: 70%;
}

.right-float-wrap .btn-right-float .btn-favorite:hover i:nth-child(1),
.right-float-wrap .btn-right-float .btn-favorite:hover i:nth-child(3) {
    width: 100%
}

.right-float-wrap .btn-right-float .btn-top,
.right-float-wrap .btn-right-float .btn-bottom {
    background-image: url(/images/layout/right_float-arr.png);
}

.right-float-wrap .btn-right-float .btn-bottom {
    transform: rotate(180deg);
}

.right-float-wrap .right-float {
    background: #dce5f6;
    height: 100%;
    padding-top: 25px;
    text-align: center;
    position: relative;
    z-index: 999;
}

.right-float-wrap .right-float .top-img > img {
    position: absolute;
    z-index: 9999;
    left: 10px;
    top: 43px;
}

.right-float-wrap .right-float .top-img .top-img-txt {
    margin: 0 auto;
    position: relative;
    background: #5159a3;
    width: 186px;
    height: 186px;
    border-radius: 600px;
    box-shadow: 4px 1px 19px rgba(0, 0, 0, 0.32);
    color: #fff;
    display: block;
}

.right-float-wrap .right-float .top-img .top-img-txt > * {
    text-align: center;
    display: block;
    margin: 0 auto;
}

.right-float-wrap .right-float .top-img .top-img-txt > img {
    padding-top: 25px;
}

.right-float-wrap .right-float .top-img .top-img-txt > span {
    padding-top: 12px;
    line-height: 18px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
}

.right-float-wrap .right-float .inner-group {
    /*height: calc(100vh - 260px);overflow-y: auto;*/
    max-width: 180px;
    margin: 0 auto;
    margin-top: 28px;
}

.right-float-wrap .right-float .inner-group > li:not(:last-of-type) {
    margin-bottom: 50px;
}

.right-float-wrap .right-float .inner-group > li > strong {
    font-family: 'gMarket';
    font-weight: 100;
    font-size: 18px;
    background: url(/images/layout/right-float-tit.png) no-repeat;
    display: block;
    text-align: left;
    padding-left: 21px;
    margin-bottom: 8px;
    color: #000;
    letter-spacing: -1px;
}

.right-float-wrap .right-float .inner-group > li:nth-child(1) > strong {
    background-position: left 3px;
}

.right-float-wrap .right-float .inner-group > li:nth-child(2) > strong {
    background-position: left -27px;
}

.right-float-wrap .right-float .inner-group > li:nth-child(3) > strong {
    background-position: left -55px;
}

.right-float-wrap .right-float .btn-list-wrap li {
    position: relative;
    margin-bottom: 5px;
}

.right-float-wrap .right-float .btn-list-wrap .btn {
    display: block;
    height: 34px;
    background: transparent;
    border: 1px solid #b0b7c5;
    text-align: left;
    padding: 0 10px;
    color: #444;
    line-height: 34px;
}

.right-float-wrap .right-float .btn-list-wrap .btn:hover,
.right-float-wrap .right-float .btn-list-wrap .btn:focus {
    border: 1px solid #5159a3;
    color: #000;
}

.right-float-wrap .right-float .btn-list-wrap .btn:hover span,
.right-float-wrap .right-float .btn-list-wrap .btn:focus span {
    text-decoration: underline;
}

.right-float-wrap .right-float .btn-list-wrap .btn span {
    text-overflow: ellipsis;
    width: 130px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}

.right-float-wrap .right-float .btn-list-wrap .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    background: url(/images/layout/right-float-x.png) no-repeat center;
    width: 20%;
    height: 100%;
    border: 0;
    transform: translate(0%, 0px);
}

.right-float-wrap .right-float .btn-list-wrap .btn.btn-empty {
    background: rgba(255, 255, 255, 0.17);
    border: 1px dashed #afb8c9;
    text-align: center;
}

.right-float-wrap .right-float .btn-list-wrap .btn.btn-empty span {
    padding-left: 28px;
    position: relative;
    display: inline-block;
    width: auto;
    color: #676767;
    font-size: 13px;
}

.right-float-wrap .right-float .btn-list-wrap .btn.btn-empty span i {
    display: inline-block;
    width: 19px;
    height: 19px;
    background: #fff url(/images/layout/f_site.png) no-repeat center;
    background-size: 50%;
    border-radius: 600px;
    border: 1px solid #ddd;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    left: 0;
}

.right-float-wrap .right-float .btn-list-wrap .btn.btn-empty:hover,
.right-float-wrap .right-float .btn-list-wrap .btn.btn-empty:focus {
    outline: 0;
    background: rgba(255, 255, 255, 0.36);
}

.right-float-wrap .right-float .btn-list-wrap .btn.btn-empty:hover span i,
.right-float-wrap .right-float .btn-list-wrap .btn.btn-empty:focus span i {
    border: 1px solid #959595;
}

.right-float-wrap .addMenu-tit {
    font-size: 25px;
    display: block;
    text-align: center;
    color: #353538;
    font-family: 'gMarket';
    padding-bottom: 38px;
}

.right-float-wrap .addMenu-tit span {
    position: relative;
    padding-left: 72px;
}

.right-float-wrap .addMenu-tit span:after,
.right-float-wrap .addMenu-tit span:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
}

.right-float-wrap .addMenu-tit span:before {
    width: 56px;
    height: 56px;
    background: #fff url(../images/layout/right-float-ico.png) no-repeat center;
    border-radius: 600px;
    top: -16px;
}

.right-float-wrap .addMenu-tit span:after {
    width: 207px;
    height: 10px;
    background: #95baff;
    margin-left: 71px;
    top: 19px;
    z-index: -1;
}


.right-float-wrap .addMenu-cont {
    display: none;
    width: 957px;
    min-height: 730px;
    position: absolute;
    right: 235px;
    top: 39px;
    border-radius: 10px;
    background: #dce5f6;
    text-align: left;
    padding: 35px 23px 26px 44px;
    z-index: 999999;
}

.right-float-wrap .addMenu-cont .checkbox-group {
    background: #fff;
    border-radius: 5px;
    padding: 12px 20px;
}

.right-float-wrap .addMenu-cont .checkbox-group:after {
    content: "";
    display: block;
    clear: both;
}

.right-float-wrap .addMenu-cont .checkbox-group li {
    width: calc((100% - 15px) / 4);
    float: left;
    height: auto;
    min-height: 20px;
}

.right-float-wrap .addMenu-cont .checkbox-group li a {
    color: #555;
    font-weight: 400;
    font-size: 14px;
    position: relative;
    padding-left: 15px;
}

.right-float-wrap .addMenu-cont .checkbox-group li a:after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #95baff;
    border-radius: 600px;
    position: absolute;
    top: 9px;
}

.right-float-wrap .addMenu-cont .checkbox-group li a:hover,
.right-float-wrap .addMenu-cont .checkbox-group li a:focus {
    text-decoration: underline;
}

.right-float-wrap .addMenu-cont .checkbox-tit {
    color: #42538c;
    padding-bottom: 15px;
    display: block;
    font-weight: 600;
    padding-left: 27px;
    font-size: 17px;
    line-height: 1;
}

.right-float-wrap .addMenu-cont .checkbox-tit:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background: url(../images/layout/right-float-check.jpg) no-repeat center;
    position: absolute;
    left: 0;
    border-radius: 5px;
    overflow: hidden;
}

.right-float-wrap .addMenu-cont .addMenu-group-wrap > li:not(:last-of-type) {
    margin-bottom: 22px;
}

.right-float-wrap.active .addMenu-cont {
    display: block;
}

.right-float-wrap .addMenu-cont .pop-close {
    width: 73px;
    height: 73px;
    border-radius: 5px;
    background: #5586ff url(../images/layout/right-float-close.png) no-repeat center;
    position: absolute;
    left: -40px;
    top: 20px;
    border: 0;
}



.right-float-wrap .mCustomScrollbar {
    height: 752px;
}

.right-float-wrap .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.right-float-wrap .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.right-float-wrap .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #8598e4;
}

.right-float-wrap .right-float-mask {
    display: none;
    background: rgba(0, 0, 0, 0.38);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}



#right_float.right-float-wrap {
    right: -250px;
    transition: width, 0.6s
}

#right_float.right-float-wrap.opened {
    right: 0
}


html.float-fixed {
    overflow-y: scroll;
}

.float-fixed body {
    position: fixed;
    width: 100%;
}


@media only screen and (max-width: 1500px) {
    .right-float-wrap .right-float {
        z-index: auto;
    }

    .right-float-wrap .right-float-mask {
        z-index: 9999;
    }

    .right-float-wrap .mCustomScrollbar {
        height: 662px;
    }

    .right-float-wrap .addMenu-cont {
        position: fixed;
        right: 50%;
        top: 40px;
        width: calc(100% - 65px);
        transform: translate(50%, 0);
        padding: 45px 23px 45px 36px;
        min-height: 640px;
        transform: scale(0.9);
        top: 0;
        left: 0;
    }
}

@media only screen and (max-width: 1200px) {
    .right-float-wrap .btn-right-float {
        bottom: 130px;
        top: auto;
        transform: translate(0px, 0px);
    }

    .right-float-wrap .addMenu-cont .pop-close {
        right: 0;
        left: inherit;
        top: 0;
        border-radius: 0;
    }

    .right-float-wrap .addMenu-cont .checkbox-group li {
        width: calc((100% - 15px) / 3);
    }
}

@media only screen and (max-width: 780px) {
    .right-float-wrap {
        width: auto !important;
        right: 0 !important;
    }

    .right-float-wrap .right-float {
        display: none;
    }

    .right-float-wrap .btn-right-float {
        left: -44px;
    }

    .right-float-wrap .btn-right-float .btn {
        width: 44px;
        height: 44px;
    }

    .right-float-wrap .btn-right-float .btn.btn-favorite,
    .right-float-wrap .right-float-mask {
        display: none !important;
    }
}


@media only screen and (max-height: 950px) {
    .right-float-wrap .mCustomScrollbar {
        height: 640px;
    }

    .right-float-wrap .addMenu-cont {
        min-height: 640px;
    }


}


/* header 로고 추가 */
.top_logo {
    display: inline-block;
    float: left;
    vertical-align: middle;
    padding-top: 3px;
}

.logo_02{
    display: none;
    
}

/* footer 로고 추가 */

.ft_logo {
    float: right;
    right: 10px;
    top: 15px;
    position: absolute;
}
@media (max-width: 430px){
    .ft_logo > img{
        margin-left: 10px;
    }
}




@media (max-width: 360px){
    .logo_02 > img{
        width: 130px;
    }
}

@media (max-width: 320px){
    .logo_02{
        margin-left: 7px;
    }
    .logo_02 > img{
        
        width: 120px;
    }
    #header #header_bottom h1.logo a img{
        width: 120px;
    }
    .ft_logo > img{
        margin-left: 15px;
    }
}


.blank_ico {
	display: inline-block;
	width: 12px;
	height: 12px; 
	background: url(//www.heritage.go.kr/images/common/blank_small_img.png) center center no-repeat;
	margin-left: 5px;
	vertical-align: middle; 
	}

.blank_ico03 {
    display: inline-block;
    background: url(//www.cha.go.kr/images/layout/bul_newwin.png) center center no-repeat;
    background-size: 100%;
    width: 15px;
    height: 15px;
    margin-top: -4px;
    vertical-align: middle;
    margin-left: 5px;
}

.blank_ico02 {
    display: inline-block;
    background: url(//www.cha.go.kr/images/layout/bul_newwin.png) center center no-repeat;
    width: 18px;
    height: 18px;
    vertical-align: middle;
	margin-left: 5px;
}

/* 메뉴담당자 */
.charge {
    padding: 8px 10px;
    border: 1px solid #e2e2e2;
    overflow: hidden;
    margin: 15px 0;
}

.charge .chtext01 {
    float: left;
    padding: 2px 0 2px 28px;
    background: url(//www.cha.go.kr/images/common/bul_menu_person.png) left center no-repeat;
    font-weight: 500;
}

.charge .chtext02 {
    float: right;
    font-weight: 400;
}

@media (max-width: 639px) {
    .charge .chtext01 {
        font-size: 13px;
    }

    .charge .chtext02 {
        font-size: 13px;
        padding: 2px;
    }
}

/* 2022.09.29 네비 추가 */
#sub_bar {
    background: #f1f4f8;
    border-bottom: 1px solid #d2d7dd
}

#sub_bar .inner {
    background: #f1f4f8;
    overflow: hidden
}

#sub_bar .location_wrap {
    float: left
}

#sub_bar .location {
    overflow: hidden
}

#sub_bar .location li {
    float: left;
    padding-right: 10px;
    background: url(//www.cha.go.kr/images/layout/bg_location_arrow.gif) right -41px no-repeat
}

#sub_bar .location li a {
    display: inline-block;
    height: 41px;
    line-height: 40px;
    padding: 0 23px;
    font-size: 14px;
    color: #333;
    font-weight: normal
}

#sub_bar .location li a.last_bdcrm {
    font-weight: bold;
    text-decoration: underline;
    color: #1071c5
}

#sub_bar .location li.home {
    padding-right: 11px;
    background: url(//www.cha.go.kr/images/layout/bg_location_arrow.gif) right 0 no-repeat
}

#sub_bar .location li.home a {
    padding: 0;
    width: 47px;
    text-indent: -9999px;
    background: #ccd8f5 url(//www.cha.go.kr/images/layout/btn_lhome.png) center center no-repeat
}

#sub_bar .location li:last-child {
    padding-right: 0;
    background: none
}

/* 유틸 */
#sub_bar .util_btn {
    float: right
}

#sub_bar .util_btn ul li {
    float: left
}

#sub_bar .util_btn ul li a {
    display: block;
    width: 49px;
    height: 41px;
    border-right: 1px solid #d2d7dd;
    text-indent: -9999px
}

#sub_bar .util_btn ul li:first-child a {
    border-left: 1px solid #d2d7dd
}

#sub_bar .util_btn ul li a.btn_fprint {
    background: url(//www.cha.go.kr/images/layout/icon_util_print.png) center center no-repeat
}

#sub_bar .util_btn ul li a.btn_fviewer {
    background: url(//www.cha.go.kr/images/layout/icon_util_viewer.png) center center no-repeat;
    background-position: 10px center;
    padding: 0 20px 0 35px;
    text-indent: 0;
    width: auto;
    line-height: 40px;
    font-size: 14px;
    text-decoration: underline;
    color: #1071c5
}

#sub_bar .util_btn ul li a.btn_fmail {
    background: url(//www.cha.go.kr/images/layout/icon_util_mail.png) center center no-repeat
}

@media (max-width: 768px) {
    #sub_bar {display: none}
	#sub_bar .location li a {
        padding: 0 5px;
        font-size: 12px
    }

    .util_btn {
        display: none;
    }
}


/* 2023/06/15 사진관 수정 */

.main-bookmark-all {
    overflow: visible !important;
}

.list-wrap {
    width: 100%;
    position: relative;
    display: flex;
}

.list-wrap > ul {
    display: flex;
    width: calc(100% - 100px);
    flex-wrap: nowrap;
}

.list-wrap > ul > li {
    width: 100%;
    border: 2px solid #9494fc;
    background: #fff;
    border-radius: 25px;
    z-index: 99999;
    position: relative;
    margin-right: 15px;
}

.list-wrap > ul > li:nth-child(3) {
    width: 60%;
}

.check_title {
    width: 18px;
    height: 18px;
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    background: #d6d6e1;
    border-radius: 100%;
    margin-right: 8px;
}

.check_title::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: .5px;
    margin-top: -1px;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 3px;
    height: 7px;
    border: 2px solid #fff;
    border-left: 0;
    border-top: 0;
}

.list_day {
    display: flex;
    flex-wrap: nowrap;
}

.list_day > li {
    width: 50%;
    float: left;
}

.list_day > li:nth-child(1) {
    width: 100%;
}

.list-wrap .bot_link > li:nth-child(1) a {
    background: none;
}

.bot_link > li a > i {
    width: 20px;
    height: 32px;
}

.list-wrap .bot_link > li:nth-child(1) a label {
    display: none;
}

#cultural_name {
    width: calc(100% - 40px);
    border: none;
    outline: none;
    font-size: 17px;
    color: #444;
    font-weight: bold;
    display: inline-flex;
    vertical-align: middle;
    padding-left: 3px;
    font-family: 'Noto Sans CJK KR';
    caret-color: black;
}

#cultural_name::placeholder {
    font-size: 17px;
    font-weight: bold;
    color: #444;
    font-family: 'Noto Sans CJK KR';
}

.srh_btn {
    width: 100px;
    position: relative;
    font-size: 17px;
    font-weight: bold;
    border: 2px solid #9494fc;
    border-radius: 8px;
    display: block;
    background: #fff;
}

.srh_btn > a {
    display: flex;
    padding: 5px 0;
    text-align: center;
    padding-left: 15px;
    width: 100%;
    height: 100%;
    position: relative;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
    font-weight: bold;
    color: #444;
    font-family: 'Noto Sans CJK KR';
}

.srh_btn > a i {
    display: block;
    position: absolute;
    left: 10px;
    width: 25px;
    height: 30px;
}

.srh_btn > a i img {
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    filter: invert(58%) sepia(25%) saturate(1084%) hue-rotate(202deg) brightness(102%) contrast(98%);
}

.srh_btn > a:hover {
    background: #9494fc;
    color: #fff;
    transition: all .4s ease;
}

.srh_btn > a:hover i img {
    filter: none;
}

.list-wrap .bot_link > li > .link_box > ul > li > a.active {
    background: #f6f6fb;
    color: #4141e3;
}

.list-wrap .bot_link > li > .link_box > ul > li > a.active .check_title {
    background: #5b5bee;
}

.select_photo > span {
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
}


@media all and (max-width:1200px) {
    .list-wrap {
        padding: 0 10px;
    }
}

@media all and (max-width:1000px) {
    .list-wrap .bot_link > li > .link_box > ul > li > a {
        font-size: 14px;
    }

    .list-wrap .bot_link > li > a {
        font-size: 16px;
    }
}

@media all and (max-width:950px) {
    .list-wrap {
        display: block;
    }

    .list-wrap > ul {
        width: 100%;
    }

    .srh_btn {
        width: 120px;
        margin: 0 auto;
        margin-top: 20px;
    }

    .srh_btn a {
        padding: 10px 0;
        padding-left: 10px;
    }

    .srh_btn > a i {
        left: 20px;
    }

    .list-wrap > ul > li {
        margin-right: 0;
    }

    .list-wrap > ul > li:not(:nth-last-child(1)) {
        margin-right: 15px;
    }
}

@media all and (max-width:800px) {
    .list-wrap > ul {
        display: inline-flex;
        width: 100%;
        flex-wrap: wrap;
    }

    .list-wrap > ul > li {
        width: calc((100% / 2) - 8px);
        margin-right: 0;
    }

    .list-wrap > ul > li:nth-child(2) {
        margin-right: 0;
    }

    .list-wrap > ul > li:not(:nth-last-child(1)) {
        margin-bottom: 15px;
    }

    .list-wrap > ul > li:nth-child(2) {
        margin-right: 0;
    }

    .list-wrap > ul > li:nth-child(3) {
        width: calc(100% / 2);
        float: left !important;
    }

    .list-wrap > ul > li {
        z-index: auto;
    }

    .list-wrap > ul > li {
        border-radius: 14px;
        border: none;
    }

    .srh_btn {
        width: 130px;
        height: 55px;
    }

    .list-wrap > ul > li {
        border-radius: 25px;
    }

    .list-wrap .bot_link > li .link_box {
        z-index: 99999;
    }

    .list-wrap .bot_link > li > a.on {
        border-radius: 15px;
    }
}

@media all and (max-width:639px) {
    .list-wrap > ul > li:nth-child(3) {
        width: 100%;
    }

    .list_day > li {
        width: calc(100% / 3);
    }

    .list-wrap > ul {
        display: flex;
        flex-wrap: wrap;
    }

    .list-wrap > ul > li {
        width: 100%;
        margin-right: 0 !important;
    }

    .list-wrap > ul > li:not(:nth-last-child(2)) {
        margin-right: 15px;
    }

    .srh_btn {
        margin: 0 auto;
        margin-top: 20px;
    }

    .all_photo {
        height: 100%;
        position: relative;
        display: flex;
    }
}

@media all and (max-width:500px) {
    .list-wrap > ul > li:nth-child(3) {
        width: 48%;
    }

    .list-wrap > ul > li {
        width: 100% !important;
        margin-right: 0 !important;
    }
}

.list-wrap .bot_link:after {
    display: block;
    clear: both;
    content: ''
}

.list-wrap .bot_link > li:last-child {
    float: right
}

.list-wrap .bot_link > li > a {
    display: block;
    padding-left: 15px;
    color: #444;
    transition: all .2s;
    padding: 10px;
    padding-left: 20px;
    font-size: 17px;
    font-weight: bold;
    font-family: 'Noto Sans CJK KR';
    border: 2px solid #9494fc;
    border-radius: 25px;
    background: url(../images/ico_drop.png) no-repeat 92% center;
}

.list-wrap .bot_link > li > a.on {
    border-radius: 20px;
    background: url(../images/ico_drop_ck.png) no-repeat 92% center;
}

.list-wrap .bot_link > li .link_box {
    position: absolute;
    width: 100%;
    padding: 10px 0;
    background: #fff;
    z-index: 99;
    border-radius: 0 0 20px 20px;
    border: 2px solid #9494fc;
    border-top: 0;
    top: 39px;
    overflow: hidden;
}

.list-wrap .bot_link > li > .link_box > ul > li > a {
    color: #666666;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Noto Sans CJK KR';
    width: 100%;
    display: block;
    padding: 5px 0;
    padding-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.list-wrap .bot_link > li > .link_box > ul > li > a:hover {
    background: #f6f6fb;
    color: #4141e3;
}

.list-wrap .bot_link > li > .link_box > ul > li > a:hover .check_title {
    background: #5b5bee;
}

.list-wrap > .bot_link > li a i {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    margin-right: 5px;
}

.list-wrap > .bot_link > li a i > img {
    z-index: 9999;
}

.list-wrap > ul > li {
    border: none;
}

.list-wrap .bot_link > li > .link_box > ul > li > a .check_title {
    margin-right: 6px; 
}

.list_day {
    display: block;
    flex-wrap: nowrap;
    width: 100%;
}

.list_day ul > li {
    width: 50%;
    float: left;
}

.list_day > li:nth-child(1) {
    width: 100%;
}

.list-wrap::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1.5px;
	
	/* 2023 06 29 */
    background: #FFF;
    bottom: -20px;
}

