html {
    font-size: 20px;
}

body {
    font-size: 1rem;
    font-family: 'Pretendard'
}

.tablet {
    display: none;
}

.mob {
    display: none;
}

h2 {
    font-size: 2.5rem;
}

h3 {
    font-size: 2.2rem;
    margin-bottom: 30px;
}

h4 {
    font-size: 1.3rem;
    margin-bottom: 0.6rem;
    color: #555;
}

h5 {
    font-size: 1rem;
    color: #555;
}


#wrap {
    position: relative;
    overflow: hidden;
}

#wrap img {
    border: none;
    max-width: 100%;
}

#wrap i {
    vertical-align: middle;
}



.search_wrap {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.search_area {
    width: 9rem;
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.search_area label {
    display: none;
}

.search_area input.insearch {
    float: left;
    font-size: 0.7rem;
    display: inline-block;
    margin: 0;
    padding: 0 0 0 20px;
    width: calc(100% - 2rem);
    height: 1.5rem;
    line-height: 1.5rem;
    border: none;
    color: #4B4F58;
    background-color: #fff;
    font-weight: 400;
    box-sizing: border-box;
    border-radius: 0;
}

.inbtn {
    float: left;
    display: inline-block;
    margin: 0;
    padding: 0 0 0px 0;
    border: none;
    color: #999;
    text-align: center;
}

a.inbtn {
    padding: 0 0 0 0;
    width: 2rem;
    height: 1.5rem;
    background-color: #fff;
    line-height: 1.5rem;
    color: #fff;
    font-size: 16px;
    background: #000;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0px 5px;
}

.search_wrap p {
    display: inline-block;
    margin-left: 20px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
}

.search_wrap p a {
    color: #fff;
}





#sepration {
    width: 100%;
    /* background: #ebebeb; */
}

#sepration .section {
    width: 100%;
    box-sizing: border-box;
    color: #fff;
    background: url(../../../images/gj/content/sub-bg.jpg) no-repeat center center;
    background-size: cover;
}

#sepration .section .top-wrap {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    position: relative;
    flex-direction: column;
    justify-content: center;
    padding: 80px 0px;
}

#sepration .section p {
    margin-top: 20px;
    display: flex;
    align-items: center;
}

#sepration .section p a {
    color: #222;
    font-size: 16px;
    padding-left: 15px;
    margin-left: 15px;
    position: relative;
    font-weight: 400;
    line-height: 35px;
}
#sepration .section p a:last-child {
    font-weight:600;
}

#sepration .section p a:first-child {
    background: url(../../../images/gj/content/ico_home.png) no-repeat left center;
    background-size: contain;
    display: inline-block;
    margin: 0;
    padding-left: 45px;
    height: 35px;
}

#sepration .section p a:not(:first-child)::after {
    content: '';
    display: block;
    width: 10px;
    height: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -5px;
    background: url(../../../images/gj/content/navi_right.png) no-repeat center center;
}

#sepration .section h2 {
    line-height: 1.0;
    font-weight: normal;
    margin-left: 0;
    padding-left: 0;
    color: #222;
    text-align: center;
    font-size: 46px;
    font-weight: bold;
    letter-spacing: -0.030em;
}



.tab_view {
    display: none;
}

div#wrap div#container {
    margin: 0;
    padding: 0;
}

div#wrap div#container div#section {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
}

div#wrap div#container div#section div.left_menu {
    width: 260px;
    margin-bottom:100px;
    z-index: 1;
}

div#wrap div#container div#section div.left_menu h2 {
    font-size: 24px;
    width: 11rem;
    height: 7rem;
    font-weight: 700;
    text-align: center;
    background: #333;
    color: #fff;
    vertical-align: middle;
    display: table-cell;
}

div#wrap div#container div#section div.left_menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

div#wrap div#container div#section div.left_menu ul li {
    display: block;
    padding: 0;
    margin-bottom: 7px;
}

div#wrap div#container div#section div.left_menu > ul > li > a {
    width: 100%;
    height: 55px;
    line-height: 53px;
    font-size: 0.85rem;
    border: 1px solid #d4d4d4;
    display: block;
    color: #222;
    font-weight: 400;
    position: relative;
    border-radius: 5px;
    padding: 0px 25px;
}

div#wrap div#container div#section div.left_menu > ul > li > a > strong {
    font-weight: 400;
    font-size: 16px;
}

div#wrap div#container div#section div.left_menu > ul > li.has > a:after {
    display: block;
    position: absolute;
    content: '';
    background: url("../../../images/gj/content/menu-plus.png");
    width: 17px;
    height: 17px;
    background-size: contain;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

div#wrap div#container div#section div.left_menu ul li:first-child {
    margin-top: 0;
}

div#wrap div#container div#section div.left_menu > ul > li.on > a {
    width: 100%;
    height: 55px;
    line-height: 53px;
    display: block;
    position: relative;
    border: solid 1px #004098;
    color: #004098;
    font-weight: 600;
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.1);
}

div#wrap div#container div#section div.left_menu > ul > li.on.has > a {}

div#wrap div#container div#section div.left_menu > ul > li.on > a > strong {
    font-weight: 500;
    font-size: 18px;
}

div#wrap div#container div#section div.left_menu > ul > li.has.on > a:after {
    display: block;
    position: absolute;
    content: '';
    background: url("../../../images/gj/content/menu-minus.png");
    width: 17px;
    height: 17px;
    background-size: contain;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

div#wrap div#container div#section div.left_menu ul li ul {
    margin-top: 5px;
    padding: 20px 10px 20px 25px;
    display: none;
}

div#wrap div#container div#section div.left_menu ul li.on a + ul {
    display: block;
}

div#wrap div#container div#section div.left_menu ul li ul li {}

div#wrap div#container div#section div.left_menu ul li ul li a {
    border-bottom: none;
    height: auto;
    font-size: 15px;
    line-height: 24px;
    font-weight: normal;
    background: none;
    color: #6b6b6b;
    padding-left: 10px;
}
div#wrap div#container div#section div.left_menu ul li ul li.on a {
    color:#004098;
    font-weight:600;
}
div#wrap div#container div#section div.left_menu ul li ul li > a {
    line-height: 24px;
    font-size: 15px;
    background: none;
    height: auto;
    display: inline;
    color: #6b6b6b;
    font-weight: 600;
    position: relative;
}

div#wrap div#container div#section div.left_menu ul li ul li > a::before {
    content: '';
    display: block;
    position: absolute;
    width: 3px;
    height: 3px;
    background: #6b6b6b;
    top: 50%;
    transform: translateY(-50%);
}

div#wrap div#container div#section div.left_menu ul > li.on.has > a {
    border-radius: 7px;
}

div#wrap div#container div#section div.left_menu ul li ul li.on > a > strong {
    font-weight: 300;
}



div.left_menu li.on > a + ul.depth3_ul {
    background: #ECF4E4;
    background: -webkit-linear-gradient(90deg, rgba(236, 244, 228, 1) 0%, rgba(222, 236, 239, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(236, 244, 228, 1) 0%, rgba(222, 236, 239, 1) 100%);
    background: linear-gradient(90deg, rgba(236, 244, 228, 1) 0%, rgba(222, 236, 239, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ECF4E4",
            endColorstr="#DEECEF",
            GradientType=1);
    border-radius: 7px;
    overflow: hidden;
    border-top: solid 1px rgba(255, 255, 255, 0.3);
}


div#wrap div#container div#section div.right_content {
    flex: 1;
    margin:0;
    padding: 30px 0 60px 60px;
    width: calc(100% - 260px);
}

#container #section .right_content .content_body {
    font-size: 0.85rem;
}

.tab_menu {
    margin-bottom: 2.5rem;
}

.tab_menu ul {
    display: table;
    position: relative;
    width: 100%;
}

.tab_menu ul:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background: #f17a7a;
}

.tab_menu ul li {
    width: 20%;
    float: left;
    height: 54px;
    text-align: center;
    margin-top: -1px;
    vertical-align: top;
}

.tab_menu ul li a {
    display: block;
    border: 1px solid #ddd;
    border-collapse: collapse;
    box-sizing: border-box;
    margin-left: -1px;
    background-color: #fff;
    color: #666;
    line-height: 52px;
    vertical-align: top;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.tab_menu ul li.on a {
    position: relative;
    height: 54px;
    background: #f17a7a;
    border: 2px solid #f17a7a;
    border-bottom: 0;
    color: #fff;
}

.tab_menu ul li:first-child a {
    border-left: 1px solid #ddd;
}

.tab_menu ul li.on:first-child a {
    border-left: 2px solid #f17a7a;
}

.tab_menu ul li strong {
    font-weight: 500;
}



#footer {
    clear: both;
    line-height: 1.5;
    color: #ababab;
    font-size: .8rem;
    letter-spacing: 0.02em;
    overflow: hidden;
    background: #454545;
}

#footer .ft-info {
    display: flex;
}

#footer .footermenu {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0.5rem 0 5px;
    position: relative;
}

#footer .footermenu ul {
    display: flex;
    gap: 15px;
    justify-content: flex-start;
    margin-left: -10px;
}

#footer .footermenu ul li {
    display: inline-block;
    font-size: .85rem;
    position: relative;
    padding: 0px 10px;
}

#footer .footermenu ul li:after {
    position: absolute;
    content: '';
    background: #ddd;
    width: 1px;
    height: 15px;
    top: 50%;
    transform: translateY(-50%);
    right: -10px;
}

#footer .footermenu ul li:last-child {
    margin-right: 0;
}

#footer .footermenu ul li:last-child:after {
    width: 0;
}

#footer .footermenu ul li a {
    display: block;
    color: #fff;
    font-size: 16px;
}

#footer .footermenu ul li:focus a,
#footer .footermenu ul li:hover a {
    color: #f17a7a;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

#footer .cp_adress {
    display: flex;
    align-items: center;
    font-size: 16px;
}

#footer .cp_adress .addr {
    display: flex;
    align-items: center;
}

#footer .cp_adress .addr dl {
    display: flex;
    align-items: center;
    margin: 0px 15px 0 0;
}

#footer .cp_adress .addr dl dt {
    padding-left: 10px;
    position: relative;
    line-height: 1;
    font-weight: 400;
}

#footer .cp_adress .addr dl dt::before {
    content: '';
    display: block;
    width: 2px;
    height: 2px;
    background: #999;
    position: absolute;
    left: 0;
    top: 48%;
    transform: translateY(-50%);
}

#footer .cp_adress .addr dl dd {
    display: inline-block;
    margin-left: 10px;
    font-weight: 400;
    color: #ababab;
}

#footer .copyright {
    width: 100%;
    margin: 0 auto;
    padding: 1rem 15px 2rem;
    position: relative;
    max-width: 1400px;
    display: flex;
}

#footer .copyright .ft-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    padding-right: 30px;
}

#footer .copyright h3 img {
    max-height: 40px;
    width: 220px;
    /*opacity:0.5;
	filter: grayscale(100%);*/
}

#footer .copyright .ft-right {
    position: absolute;
    top: 15px;
    right: 20px;
}

#footer .copyright .ft-right select {
    padding-right: 30px;
}
#footer .copyright .ft-mid .sns ul {
	display:flex; gap:10px;
	margin-bottom:10px;
}
#footer .copyright .ft-mid .sns ul li {}
#footer .copyright p {
    font-weight: 400;
    margin-right: 30px;
}

#footer .copyright p em {
    margin-right: .3rem;
    font-weight: 400;
}

#footer .copyright p span {
    position: relative;
    margin: 0 .6rem;
}

#footer .copyright p span:after {
    position: absolute;
    content: "";
    display: block;
    width: 1px;
    height: 60%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #f17a7a;
}

#footer .copyright .bsy_num {
    margin-bottom: 1rem
}

#footer .copyright .copy {
    color: #ababab;
    margin-top: 5px;
    font-size: 14px;
}

#footer .copyright h3 {
    text-align: center;
    margin: 0.5rem 0 1rem;
    display: flex;
    justify-content: center;
}






/* =============================================================================
   ========================================================================== */
.global_search {
    margin-top: 2rem;
}

.cate_area {
    box-sizing: border-box;
    border-top: 2px solid #21416A;
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 2rem;
}

.search_all {
    overflow: hidden;
    width: 35%;
    margin: 0 auto;
    margin-bottom: 3rem;
    border: 2px solid #f17a7a;
    position: relative;
}

.search_all .searchBox select::-ms-expand {
    display: none;
    -webkit-display: none;
    -moz-display: none;
    -o-display: none;
    -ms-display: none;
}

.search_all .searchBox select.total_select {
    border: 0 none;
    padding: 0;
    margin: 0;
    background: transparent;
    outline: none;
    height: 2.5rem;
    line-height: 2.5rem;
    padding-right: 2.5rem;
    padding-left: 15px;
    border: none;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    background: #fff url('../../../images/gj/content/sel_icon.png') no-repeat right center;
    width: 100px;
}

.search_all .searchBox {
    border-right: none;
    width: calc(100% - 2.5rem);
    float: left;
    box-sizing: border-box;
}

.search_all .searchBox input.keyWord {
    height: 2.5rem;
    line-height: 2.5rem;
    background: transparent;
    border: none;
    width: calc(100% - 140px);
    padding-left: 10px;
}

.search_all input.btnSearch {
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
}

.tit-search h2 {
    text-align: center;
    font-size: 25px;
    font-weight: 500;
}

.tit-search h2 span {
    color: #000;
}

.tit-search h2 em {
    color: #FF3D00;
}

.cate_area h2 {
    font-size: 1.1rem;
    font-weight: bold;
    color: #212121;
    background: url('../../../images/gj/content/search_tit.gif') no-repeat left center;
    padding: 15px 25px;
}

.cate_area .folding {
    position: relative;
    padding: 10px 0px 0px 0px;
}

.cate_area .folding h3 {
    position: absolute;
    left: 50%;
    margin-left: -52px;
    bottom: -27px;
    cursor: pointer;
}

.cate_area .pt {
    padding-bottom: 35px;
}

.cate_area .pt ul {
    overflow: hidden;
    font-size: 0.85rem;
}

.cate_area .pt ul li {
    float: left;
    width: 25%;
    margin-top: 10px;
    background: url('../../../images/gj/content/ser_bul.gif') no-repeat left center;
    padding-left: 18px;
    box-sizing: border-box;
}

.cate_area .pt ul li a em {
    color: #7c7c7c;
    margin-left: 0.25rem;
    font-size: 0.8rem;
}

.cate_area .pt ul li.on a {
    color: #f17a7a;
    font-weight: bold;
}


.sr_result {
    position: relative;
}

.con .sr_result h3 {
    margin-bottom: 10px;
    font-size: 1.2rem;
    color: #212121;
    font-weight: normal;
    margin-top: 1rem !important;
    padding: 0;
}

.con .sr_result h3:before {
    display: none;
}

.con .sr_result h3 span {
    color: #FF3D00;
}

.sr_result p.more {
    position: absolute;
    top: 0px;
    right: 0px;
}

.sr_result p.gal_tit a {
    color: #333 !important;
    font-weight: 500;
    font-size: 18px;
    background: url('../../../images/gj/content/dot.gif') no-repeat left 10px;
    padding-left: 10px;
    display: inline-block;
}

.sr_result .gal_con {
    word-break: break-all;
    color: #848484;
    font-size: 16px;
    margin: 8px 0px;
    margin-left: 10px;
}

.sr_result .date {
    background: url('../../../images/gj/content/date.gif') no-repeat 0 center;
    padding-left: 20px;
    font-size: 12px;
    color: #adadad;
    padding-top: 2px;
}

.sr_result .sdate {
    margin-left: 10px;
}

.sr_result p.smore {
    position: absolute;
    top: 0;
    right: 0;
}

.sr_result .tb_wrap {
    background: url('../../../images/gj/content/dot_line2.gif') repeat-x left bottom;
    padding-bottom: 1rem;
}

.sr_result .tb_view {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}

.sr_result table.online_tb {
    border-bottom: solid 1px #e4e4e4;
}

.sr_result .tb_view thead th {
    color: #818181;
    font-weight: bold;
    padding: 11px 15px;
    font-size: 14px;
    text-align: left;
    vertical-align: middle;
    border-bottom: 1px solid #e4e4e4;
}

.sr_result .tb_view tbody th {
    color: #a1a6a9;
    font-weight: bold;
    padding: 11px 15px;
    text-align: left;
    background: url('../../../images/gj/content/th.gif') no-repeat right center;
    font-size: 12px;
}

.sr_result .tb_view tbody td {
    padding: 12px 10px;
    color: #818181;
    line-height: 20px;
    font-size: 13px;
}

.sr_result .tb_view tbody td.attached a {
    font-size: 12px;
    text-decoration: underline !important;
}

.sr_result .tb_view tbody td.date {
    font-size: 12px;
    text-align: center;
}

.sr_result .tb_view tbody td.view {
    background: url('../../../images/gj/content/th.gif') no-repeat left center;
    font-size: 12px;
    text-align: center;
}

.sr_result .tb_view tbody .vbar {
    background: url('../../../images/gj/content/th.gif') no-repeat right center;
    font-size: 12px;
    text-align: center;
}


.no_result {
    text-align: center;
    font-size: 18px;
    color: #848484;
}

.no_result b {
    color: #212121;
    font-size: 30px;
    font-weight: bold;
    line-height: 50px;
}


.fac_link {
    display: inline-flex;
    align-items: center;
    padding: 7px 20px;
    background: #9fc55e;
    border-radius: 50px;
    color: #fff;
    margin-top: -10px;
}

.fac_link img {
    margin-left: 5px;
}

.fac_link:hover {
    text-decoration: underline;
}

/********************************************************
********************************************************/
#navi .top_menu {
    display: none;
}

.top_banner {}

.top_banner .inner {}

.top_banner .inner .top_con {
    height: 100px;
    overflow: hidden;
}

.top_banner .inner .top_con .bx-wrapper .bx-pager {
    bottom: 0;
}

.top_banner .inner .top_con .bx-wrapper .bx-pager.bx-default-pager a:hover,
.top_banner .inner .top_con .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #f17a7a;
}

.top_banner .inner .top_con .bx-wrapper {}

.top_banner .inner .top_con .bx-wrapper .top_slide {}

.top_banner .inner .top_con .bx-wrapper .top_slide li {
    overflow: hidden;
}

.top_banner .inner .top_con .bx-wrapper .top_slide li a {
    overflow: hidden;
}

.top_banner .inner .top_con .bx-wrapper .top_slide li a div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    object-fit: cover;
}

#wrap .top_banner .inner .top_con .bx-wrapper .top_slide li a div img {
    min-height: 100%;
    min-width: fit-content;
    max-width: unset;
    object-fit: cover;
}

.top_footer {
    height: 30px;
    width: 100%;
    background: #ddd;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.top_footer {}

.top_footer .click label {
    font-size: 14px;
}

.top_footer .close_top {
    height: 30px;
    width: 30px;
    background: url(../../../images/gj/main/close.png) no-repeat center center;
    text-indent: -9999px;
    display: inline-block;
}


.header_inner {
    display: flex;
    align-items: flex-start;
    height: 80px;
    justify-content: space-between;
    border-bottom: solid 1px #ddd;
    padding: 0px 15px;
    position: relative;
    padding-right: 80px;
}

.header_inner .top_menu {
    width: 15rem;
    display: flex;
    align-items: center;
    height: 80px;
}

.header_inner .top_menu .logo {}

.header_inner .top_menu .logo a img {}

.header_inner .main_menu {
    width: 100%;
    max-width: 1200px;
    padding: 0px 30px;
    display: flex;
    justify-content: center;
}

.header_inner .main_menu .lnb {
    width: 100%;
}

.header_inner .main_menu .lnb > ul {
    display: flex;
    align-items: flex-start;
    justify-content:center;
    width: 100%;
    padding: 0px 1rem;
}

.header_inner .main_menu .lnb > ul li {
    padding: 0px 35px;
    position: relative;
}

.header_inner .main_menu .lnb > ul > li:first-child {
    width: auto;
}

.header_inner .main_menu .lnb > ul > li:nth-child(2) {
    width: auto;
}

.header_inner .main_menu .lnb > ul > li:nth-child(3) {
    width: auto;
}

.header_inner .main_menu .lnb > ul > li:nth-child(4) {
    width: auto;
}

.header_inner .main_menu .lnb > ul > li:nth-child(5) {
    width: auto;
}

.header_inner .main_menu .lnb > ul > li > div:not(.slideMenu) {}

.header_inner .main_menu .lnb > ul > li > div > a.first {
    height: 80px;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    width: 100%;
    display: block;
    line-height: 80px;
    text-align: center;
}

.header_inner .main_menu .lnb > ul > li > div > a.first::before {
    display: block;
    content: '';
    width: 0;
    height: 3px;
    background: #004098;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transition: all 0.5s;
    transform: translateX(-50%);
}

.header_inner .main_menu .lnb > ul > li:hover > div > a.first {
    color: #004098;
}

.header_inner .main_menu .lnb > ul > li:hover > div > a.first::before {
    width: 100%;
}

.header_inner .main_menu .lnb > ul > li > .slideMenu {
    background: #fff;
    display: none;
    width: 200px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.header_inner .main_menu .lnb > ul > li > .slideMenu .mainTitle {
    display: none;
}

.header_inner .main_menu .lnb > ul > li > .slideMenu .menuUL {
    z-index: 1000;
    background: #fff;
    position: relative;
}

.header_inner .main_menu .lnb > ul > li:hover > .slideMenu {
    display: block;
    width:200px;
}

.header_inner .main_menu .lnb > ul > li > .slideMenu .menuUL > li {
    padding: 0px 15px;
}

.header_inner .main_menu .lnb > ul > li > .slideMenu .menuUL > li > a {}

.header_inner .main_menu .lnb > ul > li > .slideMenu .menuUL > li > a.second {
    padding: 15px 5px;
    width: 100%;
    display: block;
    font-size: 16px;
    text-align: center;
    border-bottom: dashed 1px #ddd;
    line-height: 1.3;
}

.header_inner .main_menu .lnb > ul > li > .slideMenu .menuUL > li:hover {
    background: #efefef;
}

.header_inner .main_menu .lnb > ul > li > .slideMenu .menuUL > li > a.plus {}

.header_inner .main_menu .lnb > ul > li > .slideMenu .menuUL > li > .secondUL {}

.header_inner .main_menu .lnb > ul > li > .slideMenu .menuUL > li > .secondUL li {}

.header_inner .main_menu .lnb > ul > li > .slideMenu .menuUL > li > .secondUL li a.third {
    padding: 10px 5px;
    display: block;
    background: #efefef;
    font-size: 14px;
    position: relative;
    padding-left: 15px;
    display: none;
}

.header_inner .main_menu .lnb > ul > li > .slideMenu .menuUL > li > .secondUL li a.third::before {
    content: '';
    position: absolute;
    left: 8px;
    top: 15px;
    width: 2px;
    height: 2px;
    background: #000;
    display: block;
}

.header_inner .gnb {
    width: 200px;
    display: flex;
    gap: 10px;
    height: 80px;
    align-items: center;
    justify-content: center;
}

.header_inner .gnb li {}

.header_inner .gnb li a {
    font-size: 16px;
    border: solid 1px #000;
    border-radius: 50px;
    padding: 5px 10px;
    display: block;
}

.header_inner .btn-gnb-menu {
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    position: absolute;
    right: 0;
    top: 0;
}

.header_inner .btn-gnb-menu .btnAll {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.header_inner .btn-gnb-menu .btnAll span {
    width: 25px;
    height: 2px;
    background: #000;
    border-radius: 50px;
    display: block;
}

.header_inner .btn-gnb-menu .btnAll span:first-child {
    margin-top: 4px;
}

.header_inner .btn-gnb-menu .btnAll span:nth-child(2) {}

.header_inner .btn-gnb-menu .btnAll span:nth-child(3) {}

#menuAll {
    display: none;
}


#menuAll {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
}

#menuAll.open {
    display: block;
    z-index: 11111111;
}

#menuAll .dim_layer {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.95);
    opacity: 0;
    transition: opacity 0.35s ease;
}

#menuAll.open .dim_layer {
    opacity: 1;
    z-index: -1;
    position: absolute;
}

#menuAll #navi {
    position: relative;
    z-index: 2;
    height: 100%;
}

/* ê³µí†µ ë‹«ê¸° ë²„íŠ¼ */
#menuAll .close_bx {
    position: absolute;
    z-index: 20;
}

#menuAll .btn-gnb-menu-close button,
.btn-gnb-menu .btnAll {
    border: 0;
    background: none;
    padding: 0;
    cursor: pointer;
}

#menuAll .btn-gnb-menu-close button span,
.btn-gnb-menu .btnAll span {
    display: block;
    width: 28px;
    height: 3px;
    background: #fff;
    border-radius: 999px;
    transition: all 0.3s ease;
}

.btn-gnb-menu .btnAll span + span,
#menuAll .btn-gnb-menu-close button span + span {
    margin-top: 3px;
}

/* ë‹«ê¸° X */
#menuAll .close_btn {
    position: relative;
    width: 34px;
    height: 34px;
}

#menuAll .close_btn span {
    position: absolute;
    left: 3px;
    top: 15px;
    margin-top: 0 !important;
}

#menuAll .close_btn span:nth-child(1) {
    transform: rotate(45deg);
}

#menuAll .close_btn span:nth-child(2) {
    opacity: 0;
}

#menuAll .close_btn span:nth-child(3) {
    transform: rotate(-45deg);
}

/* ìƒë‹¨ ìœ í‹¸ */
#menuAll .top_menu {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

#menuAll .top_menu li a {
    color: #fff;
    font-size: 15px;
    padding: 8px 12px;
    border: 1px solid rgba(255,255,255,0.25);
    display: block;
}

#menuAll .slogan {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

#menuAll .slogan em {
    color: #fff;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
}

/* ì„œë¸Œë©”ë‰´ ê¸°ë³¸ */
#menuAll .mobile_top > ul > li > a.first {
    display: block;
    position: relative;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
}

#menuAll .mobile_top .menuUL,
#menuAll .mobile_top .secondUL {
    list-style: none;
    margin: 0;
    padding: 0;
}

#menuAll .mobile_top .menuUL li a,
#menuAll .mobile_top .secondUL li a {
    display: block;
    text-decoration: none;
    color: #fff;
}

#menuAll .mobile_top .mainTitle {
    display: none;
}
body.menu-open {
    overflow: hidden;
}


@media all and (max-width:1500px) {
    .header_inner .gnb {
		display:none;
	}
}
    @media all and (min-width: 1281px) {
        
    #menuAll #navi {
        width: 100%;
        height: 100%;
        padding: 60px 60px 80px;
        overflow-y: auto;
        box-sizing: border-box;
        color: #fff;
    }

    #menuAll .close_bx {
        top: 34px;
        right: 40px;
    }

    #menuAll .mobile_top {
        width: 100%;
        z-index: 1;
        position: relative;
    }

    #menuAll .mobile_top > ul {
        display: flex;
        flex-wrap: wrap;
        gap: 24px;
        align-items: flex-start;
    }

    #menuAll .mobile_top > ul > li {
        width: calc(20% - 19.2px);
        min-width: 220px;
    }

    #menuAll .mobile_top > ul > li > a.first {
        color: #fff;
        font-size: 24px;
        padding: 18px 0;
        border-bottom: 2px solid rgba(255,255,255,0.2);
        margin-bottom: 18px;
        pointer-events: none; /* PC ì „ì²´ë©”ë‰´ì—ì„  ì œëª© ì—­í•  */
    }

    #menuAll .mobile_top > ul > li > div {
        display: block !important;
    }

    #menuAll .mobile_top .menuUL > li > a.second {
        color: rgba(255,255,255,0.88);
        font-size: 17px;
        padding: 10px 0;
    }

    #menuAll .mobile_top .secondUL {
        margin: 6px 0 14px;
        padding: 8px 0 0 12px;
    }

    #menuAll .mobile_top .secondUL li a.third {
        color: rgba(255,255,255,0.62);
        font-size: 15px;
        padding: 7px 0;
    }
}
@media all and (max-width:1280px) {
	
	.header_inner .main_menu {
		width:100%;
	}
	.header_inner .main_menu .lnb > ul > li {
		width:auto;
	}
		
	
	.header_inner .main_menu .lnb > ul > li:first-child {
	    width: auto;
	}
	
	.header_inner .main_menu .lnb > ul > li:nth-child(2) {
	    width: auto;
	}
	
	.header_inner .main_menu .lnb > ul > li:nth-child(3) {
	    width: auto;
	}
	
	.header_inner .main_menu .lnb > ul > li:nth-child(4) {
	    width: auto;
	}
	
	.header_inner .main_menu .lnb > ul > li:nth-child(5) {
	    width: auto;
	}
    .header_inner .main_menu .lnb > ul {
        justify-content:flex-end;
    }
}


@media all and (max-width:1280px) {
    .header_inner .main_menu {
        display: none;
    }
    
    #menuAll #navi {
        position: absolute;
        top: 0;
        right: 0;
        width: 90%;
        max-width: 300px;
        height: 100%;
        background: #111;
        transform: translateX(100%);
        transition: transform 0.35s ease;
        overflow-y: auto;
        box-sizing: border-box;
        padding: 70px 20px 30px;
    }

    #menuAll.open #navi {
        transform: translateX(0);
    }

    #menuAll .close_bx {
        top: 18px;
        right: 18px;
    }

    #menuAll .top_menu {
        justify-content: flex-start;
        flex-wrap: wrap;
        margin-bottom: 20px;
        width: 100%;
    }

    #menuAll .top_menu li {
        width: calc(50% - 5px);
    }

    #menuAll .top_menu li a {
        text-align: center;
        font-size: 13px;
        padding: 10px 8px;
    }

    #menuAll .slogan {
        margin-bottom: 20px;
    }

    #menuAll .slogan em {
        font-size: 24px;
    }

    #menuAll .mobile_top > ul {
        display: block;
    }

    #menuAll .mobile_top > ul > li {
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }

    #menuAll .mobile_top > ul > li > a.first {
        color: #fff;
        font-size: 17px;
        padding: 16px 34px 16px 0;
    }

    /* í•˜ìœ„ ìžˆëŠ” 1depth í™”ì‚´í‘œ */
    #menuAll .mobile_top > ul > li.has-child > a.first::after {
        content: "";
        position: absolute;
        right: 4px;
        top: 50%;
        width: 10px;
        height: 10px;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transform: translateY(-60%) rotate(45deg);
        transition: transform 0.3s ease;
    }

    #menuAll .mobile_top > ul > li.active > a.first::after {
        transform: translateY(-30%) rotate(-135deg);
    }

    #menuAll .mobile_top > ul > li > div {
        display: none;
        padding: 0 0 14px;
    }

    #menuAll .mobile_top .menuUL > li > a.second {
        color: rgba(255,255,255,0.88);
        font-size: 15px;
        padding: 12px 0 12px 10px;
        position: relative;
    }

    #menuAll .mobile_top .menuUL > li.plus > a.second::after,
    #menuAll .mobile_top .menuUL > li > a.second.plus::after {
        content: "";
        position: absolute;
        right: 4px;
        top: 50%;
        width: 8px;
        height: 8px;
        border-right: 2px solid rgba(255,255,255,0.8);
        border-bottom: 2px solid rgba(255,255,255,0.8);
        transform: translateY(-60%) rotate(45deg);
        transition: transform 0.3s ease;
    }

    #menuAll .mobile_top .menuUL > li.active > a.second.plus::after,
    #menuAll .mobile_top .menuUL > li.active > a.second::after {
        transform: translateY(-30%) rotate(-135deg);
    }

    #menuAll .mobile_top .secondUL {
        display: none;
        padding: 4px 0 8px 15px;
    }

    #menuAll .mobile_top .secondUL li a.third {
        color: rgba(255,255,255,0.62);
        font-size: 14px;
        padding: 9px 0;
    }
}

@media all and (max-width:1400px) {
    div#wrap div#container div#section {
    padding: 0px 15px;
    }
    .header_inner .main_menu .lnb > ul > li > div > a {
        font-size: 18px !important;
    }

}

@media (max-width:1200px) {
    #wrap {
        overflow-x: hidden;
    }

    #wrap img {
        max-width: 100%;
        width: auto;
    }



    #sepration .section {
        width: 100%;
    }

    .section_lnb > .inr {
        width: 100%;
        padding: 0 1rem;
    }

    .left_menu {
        width: 100%;
    }

    .left_menu .path {
        width: 20%;
    }

    .left_menu ul li a {
        padding: 0 0.5rem;
    }

    div#wrap div#container div#section div.left_menu > ul > li > a {
        font-size: 0.7rem;
    }

    .tab_menu {
        width: 100%;
    }

    .tab_menu {
        width: 100%;
        margin-bottom: 2.5rem;
    }

    #container .inn {
        width: 100%;
        padding: 0 1rem;
    }

    #container .padd {
        width: 100%;
        padding: 4rem 1rem;
    }

    #container #section .right_content .content_title {
        width: 100%;
        margin: 0 auto;
        padding: 2rem 1rem 0;
    }

    div#wrap div#container div#section {
        width: 100%;
    }

    #footer .footermenu {
        width: 100%;
    }

    #footer .copyright {
        width: 100%;
        padding: 1rem 1rem 2rem;
        box-sizing: border-box;
        flex-direction: column;
    }

    #footer .copyright h3 {
        margin-right: 1rem;
    }

    .topBt {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .topBt.over {
        left: auto;
        right: 10px;
        bottom: 10px;
    }



    .dim_layer {
        display: none;
    }


    .btnSearch1 {
        height: 60px;
        right: 60px;
        left: unset;
    }



    #sepration .section .top-wrap {
        padding: 50px 0px;
    }
    

    div#wrap div#container div#section {
        padding: 2rem 15px 4rem;
    }

    div#wrap div#container div#section div.left_menu {
        display: none;
    }

    div#wrap div#container div#section div.right_content {
        padding: 0;
        width: 100%;
    }


}


/********************************************************
********************************************************/
@media (max-width:1030px) {

    html {
        font-size: 16px;
    }

    body {
        font-size: 1rem
    }

    .web {
        display: none;
    }

    .tablet {
        display: block;
    }

    #sepration .section h2 {
        background-size: contain;
        text-align: center;
        padding-left: 0;
        width: 100%;
        font-size: 36px;
    }

    .mobile_lan {
        position: absolute;
        right: 4rem;
        top: 23px;
    }

    .option_list {
        top: 3rem;
        right: 4rem;
        box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
    }

    .option_list li a {
        font-size: 1rem;
        padding: 15px;
    }


    #footer .copyright h3 img {
        width: 12rem;
    }


    #sepration .section {}





    #sepration .section p {}

    #sepration {
        background: #fff;
    }

    #sepration .section .top-wrap::before {
        right: -6px;
        left: unset;
        height: 50px;
        width: 50px;
        background-size: contain;
        background-position: right center;
    }


    .mainTitle {
        display: none;
    }

    .lm_bg {
        margin-top: -3rem;
        height: 3rem;
    }

    .tab_view {
        display: block;
        cursor: pointer;
        background: rgba(0, 0, 0, 0.85);
        background-size: 12px auto;
        padding: 1rem .75rem;
        font-size: 1.1rem;
        box-sizing: border-box;
        color: #fff;
        box-sizing: border-box;
        padding-left: 0.75rem;
        font-weight: normal;
        position: relative;
        text-align: center;
    }

    .tab_view span {
        position: absolute;
        top: 50%;
        right: 1rem;
        margin-top: -4.5px;
        display: block;
    }

    .tab_view span img {
        width: 13px;
    }

    .tab_view.on {
        cursor: pointer;
    }

    .tab_view.on span img {
        transform: rotateX(180deg);
    }

    .left_menu .path {
        display: none;
    }


    .left_menu ul {
        display: none;
        z-index: 100;
        position: absolute;
        width: 100%;
        left: 0;
        background: #fff;
        text-align: center;
        margin: 0 auto;
        line-height: 0;
        box-sizing: border-box;
        padding: 1rem .75rem;
        box-shadow: 6px 6px 6px 0px rgba(25, 25, 25, 0.15);
        -webkit-box-shadow: 6px 6px 6px 0px rgba(25, 25, 25, 0.15);
        -moz-box-shadow: 6px 6px 6px 0px rgba(25, 25, 25, 0.15);
        border-radius: 0;
    }

    .left_menu ul li {
        width: 100% !important;
        border: none !important;
        margin-left: 0;
        vertical-align: middle;
        box-sizing: border-box;
    }

    .left_menu ul li a {
        display: block;
        padding: .75rem .75rem;
        line-height: 1.0;
        height: auto;
        font-weight: 500;
        font-size: 1.1rem;
        color: #1F1300;
        text-transform: capitalize;
    }

    .left_menu ul li strong {
        font-weight: 500;
    }

    .left_menu ul li.on a:before {
        display: none;
    }

    .left_menu ul li.on a {
        background: none;
        color: #f17a7a;
    }

    #container #section .right_content .content_title p:after {
        right: auto;
        left: -10%;
    }

    #container #section .right_content .content_body {
        width: 100%;
        font-size: 1rem;
        padding: 0px 0px;
    }

    input,
    textarea,
    select {
        font-size: 1rem;
    }

    div#wrap div#container div#section div.left_menu.mp {
        display: block;
        position: absolute;
        width: 100%;
        margin-top: -5rem;
    }

    div#wrap div#container div#section div.left_menu.mp h2 {
        width: 100%;
        display: block;
        height: 3rem;
        background: rgba(0, 0, 0, 0.6);
        font-size: 1rem;
        line-height: 3rem;
        font-weight: 400;
        text-align: left;
        padding: 0 1rem;
        position: relative;
    }

    div#wrap div#container div#section div.left_menu.mp h2:after {
        display: block;
        position: absolute;
        content: '';
        right: 1rem;
        background: url(../../../images/gj/content/sub_arrow.png) no-repeat;
        width: 13px;
        height: 9px;
        top: 50%;
        transform: translateY(-50%);
    }

    div#wrap div#container div#section div.left_menu.mp > ul > li > a {
        width: 100%;
        height: 3rem;
        line-height: 3rem;
        font-size: 0.85rem;
        border-bottom: none;
        display: block;
        color: #060606;
        font-weight: 400;
        position: relative;
        padding: 0;
    }

    div#wrap div#container div#section div.left_menu.mp > ul > li > a:after {
        display: none;
    }

    div#wrap div#container div#section div.left_menu.mp > ul > li.on > a > strong {
        color: #F6AB00;
    }

    .m_search_bx {
        /* display:none; */
        position: relative;
        left: 0;
        /* top:3.9rem; */
        /* width:100%; */
    }

    .s_input_wrap {
        overflow: hidden;
        width: calc(100vw - 20px);
        top: 60px !important;
    }

    .s_input_wrap input.insearch {
        float: left;
        display: inline-block;
        margin: 0;
        padding: 0 20px;
        width: 80%;
        height: 45px;
        line-height: 48px;
        border: none;
        color: #4B4F58;
        background-color: #f3f1f2;
        font-weight: bold;
        box-sizing: border-box;
        border-radius: 0;
    }

    .inbtn {
        float: left;
        display: inline-block;
        margin: 0;
        padding: 0 0 0px 0;
        border: none;
        color: #fff;
        text-align: center;
    }

    a.inbtn {
        padding: 0 0 0 0;
        width: 20%;
        height: 45px;
        background-color: #000;
        line-height: 45px;
        color: #fff;
    }

    input.insearch::-webkit-input-placeholder {
        /* WebKit, Blink, Edge */
        color: #4B4F58;
    }

    input.insearch::-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #4B4F58;
    }

    input.insearch:-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #4B4F58;
    }

    input.insearch:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #4B4F58;
    }

    input.insearch:placeholder-shown {
        /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
        color: #4B4F58;
    }

    a.inbtn {
        font-size: 1rem;
        background: #000;
    }

}

@media all and (max-width:960px) {
    #footer .cp_adress {
        flex-direction: column;
        align-items: flex-start;
    }
}


@media (max-width:810px) {
    .tab_menu ul li {
        font-size: 0.9rem;
    }
}

/********************************************************
********************************************************/
@media (max-width:767px) {
    html {
        font-size: 15px;
    }

    body {
        font-size: 1rem
    }

    .mob {
        display: block;
    }

    .mobile_lan {
        top: 19px;
    }

    #wrap {
        font-size: 1rem;
    }


    #container #section .right_content .content_title .top h3 {
        font-size: 1.3333rem;
        padding-top: 4rem;
    }

    #container #section .right_content .content_title .top h3:before {
        top: 1.5rem;
    }

    .artist_list td.artist_img {
        width: 30% !important;
    }

    #sepration .section {
        font-size: .75rem;
    }

    #sepration .section h2 {
        font-size: 1.5rem;
    }

    #sepration .section h3 {
        font-size: 1rem;
    }

    #sepration .section p a {
        margin-left: 1rem;
        padding-left: 1rem;
    }


    #footer .copyright h3 {
        position: relative;
        bottom: 0;
        display: block;
        margin-top: 1rem;
        float: none;
        margin-right: 0;
    }

    .search_all {
        width: 100%;
    }

    .search_all input.btnSearch {
        width: 2rem;
    }

    .cate_area .pt ul li {
        width: 33.33%;
    }

    .tit-search h2 {
        line-height: 1.3;
    }

    .cate_area .pt ul {
        font-size: 0.7rem;
    }

    #sepration .section .top-wrap {
        padding: 30px 0px;
    }
    #sepration .section p a  {
    	font-size:14px;
    }
    #sepration .section p a:first-child {
    	height:24px;
    	padding-left:40px;
    	line-height:24px;
    }
    
}

@media (max-width:600px) {

    #footer .footermenu ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 0px;
        margin-left: 0;
    }

    #footer .footermenu ul li {
        display: block;
        margin-right: 1rem;
        padding: 0;
    }

    #footer .footermenu ul li:after {
        display: none;
    }

    #footer .cp_adress .addr {
        flex-direction: column;
        align-items: flex-start;
    }

    #footer .cp_adress .addr dl {
        margin-top: 3px;
    }

    #footer .cp_adress .addr dl dt {
        padding-left: 6px;
        font-size: 13px;
    }

    #footer .cp_adress .addr dl dd {
        padding-right: 10px;
        font-size: 13px;
    }

    #footer .copyright .copy {
        font-size: 13px;
    }

}

@media all and (max-width:460px) {
    #footer .footermenu ul li a {
        font-size: 14px;
    }

    #footer .cp_adress {
        font-size: 14px;
    }

    #footer .copyright .ft-right {
        top: 80px;
        left: 15px;
    }

    #footer .copyright .ft-right select {
        width: 100%;
    }
}

@media (max-width:379px) {
    .tab_menu ul li {
        width: 33.33333% !important;
        font-size: 0.84rem;
    }

    #footer .copyright .ft-left h3 {
        margin-bottom: 50px;
    }
}

.m_search_bx {
    display: block;
}

.s_input_wrap {
    display: flex;
    box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.04);
    position: absolute;
    top: 100%;
    right: 0px;
    align-items: center;
    padding: 10px;
    background: #fff;
}


.page-t {
    padding-bottom:20px;
    margin-bottom:30px;
    border-bottom:solid 2px #d9e6f7;
}
.page-t b {
    
    font-size:30px;
}
input[type='submit'],
input[type='button'],
input[type='image'] {
	cursor:pointer;
}