@charset "utf-8";
/* CSS Document */


/*****************************************************
	Common
*****************************************************/
ul,
ol {
    margin: 0;
}

ul:after,
ol:after {
    content: '';
    display: block;
    clear: both;
}

@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 1024px) {}

@media (min-width: 1200px) {}

@media (min-width: 1400px) {
	
}


/*****************************************************
	Include
*****************************************************/

a:hover,
a:focus {
    color: #000;
}
.greeting-slogan-wrapper .greeting > span.mobile-span-br {
	display: inline-block;
}

body.fixed {
    height: 100%;
    overflow: hidden;
}

/* wrapper */
.wrapper {
    position: relative;

}


.container {

    max-width: 1440px;


}

.contents-area {
    margin-bottom: 50px;
}

/* HEADER 2024 RENEWAL */



#header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: transparent;
    transition: all 0.2s ease-in-out;
    z-index: 100;
}

#header .gnb {
    z-index: 300;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
}

#header .gnb .container {
    padding-right: 0px;
}

#header .gnb .header-util {
    display: flex;
    flex-wrap: nowrap;
}


#header .gnb .header-util:after {
    /* content: "";
	clear:both;
	display: block; */
}

#header .gnb .header-util > ul {
    display: flex;
    align-items: center;
}

#header .gnb .header-util > ul > li {
    position: relative;
    float: left;
    padding: 0px 16px;
}

#header .gnb .header-util > ul > li:first-child {
    padding-left: 0px;
}

#header .gnb .header-util > ul > li:not(:last-child) {
    border-right: 1px solid #e6e6e6;
}

#header .gnb .header-util > ul > li > a {
    display: block;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    transition: 0.3s;
    cursor: pointer;
    position: relative;
    padding-left: 32px;
}

#header .gnb .header-util > ul > li > a::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);

    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url('/_res/sckit/img/ico_join_01.png');
}

#header .gnb .header-util > ul > li > a:hover,
#header .gnb .header-util > ul > li > a:focus {
    text-decoration: underline;
}

#header .gnb .header-util .gnb-btn-home {
    width: 24px;
    height: 24px;
    text-indent: -9999999px;

    margin-left: 100px;
    position: relative;

    background-size: 24px 24px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/icon_home_white01.png);
}

#header .container {}

#header .navbar {
    position: relative;
    top: 0px;
    left: 0;
    padding: 0;

    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    /* height: 6.375rem; */
    height: 100px;
    background-color: transparent;
    z-index: 999 !important;
    color: #fff;
}

.wrapper.fixed #header .navbar {
    position: fixed;
    top: 0;
    display: flex;
    align-items: center;
}

#header .navbar > .container {
    position: static;
    padding: unset;
    max-width: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
}

#header .navbar > .container:after {
    content: "";
    clear: both;
    display: block;
}

#header .navbar .navbar-brand {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 32px;
    margin: 0;
    padding: 0;
}

#header .navbar .navbar-brand a {
    position: relative;
    display: flex;
}

#header .navbar .navbar-brand a::before {
    content: '';
    display: block;
    width: 223px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url('/_res/sckit/img/logo.png');
}

#header .navbar .navbar-brand img {
    /* width: 10.63rem; */
}

#header .navbar .navbar-brand strong {
    display: inline-block;
    /* margin-left: 1.375rem; */
    padding-left: 20px;
    font-size: 21px;
    line-height: 100%;
    /* background-size: 1px 0.875rem; */
    font-weight: 600;
    color: #fff;
}

#header .nav-bg-fostrap {
    display: none;
}

#header .top-menu-btn {
    right: 0;
}

#header .top-menu-btn .all-menu {
    display: block;
}

#header #top-menu {
    position: static;
    width: auto;
    height: none;
    background-color: transparent;
    right: inherit;
    float: right;
    margin-left: 0;
}

#header #top-menu .navbar-title {
    display: none;
}

#header #top-menu .navbar-nav {
    display: inherit;
    border-bottom: 0;
}

#header #top-menu .navbar-nav > li {
    display: inline-block;
    float: left;
    border: none;
    padding: 0 1.5rem 0 1.5rem;
    position: relative;
}

#header #top-menu .navbar-nav > li:last-child {
    background: transparent;
}

#header #top-menu .navbar-nav > li > a {
    display: block;
    text-align: center;
    background-color: transparent;
    color: #fff;
    height: 100%;
    font-size: 20px;
    line-height: 140%;
    font-weight: 500;
    /* padding: 0 0 3.688rem 0; */
    background: transparent;
}

#header #top-menu .navbar-nav > li.mobile-active > a,
#header #top-menu .navbar-nav > li.active > a,
#header #top-menu .navbar-nav > li > a.active,
#header #top-menu .navbar-nav > li a:hover,
#header #top-menu .navbar-nav > li a:focus {
    color: #72d9ff;
    text-decoration: none;
    background: transparent;
}

#header #top-menu .navbar-nav > li .depth2,
#header #top-menu .navbar-nav > li.active .depth2 {
    position: absolute;
    border-radius: 1.125rem;
    top: 2.125rem;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
    border: 3px solid #0d76cf;
    background-color: #fff;
    min-width: 13rem;
    display: none;
    z-index: 100;
    padding: 2.125rem;
}

#header #top-menu .navbar-nav > li:nth-child(1) .depth2 {}

#header #top-menu .navbar-nav > li:nth-child(2) .depth2 {}

#header #top-menu .navbar-nav > li:nth-child(3) .depth2 {}

#header #top-menu .navbar-nav > li .container {
    position: relative;
    padding: 0;
    margin: 0;
}

#header #top-menu .navbar-nav > li .container .row {
    display: block;
    margin: 0;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#header #top-menu .navbar-nav > li .container .row:after {
    content: "";
    clear: both;
    display: block;
}

#header #top-menu .navbar-nav > li .depth2 .depth2-inner {
    padding: 0;
    margin: 0;
    width: fit-content;
    max-width: 100%;
    max-width: initial;
    padding: 0;
    text-align: center;
}

#header #top-menu .navbar-nav > li .depth2 .depth2-inner:not(:last-child) {
    margin-bottom: 10px;
}

#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul {
    padding: 0;
}

#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li {
    border-top: 0;
}

#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li > a {
    position: relative;
    background-color: transparent;
    border: 0;
    color: #777777;
    font-size: 18px;
    line-height: 133%;
    font-weight: 500;
    padding: 0;
    display: block;
}

#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li > a {}

#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li > a .arrow {
    display: none;
}

#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li.active > a {
    color: #0d76cf;
    font-weight: 600;
    background-color: transparent;
}

#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li:hover > a,
#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li:focus > a,
#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li > a.active {
    color: #0d76cf;
    font-weight: 600;
    text-decoration: none;
}

#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li:hover > a::after,
#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li:focus > a::after,
#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li:focus > a.active::after {
    content: '';
    display: block;
    background-color: #0d76cf;
    border-radius: 100%;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 0;
    right: -8px;
    opacity: 0;
    animation-name: menu-focus-fade;
    animation-duration: 0.3s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}

/*
#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li > a.active::after {
	content:'';
	display:block;
	background-color: #0d76cf;
	border-radius:100%;
	width:5px;
	height:5px;
	position:absolute;
	top:0;
	right:-8px;
	opacity: 1 !important
}

@keyframes menu-focus-fade{

	0%{

		opacity:0;


	}

	100%{

		opacity:1;
	}


}
*/


#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li .depth3,
#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li.active .depth3 {
    display: none;
}

#header #top-menu .navbar-nav > li .depth2 .depth2-inner .depth3 > li {
    border-bottom: 0;
}

#header #top-menu .navbar-nav > li .depth2 .depth2-inner .depth3 > li > a {
    color: #424242;
    padding: 0.3125rem 0;
    font-size: 0.9rem;
    background-image: url('../img/top-menu-bullet02.gif');
}

#header #top-menu .navbar-nav > li .depth2 .depth2-inner .depth3 > li > a:hover,
#header #top-menu .navbar-nav > li .depth2 .depth2-inner .depth3 > li > a:focus {
    color: #1c5ebc;
    /*text-decoration: underline;*/
    font-weight: 600;
}

.mask-totalmenu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    z-index: 10;
}

.board-area .search-wrapper.sort .sort-select-area .sort-select-box select {
    width: 150px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    margin-right: 10px;
    font-size: 16px;
    color: #666666;
    background-color: #fff;
    background-position: 95% center;
    background-size: 5px 4px;
}

/* //HEADER 2024 RENEWAL */



/*??????*/

.title0101,
.bullet-type01 .title0101 {
    margin: 0 0 10px 0;
    padding-left: 30px;
    color: #333333;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    background-image: url(/_res/sckit/img/bul_type01.png);
    background-repeat: no-repeat;
    background-position: left 6px;
    background-size: 20px 20px;
    word-break: keep-all;
    letter-spacing: -0.5px;
}

.title0501,
.bullet-type01 .title0501 {
    margin: 10px 0;
    padding-left: 14px;
    color: #333333;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    background-repeat: no-repeat;
    background-position: left 12px;
    background-size: 6px 6px;
    word-break: keep-all;
    letter-spacing: -0.5px;
}

.board-reply-box {
    padding: 0;
    border-top: 2px solid #424242;
}

.board-reply-box h4,
.total-reply-count,
.reply-total-txt {
    margin: 0;
    padding: 15px 0;
}


.board-reply-box .write-reply {
    padding: 0;
}

.board-reply-box .write-reply textarea {
    margin-bottom: 0;
}

.board-reply-box .write-reply .btn-wrap li {
    margin: 0;
}


.board-reply-list-box {
    padding: 20px 0;
    border-top: 1px dashed #d0d0d0;
    margin-bottom: -1px;
}

.board-reply-list-wrap > li:nth-of-type(even) {
    background-color: #f7f7f7;
}

.sub-container ul.btn-wrap,
.sub-container ul.paging-wrap {
    margin: 20px 0 !important;
}

/*table*/
.table-type01 table tbody th {
    font-size: 17px;
    line-height: 26px;
}

.table-type01 table tbody td {
    font-size: 17px;
    line-height: 26px;
}

.table-type01 table thead th {
    font-size: 17px;
    line-height: 26px;
}


/*????????????*/
.word-type01 {
    padding-bottom: 20px;
    color: #666666;
    font-size: 18px;
    line-height: 150%;
    font-weight: 300;
    word-break: keep-all;
}

.ol-list01 > li {
    color: #666;
    padding-left: 40px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 155%;
}
.ol-list01 > li > strong {
	color: #333;
	font-weight: 500;
}
.ol-list01.mtop30 {
    margin-top: 30px !important;
}

.ol-list01 > li .number,
.ol-list04 > li .number {
    position: absolute;
    top: 0;
    left: 0;
    background: #f4f6fa;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 30px;
    line-height: 30px;
    font-size: 15px;
    font-weight: 500;
}

.ul-list01 > li {
    color: #666;
    font-size: 18px;
    line-height: 155%;
    margin-bottom: 2px;
    background-position: left 13px;
    padding-left: 10px;
}

.ul-list01 > li > a.email {
    color: #2584d5;
}

.btn-detail-view02 {
    display: inline-block;
    vertical-align: middle;
    height: auto;
    padding: 10px 22px 10px 22px;
    background: #f4f4f4;
    color: #828282;
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
    border-radius: 30px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn-detail-view03 {
    display: inline-block;
    vertical-align: middle;
    height: 56px;
    padding: 0 30px;
    background: #495057;
    color: #fff;
    font-size: 18px;
    line-height: 56px;
    font-weight: 500;
    border-radius: 30px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn-detail-view03:hover {
    color: #fff;
}

.btn-detail-view03 > img {
    display: inline-block;
    vertical-align: baseline;
    width: 18px;
    margin-left: 14px;
    margin-bottom: 2px;
}

.btn-new-window {
    height: auto;
    padding: 15px 30px 15px 29px;
    border-radius: 30px;
}

.btn-new-window > span {
    font-size: 16px;
}
.btn-new-window.small {
	margin-bottom: 15px;
}

.ul-list01.location > li {
    font-size: 18px;
    line-height: 38px;
    padding-left: 390px;
}

.location dl > dd {
    color: #666666;
    font-size: 18px;
    line-height: 38px;
    font-weight: 300;
}

.location dl > dt {
    font-size: 18px;
    line-height: 36px;
}
.company-area02 > .company-box {
	border-radius: 15px;
}




@media only all and (max-width: 1544px) {

    #header .navbar .navbar-brand strong {
        padding-left: 12px;
        font-size: 20px;
    }

    #header #top-menu .navbar-nav > li > a {
        font-size: 17px;
    }

}


@media only all and (max-width: 1439px) {

    #header .navbar .navbar-brand img {
        width: 45%;
    }

    #header .navbar .navbar-brand a::before {
        width: 180px;
        height: 24px;
    }


    #header .navbar .navbar-brand strong {
        padding-left: 8px;
        font-size: 20px;
    }

    #header #top-menu .navbar-nav > li {
        padding: 0 1.5rem 0 1.5rem;
    }

    #header #top-menu .navbar-nav > li .depth2,
    #header #top-menu .navbar-nav > li.active .depth2 {
        padding: 35px 0px;
    }
	.greeting-wrapper .bg-img {
    	width: 35%;
	}
	.greeting-slogan-wrapper .greeting > span.mobile-span-br {
        display: block;
    }


}



@media only all and (max-width: 1280px) {
    .map-wrapper + .btns-area > .btn-new-window {
        font-size: 16px;
        padding: 16px 16px 16px 16px;
        letter-spacing: -1px;
    }
}


@media only all and (max-width: 1239px) {

    #header #top-menu .navbar-nav {
        margin-left: 120px;
    }

    #header #top-menu .navbar-nav > li {
        padding: 0 1rem 0 1rem;
    }

    #header #top-menu .navbar-nav > li .depth2,
    #header #top-menu .navbar-nav > li.active .depth2 {
        padding: 35px 0;
    }

}




@media (min-width: 1200px) {

    #header #top-menu {
        float: left;
        /* margin-left: 11.688rem; */
    }

    #header #top-menu .navbar-nav > li:nth-child(1) .depth2 {}

    #header #top-menu .navbar-nav > li:nth-child(2) .depth2 {}

    #header #top-menu .navbar-nav > li:nth-child(3) .depth2 {}

    #header #top-menu .navbar-nav > li:nth-child(4) .depth2 {}

    #header #top-menu .navbar-nav > li:nth-child(5) .depth2 {}

    #header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li a.active:before {
        position: absolute;
        top: 5px;
        right: -10px;
        content: "";
        display: block;
        width: 5px;
        height: 5px;
        background: #0d76cf;
        border-radius: 100%;
    }

}




/* HEADER - MOBILE RESPONSIVE */

@media only all and (max-width: 1023px) {
    /* Header */

    #header {

        height: 3.438rem;

    }

    #header .gnb {
        display: none;
    }

    #header .navbar {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 3.438rem;
        padding: 0;
        z-index: 200;
    }

    .wrapper.fixed #header .navbar {
        position: fixed;
    }


    #header .navbar > .container {
        position: relative;
        justify-content: flex-start;
        height: 100%;
    }

    #header .navbar .header-bg {
        display: none;
    }

    #header .navbar .navbar-brand {
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
    }

    #header .navbar .navbar-brand a {}

    #header .navbar .navbar-brand img {
        width: 11.25rem;
    }

    #header .navbar .navbar-brand strong {
        display: inline-block;
        color: #fff;
        font-size: 1.166rem;
    }





    /* ????????? ???????????? */
    /* ????????? ???????????? ?????? */
    #header .nav-bg-fostrap {
        display: block;

        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 15px;
        margin: 0;
        padding: 0;
    }

    #header .nav-bg-fostrap .navbar-fostrap {
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        margin: 0;
        padding: 6px 0;
        transition: 0.3s;
    }

    #header .nav-bg-fostrap .navbar-fostrap span {
        height: 0.166rem;
        background: #fff;
        display: block;
        width: 1.583rem;
    }


    #header .nav-bg-fostrap .navbar-fostrap:hover span,
    #header .nav-bg-fostrap .navbar-fostrap:focus span {}

    #header .nav-bg-fostrap .navbar-fostrap span:nth-child(2) {
        margin: 0.416rem 0;
    }

    .wrapper.fixed #header .nav-bg-fostrap .navbar-fostrap span {
        background-color: #000 !important;
    }


    #header #top-menu .navbar-nav > li .depth2,
    #header #top-menu .navbar-nav > li.active .depth2 {
        position: relative;
        top: unset;
        left: -1rem;
        background-color: #fff;
        width: calc(100% + 2rem);
        display: none;
        z-index: 100;
        padding: unset;
        /* padding: 32px 0px 32px 640px; */

        transform: unset;
        border-radius: 0;

        box-shadow: unset;
        border: 0;
        border-top: 1px solid #e6e6e6;
        background-color: #f9f9f9
    }




    /* ????????? ???????????? */

    #header #top-menu {
        position: fixed;
        background: #fff;
        width: 25.833rem;
        height: 100%;
        display: block;
        float: none;
        right: -100%;
        top: 0;
        -webkit-transition: right 0.25s ease;
        -moz-transition: right 0.25s ease;
        -ms-transition: right 0.25s ease;
        -o-transition: right 0.25s ease;
        transition: right 0.25s ease;
        margin: 0;
        border: 0;
        border-radius: 0;

        z-index: 444;
    }

    #header #top-menu.visible {
        right: 0px;
        overflow-y: auto;
        overflow-x: hidden;
        z-index: 99;
    }

    /* ????????? ???????????? ????????? */
    #header #top-menu .navbar-title {
        position: relative;
        padding: 1.833rem 1.666rem;
        background-color: #12213a;
        display: block;

        display: flex;
        flex-wrap: no-wrap;
        align-items: center;
    }

    #header #top-menu .navbar-title > h3 {
        color: #fff;
        font-size: 1.333rem;
        line-height: 100%;
        margin-bottom: 0;
        font-weight: 600;
    }

    #header #top-menu .navbar-title .navbar-close {
        position: absolute;
        font-size: 1.25rem;
        top: 50%;
        transform: translateY(-50%);
        right: 1.666rem;

        display: inline-block;
        color: #fff;
    }

    #header #top-menu .navbar-title .navbar-title-menu {
        display: flex;
        align-items: center;
        margin-left: 2.083rem;
    }

    #header #top-menu .navbar-title .navbar-title-menu:after {
        content: "";
        clear: both;
        display: block;
    }

    #header #top-menu .navbar-title .navbar-title-menu > a {
        color: #fff;
        display: block;

        font-size: 1.083rem;
        font-weight: 500;
        text-align: center;
        padding: 0 10px;
    }

    #header #top-menu .navbar-title .navbar-title-menu > a:not(:last-child) {

        margin-right: 0.833rem;
    }


    #header #top-menu .navbar-title .navbar-title-menu > a:nth-child(3) {
        margin-right: 0;
    }





    /* ???????????? 1??? */


    .row {
        display: block;
    }



    #header #top-menu .navbar-nav {
        float: none;
        /*
	margin-top: 0.666rem;
	*/
        margin-left: 0;
    }

    #header #top-menu .navbar-nav > li {
        display: block;
        width: 100%;
        border-bottom: 1px solid #ededed;
    }

    #header #top-menu .navbar-nav > li > a {
        display: block;
        background-image: url(../img/icon_arrow_down03.png);
        background-repeat: no-repeat;
        background-position: 95% center;
        background-size: 1rem 0.583rem;
        color: #333333;
        font-size: 1.416rem;
        font-weight: 700;
        /* font-size: 1.063rem; */
        padding: 1.5rem 0rem;
        text-align: left;
        /*
	border-bottom:1px solid #ededed;
	*/

    }

    #header #top-menu .navbar-nav > li.active > a,
    #header #top-menu .navbar-nav > li.mobile-active > a {
        background-image: url(../img/icon_arrow_up02.png);
        background-size: 1rem 0.583rem;
        color: #0d76cf;
        background-repeat: no-repeat;
        background-position: 95% center;



    }

    #header #top-menu .navbar-nav > li .depth2 .depth2-inner:not(:last-child) {
        margin-bottom: 0px;
    }

    #header #top-menu .navbar-nav > li.mobile-active > a,
    #header #top-menu .navbar-nav > li.active > a,
    #header #top-menu .navbar-nav > li > a.active,
    #header #top-menu .navbar-nav > li a:hover,
    #header #top-menu .navbar-nav > li a:focus {

        background-image: url(../img/icon_arrow_up02.png);
        background-size: 1rem 0.583rem;
        color: #0d76cf;
        background-repeat: no-repeat;
        background-position: 95% center;


    }




    #header #top-menu .navbar-nav > li a:hover,
    #header #top-menu .navbar-nav > li a:focus {
        color: #0d76cf;
    }

    #header #top-menu .navbar-nav > li .depth2 {
        display: none;
    }

    #header #top-menu .navbar-nav > li .depth2 {}

    #header #top-menu .navbar-nav > li .depth2 .container {
        padding: 0;
    }

    #header #top-menu .navbar-nav > li .depth2 .container .submenu-information {
        display: none;
    }

    #header #top-menu .navbar-nav > li .depth2 .depth2-inner {
        width: 100%;

        position: relative;
    }

    #header #top-menu .navbar-nav > li .depth2 .depth2-inner:not(:last-child) {


        margin-bottom: 0.416rem;

    }


    #header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li {}



    #header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li > a {
        position: relative;
        display: block;

        font-size: 1.25rem;
        color: #666666;
        text-align: left;
        padding: 0.937rem 1.25rem;
    }

    #header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li > a:hover,
    #header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li > a:focus,
    #header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li > a.active {

        background: #0d76cf;
        border-radius: 0.625rem;
        color: #fff;
    }

    #header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li.active > a {
        color: #fff;
    }


    #header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li > a:focus {
        color: #fff;
    }

    #header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li > a:hover {
        color: #666;
    }

    #header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li > a:hover,
    #header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li > a:focus {
        /*background: 0;*/
		background: #0d76cf;
        border-radius: 0.625rem;
        color: #fff;
    }

    #header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li > a:hover::after,
    #header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li > a:focus::after {
        width: 0.5rem;
        height: 0.5rem;
        background: #fff;
        transform: translateY(-50%);
        top: 50%;
        right: 0;
    }




    #header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li > a .arrow {
        position: absolute;
        top: 50%;
        right: 0.9375rem;
        display: block;
        width: 0.9375rem;
        height: 0.9375rem;
        margin-top: -0.5rem;
        background: url(../img/icon_arrow_down02@2x.gif) no-repeat 0 0;
        background-size: 0.9375rem 0.9375rem
    }

    #header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li.mobile-active > a .arrow {
        background: url(../img/icon_arrow_up03@2x.gif) no-repeat 0 0;
        background-size: 0.9375rem 0.9375rem;
    }

    #header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li .depth3 {
        display: none;
    }

    #header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li .depth3 {
        display: block;
        /*padding: 0 1.25rem;
        background: #293742;*/
    }

    #header #top-menu .navbar-nav > li .depth2 .depth2-inner .depth3 > li {
        /*border-bottom: 1px solid #364957;*/
		padding: 0.625rem 1.25rem;
		color: #666;
        text-align: left;
    }

    #header #top-menu .navbar-nav > li .depth2 .depth2-inner .depth3 > li:last-child {
        border-bottom: 0;
    }


    #header #top-menu .navbar-nav > li .depth2 .depth2-inner .depth3 > li > a {
        display: block;
        padding: 0.625rem 0;
        color: #666;
		font-size: 1.125rem;
    }


    #header #top-menu .navbar-nav > li .depth2 .depth2-inner .depth3 > li > a:before {
        content: "- ";
    }


    #header #top-menu .navbar-nav > li .depth2 .depth2-inner .depth3 > li > a:hover,
    #header #top-menu .navbar-nav > li .depth2 .depth2-inner .depth3 > li > a:focus {
        /*color: #fff;*/
		color: #0d76cf;
        /*text-decoration: underline;*/
    }
	#header #top-menu .navbar-nav > li .depth2 .depth2-inner .depth3 > li > a.active{
        color: #0d76cf;
        /*text-decoration: underline;*/
    }

    #header #top-menu .navbar-nav > li > a #header #top-menu .navbar-nav > li > .sub-wrap {
        position: relative;
        top: 0;
    }

    #header #top-menu .navbar-nav > li > .sub-wrap .sublist {
        margin: 0;
        padding: 0;
    }

    #header #top-menu .navbar-nav > li > .sub-wrap .sublist li {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        float: none;
        text-align: left;
        border-top: 1px solid #dcdee1;
    }

    #header #top-menu .navbar-nav > li > .sub-wrap .sublist li a {
        display: block;
        background: #fff;
        padding: 13px 25px;
        color: #777;
        font-size: 1.1em;
        font-weight: 100;
    }

    #header #top-menu .navbar-nav > li > .sub-wrap .sublist li:hover a,
    #header #top-menu .navbar-nav > li > .sub-wrap .sublist li:focus a {
        background: #e8f2fc;
        color: #0c53b4;
        text-decoration: none;
    }

    .cover-bg {
        background: rgba(0, 0, 0, 0.5);
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 12;
    }




    /*????????? ??????*/

    .ol-list01 > li .number,
    .ol-list04 > li .number {
        width: 1.875rem;
        height: 1.875rem;
        line-height: 1.875rem;
        font-size: 0.937rem;
    }

    .btn-detail-view03 {
        height: 2.5rem;
        padding: 0 1.25rem;
        font-size: 0.937rem;
        line-height: 2.5rem;
    }

    .map-wrapper + .btns-area > .btn-new-window {
        height: auto;
        padding: 15px 30px 15px 29px;
        border-radius: 30px;
    }

    .btn-new-window > span {
        font-size: 16px;
    }
	    .greeting-wrapper .bg-img {
        width: 40%;
        position: initial;
        display: block;
        margin: 0 auto;
		margin-bottom: 2rem;


    }
	.greeting-slogan-wrapper .greeting > span.mobile-span-br {
    display: block;
}
}







@media only all and (max-width: 767px) {

    #header .navbar .navbar-brand {
        left: 1.428rem;
    }

    #header .navbar .navbar-brand img {
        width: 9.642rem;
    }

    #header .navbar .navbar-brand a::before {
        width: 140px;
        height: 19px;


    }

    #header .navbar .navbar-brand strong {

        font-size: 1rem;
        padding-left: 0.285rem;
    }


    #header #top-menu {

        width: 22.142rem;


    }

    #header #top-menu .navbar-title > h3 {
        font-size: 16px;
        letter-spacing: -1px;

    }

    #header #top-menu .navbar-title .navbar-title-menu {


        margin-left: 1.785rem;

    }


    #header #top-menu .navbar-title .navbar-title-menu > a {


        padding: 0;
        font-size: 0.928rem;

    }

    #header #top-menu .navbar-title .navbar-title-menu > a:not(:last-child) {

        margin-right: 1.428rem;

    }


    #header #top-menu .navbar-nav > li > a {

        background-size: 0.857rem 0.5rem;
        font-size: 1.214rem;


    }

    /*
	#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li > a {
		font-size:1.071rem;
		padding: 1.142rem 1.428rem;
	}
*/
	.greeting-slogan-wrapper .greeting > span.mobile-span-br {
		display: block;
	}
	
	
    /*table*/
    .table-type01 table tbody th {
        font-size: 1.062rem;
        line-height: 1.375rem;
    }

    .table-type01 table tbody td {
        font-size: 1.062rem;
        line-height: 1.375rem;
    }

    .table-type01 table thead th {
        font-size: 1.062rem;
        line-height: 1.375rem;
    }

    .word-type01 {
        padding-bottom: 0.7692rem;
        font-size: 1.125rem;
        line-height: 155%;
    }

    .ol-list01 > li {
        color: #666;
        padding-left: 36px;
        margin-bottom: 0.625rem;
        font-size: 1.125rem;
        line-height: 155%;
    }

    .ul-list01 > li {
        color: #666;
        font-size: 1.125rem;
        line-height: 155%;
        background-position: left 0.625rem;

    }

    .ul-list01.location > li {
        position: relative;
        padding-left: 0.5769rem;
        font-size: 1.125rem;
        line-height: 1.625rem;
        margin-bottom: 0.3846rem;
        background: transparent;
    }

    .ul-list01.location > li > strong {
        position: static;
        display: block;
        padding-left: 0.5769rem;
        font-size: 1.125rem;
        line-height: 1.625rem;
        margin-left: -0.5769rem;
        background-position: left 0.5769rem;
        background-size: 0.1923rem 0.1923rem;
    }

    .title0101,
    .bullet-type01 .title0101 {
        margin: 0 0 0.9231rem 0;
        padding-left: 1.625rem;
        padding-top: 0;
        font-size: 1.375rem;
        line-height: 1.75rem;
        background-position: left 0.15rem;
        background-size: 1.125rem;
    }

    .title0501,
    .bullet-type01 .title0501 {
        margin: 0.5769rem 0;
        padding-left: 0.875rem;
        color: #333333;
        font-size: 1.25rem;
        line-height: 1.625rem;
        background-position: left 0.5rem;
        background-size: 0.3846rem 0.3846rem;
        word-break: keep-all;
    }

    .board-area .search-wrapper.sort .sort-select-area .sort-select-box select {
        width: 5.357rem;
        height: 2.571rem;
        line-height: 2.571rem;
        font-size: 0.857rem;
        margin-right: 0rem;
    }

    .btn-detail-view02 {
        height: 2.308rem;
        padding: 0.5769rem 1.154rem 0 1.154rem;
        font-size: 0.9231rem;
        line-height: 1.154rem;
        border-radius: 1.154rem;
    }

    .btn-detail-view03 {
        height: 3.5rem;
        padding: 0 2.25rem;
        font-size: 1.125rem;
        line-height: 3.5rem;
    }

    .map-wrapper + .btns-area > .btn-new-window {
        padding: 0.9615rem 4.423rem 0.9615rem 1.538rem;
        border-radius: 1.875rem;
        height: auto;
    }

    .map-wrapper + .btns-area > .btn-new-window > span {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .location dl > dd {
        font-size: 1.125rem;
        line-height: 1.625rem;
    }

    .location dl > dt > span {
        font-size: 1.125rem;

    }
	.btn-new-window.small {
    	width: 42%;
	}

}
















/* HEADER - MOBILE RESPONSIVE */





/*HEADER MASK*/


.wrapper.fixed #header .navbar {

    background-color: rgba(255, 255, 255, 0.98);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
}

.wrapper.fixed #header .navbar .navbar-brand a::before {

    background-image: url('/_res/sckit/img/logo@2x.png');

}

.wrapper.fixed #header .navbar .navbar-brand strong {
    color: #333;

}

.wrapper.fixed #header #top-menu .navbar-nav > li > a {
    color: #333;
}

.wrapper.fixed #header #top-menu .navbar-nav > li > a.active {
    color: #0d76cf;
}


.wrapper.fixed #header .gnb .header-util > ul > li > a {
    color: #333;
}

.wrapper.fixed #header .gnb .header-util > ul > li > a::before {
    background-image: url('/_res/sckit/img/ico_join_02.png');

}

.wrapper.fixed #header .gnb .header-util .gnb-btn-home {
    background-image: url(../img/icon_home_black01.png);
}









@media only all and (max-width: 1023px) {

    html {
        font-size: 1.5rem;
        /* ??????????????? ??????????????? 24px */
        line-height: 1.5rem;
        /* ??????????????? line-height ????????? 24px */
    }

    body {
        min-width: 280px;
        list-style: none;
        outline: 0;
        font-size: 1rem;
        line-height: 1rem;
        -webkit-text-size-adjust: none;
    }

    body.fixed {
        overflow: hidden;
    }

    .wrapper {
        position: relative;
        margin: 0;
        /*
        padding-top: 4.583rem;
		*/
        padding-top: 0;
        clear: both;
        overflow: hidden;
    }

    .wrapper:after {
        content: "";
        clear: both;
        display: block;
    }

    .gnb-wrapper {
        display: none;
    }


}



@media only all and (max-width: 767px) {
    html {
        font-size: 1.25rem;
        /* ??????????????? ??????????????? 18px */
        line-height: 1.25rem;
        /* ??????????????? line-height ????????? 18px */
    }

    .icon-window {
        width: 1rem;
        height: 1rem;
        background-size: 1rem 1rem;
    }

    .totalmenu-wrapper {
        width: 25rem;
        right: -25rem;
    }
}

@media only all and (max-width: 600px) {
    html {
        font-size: 1rem;
        /* ??????????????? ??????????????? 16px */
        line-height: 1rem;
        /* ??????????????? line-height ????????? 16px */
    }
}

@media only all and (max-width: 475px) {
    html {
        font-size: 0.875rem;
        /* ??????????????? ??????????????? 13px */
        line-height: 0.875rem;
        /* ??????????????? line-height ????????? 13px */
        /* ??????????????? line-height ????????? 14px */
    }

    .icon-window {
        width: 12px;
        height: 12px;
        background-size: 12px 12px
    }
}

@media only all and (max-width: 359px) {
    html {
        font-size: 0.75rem;
        /* ??????????????? ??????????????? 12px */
        line-height: 0.75rem;
        /* ??????????????? line-height ????????? 12px */
    }
}

@media only all and (max-width: 319px) {
    html {
        font-size: 0.687rem;
        /* ??????????????? ??????????????? 11px */
        line-height: 0.687rem;
        /* ??????????????? line-height ????????? 11px */
    }
}












/* Footer */
#footer {
    clear: both;
    position: relative;
    background-color: #ffffff;
    padding: 1.25rem 0;
    border-top: 1px solid #e0e0e0;
}

#footer .container {
    position: relative;
}

#footer .container:after {
    content: "";
    clear: both;
    display: block;
}

.footer-information-wrapper {
    position: relative;
    margin: 0;
    margin-bottom: 1.5rem;
    display: block;
}

.footer-information-wrapper address,
.footer-information-wrapper p,
.footer-information-wrapper small {
    margin-bottom: 0;
    font-size: 0.75rem !important;
    line-height: 1.125rem;
    color: #616161;
    display: inline-block;
}

.footer-information-wrapper small {
    display: block;
}

.footer-menu {
    margin-bottom: 1.25rem;
}

.footer-menu > li {
    float: left;
    padding-right: 0.6875rem;
    margin-right: 0.625rem;
    background: url(/_res/sckit/img/icon_bar04@2x.gif) no-repeat 99.5% 70%;
    background-size: 1px 0.75rem;
}

.footer-menu > li > a {
    color: #999999;
    font-size: 0.75rem;
    line-height: 0.875rem;
    font-weight: 700
}

.footer-menu > li:last-child {
    background: transparent;
    padding-right: 0;
    margin-right: 0;
}

.footer-menu > li > a.word-privacy {
    color: #0069a5
}

.footer-another-list {
    display: block;
}

.footer-another-list:after {
    content: "";
    clear: both;
    display: block;
}

.footer-another-list > dl {
    position: relative;
    float: left;
    width: 49%;
    margin-left: 0;
}

.footer-another-list > dl:nth-child(even) {
    float: right;
}

.footer-another-list > dl > dt {
    display: block;
}

.footer-another-list > dl > dt > button {
    position: relative;
    display: block;
    border: 1px solid #e4e4e4;
    width: 100%;
    height: 2.188rem;
    background: #fff;
    text-align: left;
    padding: 0 1.25rem;
    color: #999596;
    font-size: 0.75rem;
    font-weight: 700;
    cursor: pointer;
    -webkit-appearance: none;
}

.footer-another-list > dl > dt > button .arrow {
    position: absolute;
    top: 50%;
    right: 0.9375rem;
    display: block;
    width: 8px;
    height: 4px;
    background: url(/_res/sckit/img/icon_arrow_down04@2x.png) no-repeat 0 0;
    background-size: 8px 4px;
    transition: all 0.2s ease-in-out;
}

.footer-another-list > dl > dt > button:hover {
    background: #f9f9f9;
}

.footer-another-list > dl > dt.active > button .arrow {
    transform: rotate(180deg);
}

.footer-another-list > dl > dd {
    display: none;
    position: absolute;
    bottom: 2.125rem;
    left: 0;
    width: 100%;
    max-height: 12.5rem;
    margin: 0;
}

.footer-another-list > dl > dd > ul {
    display: block;
    width: 100%;
    border: 1px solid #e4e4e4;
    border-bottom: 0;
}

.footer-another-list > dl > dd > ul > li {
    display: block;
}

.footer-another-list > dl > dd > ul > li > a {
    display: block;
    padding: 0.625rem 1.25rem;
    background: #f9f9f9;
    border-bottom: 1px solid #e4e4e4;
    font-size: 0.75rem;
}

.footer-another-list > dl > dd > ul > li > a:hover {
    background: #e9e9e9;
    font-weight: 700;
}





@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 1024px) {

    .wrapper {
        position: relative;
        padding-top: 0;
    }


    /* header */


    #header #top-menu .navbar-nav > li .depth2,
    #header #top-menu .navbar-nav > li.active .depth2 {
        padding: 0;
    }









    /* Footer */
    #footer {
        position: relative;
        background-color: #ffffff;
        padding: 2.188rem 0;

    }


    .footer-information-wrapper {
        float: left;
        position: relative;
        margin: 0;
        padding-bottom: 0;
        margin-bottom: 0;
        display: block;
    }

    .footer-menu {
        margin-bottom: 27px;
    }

    .footer-menu > li {
        padding-right: 10px;
        margin-right: 9px;
        background-size: 1px 11px;
    }

    .footer-menu > li > a {
        font-size: 12px;
        line-height: 15px;
    }

    .footer-menu > li > a:hover {
        text-decoration: underline;
    }


    .footer-another-list {
        float: right;
        margin-top: 0;
    }

    .footer-another-list > dl {
        position: relative;
        float: left;
        width: 170px;
        margin-left: 10px;
    }

    .footer-another-list > dl:first-child {
        margin-left: 0;
    }

    .footer-another-list > dl:nth-child(even) {
        float: left;
    }

    .footer-another-list > dl > dt {
        display: block;
    }

    .footer-another-list > dl > dt > button {
        position: relative;
        display: block;
        border: 1px solid #e4e4e4;
        width: 170px;
        height: 35px;
        -webkit-appearance: none;
        background: #fff;
        text-align: left;
        padding: 0 20px;
        color: #999596;
        font-size: 12px;
        font-weight: 700;
        cursor: pointer;
    }

    .footer-another-list > dl > dt > button .arrow {
        position: absolute;
        top: 50%;
        right: 20px;
        display: block;
        width: 8px;
        height: 4px;
        background: url(/_res/sckit/img/icon_arrow_down04@2x.png) no-repeat 0 0;
        background-size: 8px 4px;
        transition: all 0.2s ease-in-out;
    }

    .footer-another-list > dl > dt > button:hover {
        background: #f9f9f9;
    }

    .footer-another-list > dl > dt.active > button .arrow {
        transform: rotate(180deg);
    }

    .footer-another-list > dl > dd {
        display: none;
        position: absolute;
        bottom: 34px;
        left: 0;
        width: 100%;
        max-height: 200px;
        margin: 0;
        z-index: 15;
    }

    .footer-another-list > dl > dd > ul {
        display: block;
        width: 100%;
        border: 1px solid #e4e4e4;
        border-bottom: 0;
    }

    .footer-another-list > dl > dd > ul > li {
        display: block;
    }

    .footer-another-list > dl > dd > ul > li > a {
        display: block;
        padding: 10px 20px;
        background: #f9f9f9;
        border-bottom: 1px solid #e4e4e4;
        font-size: 12px;
    }

    .footer-another-list > dl > dd > ul > li > a:hover {
        background: #e9e9e9;
        font-weight: 700;
    }
}






/*****************************************************
	Main
*****************************************************/

/* ??????????????? ?????? ?????? ?????? */

@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");

body {
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}


/* Visual */
.main-container {
    display: block;
}

#main-visual {
    position: relative;
    height: 970px;
}



.main-visual-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;

    overflow: hidden;
}

.main-visual-wrapper .pc {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 100%;
    height: 100%;
    margin-left: -50%;

    animation-name: main-visual-zoom;
    animation-duration: 6.0s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;

}

/* width: 1920px??? ????????? height ?????? marginleft -960??????????????? */

@keyframes main-visual-zoom {
    0% {
        transform: matrix(1.15, 0, 0, 1.15, 0, 0);
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    100% {


        transition-delay: 0.4s !important;
        transform: matrix(1.0, 0, 0, 1.0, 0, 0);
        -webkit-transition: all 6.0s ease;
        -moz-transition: all 6.0s ease;
        -ms-transition: all 6.0s ease;
        -o-transition: all 6.0s ease;
        transition: all 6.0s ease;

    }
}

.main-visual-wrapper .mobile {
    display: none;
}

.visual-contents-wrapper {
	position: absolute;
	top: 330px;
	left: 50%;
    max-width: 1440px;
    margin-right: auto;
    margin-left: -720px;
	z-index: 10;
}

.main-slogan-wrapper {
	display: block;
}

.main-slogan-wrapper .main-slogan-tit {
    text-align: left;
    color: #fff;
    font-size: 60px;
    line-height: 68px;
    display: block;

    font-weight: 700;

    margin-bottom: 24px;
}

.main-slogan-wrapper .main-slogan-tit > span {
	display: block;
}

.main-slogan-wrapper .main-slogan-desc {
    color: #fff;
    opacity: 0.85;
    font-size: 22px;
    line-height: 136%;
    font-weight: 600;
    text-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.3);
}

.visual-contents-wrapper .main-quick-wrapper {
    position: relative;
    margin-top: 80px;
}

.visual-contents-wrapper .main-quick-wrapper::before {
    content: '';
    display: block;
    width: 225px;
    height: 70px;
    border-radius: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    /* background-color: #009afb; */
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.visual-contents-wrapper .main-quick-wrapper a {
    display: flex;
    align-items: center;


    width: fit-content;
    padding-left: 30px;
}

.visual-contents-wrapper .main-quick-wrapper span {
    color: #ffffff;

    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    margin-right: 25px;
    z-index: 16;
}

.visual-contents-wrapper .main-quick-wrapper img {
    display: block;
    z-index: 1;
}

.main-visual-wrapper .mouse-on {
    display: block;

    width: 21px;
    height: 60px;

    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}



.main-contents-wrapper {
    max-width: 1440px;
    margin: 0 auto;
}



.main-contents-header-wrapper {
    margin-bottom: 22px;
}

.main-contents-header-area {
    display: flex;
    align-items: center;
    justify-content: space-between;

    min-height: 46px;
    position: relative;
}

.main-contents-header-wrapper h4 {
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    color: #222;
    text-align: left;
    display: block;
}


.btn-more {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    /*background-color: #00ab52;*/
    background-color: #2584d5;
    position: relative;
    display: block;
    text-indent: -5000rem;
}

.btn-more::after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/_res/sckit/img/icon_plus03_white.png);

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.2s ease-in-out;
}



/* main contents01 */






.main-content01 {}

.main-content01 .main-contents-wrapper {
    display: flex;
    align-items: flex-start;
}






.main-content01 .single {
    padding-top: 130px;
    padding-bottom: 120px;
}

.main-content01 .double {
    padding-top: 130px;
}

.main-content01 .single {
    width: 580px;

    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;

}

.main-content01 .single .main-contents-area {
    /* margin-right: 70px;
	margin-left: 70px; */

    width: 75.8%;
    margin-right: auto;
    margin-left: auto;
}


.main-medium-slide-option-wrapper {}

.main-medium-slide-option-area {
    display: flex;
}

.main-medium-slide-option-area .btn-prev,
.main-medium-slide-option-area .btn-next {
    border: 1px solid #dddddd;
    width: 46px;
    height: 46px;
    position: relative;
    border-radius: 100%;

    transition: all 0.3s ease-in-out;
}

.main-medium-slide-option-area .btn-prev:hover,
.main-medium-slide-option-area .btn-next:hover {
    box-shadow: 3px 3px 12px 0px rgba(24, 34, 60, 0.05);
}

.main-medium-slide-option-area .btn-prev {
    margin-right: 10px;
}

.main-medium-slide-option-area .btn-prev::after,
.main-medium-slide-option-area .btn-next::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    content: '';
    display: block;

    width: 13px;
    height: 14px;

    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.main-medium-slide-option-area .btn-prev::after {
    background-image: url(/_res/sckit/img/btn_arrow_left_black02.png);
}

.main-medium-slide-option-area .btn-next::after {
    background-image: url(/_res/sckit/img/btn_arrow_right_black02.png);
}

.main-medium-slider-container {

    overflow: hidden;
}

.main-medium-slider-container .swiper-slide {
    overflow: hidden;
}

.main-medium-slider-container .swiper-slide .img {
    position: relative;
    width: 100%;
    height: 253px;
    overflow: hidden;
    border-radius: 30px 8px 30px 30px;
    margin-bottom: 22px;
    display: block;
}

.main-medium-slider-container .swiper-slide .img img {
    position: absolute;
    top: -100%;
    left: -100%;
    right: -100%;
    bottom: -100%;
    display: block;
    min-width: 438px;
    max-width: 100%;
    margin: auto;
}

.main-medium-slider-container .swiper-slide .slide-desc-wrapper span {
    display: block;
    font-weight: 600;
    text-align: left;
    font-size: 24px;
    line-height: 30px ;
    color: #333;
    margin-bottom: 8px;

}

.main-medium-slider-container .swiper-slide .slide-desc-wrapper p {
    display: block;
    font-weight: 500;

    text-align: left;

    font-size: 18px;
    line-height: 30px;
    color: #666666;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* ????????? */
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: keep-all;
}


.main-content01 .double {
    width: 790px;
    margin-left: 4.8%;
}

.main-content01 .double .main-contents-area:not(:first-child) {
    margin-top: 54px;
}

.main-contents-half-area {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.main-contents-header-area .tab-btns-wrapper {
    display: flex;
    align-items: center;
}

.main-contents-header-area .tab-btns-wrapper a {
    display: block;
    position: relative;
}

.main-contents-header-area .tab-btns-wrapper a:not(:last-child)::after {
    content: '';
    display: block;
    width: 1px;
    height: 20px;
    background-color: #dddddd;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}


.main-contents-header-area .tab-btns-wrapper a:first-child {
    padding-right: 28px;
}

.main-contents-header-area .tab-btns-wrapper a:not(:first-child) {
    padding-left: 28px;
    padding-right: 28px;
}

.main-contents-header-area .tab-btns-wrapper span {
    display: block;
    font-size: 30px;
    font-weight: 500;
    color: #666666;
    text-align: center;
    line-height: 50px;
    /* padding-bottom: 4px; */

    position: relative;

}

.main-contents-header-area .tab-btns-wrapper span:hover {
    color: #333;
}

.main-contents-header-area .tab-btns-wrapper a.active span {
    color: #333333;
    font-weight: 700;
    border-bottom: 2px solid #2982ce;
}

.main-content01 .main-board-area {
    display: none;
    height: 280px;
}

.main-content01 .main-board-area.active {
    display: block;

}



.main-board-area .top-focus-board-wrapper {
    padding-bottom: 30px;
    border-bottom: 1px solid #dddddd;

}

.main-board-area .top-focus-board-wrapper a {
    display: flex;
    align-items: center;

    width: 100%;


}

.main-board-area .top-focus-board-wrapper .information {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    min-width: 70px;
    margin-right: 30px;
}

.main-board-area .top-focus-board-wrapper .information .date {
    display: block;
    color: #333333;
    font-size: 34px;
    font-weight: 700;
    line-height: 105%;
    text-align: center;
}

.main-board-area .top-focus-board-wrapper .information .ym {
    display: block;
    color: #888888;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    text-align: center;
}

.main-board-area .top-focus-board-wrapper p {
    font-size: 22px;
    font-weight: 600;
    color: #222222;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* ????????? */
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 100%;
}

.main-board-area .focus-board-wrapper {
    margin-top: 40px;
}

.main-board-area .focus-board-wrapper ul li a {

    display: block;
    align-items: center;
    justify-content: space-between;

    position: relative;
    padding-left: 16px;
}

.main-board-area .focus-board-wrapper ul li a::before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #666666;

    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.main-board-area .focus-board-wrapper ul li span {
    display: block;
    color: #333333;
    font-size: 20px;
    line-height: 38px;
    font-weight: 400;
    text-align: left;

    position: relative;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 520px;
}

.main-board-area .focus-board-wrapper ul li .board-title-wrapper {
    position: relative;
    width: 100%;


    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-board-area .focus-board-wrapper ul li .board-title-wrapper::after {}

.main-board-area .focus-board-wrapper ul li .board-title-wrapper .board-title {
    position: relative;
    display: block;
    width: calc(100% - 90px);
}

.main-board-area .focus-board-wrapper ul li .board-title-wrapper .board-title .title {
    display: inline-block;
    vertical-align: middle;

    max-width: calc(100% - 30px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main-board-area .focus-board-wrapper ul li .board-title .icon-new {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/_res/sckit/img/icon_new01.png);
}


.main-board-area .focus-board-wrapper ul li span.date {
    color: #888888;
    text-align: right;
}

.main-board-area .focus-board-wrapper ul li.new .board-title {
    display: block;
    align-items: center;
}


.main-board-area .focus-board-wrapper ul li.new .board-title::after {}

.popup-zone-wrapper {
    width: 450px;
}

.main-small-slide-area {
    width: 100%;
}

.main-small-slide-area .swiper-container {

    width: 100%;

}

.main-small-slider-container .swiper-slide {
    border-radius: 25px 8px 25px 25px;
    overflow: hidden;
    width: 100%;

    height: 280px;
}


.main-small-slider-container .swiper-slide img {
    height: 100%;
    width: 100%;
}



.main-small-slide-option-area {
    display: flex;
}

.main-small-slide-option-area .btn-prev,
.main-small-slide-option-area .btn-next {
    border: 1px solid #dddddd;
    width: 46px;
    height: 46px;
    position: relative;
    border-radius: 100%;

    transition: all 0.3s ease-in-out;
}

.main-small-slide-option-area .btn-prev:hover,
.main-small-slide-option-area .btn-next:hover {
    box-shadow: 3px 3px 12px 0px rgba(24, 34, 60, 0.05);
}

.main-small-slide-option-area .btn-prev {
    margin-right: 10px;
}

.main-small-slide-option-area .btn-prev::after,
.main-small-slide-option-area .btn-next::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    content: '';
    display: block;

    width: 13px;
    height: 14px;

    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.main-small-slide-option-area .btn-prev::after {
    background-image: url(/_res/sckit/img/btn_arrow_left_black02.png);
}

.main-small-slide-option-area .btn-next::after {
    background-image: url(/_res/sckit/img/btn_arrow_right_black02.png);
}

.quick-menu-wrapper {
    width: 300px;
}

.quick-menu-area {}

.quick-menu-box {
    display: block;
    width: 100%;

    padding: 40px 35px;
    border-radius: 25px 8px 25px 25px;
    height: 135px;
}

.quick-menu-area .quick-menu-box:not(:last-child) {
    margin-bottom: 10px;
}

.quick-menu-box a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}

.quick-menu-box a::after {

    content: '';
    display: block;

    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);

    width: 18px;
    height: 17px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(/_res/sckit/img/arrow_white01.png);

    transition: all 0.3s ease-in-out;


}

.quick-menu-box:hover a::after {
    transform: translate(4px, -50%);
}

.quick-menu-box a strong {
    font-weight: 700;
    color: #fff;
    display: block;
    line-height: 30px;
    font-size: 22px;
}

.quick-menu-box a span {
    font-weight: 400;
    color: #fff;
    display: block;
    line-height: 30px;
    font-size: 18px;
}

.quick-menu01 {
    background-color: #2584d5;
}


.quick-menu02 {
    background-color: #32c192;
}



/* main-content03 */


/* main contents03 */

.main-content02 {
    position: relative;
    padding-top: 120px;
    background-color: #f7f7f9;
    padding-bottom: 110px;
}

.main-content02 .main-contents-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
}

.main-content02 .main-contents-wrapper::after {
    content: '';
    display: block;
    width: 260px;
    height: 169px;
    position: absolute;
    bottom: 0px;
    left: 0;

    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(/_res/sckit/img/img_bg04.png);
}

.main-content02 .main-contents-tit-wrapper.type01 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: 220px;

    position: relative;
}

.main-content02 .main-contents-tit-wrapper.type01::after {}


.main-content02 .main-contents-tit-wrapper span {
    font-weight: 700;
    font-size: 34px;
    line-height: 42px;
    display: block;
    color: #222222;
    margin-bottom: 20px;
}

.main-content02 .main-contents-tit-wrapper strong {
    color: #2584d5;
    display: block;
}

/* ????????? ???????????? ?????? */


.main-content02 .photo-gallery {
    width: 77.4%;
}


.main-content02 .photo-gallery .swiper-slide {
    width: 30%;
    overflow: hidden;
}

.main-content02 .photo-gallery .swiper-slide:not(:first-child) {
    margin-left: 5%;
}


.main-content02 .photo-gallery .swiper-slide a {
    display: block;
    width: 100%;
}

.main-content02 .photo-gallery .swiper-slide .img {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 66.65%;
    /*
    height: 230px;
    */
    border-radius: 25px;
    margin-bottom: 30px;
    display: block;
}

.main-content02 .photo-gallery .swiper-slide .img img {
    position: absolute;
    top: -100%;
    left: -100%;
    right: -100%;
    bottom: -100%;
    display: block;
    min-width: 120%;
    max-width: 120%;
    margin: auto;
}

.main-content02 .photo-gallery .swiper-slide .photo-tit {

    display: block;
    color: #222;
    font-size: 22px;
    font-weight: 600;
    text-align: left;
    line-height: 145%;

    min-height: 64px;
    word-break: keep-all;


    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* ????????? */
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}



/* 2024.08.21 슬라이드 추가 */
.main-visual-slider-wrapper {
	position: relative;
	width: 100%;
	height: 970px;
	overflow: hidden;
	background-color: #000;
}

.main-visual-slider-area {
	position: absolute;
	top: 0;
	left: 50%;
    width: 1920px;
	margin-left: -960px;
}


#main-visual-slider .pc {
	display: block;
}

#main-visual-slider .mobile {
	display: none;
}


.main-visual-option {
	position: absolute;
	bottom: 50px;
	right: 50%;
	display: flex;
	align-items: center;
	max-width: 1440px;
	height: 32px;
	padding: 0 20px;
	margin-left: auto;
	margin-right: -720px;
	border-radius: 16px;
	background-color: rgba(255, 255, 255, 0.1);
	z-index: 10;
}

.main-visual-option:after {
	display: block;
	content: "";
	clear: both;
}

.main-visual-option .main-visual-swiper-pagination {
	width: auto !important;
    font-size: 15px;
	margin-right: 15px;
    font-weight: 700;
	color: #fff;
}

.main-visual-option .main-visual-button-prev,
.main-visual-option .main-visual-button-next {
	display: inline-block;
	vertical-align: middle;
    width: 8px;
    height: 12px;
    background-repeat: no-repeat;
    background-size: 8px 12px;
    background-position: center center;
    text-indent: -5000rem;
}

.main-visual-option .main-visual-button-prev {
	margin-right: 15px;
    background-image: url(/_res/sckit/img/btn_previous01.png);
}

.main-visual-option .main-visual-button-next {
	margin-left: 15px;
    background-image: url(/_res/sckit/img/btn_next01.png);
}

.main-visual-option .main-visual-button-play,
.main-visual-option .main-visual-button-pause {
	display: inline-block;
	vertical-align: middle;
    width: 9px;
    height: 12px;
    background-repeat: no-repeat;
    background-size: 8px 12px;
    background-position: center center;
    text-indent: -5000rem;
}

.main-visual-option .main-visual-button-play {
    background-image: url(/_res/sckit/img/btn_play01.png);
}

.main-visual-option .main-visual-button-pause {
    background-image: url(/_res/sckit/img/btn_stop01.png);
}


#main-visual-slider .swiper-slide>img {
    transform: matrix(1.15, 0, 0, 1.15, 0, 0);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#main-visual-slider .swiper-slide-active>img {
    transition-delay: 0.4s !important;
    transform: matrix(1.0, 0, 0, 1.0, 0, 0);
    -webkit-transition: all 6.0s ease;
    -moz-transition: all 6.0s ease;
    -ms-transition: all 6.0s ease;
    -o-transition: all 6.0s ease;
    transition: all 6.0s ease;
}


.main-schdule-wrapper {
    position: relative;
    margin-top: 49px;
    padding-top: 16px;
}


.main-schdule-area {
    margin-top: 22px;
    background-color: #f4f6f9;
    padding: 35px 34px 26px 34px;
    border-radius: 25px;
}

.main-schdule-area  a + a {
    margin-top: 27px;
}

.main-schdule-area dl {
    position: relative;
    font-size: 19px;
    line-height: 28px;
}

.main-schdule-area dl > dt {
    position: relative;
    color: #888888;
    padding-left: 12px;
    margin-bottom: 3px;
    font-weight: 400;
}

.main-schdule-area dl > dt:before {
    position: absolute;
    top: 12px;
    left: 0;
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    background-color: #666666;
    border-radius: 100%;
}

.main-schdule-area dl > dd {
    padding-left: 12px;
    color: #333333;
    font-weight: 400;
	margin-bottom: 19px;
}

.main-schdule-wrapper .btn-more {
    position: absolute;
    top: 0;
    right: 0;
}

.main-contents-board-wrapper {
    margin-top: 35px;
}

.main-contents03 {
    padding: 45px 0;
}

.main-contents03-wrapper {
	position: relative;
    max-width: 1480px;
    padding: 0 90px;
    margin: 0 auto;
	
}

#main-footer-banner-slide  .swiper-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
	

#main-footer-banner-slide .swiper-slide {
	width: initial;
}

#main-footer-banner-slide .swiper-slide > a {
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#main-footer-banner-slide .swiper-slide > a > img {
	max-height: 60px;	
}



.main-contents03-wrapper .footer-banner-button-next,
.main-contents03-wrapper .footer-banner-button-prev {
	position: absolute;
	top: 50%;
	display: block;
	width: 48px;
	height: 48px;
	margin-top: -24px;
	background-size: 48px 48px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -5000rem;
	outline: none;
}

.main-contents03-wrapper .footer-banner-button-next {
	left: 20px;
	background-image: url(/_res/sckit/img/btn_previous02.png);

}

.main-contents03-wrapper .footer-banner-button-prev {
	right: 20px;
	background-image: url(/_res/sckit/img/btn_next02.png);

}



/* PC RESPONSIVE */
/* PC RESPONSIVE */
/* PC RESPONSIVE */
/* PC RESPONSIVE */
/* PC RESPONSIVE */
/* PC RESPONSIVE */


@media only all and (max-width: 1544px) {
    /* main-content01,03 */
	.visual-contents-wrapper {
		left: 20px;
		margin-left: 0;
	}

	.main-visual-option {
		margin-right: -71px;
	}

    .main-contents-wrapper {
        padding: 0 20px;
        margin-right: auto;
        margin-left: auto;
    }


    .main-content01 .single {
        width: 42.2%;

    }

    .main-content01 .double {
        width: 54.8%;
        margin-left: auto;
    }

    .main-content01 .double .main-contents-area:not(:first-child) {
        margin-top: 50px;
    }


    .main-contents-header-area .tab-btns-wrapper a:first-child {
        padding-right: 20px;
    }

    .main-contents-header-area .tab-btns-wrapper a:not(:first-child) {
        padding-left: 20px;
        padding-right: 20px;
    }


    .main-board-area .top-focus-board-wrapper .information {
        margin-right: 16px;
    }


    .popup-zone-wrapper {
        width: 57%;
    }


    .quick-menu-wrapper {
        width: 38%;
    }


    .quick-menu-box a strong {
        line-height: 136%;
        font-size: 20px;
    }

    .quick-menu-box a span {
        line-height: 166%;
        font-weight: 16px;
    }
}


@media only all and (max-width: 1439px) {
}



@media only all and (max-width: 1239px) {
    
    .main-content01 .single {
        border-left: 0;
    }

    .main-content01 .single .main-contents-area {
        width: 100%;
        padding-right: 30px;
    }  
    
    
      
    .main-schdule-wrapper {
        margin-top: 75px;
        padding-top: 24px;
    }

    .main-schdule-area .main-contents-title {
        font-size: 24px;
        line-height: 30px;
    }

}

@media only all and (max-width : 1197px) {
    /* main contents02 */

    .main-content01 {
        padding-bottom: 120px;
    }

    .main-content01 .single {
        padding-bottom: 80px;
    }

    .main-content01 .double {
        padding-top: 40px;
    }

    .main-content01 .main-contents-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .main-content01 .single {
        width: 100%;

        border: none;

    }

    .main-content01 .single .main-contents-area {
        width: 100%;
        padding: 0;
        margin-right: auto;
        margin-left: auto;
    }


    .main-medium-slider-container .swiper-slide {
        width: 100%;
    }


    .main-medium-slider-container .swiper-slide .img {

        width: 100%;
        max-width: 440px;
        height: 253px;
        margin: 0 auto 22px auto;
    }



    .main-content01 .double {
        width: 100%;
        margin-left: 0;
    }

    .main-content01 .double .main-contents-area:not(:first-child) {
        margin-top: 80px;
    }

    .main-contents-half-area {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        flex-wrap: nowrap;
    }



    .popup-zone-wrapper {
        width: 100%;
        margin-top: 80px;
    }

    .main-small-slide-area .swiper-container {

        width: 100%;
        height: auto;
    }


    .main-small-slider-container .swiper-slide {
        height: auto;
    }


    .quick-menu-wrapper {
        width: 100%;
    }

    .quick-menu-area {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

    .quick-menu-box {
        width: calc(50% - 10px);

        padding: 40px 35px;
        border-radius: 30px 8px 30px 30px;
        height: 180px;
    }

    .quick-menu-area .quick-menu-box:not(:last-child) {
        margin-bottom: unset;
    }


    .quick-menu-box a {
        height: 100%;
        justify-content: space-around;
    }


    .quick-menu-box a strong {
        font-size: 22px;
    }

    .quick-menu-box a span {
        font-size: 18px;
    }


    /* main contents03 */

    .main-content02 {
        padding-top: 100px;
    }

    .main-content02 .main-contents-wrapper {
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .main-content01 .main-board-area {
        height: auto;
    }
  
	.main-contents03 {
		padding: 1.875rem 0;
	}

	
	.main-contents03-wrapper {
		padding: 0 4.166rem;	
	}


	.main-contents03-wrapper .footer-banner-button-next,
	.main-contents03-wrapper .footer-banner-button-prev {
		width: 2rem;
		height: 2rem;
		margin-top: -1rem;
		background-size: 2rem 2rem;
	}

	.main-contents03-wrapper .footer-banner-button-next {
		left: 1.25rem;
	}

	.main-contents03-wrapper .footer-banner-button-prev {
		right: 1.25rem;
	}

	
}



/* MOBILE RESPONSIVE */
/* MOBILE RESPONSIVE */
/* MOBILE RESPONSIVE */
/* MOBILE RESPONSIVE */


@media only all and (max-width: 1023px) {
    .mobile-br {
        display: block;
    }

    /* MAIN VISUAL */

    #main-visual {
		/*
        height: 37.916rem;
		*/
		height: auto;
    }

    .main-visual-wrapper .pc {
        display: none;
    }


    .main-visual-wrapper .mobile {
        display: block;

        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        width: 100%;
        height: 100%;
        margin-left: -50%;

        animation-name: main-visual-zoom;
        animation-duration: 6.0s;
        animation-timing-function: ease;
        animation-fill-mode: forwards;

    }

    .visual-contents-wrapper {
        max-width: 100%;
        /*padding-top: 15.833rem;*/
        top: 14rem;
    }

    .main-slogan-wrapper .main-slogan-tit {
        font-size: 2.25rem;
        margin-bottom: 1.5rem;
		line-height: 2.5rem;
    }

    .main-slogan-wrapper .main-slogan-desc {
        font-size: 1.125rem;
    }

    .visual-contents-wrapper .main-quick-wrapper {
        /*margin-top: 4.375rem;*/
		margin-top: 3.125rem;
    }

    .visual-contents-wrapper .main-quick-wrapper::before {
        width: 11.625rem;
        height: 4rem;

    }


    .visual-contents-wrapper .main-quick-wrapper a {
        padding-left: 1.458rem;
    }

    .visual-contents-wrapper .main-quick-wrapper span {
        font-size: 1.083rem;
        margin-right: 0.583rem;
    }

    .visual-contents-wrapper .main-quick-wrapper img {
        display: block;
        z-index: 1;
        width: 3.125rem;
    }

    .main-visual-wrapper .mouse-on {
        display: none;
    }


    /* ??????????????? */



    .main-contents-wrapper {
        max-width: calc(100% - 3.333rem);
        padding: 0;
        margin: 0 auto;
    }

    /* main contents02 */

    .main-content01 {
        padding-bottom: 4.166rem;
    }


    .main-contents-header-wrapper {
        margin-bottom: 1.25rem;
    }

    .main-contents-header-area {
        min-height: 2.916rem;
    }

    .main-contents-header-wrapper h4 {
        font-size: 1.666rem;
    }


    .btn-more {
        width: 2.916rem;
        height: 2.916rem;
        /*border-radius: 1.458rem 0.5rem 1.458rem 1.458rem;*/
    }

    .btn-more::after {
        width: 0.791rem;
        height: 0.791rem;
    }


    .main-content01 .single {
        padding-top: 4.166rem;
        padding-bottom: 3.916rem;
    }

    .main-content01 .double {
        padding-top: 0;
        /* padding-bottom: 4.166rem; */
    }

    .main-content01 .single .main-contents-area {
        /* width: 22.5rem; */
        width: 100%;

    }



    .main-medium-slide-option-area .btn-prev,
    .main-medium-slide-option-area .btn-next {
        width: 2.916rem;
        height: 2.916rem;
    }


    .main-medium-slide-option-area .btn-prev {
        margin-right: 0.416rem;
    }

    .main-medium-slide-option-area .btn-prev::after,
    .main-medium-slide-option-area .btn-next::after {
        width: 0.791rem;
        height: 0.833rem;
    }

    .main-medium-slider-container {

        margin-right: auto;
        margin-left: auto;
    }


    .main-medium-slider-container .swiper-slide .img {
        max-width: 18.333rem;
        height: 10.541rem;
        margin-right: auto;
        margin-left: auto;
        overflow: hidden;
        border-radius: 1.666rem 0.5rem 1.666rem 1.666rem;
        margin-bottom: 1.666rem;
    }


    .main-medium-slider-container .swiper-slide .slide-desc-wrapper span {
        font-size: 1.25rem;
        line-height: 100%;
        margin-bottom: 0.833rem;
    }

    .main-medium-slider-container .swiper-slide .slide-desc-wrapper p {
        font-size: 1.083rem;
        line-height: 1.5rem;
        word-break: keep-all;
    }

    .main-content01 .double .main-contents-area:not(:first-child) {
        margin-top: 3.333rem;
    }


    .main-contents-header-area .tab-btns-wrapper a:not(:last-child)::after {
        width: 0.083rem;
        height: 1.083rem;
    }


    .main-contents-header-area .tab-btns-wrapper a:first-child {
        padding-right: 1rem;
    }

    .main-contents-header-area .tab-btns-wrapper a:not(:first-child) {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .main-contents-header-area .tab-btns-wrapper span {
        font-size: 1.583rem;
        line-height: 140%;
    }



    .main-board-area .top-focus-board-wrapper {
        padding-bottom: 2rem;
    }


    .main-board-area .top-focus-board-wrapper .information {
        min-width: 3.75rem;
        margin-right: 1.666rem;
    }

    .main-board-area .top-focus-board-wrapper .information .date {
        font-size: 1.916rem;
    }

    .main-board-area .top-focus-board-wrapper .information .ym {
        font-size: 1rem;
    }

    .main-board-area .top-focus-board-wrapper p {
        font-size: 1.25rem;
        -webkit-line-clamp: 2;
        /* ????????? */
        word-break: keep-all;
        line-height: 140%;
    }


    .main-board-area .focus-board-wrapper {
        margin-top: 1.875rem;
    }

    .main-board-area .focus-board-wrapper ul li a {
        padding-left: 0.666rem;
    }

    .main-board-area .focus-board-wrapper ul li a::before {
        width: 0.125rem;
        height: 0.125rem;
    }

    .main-board-area .focus-board-wrapper ul li span {
        font-size: 1.083rem;
        line-height: 170%;
        max-width: 21.666rem;
        text-overflow: unset;
    }


    .main-board-area .focus-board-wrapper ul li .board-title-wrapper .board-title {
        width: calc(100% - 00px);
    }

    .main-board-area .focus-board-wrapper ul li .board-title-wrapper .board-title .title {
        max-width: calc(100% - 1.666rem);
    }

    .main-board-area .focus-board-wrapper ul li .board-title .icon-new {
        width: 1.083rem;
        height: 1.083rem;
        background-size: contain;
    }

    .popup-zone-wrapper {
        margin-top: 3.333rem;
    }

    .main-small-slider-container .swiper-slide {
        height: 16.5rem;

    }

    .main-small-slider-container .swiper-slide img {
        width: 100%;
        height: unset;
    }


    .main-small-slide-option-area .btn-prev,
    .main-small-slide-option-area .btn-next {
        width: 2.916rem;
        height: 2.916rem;
    }


    .main-small-slide-option-area .btn-prev {
        margin-right: 0.416rem;
    }

    .main-small-slide-option-area .btn-prev::after,
    .main-small-slide-option-area .btn-next::after {
        width: 0.791rem;
        height: 0.833rem;
    }



    .quick-menu-box {
        width: calc(50% - 0.416rem);

        padding: 1.875rem 1.875rem;
        border-radius: 1.666rem 0.5rem 1.666rem 1.666rem;
        height: 9rem;
    }


    .quick-menu-box a {
        height: auto;
        justify-content: unset;
    }


    .quick-menu-box a strong {
        font-size: 1.25rem;
        line-height: 126%;
        letter-spacing: -1px;
    }

    .quick-menu-box a span {
        font-size: 1rem;
    }



    /* main contents03 */


    .main-content02 {
        padding-top: 4.166rem;
        padding-bottom: 3.333rem;
    }


    .main-content02 .main-contents-wrapper::after {
        width: 7.083rem;
        height: 5.75rem;
    }

    .main-content02 .main-contents-tit-wrapper.type01 {
        padding-bottom: 9.583rem;
        width: 10.833rem;
    }


    .main-content02 .main-contents-tit-wrapper span {
        font-size: 1.666rem;
        line-height: 2.166rem;
        margin-bottom: 0.833rem;
    }

    .main-content02 .photo-gallery {
        width: calc(100% - 10.833rem);
    }


    .main-content02 .photo-gallery .swiper-slide {
        width: 14.166rem;
    }

    .main-content02 .photo-gallery .swiper-slide:not(:first-child) {
        margin-left: 0.833rem;
    }


    .main-content02 .photo-gallery .swiper-slide .img {
        overflow: hidden;
        height: auto;
        padding-bottom: 66.65%;
        width: 100%;
        border-radius: 1.25rem 1.25rem 0.333rem 1.25rem;
        margin-bottom: 1.25rem;
        display: block;
    }





    .main-content02 .photo-gallery .swiper-slide .photo-tit {
        font-size: 1.25rem;
        line-height: 140%;

        min-height: 3.5rem;

        word-break: keep-all;
    }


	/* 2024.08.21 슬라이드 추가 */
	.main-visual-slider-wrapper {
		height: auto;
	}

	.main-visual-slider-area {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		margin-left: 0;
	}


	#main-visual-slider .pc {
		display: none;
	}

	#main-visual-slider .mobile {
		display: block;
		width: 100%;
	}


	.main-visual-option {
		position: absolute;
		bottom: 3.125rem;
		right: 1.25rem;
		height: 2rem;
		padding: 0 1.25rem;
		border-radius: 1rem;
		margin-right: 0;
	}


	.main-visual-option .main-visual-swiper-pagination {
		font-size: 0.916rem;
		margin-right: 0.916rem;
	}

	.main-visual-option .main-visual-button-prev,
	.main-visual-option .main-visual-button-next {
		width: 0.5rem;
		height: 0.75rem;
		background-size: 0.5rem 0.75rem;
	}

	.main-visual-option .main-visual-button-prev {
		margin-right: 0.916rem;
	}

	.main-visual-option .main-visual-button-next {
		margin-right: 0;
	}

	.main-visual-option .main-visual-button-play,
	.main-visual-option .main-visual-button-pause {
		width: 0.5rem;
		height: 0.75rem;
		background-size: 0.5rem 0.75rem;
	}


    .main-schdule-wrapper {
        margin-top: 4.166rem;
        padding-top: 0;
    }

    .main-schdule-wrapper .main-contents-title {
        font-size: 1.25rem;
        margin-top: 0.75rem;
    }

    .main-schdule-area {
        margin-top: 1.375rem;
        background-color: #f4f6f9;
        padding: 1.5rem 1.5rem 1rem 1.5rem;
        border-radius: 1rem;
    }
    
    .main-schdule-area  a + a {
        margin-top: 1.25rem;
    }
    
    .main-schdule-area  dl {
        font-size: 1.083rem;
        line-height: 1.5rem;
    }
    
    .main-schdule-area  dl > dt {
        padding-left: 0.666rem;
        margin-bottom: 0.208rem;
    }
    
    .main-schdule-area  dl > dt:before {
        top: 0.75rem;
        width: 0.208rem;
        height: 0.208rem;
    }
    
    .main-schdule-area  dl > dd {
        padding-left: 0.75rem;
    }

    .main-schdule-wrapper .btn-more {
        margin-top: -0.5rem
    }

    .main-contents-board-wrapper {
        margin-top: initial
    }
}

@media only all and (max-width: 767px) {
	.visual-contents-wrapper {
		/*top: 7.5rem;*/
		top: 10rem;
	}

    .main-board-area .top-focus-board-wrapper .information .date {
        font-size: 1.642rem;
    }

    .main-board-area .top-focus-board-wrapper .information .ym {
        font-size: 0.857rem;
    }

    .main-board-area .top-focus-board-wrapper .information {
        min-width: 3.428rem;
        margin-right: 1.071rem;
    }


    .main-board-area .top-focus-board-wrapper p {
        font-size: 1.071rem;
    }





    .btn-more {
        width: 2.5rem;
        height: 2.5rem;
        /*border-radius: 1.458rem 0.5rem 1.458rem 1.458rem;*/
    }

    .btn-more::after {
        width: 0.678rem;
        height: 0.678rem;
    }



    .main-board-area .focus-board-wrapper ul li span {
        font-size: 0.928rem;
    }

    .main-board-area .focus-board-wrapper ul li .board-title-wrapper .board-title {
        width: calc(100% - 80px);
    }

    .main-board-area .focus-board-wrapper ul li .board-title-wrapper .board-title .title {
        max-width: calc(100% - 2.666rem);
    }

    .main-contents-header-area .tab-btns-wrapper span {
        font-size: 1.142rem;
        line-height: 140%;
        letter-spacing: -1px;
    }

    .main-contents-header-area .tab-btns-wrapper a.active span {
        border-bottom: 1px solid #2982ce;
    }


    .quick-menu-box a {
        height: 100%;
    }

    .main-contents-header-area .tab-btns-wrapper a:first-child {
        padding-right: 0.714rem;
    }

    .main-contents-header-area .tab-btns-wrapper a:not(:first-child) {
        padding-left: 0.714rem;
        padding-right: 0.714rem;
    }

    .quick-menu-box {
        width: calc(50% - 0.357rem);
        padding-left: 1.428rem;
        padding-right: 1.571rem;
    }

    .quick-menu-box a::after {
        top: unset;
        bottom: 0;
        right: 0;
        transform: translateY(-0);

    }


    .main-small-slider-container .swiper-slide {
        height: 14.142rem;

    }

    .main-small-slider-container .swiper-slide img {
        width: 100%;
        height: 100%;
    }






    /* main contents03 */


    /*.main-content02 .main-contents-wrapper::after{
		width: 7.083rem;
		height: 5.75rem;
	}*/

    .main-content02 .main-contents-tit-wrapper.type01 {
        padding-bottom: 6.875rem;
        width: 9.285rem;
    }


    .main-content02 .main-contents-tit-wrapper span {
        font-size: 1.428rem;
        line-height: 130%;
        margin-bottom: 0.892rem;
    }

    .main-content02 .photo-gallery {
        width: calc(100% - 9.285rem);
    }


    .main-content02 .photo-gallery .swiper-slide {
        width: 16.071rem;
    }

    .main-content02 .photo-gallery .swiper-slide:not(:first-child) {
        margin-left: 0.714rem;
    }


    .main-content02 .photo-gallery .swiper-slide .img {
        overflow: hidden;
        height: 8.071rem;
        width: 100%;
        border-radius: 1.428rem 1.428rem 0.857rem 1.428rem;
        margin-bottom: 0.857rem;
        display: block;
    }

    .main-content02 .photo-gallery .swiper-slide .img img {
        width: auto;
        height: 100%;
    }




    .main-content02 .photo-gallery .swiper-slide .photo-tit {
        font-size: 1.071rem;
        min-height: unset;
    }
















}

@media only all and (max-width: 475px) {



    .main-book-wrapper .book-btn-area button {
        font-size: 14px;
        line-height: 35px;
        width: 60px;
        min-width: unset;
        border-radius: 17.5px;
    }

    .main-book-wrapper .book-btn-area button:not(:first-child) {
        margin-left: 5px;
    }

    /*.btn-more{
		width: 43px;
		height: 43px;
		margin-left: 5px;
	}
	*/

    .btn-more::before {
        width: 0.875rem;
        height: 0.875rem;
    }






















}







/*****************************************************
	Sub
*****************************************************/




/* sub-top */


.sub-top {
    position: relative;
    /* padding-top: 55px; */
}

.sub-top .sub-visual-title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;

    width: 100%;

    display: flex;
    flex-direction: column;

}


.sub-top .sub-visual-wrapper .word-slogan {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 3rem;
    line-height: 3rem;
    font-weight: 700;
}

.sub-top .sub-visual-desc {
    position: absolute;
    top: calc(50% + 48px);
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    display: block;

    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;

    opacity: 0.75;

}



.contents-paging-navigation {

    display: block;
    text-align: right;

    /*height: 14px;

	margin-right: auto;
	margin-left: auto;

	margin-top: 32px;*/

    position: absolute;
    top: 11px;
    right: 0;

    width: fit-content;

    display: flex;
    align-items: center;
    justify-content: space-between;

}

.contents-paging-navigation .icon-home {
    display: inline-block;
    vertical-align: middle;

    width: 14px;
    height: 16px;
    background: url(/_res/sckit/img/icon_home@2x.png) no-repeat center center;
    background-size: 100% 100%;

    text-indent: -5000rem;
    font-size: 0;

    transform: translateY(-1px);

}

.contents-paging-navigation .icon-gt {
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 12px;
    margin: 0 16px;

    background: url(/_res/sckit/img/icon_gt@2x.png) no-repeat center center;
    background-size: 100% 100%;
    text-indent: -5000rem;
    font-size: 0;
}

.contents-paging-navigation .location,
.contents-paging-navigation strong {
    display: inline-block;
    vertical-align: middle;
    /* height: 18px; */
    color: #666666;
    font-size: 17px;
    line-height: 100%;
    font-weight: 500;
}

.contents-paging-navigation strong {
    font-weight: 600;
    color: #333333;
}


.sub-top {
    position: relative;
    border-top: 0;
}

.sub-top .sub-visual-wrapper {
    display: block;
    position: relative;
    height: 460px;
    background: #000;
    overflow: hidden;
}

.sub-top .sub-visual-wrapper > img {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
    display: block;
    width: 1920px;
    height: 460px;
}



.sub-container {
    position: relative;
    margin: 0 auto;
    padding-top: 2.75rem;
    /* padding-left: 15.94rem; */
    padding-left: 21.25rem;
    padding-right: 0.9375rem;
}

.sub-container:after {
    content: '';
    display: block;
    clear: both;
}


.sub-container ul {
    margin: 0;
}



.sub-container .snb {
    float: left;
    /* margin-left: -15rem;  */
    margin-left: -20.38rem;
    left: 0.9375rem;
    /* width: 13.13rem; */
    width: 260px;
    display: block;
}

.sub-container .snb-title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 140px;
    background: #38465f;
    border-radius: 10px;
    margin-bottom: 6px;
}

.sub-container .snb-title span {
    display: block;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}

.sub-container .snb-title > img {
    display: none;
}

.sub-container .snb-list {
    position: static;
    display: block;
    width: 100%;
    margin: 0;
    border: 0;

}

.sub-container .snb-list > li {
    display: block;
    padding: 0;
    margin: 0;
    border-top: 0;



    overflow: hidden;

    position: relative;
}

.sub-container .snb-list > li:not(:first-child) {
    margin-top: 6px;
}

.sub-container .snb-list > li > a {
    display: block;

    font-weight: 600;
    font-size: 18px;
    color: #666666;

    padding: 20px 24px;

    border-radius: 10px;
    background: #f4f6f7;
    border: 1px solid #e0e0e0;

    transition: all 0.1s;

    position: relative;

    background-color: #f4f6f7;
}

.sub-container .snb-list > li > a:hover,
.sub-container .snb-list > li > a:focus,
.sub-container .snb-list > li > a.active,
.sub-container .snb-list > li.selected > a {
    background: #2584d5;
    border-color: #2584d5;
    color: #fff;
}



.sub-container .snb-list > li > a::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 24px;
    width: 9px;
    height: 14px;

    background-size: 100%;
    background: url(/_res/sckit/img/icon_arrow_right01.png);
}


.sub-container .snb-list > li > a.active::after,
.sub-container .snb-list > li.selected > a::after {
    background: url(/_res/sckit/img/icon_arrow_right02.png);
}

.sub-container .snb-list > li > a:hover::after,
.sub-container .snb-list > li > a:focus::after {
    background: url(/_res/sckit/img/icon_arrow_right02.png);
}

/*3??? ??????*/
.sub-container .snb-list > li > ul > li {
    margin-top: 6px;
}

.sub-container .snb-list > li > ul > li > a {
    display: block;

    font-weight: 600;
    font-size: 18px;
    color: #666666;

    padding: 14px 24px 14px 34px;

    border-radius: 10px;
    /*background:#f4f6f7;*/
    border: 1px solid #e0e0e0;

    transition: all 0.1s;

    position: relative;


    /*background-color: #f4f6f7;*/
}

/*.sub-container .snb-list > li > ul > li> a:hover,
.sub-container .snb-list > li > ul > li> a:focus,
.sub-container .snb-list > li > ul > li> a.active,
.sub-container .snb-list > li > ul > li> a{
	background:#2584d5;
	border-color: #2584d5;
	color:#fff;
}
*/
.sub-container .snb-list > li > ul > li > a:hover,
.sub-container .snb-list > li > ul > li > a:focus,
.sub-container .snb-list > li > ul > li > a.active {
    color: #2584d5;
}

.sub-container .snb-list > li > ul > li > a::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 24px;
    width: 3px;
    height: 3px;
    background-size: 3px;
    background: #666;
    /*background: url(/_res/sckit/img/icon_arrow_right01.png);*/
}

.sub-container .snb-list > li > ul > li > a:hover::after,
.sub-container .snb-list > li > ul > li > a.active::after {
    background: #2584d5;
}

/*
.sub-container .snb-list > li > ul > li> a.active::after,
.sub-container .snb-list > li > ul > li.selected > a::after{
	background: url(/_res/sckit/img/icon_arrow_right02.png);
}

.sub-container .snb-list > li > ul > li> a:hover::after,
.sub-container .snb-list > li > ul > li> a:focus::after{
	background: url(/_res/sckit/img/icon_arrow_right02.png);
}*/







.sub-container .content-wrap {
    display: block;
    float: right;
    width: 100%;

    position: relative;

    margin-top: 1.25rem;
}




.sub-container .cont-top {
    position: relative;
    margin-bottom: 2.438rem;
}


.sub-container .cont-top .cont-title {
    padding: 0;
    text-align: left;
    margin: 0;
    font-size: 1.813rem;
    line-height: 2.25rem;
    color: #2c2c2c;
    font-weight: 700;
    border-bottom: 0;
    background: transparent;
}

.sub-container .cont-top .cont-title .arrow {
    display: none;
}


.sub-container .cont-top .cont-btns {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
}

.sub-container .cont-top .cont-btns > button {
    border: 0;
    border-radius: 0;
    background: transparent;
    -webkit-appearance: none;
    color: #788190;
    cursor: pointer;
    transition: 0.5s;
}

.sub-container .cont-top .cont-btns > button:hover,
.sub-container .cont-top .cont-btns > button:focus {
    color: #0b3d92;
}

.sub-container .cont-top .cont-btns button .material-icons {
    font-size: 1.6rem;
}

.sub-container #jwxe_main_content {
    padding: 0;
    margin-bottom: 3.125rem;
}





/* RESPONSIVE */
/* RESPONSIVE */
/* RESPONSIVE */
/* RESPONSIVE */
/* RESPONSIVE */


@media only all and (max-width: 1544px) {}

@media only all and (max-width: 1439px) {}

@media only all and (max-width: 1239px) {


    /* .sub-container .snb {
		width: 30.8%;
	} */



}







@media only all and (max-width: 1023px) {

    .sub-container .content-wrap {

        margin-top: 0;

    }


    .contents-paging-navigation {
        display: none;
    }

    .sub-top .sub-visual-wrapper {
        height: 17.5rem;
    }

    .sub-top .sub-visual-desc {

        display: none;

    }

    .sub-top .sub-visual-wrapper > img {
        height: 17.5rem;
    }


    .sub-top .sub-visual-wrapper {
        display: block;
    }

    .page-navi {
        display: none;
    }



    .sub-container .snb-list {
        position: absolute;
        display: none;

        top: 101px;
        left: 0;


        width: 100%;

        background: #fff;
        box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);

        z-index: 90;
    }

    .sub-container .snb-list > li {
        border-radius: 0px;
        border: 0;
        display: block;
        margin-top: -1px;
        background: #fff;
        padding: 0 2.916rem;


    }

    .sub-container .snb-list > li:not(:first-child) {
        margin-top: 0px;
    }

    .sub-container .snb-list > li > a {
        position: relative;
        display: block;
        font-size: 1.166rem;
        line-height: 100px;
        color: #666666;
        font-weight: 500;

        padding: 0;

        border-radius: 0px;

        border: none;


        background: none;

    }

    .sub-container .snb-list > li > a:hover {

        color: #0d76cf;
        text-decoration: none;
    }

    .sub-container .snb-list > li:hover {
        background: #e9e9e9;

    }

    .sub-container .snb-list > li.selected {

        background: #e9e9e9;


    }

    .sub-container .snb-list > li > a.active,
    .sub-container .snb-list > li.selected > a {
        color: #2584d5;
        background: #e9e9e9;

        padding-left: 0.833rem;


    }


    .sub-container .snb-list > li > a:hover,
    .sub-container .snb-list > li > a:focus {
        background: #e9e9e9;
        border: none;
        color: #2584d5;

        padding-left: 0.833rem;
    }

    .sub-container .snb-list > li > a:hover::before,
    .sub-container .snb-list > li > a:focus::before {

        content: '';
        display: block;
        width: 0.5rem;
        height: 0.5rem;
        border-radius: 100%;
        background: #2584d5;

        position: absolute;
        top: 50%;
        left: 0rem;
        transform: translateY(-50%);
    }


    .sub-container .snb-list > li > a.active::before,
    .sub-container .snb-list > li.selected > a::before {

        content: '';
        display: block;
        width: 0.5rem;
        height: 0.5rem;
        border-radius: 100%;
        background: #2584d5;

        position: absolute;
        top: 50%;
        left: 0rem;
        transform: translateY(-50%);


    }

    .sub-container .snb-list > li > a::after {
        display: none;
    }

    .sub-container .snb-list > li > a .arrow {
        position: absolute;
        top: 50%;
        right: 0.9375rem;
        display: block;
        width: 0.25rem;
        height: 0.5rem;
        margin-top: -0.125rem;
        background: url(/_res/sckit/img/icon_arrow_right01_off@2x.png) no-repeat 0 0;
        background-size: 0.25rem 0.5rem;
    }

    .sub-container .snb-list > li.selected > a .arrow,
    .sub-container .snb-list > li > a.active .arrow,
    .sub-container .snb-list > li.selected > a:hover .arrow,
    .sub-container .snb-list > li > a.active:hover .arrow {
        background: url(/_res/sckit/img/icon_arrow_right01@2x.png) no-repeat 0 0;
        background-size: 0.25rem 0.5rem;
        transform: rotate(90deg);
    }

    .sub-container .snb-list > li > a:hover .arrow {
        background: url(/_res/sckit/img/icon_arrow_right01@2x.png) no-repeat 0 0;
        background-size: 0.25rem 0.5rem;
        transform: rotate(90deg);
    }

    .sub-container .snb-list > li > ul {
        display: none;
        background: #dee4eb;
        padding: 1.25rem;
    }

    .sub-container .snb-list > li > ul.selected {
        display: block;
    }

    .sub-container .snb-list > li a + ul > li {
        margin-top: 0.625rem;
    }

    .sub-container .snb-list > li a + ul > li:first-child {
        margin-top: 0;
    }

    .sub-container .snb-list > li a + ul > li > a {
        color: #212121;
        font-weight: 500;
    }

    .sub-container .snb-list > li a + ul > li > a:hover {
        color: #225184;
    }

    .sub-container .snb-list > li a + ul > li > a.active {
        color: #225184;
        font-weight: 700;
        text-decoration: underline;
    }








    .sub-container .snb {
        display: block;
    }

    .sub-container .snb-list {
        display: none;
    }



    .sub-container .snb-list > li > a .arrow {
        position: absolute;
        top: 50%;
        right: 0.9375rem;
        display: block;
        width: 0.25rem;
        height: 0.5rem;
        margin-top: -0.125rem;
        background: url(/_res/sckit/img/icon_arrow_right01_off@2x.png) no-repeat 0 0;
        background-size: 0.25rem 0.5rem;
        display: none;
    }

    .sub-container .snb-list > li.selected > a .arrow,
    .sub-container .snb-list > li > a.active .arrow,
    .sub-container .snb-list > li.selected > a:hover .arrow,
    .sub-container .snb-list > li > a.active:hover .arrow {
        background: url(/_res/sckit/img/icon_arrow_right01@2x.png) no-repeat 0 0;
        background-size: 0.25rem 0.5rem;
        transform: rotate(90deg);
    }

    .sub-container .snb-list > li > a:hover .arrow {
        background: url(/_res/sckit/img/icon_arrow_right01@2x.png) no-repeat 0 0;
        background-size: 0.25rem 0.5rem;
        transform: rotate(90deg);
    }

    .sub-container .snb-list > li > ul {
        display: none;
        background: #dee4eb;
        /*padding: 1.25rem;*/
        background: none;
        padding: 0;
    }

    .sub-container .snb-list > li > ul.selected {
        display: block;
    }

    .sub-container .snb-list > li a + ul > li {
        margin-top: 0rem;
    }

    .sub-container .snb-list > li a + ul > li:first-child {
        margin-top: 0;
    }

    .sub-container .snb-list > li a + ul > li > a {
        color: #212121;
        font-weight: 500;
        background: none;
        border: 0;
        padding: 14px 0;
        font-size: 1.166rem;
    }

    .sub-container .snb-list > li a + ul > li > a:hover {
        color: #14a7bd;
    }

    .sub-container .snb-list > li a + ul > li > a.active {
        /*color: #14a7bd;*/
        color: #2584d5;
        font-weight: 700;
        text-decoration: none;
    }

    .sub-container .snb-list > li > ul > li > a::after {
        display: none;
    }


    .sub-container {
        position: relative;
        margin: 0 auto;
        padding: 0;
    }

    .sub-container:after {
        content: '';
        display: block;
        clear: both;
    }

    .sub-container .cont-top {
        position: relative;
        background: #2584d5;
    }


    .sub-container .cont-top .cont-title {
        position: relative;
        text-align: center;
        margin: 0;
        line-height: 100px;
        height: 100px;
        display: block;
        font-size: 1.416rem;
        color: #fff;
        text-align: center;

        font-weight: 600;
    }

    .sub-container .cont-top .cont-title > .arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 1.666rem;
        display: block;
        width: 0.875rem;
        height: 0.541rem;
        background: url(/_res/sckit/img/icon_arrow_down02@2x.png) no-repeat;
        background-size: contain;

    }

    .sub-container .cont-top .cont-title.on > .arrow {
        background: url(/_res/sckit/img/icon_arrow_up02@2x.png) no-repeat;
        background-size: contain;
    }

    .sub-container .cont-top .cont-btns {
        display: none;
    }

    .sub-container #jwxe_main_content {
        padding: 0 15px;

    }


}


@media only all and (max-width: 767px) {

    .sub-top .sub-visual-wrapper {
        display: none;
    }


    .sub-container .snb {
        display: block;
        width: 100%;
        margin-left: 0px;
        height: 15rem;
    }



    .sub-container .snb-title {
        position: relative;
        display: block;
        height: 100%;
        overflow: hidden;

        margin-bottom: 0;
        border-radius: 0;
    }

    .sub-container .snb-title > span {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0, -50%);

        width: 100%;
        font-size: 1.857rem;
        font-weight: 700;
        text-align: center;
        color: #ffffff;
        margin-top: 0;
        padding: 0 30px;


        display: block;
    }

    .sub-container .snb-title > img {
        display: block;
        width: 100%;
    }


    .sub-container .snb-list {
        top: 351px;
    }





    .sub-container .cont-top .cont-title {
        font-size: 19px;
        font-weight: 600;
        height: 50px;
        line-height: 50px;
    }

    .sub-container .snb-list > li > a {

        font-size: 1.166rem;
        line-height: 50px;

    }
}

@media only all and (max-width: 600px) {
    .sub-container .snb-list {
        top: 291px;
    }
}

@media only all and (max-width: 475px) {
    .sub-container .snb-list {
        top: 261px;
    }
}

@media only all and (max-width: 359px) {
    .sub-container .snb-list {
        top: 231px;
    }
}



/*???????????? > ?????????*/

.greeting-wrapper {
    padding-bottom: 170px;
}

.greeting-slogan-wrapper {
    position: relative;
    padding-right: 0px;
}

.greeting-slogan-wrapper .greeting {

    color: #222222;
    background-image: none;

    margin-bottom: 50px;
    padding-bottom: 0px;

}

.greeting-slogan-wrapper .greeting > strong {
    color: #00a6f7;
}

.greeting-wrapper .word-type01 {
    /*width: 52%;*/
	width: 55%;
    font-weight: 500;
    font-size: 18px;
    line-height: 155%;

}

.greeting-wrapper > dl {
    float: left;
    margin-top: 20px;
    text-align: right;
}

.greeting-wrapper > dl > dt {
    color: #222222;
    font-size: 18px;
    line-height: 155%;
    font-weight: 500;
}

.greeting-wrapper > dl > dd {
    color: #333;
    font-size: 24px;
    line-height: 116%;
    font-weight: 600;
    text-align: left;
    margin-top: 4px;
}

.greeting-wrapper .bg-img {
    position: absolute;
    top: 30px;
    right: 0px;


}
.document-wrapper {
    padding-bottom: 170px;
}
.document-wrapper .contents-box {
	padding-left: 0;
}
.document-wrapper .contents-box .title0501 {
	font-size: 20px;
	padding-left: 0;
	background: none;
}
.document-slogan-wrapper {
    position: relative;
    padding-right: 0px;
	text-align: center;
	margin: 50px 0;
	
}

.document-slogan-wrapper .document {
    color: #2584d5;
    font-size: 30px;
    line-height: 140%;
    font-weight: 500;
    background-image: none;
    background-position: left bottom;
    letter-spacing: -0.1rem;
	padding-bottom: 0px;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.document-wrapper .word-type01 {
    font-size: 18px;
    line-height: 155%;

}

@media only all and (max-width: 1544px) {}

@media only all and (max-width: 1439px) {}

@media only all and (max-width: 1239px) {}



@media only all and (max-width: 1023px) {}



@media only all and (max-width: 767px) {


    .greeting-wrapper {
        padding-bottom: 170px;
    }
	.greeting-slogan-wrapper {
        position: relative;
        padding-right: 0 !important;
        padding-bottom: 1.308rem;
    }
    .greeting-slogan-wrapper .greeting {

        width: 94%;
        word-break: keep-all;
        margin-bottom: 0;
    }


    .greeting-wrapper .word-type01 {
        width: 100%;
        font-size: 1.125rem;
    }
	.document-wrapper .contents-box .title0501 {
		font-size: 1.25rem;
	}

    .greeting-wrapper .bg-img {
        width: 50%;
        position: initial;
        display: block;
        margin: 0 auto;
		margin-bottom: 2rem;


    }
	.document-slogan-wrapper{
		margin: 0 0 1.875rem 0;
	}
	.document-slogan-wrapper .document {
        font-size: 1.625rem;
        padding-bottom: 0;
        margin-bottom: 1.25rem;
		width: 100%;
    }
	.document-wrapper .word-type01 {
        width: 100%;
        font-size: 1.125rem;
    }
	

}




/*FAQ*/


.faq-wrapper {}

.faq-wrapper ul {
    position: relative;

    border-top: 2px solid #66747e;
    border-bottom: 1px solid #66747e;

}


.faq-wrapper ul li {
    position: relative;

    font-size: 20px;
    color: #333;
    font-weight: 500;

}

.faq-wrapper .faq-q-wrapper {

    border-bottom: 1px solid #e7e7e7;

    display: flex;

    flex-wrap: nowrap;
    align-items: center;

    padding-left: 70px;
    height: 60px;


    cursor: pointer;

    transition: all 0.2s ease-in-out;

    position: relative;

}

.faq-wrapper .faq-q-wrapper::after {

    content: '';
    display: block;
    width: 30px;
    height: 30px;

    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);

    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('/_res/sckit/img/icon_q.png');
    background-position: center center;


}

.faq-wrapper .faq-q-wrapper::before {

    content: '';
    display: block;
    width: 18px;
    height: 9px;

    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);

    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('/_res/sckit/img/icon_arrow_down01@2x.png');
    background-position: center center;
    transition: all 0.3s ease-in-out;

}


.faq-wrapper .faq-q-wrapper.active::before {

    background-image: url('/_res/sckit/img/icon_arrow_up01@2x.png');

}




.faq-wrapper .faq-num {
    display: block;

    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 18px;

    border-radius: 100%;
    margin-right: 12px;
    font-weight: 600;
    color: #fff;

    background: #00a85d;

    transition: all 0.2s ease-in-out;
}

.faq-wrapper ul li .faq-a-wrapper {
    display: none;
    padding: 22px 22px 32px 70px;
    line-height: 150%;
    word-break: keep-all;
    background-color: #f9f9f9;
    color: #666666;
    font-size: 18px;
    font-weight: 400;

    position: relative;
}

.faq-wrapper ul li .faq-a-wrapper::after {

    content: '';
    display: block;

    width: 30px;
    height: 30px;

    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('/_res/sckit/img/icon_a.png');
    background-position: center center;

    position: absolute;
    top: 22px;
    left: 22px;

}



@media only all and (max-width: 1544px) {}

@media only all and (max-width: 1439px) {}

@media only all and (max-width: 1239px) {}



@media only all and (max-width: 1023px) {



    .faq-wrapper ul li .faq-a-wrapper {
        padding: 1.5rem 1.5rem;
        font-size: 0.833rem;
        padding-bottom: 2rem;


    }



    .faq-wrapper ul li {
        font-size: 1rem;

    }



    .faq-wrapper .faq-q-wrapper {


        padding-left: 3.083rem;
        height: 3.333rem;
        letter-spacing: -1px;

    }

    .faq-wrapper .faq-q-wrapper::after {
        width: 1.5rem;
        height: 1.5rem;
        top: 50%;
        left: 0.833rem;

    }




    .faq-wrapper ul li .faq-a-wrapper {
        display: none;
        padding: 1rem 1rem 1.5rem 3.083rem;
        line-height: 150%;

        font-size: 0.833rem;
    }

    .faq-wrapper ul li .faq-a-wrapper::after {

        width: 1.5rem;
        height: 1.5rem;
        top: 0.833rem;
        left: 0.833rem;

    }

    .board-area .search-wrapper.sort .sort-select-area .sort-select-box select {
        position: absolute;
        top: auto !important;
        left: 0;
        width: 6.923rem;
    }



}


@media only all and (max-width: 767px) {


    .faq-wrapper ul li {
        font-size: 0.928rem;

    }



    .faq-wrapper .faq-q-wrapper::before {

        width: 1rem;
        height: 0.5rem;

        right: 0.714rem;


    }


}

















/* ????????? CSS */

.board-area .search-wrapper {

    padding-bottom: 20px;

}

.board-area .search-wrapper > .total {

    display: none;


}



.board-area .search-area select {
    float: left;

    width: 150px;
    height: 50px;

    line-height: 50px;
    border: 1px solid #dddddd;
    border-radius: 4px;

    margin-right: 10px;
    font-size: 16px;
    color: #666666;

    background-color: #fff;
    background-position: 95% center;
    background-size: 5px 4px;
}


.board-area .search-area .search-box input[type="search"] {
    float: left;
    width: 260px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    border: 1px solid #dddddd;
    border-radius: 4px;

    color: #666666;

    text-indent: 10px;

    font-size: 16px;
    margin-right: 10px;
}

.board-area .search-area .search-box input[type="search"]::placeholder {

    color: #999999;
}

.board-area .search-area .search-box input[type="search"]:focus {
    background: #fff;
}


.board-area .search-area .search-box input[type="submit"] {
    float: left;
    width: 80px;
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
    border: 0;
    text-align: center;
    -webkit-appearance: none;

    color: #fff;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    background: #495057;
}

.board-area .search-wrapper.sort {
    position: relative;
    /*padding-top: 30px;*/
}

.board-area .search-wrapper.sort > .total {
    position: absolute;
    top: 0;
    left: 0;
}

.adm-chk {

    display: none;

}

.board-list01 table thead th {
    font-size: 16px;
    padding: 0;
    line-height: 64px;
    background: none;
    color: #666666;
    font-weight: 700;
    text-align: center;
    border-bottom: 1px solid #66747e;

}



.board-list01 table .title {
    width: auto;
}


.board-list01 table .writer,
.board-list01 table .state,
.board-list01 table .award,
.board-list01 table .answer {
    width: 15%;
}

.board-list01 table .date {
    width: 15%;
}


.board-list01 table .file,
.board-list01 table .number,
.board-list01 table .hit {
    width: 8%;
}

.board-list01 table .file {

    width: 5%;


}


.board-list01 table tbody td {
	padding: 15px 5px;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    color: #777777;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    line-height: 24px;
}

.board-list01 tbody tr:hover td {

    background-color: #fafafa;

}

.board-list01 table tbody td.title {

    padding-left: 12px;
    position: relative;
}


.board-list01 table tbody td.title a {
    position: relative;
    display: inline-block;

    line-height: 100%;
    color: #777777;


    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overow: ellipsis;

    max-width: calc(100% - 57px);
    width: unset;
	vertical-align: middle;
}

.board-list01 table tbody td.title a .title-wrapper {
    overflow: unset;
    white-space: unset;
    text-overflow: unset;
    -o-text-overow: unset;

    display: inline;
}


.board-list01 table tbody td .board-right-icon-wrapper {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    /*transform: translateY(-4px);*/
    position: relative;
}

.board-list01 table tbody td .icon-new {
    display: none;
}

.board-list01 table tbody td .board-right-icon-wrapper::after {

    position: absolute;
    width: 18px;
    height: 18px;

    content: '';
    display: block;

    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url('/_res/sckit/img/icon_new01.png');
}

/* ????????? ??????????????? */


.paging-navigation a {
    display: inline-block;
    line-height: 40px;
    min-width: 40px;
    height: 40px;
    padding: 0 0px;
    text-align: center;
    margin: 0 1px;
    color: #666666;
    font-size: 1rem;
    border: 1px solid #c5c7cc;
    vertical-align: middle;
    background: #fff;

    border: 1px solid #e5e5e5;

    border-radius: 4px;
}

.paging-navigation a:hover {
    border: 1px solid #495057;
    color: #fff;
    background: #495057;
    text-decoration: none;
}

.paging-navigation strong {
    display: inline-block;
    line-height: 40px;
    min-width: 40px;
    height: 40px;
    padding: 0 0px;
    text-align: center;
    margin: 0 1px;
    border: none;
    border-radius: 4px;
    color: #fff;
    background: #495057;
    font-size: 1rem;
    font-weight: 600;
    vertical-align: middle;
}

.paging-navigation a.btn-first {
    min-width: 40px;
    height: 40px;
    padding: 0;
    text-indent: -5000em;
    background: transparent url(/_res/sckit/img/btn_first.png) no-repeat center center;
    background: -webkit-linear-gradient(transparent, transparent), url(/_res/sckit/img/btn_first.png) no-repeat center center;
    background: linear-gradient(transparent, transparent), url(/_res/sckit/img/btn_first.png) no-repeat center center;
    background-size: 11px 11px;
}

.paging-navigation a.btn-preview {
    margin-right: 15px;
    min-width: 40px;
    height: 40px;
    padding: 0;
    margin-right: 15px;
    text-indent: -5000em;
    background: transparent url(/_res/sckit/img/btn_previous.png) no-repeat center center;
    background: -webkit-linear-gradient(transparent, transparent), url(/_res/sckit/img/btn_previous.png) no-repeat center center;
    background: linear-gradient(transparent, transparent), url(/_res/sckit/img/btn_previous.png) no-repeat center center;
    background-size: 6px 11px;
}

.paging-navigation a.btn-next {
    min-width: 40px;
    height: 40px;
    padding: 0;
    margin-left: 15px;
    text-indent: -5000em;
    background: transparent url(/_res/sckit/img/btn_next.png) no-repeat center center;
    background: -webkit-linear-gradient(transparent, transparent), url(/_res/sckit/img/btn_next.png) no-repeat center center;
    background: linear-gradient(transparent, transparent), url(/_res/sckit/img/btn_next.png) no-repeat center center;
    background-size: 6px 11px;
}

.paging-navigation a.btn-last {
    min-width: 40px;
    height: 40px;
    padding: 0;
    text-indent: -5000em;
    background: transparent url(/_res/sckit/img/btn_last.png) no-repeat center center;
    background: -webkit-linear-gradient(transparent, transparent), url(/_res/sckit/img/btn_last.png) no-repeat center center;
    background: linear-gradient(transparent, transparent), url(/_res/sckit/img/btn_last.png) no-repeat center center;
    background-size: 11px 11px;
}




.paging-wrap li > a {
    display: inline-block;
    line-height: 40px;
    min-width: 40px;
    height: 40px;
    padding: 0 0px;
    text-align: center;
    margin: 0 4px;
    color: #666666;
    font-size: 1rem;
    border: 1px solid #c5c7cc;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px !important;
    overflow: hidden;
}

.paging-wrap li > a:hover {
    border: 1px solid #495057;
    color: #fff;
    background: #495057;
    text-decoration: none;
}

.paging-wrap li > a.active {
    display: inline-block;
    line-height: 40px;
    min-width: 40px;
    height: 40px;
    padding: 0 0px;
    text-align: center;
    margin: 0 1px;
    border: none;
    color: #fff;
    background: #495057;
    font-size: 1rem;
    font-weight: 600;
    vertical-align: middle;
}

.paging-wrap li > a.page-first {
    min-width: 40px;
    height: 40px;
    padding: 0;
    text-indent: -5000em;
    background: transparent url(/_res/sckit/img/btn_first.png) no-repeat center center;
    background: -webkit-linear-gradient(transparent, transparent), url(/_res/sckit/img/btn_first.png) no-repeat center center;
    background: linear-gradient(transparent, transparent), url(/_res/sckit/img/btn_first.png) no-repeat center center;
    background-size: 11px 11px;
    background-color: #fff;
}

.paging-wrap li > a.page-prev {
    margin-right:
        min-width: 40px;
    height: 40px;
    padding: 0;
    margin-right: 15px;
    text-indent: -5000em;
    background: transparent url(/_res/sckit/img/btn_previous.png) no-repeat center center;
    background: -webkit-linear-gradient(transparent, transparent), url(/_res/sckit/img/btn_previous.png) no-repeat center center;
    background: linear-gradient(transparent, transparent), url(/_res/sckit/img/btn_previous.png) no-repeat center center;
    background-size: 6px 11px;
    background-color: #fff;
}

.paging-wrap li > a.page-next {
    min-width: 40px;
    height: 40px;
    padding: 0;
    margin-left: 15px;
    text-indent: -5000em;
    background: transparent url(/_res/sckit/img/btn_next.png) no-repeat center center;
    background: -webkit-linear-gradient(transparent, transparent), url(/_res/sckit/img/btn_next.png) no-repeat center center;
    background: linear-gradient(transparent, transparent), url(/_res/sckit/img/btn_next.png) no-repeat center center;
    background-size: 6px 11px;
    background-color: #fff;
}

.paging-wrap li > a.page-last {
    min-width: 40px;
    height: 40px;
    padding: 0;
    text-indent: -5000em;
    background: transparent url(/_res/sckit/img/btn_last.png) no-repeat center center;
    background: -webkit-linear-gradient(transparent, transparent), url(/_res/sckit/img/btn_last.png) no-repeat center center;
    background: linear-gradient(transparent, transparent), url(/_res/sckit/img/btn_last.png) no-repeat center center;
    background-size: 11px 11px;
    background-color: #fff;
}


.board-view td {
	border-bottom: 1px solid #c8c8c8;
	vertical-align: middle;
}

.board-view td .attached-file-wrapper {
	border-bottom: 0;
}


.board-view .attached-file-wrapper dt {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 117px;
	height: 100%;
	padding: 20px 30px;
	color: #616161;
	font-weight: bold;
}


@media only all and (max-width: 1023px) {

    .article-chk {

        display: none;


    }

    .board-area .search-area {

        padding-left: 6.6rem;
    }



    .board-area .search-wrapper {

        padding-bottom: 0px;

    }


    .board-area .search-area select {

        width: 6.25rem;
        height: 2.083rem;
        line-height: 2.083rem;

        font-size: 0.666rem;
        margin-right: 0rem;
    }


    .board-area .search-area .search-box input[type="search"] {
        width: 100%;
        height: 2.083rem;
        line-height: 2.083rem;
        font-size: 0.666rem;
        margin-right: 0.333rem;
    }



    .board-area .search-area .search-box input[type="submit"] {
        width: 4.583rem;
        height: 2.083rem;
        line-height: 2.083rem;
        font-size: 0.666rem;
    }



    .board-list01 table tbody td {

        font-size: 1rem;
        line-height: unset;

    }





    .board-list01 table tbody td .board-right-icon-wrapper {
        display: inline-block;

        vertical-align: middle;
        margin-left: 0px;
        transform: translateY(-50%);
        position: absolute;
        top: 50%;
        right: 5%;


        border: 1px solid red;

    }

    .board-list01 table tbody td .icon-new {
        display: none;
    }

    .board-list01 table tbody td .board-right-icon-wrapper img {

        display: none;


    }

    .board-list01 table tbody td .board-right-icon-wrapper::after {

        position: absolute;
        width: 18px;
        height: 18px;

        content: '';
        display: block;

        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);

        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        background-image: url('/_res/sckit/img/icon_new01.png');
    }








    /* ????????? ??????????????? */


    .paging-navigation a {
        line-height: 1.666rem;
        min-width: 1.666rem;
        height: 1.666rem;

        font-size: 0.833rem;
    }

    .paging-navigation strong {
        line-height: 1.666rem;
        min-width: 1.666rem;
        height: 1.666rem;
        font-size: 0.833rem;
    }

    .paging-navigation a.btn-first {
        width: 1.666rem;
        min-width: 1.666rem;
        height: 1.666rem;
        background-size: 0.458rem 0.458rem;
    }

    .paging-navigation a.btn-preview {
        margin-right: 0.937rem;
        width: 1.666rem;
        min-width: 1.666rem;
        height: 1.666rem;
        background-size: 0.25rem 0.458rem;
    }

    .paging-navigation a.btn-next {
        margin-left: 0.937rem;
        width: 1.666rem;
        min-width: 1.666rem;
        height: 1.666rem;
        background-size: 0.25rem 0.458rem;
    }

    .paging-navigation a.btn-last {
        width: 1.666rem;
        min-width: 1.666rem;
        height: 1.666rem;
        background-size: 0.458rem 0.458rem;
    }



    .paging-wrap li > a {
        margin: 0 2px;
    }

    .paging-wrap li > a {
        margin: 0;
        line-height: 1.666rem;
        min-width: 1.666rem;
        height: 1.666rem;
        font-size: 0.833rem;
    }

    .paging-wrap li > a.active {
        line-height: 1.666rem;
        min-width: 1.666rem;
        height: 1.666rem;
        font-size: 0.833rem;
    }

    .paging-wrap li > a.page-first {
        width: 1.666rem;
        min-width: 1.666rem;
        height: 1.666rem;
        background-size: 0.458rem 0.458rem;
    }

    .paging-wrap li > a.page-prev {
        margin-left: 0;
        margin-right: calc(0.937rem - 2px);
        width: 1.666rem;
        min-width: 1.666rem;
        height: 1.666rem;
        background-size: 0.25rem 0.458rem;
    }

    .paging-wrap li > a.page-next {
        margin-right: 0;
        margin-left: calc(0.937rem - 2px);
        width: 1.666rem;
        min-width: 1.666rem;
        height: 1.666rem;
        background-size: 0.25rem 0.458rem;
    }

    .paging-wrap li > a.page-last {
        width: 1.666rem;
        min-width: 1.666rem;
        height: 1.666rem;
        background-size: 0.458rem 0.458rem;
    }



	.board-view td {
		display: block;

	}

}


@media only all and (max-width: 767px) {

    .board-area .search-area {

        padding-left: 5.8rem;
    }

    .board-area .search-area .search-box {

        padding-right: 4.35rem;
    }




    .board-area .search-area select {

        width: 5.357rem;
        height: 2.571rem;
        line-height: 2.571rem;

        font-size: 0.857rem;
        margin-right: 0rem;

        background-position: 85% center;
    }

    .board-area .search-area .search-box input[type="submit"] {
        width: 3.928rem;
        height: 2.571rem;
        line-height: 2.571rem;
        font-size: 0.857rem;
    }





    .board-area .search-area .search-box input[type="search"] {
        width: 100%;
        height: 2.571rem;
        line-height: 2.571rem;
        font-size: 0.857rem;
        margin-right: 1.285rem;
    }


    .board-list01 table tbody td .board-right-icon-wrapper::after {

        width: 1rem;
        height: 1rem;


    }


    .board-list01 table tbody td.title {

        padding-left: 0px;
    }

    .board-list01 table tbody td .icon-file {
        width: 1rem;
        height: 1rem;
        transform: translateY(1px);
    }






}