/*=================================================
				입사지원 수정
=================================================*/
.employment-lists-wrap{
    padding: 0 0 100px;
    min-height: 450px;
}

.employment-lists-wrap tr th{
    font-weight: normal;
    text-align: center;
    color: #3a3a3a;

    border-top: 3px solid #ff8f43;
    border-bottom: 0;
}

.employment-lists-wrap tr td{
    text-align: center;
    color: #5d5d5d;

    border-top: 1px solid #cfcfcf;
}

.employment-lists-wrap tr:last-child td{
    border-bottom: 2px solid #cfcfcf;
}

.employment-lists-wrap .title{
    width: 50%;
}

.employment-lists-wrap .ing{
    padding: 13px 0;
    line-height: 0;
    color: #fff;

    background-color: #ff8f43;
    border-radius: 12.5px;
}

.employment-lists-wrap .pagination-type2{
    padding: 30px 0 0;
}

/*****#####===== 미디어 쿼리  =====#####*****/
/***** lg *****/
@media (min-width: 992px) and (max-width: 1199px){

}

/***** md *****/
@media (min-width: 768px) and (max-width: 991px){
    .employment-lists-wrap .ing{
        padding: 13px 10px;
    }
}

/***** sm *****/
@media (min-width: 576px) and (max-width: 767px){
    .employment-lists-wrap{
        padding: 0 0 30px;
    }

    .employment-lists-wrap .ing{
        padding: 13px 10px;
    }

    .employment-lists-wrap .pagination-type2{
        padding: 30px 0 0;
    }
}

/***** xs *****/
@media (max-width: 575px) {
    .employment-lists-wrap{
        padding: 0 0 30px;
    }

    .employment-lists-wrap .ing{
        color: #5d5d5d;

        background-color: transparent;
    }

    .employment-lists-wrap .pagination-type2{
        padding: 30px 0 0;
    }
}

/** 메인 리스트 **/

.recruit-lists-wrap{
    padding: 50px 0 0;
}

.recruit-lists-wrap ul.list-inline li{
    padding: 8px 0 20px;
    border-top: 1px solid #d8d8d8;
}

.recruit-lists-wrap li .title{
    color: #3f3f3f;
}

.recruit-lists-wrap li .regdate{
    padding: 3px 0 0;
    color: #a1a1a1;
}

.recruit-lists-wrap .more-wrap .more-btn{
    border-bottom: 1px solid #ff8f43;
}

/*****#####===== 미디어 쿼리  =====#####*****/
/***** lg *****/
@media (min-width: 992px) and (max-width: 1199px){

}

/***** md *****/
@media (min-width: 768px) and (max-width: 991px){

}

/***** sm *****/
@media (min-width: 576px) and (max-width: 767px){

}

/***** xs *****/
@media (max-width: 575px) {
    .recruit-lists-wrap .txt-h13{
        font-size: 14px;
    }
}

/*=================================================
				공통
=================================================*/
body, button, input, optgroup, select, textarea{
    font-family: "notokr", sans-serif !important;
}

#ui-datepicker-div{
    z-index: 5 !important;
}

/*****#####===== 폰트 =====#####*****/
.font-nt{
    font-family: "notokr" !important;
}

.font-nts{
    font-family: 'Noto Serif', serif !important;
}

.font-cg{
    font-family: 'Cormorant Garamond', serif !important;
}

.font-lb{
    font-family: 'Libre Baskerville' !important;
}

.font-mm{
    font-family: 'Mukta Malar', sans-serif !important;
}

.font-mt{
    font-family: 'Montserrat', sans-serif !important;
}


/*****#####===== 줄바꿈 =====#####*****/
[class*="txt"] {
    word-break:keep-all;
	word-wrap: break-word;
}

/*****#####===== 색상 =====#####*****/
.c-orange{
    color: #ff8f43 !important;
}

.c-red{
    color: rgb(145, 8, 8);
}


.c-fff{
    color: #fff !important;
}

.c-000{
    color: #000 !important;
}

.c-333{
    color: #333 !important;
}

.c-69{
    color: #696969;
}

.b-orange{
	background-color: #ff8f43 !important;
}

.b-fff{
	background-color: #fff !important;
}

.b-000{
	background-color: #000 !important;
}

.b-333{
    background-color: #333 !important;
}

.b-3939{
    background-color: #393939 !important;
}

/*****##### 폰트 사이즈 #####*****/
.txt-h1{
    font-size: 58px;
}

.txt-h2{
    font-size: 50px;
}

.txt-h3{
    font-size: 45px;
}

.txt-h4{
    font-size: 34px;
}

.txt-h5{
    font-size: 30px;
}

.txt-h6{
    font-size: 28px;
}

.txt-h7{
    font-size: 26px;
}

.txt-h8{
    font-size: 24px;
}

.txt-h9{
    font-size: 22px;
}

.txt-h10{
    font-size: 20px;
}

.txt-h11{
    font-size: 18px;
}

.txt-h12{
    font-size: 16px;
}

.txt-h13{
    font-size: 14px;
}

.txt-h14{
    font-size: 12px;
}

/*****#####===== 미디어 쿼리 =====#####*****/
/***** lg *****/
@media (min-width: 992px) and (max-width: 1200px){
    /* 텍스트 */
	/* 폰트 사이즈 */
    .txt-h1{
        font-size: 50px;
    }

    .txt-h2{
        font-size: 42px;
    }

    .txt-h3{
        font-size: 36px;
    }

    .txt-h4{
        font-size: 34px;
    }

    .txt-h5{
        font-size: 30px;
    }

    .txt-h6{
        font-size: 28px;
    }

    .txt-h7{
        font-size: 26px;
    }

    .txt-h8{
        font-size: 20px;
    }

    .txt-h9{
        font-size: 20px;
    }

    .txt-h10{
        font-size: 20px;
    }

    .txt-h11{
        font-size: 18px;
    }

    .txt-h12{
        font-size: 16px;
    }

    .txt-h13{
        font-size: 14px;
    }

    .txt-h14{
        font-size: 12px;
    }
}

/***** md *****/
@media (min-width: 768px) and (max-width: 991px){
    /* 텍스트 */
	/* 폰트 사이즈 */
    .txt-h1{
        font-size: 46px;
    }

    .txt-h2{
        font-size: 38px;
    }

    .txt-h3{
        font-size: 36px;
    }

    .txt-h4{
        font-size: 34px;
    }

    .txt-h5{
        font-size: 30px;
    }

    .txt-h6{
        font-size: 28px;
    }

    .txt-h7{
        font-size: 26px;
    }

    .txt-h8{
        font-size: 20px;
    }

    .txt-h9{
        font-size: 20px;
    }

    .txt-h10{
        font-size: 20px;
    }

    .txt-h11{
        font-size: 18px;
    }

    .txt-h12{
        font-size: 16px;
    }

    .txt-h13{
        font-size: 14px;
    }

    .txt-h14{
        font-size: 12px;
    }

}

/***** sm *****/
@media (min-width: 554px) and (max-width: 767px){
    /* 텍스트 */
	/* 폰트 사이즈 */
    .txt-h1{
        font-size: 46px;
    }

    .txt-h2{
        font-size: 38px;
    }

    .txt-h3{
        font-size: 36px;
    }

    .txt-h4{
        font-size: 34px;
    }

    .txt-h5{
        font-size: 30px;
    }

    .txt-h6{
        font-size: 28px;
    }

    .txt-h7{
        font-size: 26px;
    }

    .txt-h8{
        font-size: 20px;
    }

    .txt-h9{
        font-size: 20px;
    }

    .txt-h10{
        font-size: 20px;
    }

    .txt-h11{
        font-size: 18px;
    }

    .txt-h12{
        font-size: 16px;
    }

    .txt-h13{
        font-size: 12px;
    }

    .txt-h14{
        font-size: 12px;
    }
}

/***** xs *****/
@media (max-width: 553px){
    /* 텍스트 */
	/* 폰트 사이즈 */
    .txt-h1{
        font-size: 46px;
    }

    .txt-h2{
        font-size: 38px;
    }

    .txt-h3{
        font-size: 36px;
    }

    .txt-h4{
        font-size: 34px;
    }

    .txt-h5{
        font-size: 30px;
    }

    .txt-h6{
        font-size: 28px;
    }

    .txt-h7{
        font-size: 26px;
    }

    .txt-h8{
        font-size: 20px;
    }

    .txt-h9{
        font-size: 20px;
    }

    .txt-h10{
        font-size: 20px;
    }

    .txt-h11{
        font-size: 18px;
    }

    .txt-h12{
        font-size: 16px;
    }

    .txt-h13{
        font-size: 11px;
    }

    .txt-h14{
        font-size: 10px;
    }
}

/*=================================================
			로딩레이어
=================================================*/
.loading-layer{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 50px;
    z-index: 10000;
    background-color: #222;
}

.loading-layer .symbol{
	font-size: 60px;
	font-weight: 700;
	line-height: -2px;
	color: #FFFFFF;

	-webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

/*=================================================
			버튼
=================================================*/
.btn-custom{
    font-size: 14px;
    letter-spacing: -0.3px;
    color: #8e8e8e !important;

    background-color: transparent !important;
    border: 1px solid #8c8c8c;
}

.btn-custom:hover,
.btn-custom.active{
    color: #fff !important;

    background-color: #ff8f43 !important;
    border-color: #ff8f43;
}

/*=================================================
				네비게이션
=================================================*/
#main-gnb{
    position: fixed;

    width: 100%;

    top: 0; left: 0;

    z-index: 1000;
}

#main-gnb .main-nav-wrap{
    position: relative;

    padding: 60px 0 20px;

    background-color: #fff;
}

#main-gnb .main-nav-wrap .logo{
    margin-right: 20px;
}

#main-gnb .main-nav-wrap a{
    color: #242424;
}

#main-gnb .main-nav-wrap a.active{
    color: rgba(36, 36, 36, 0.5);
}

#main-gnb .main-nav-wrap .aside-nav{
    position: absolute;

    top: -30px; right: 0;
}

#main-gnb .main-nav-wrap .aside-nav li a{
    color: #656565;
}

#main-gnb .main-nav-wrap ul.vertical-divide > li+li:before {
    content: '';
    margin-top: 7px;
    width: 2px;
    height: 12px;
    border-left: 1px solid #999999;
    border-right: 1px solid #DDDDDD;
}

#main-gnb .sub-nav-wrap{
    position: relative;
}

#main-gnb .sub-nav{
    position: absolute;
    display: none;

    width: 100%;
    padding: 45px 0;

    background-color: rgba(255, 255, 255, 0.9);
}

#main-gnb .sub-nav .row{
    padding: 0 50px 0 195px;
}

#main-gnb .sub-nav .title{
    position: relative;

    padding-right: 86px;

    color: #242424;
}

#main-gnb .sub-nav .title::after{
    content: '';
    position: absolute;
    display: block;

    top: 12px; right: 24px;

    width: 40px;
    height: 1px;

    background-color: #282828;
}

#main-gnb .sub-nav .list-inline li{
    padding: 10px 0 0;
}

#main-gnb .sub-nav .list-inline li:first-child{
    padding: 0;
}

#main-gnb .sub-nav .list-inline li a{
    color: #5e5e5e;
}

#main-gnb .sub-nav .list-inline li a.active,
#main-gnb .sub-nav .list-inline li a:hover{
    color: #090909;
}

#main-gnb .sub-nav .ratio-custom::before{
    padding-top: 51.5%;
}

/*****#####===== 미디어 쿼리  =====#####*****/
/***** xl *****/
@media (min-width: 1200px) and (max-width: 1600px){
    #main-gnb .main-nav-wrap .aside-nav {
        right: 0;
    }
}

/***** lg *****/
@media (min-width: 992px) and (max-width: 1199px){
    #main-gnb .main-nav-wrap .aside-nav {
        top: -30px; right: 0;
    }

    #main-gnb .main-nav-wrap .row {
        padding: 0 40px;
    }

    #main-gnb .sub-nav .row {
        padding: 0 100px;
    }
}

/***** md *****/
@media (min-width: 768px) and (max-width: 991px){

}

/***** sm *****/
@media (min-width: 576px) and (max-width: 767px){

}

/***** xs *****/
@media (max-width: 575px) {

}

/*=================================================
				모바일 네비
=================================================*/
#m-main-gnb{
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 4;
    padding: 8px 16px 0;
}

#m-main-gnb button{
    color: #000;
    border: 1px solid #000;
}

#m-main-gnb .navbar-toggler-right{
    top: 11px;
}

#m-main-gnb dl dt{
    margin-bottom: .5rem;

    color: #090909;
}

#m-main-gnb dl dd{
    display: none;

    color: #5e5e5e;
}

/*****#####===== 미디어 쿼리  =====#####*****/
/***** lg *****/
@media (min-width: 992px) and (max-width: 1199px){

}

/***** md *****/
@media (min-width: 768px) and (max-width: 991px){

}

/***** sm *****/
@media (min-width: 576px) and (max-width: 767px){

}

/***** xs *****/
@media (max-width: 575px) {

}
/*=================================================
				페이지 공통
=================================================*/
.page-title-wrap{
    padding: 80px 0 0;
}

.page-subtitle-wrap{
    padding: 60px 0 50px;
}

.page-subtitle-wrap .subtitle{
    text-align: center;
    color: #4d4d4d;
}

.page-nav{
    margin: 30px 0 0 !important;
    padding: 10px 0 !important;

    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

.page-nav li a{
    color: gray;

    border-bottom: 1px solid transparent;

    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.page-nav li a.active,
.page-nav li a:hover{
    color: #ff8f43;

    border-bottom: 1px solid #ff8f43;
}

ul.page-nav > li+li:before {
    display: block;
    position: absolute;

    margin-top: -1px;
    width: 2px;
    height: 12px;

    color: #23241c;

    border: 0;
    content: '/';
}

ul.page-nav > li > a{
    padding: 0;
    margin: 0 10px 0 15px;
}

.m-page-nav{
    margin: 30px 0 0;


    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

.m-page-nav select{
    border: 0;
}

/*****#####===== 미디어 쿼리  =====#####*****/
/***** lg *****/
@media (min-width: 992px) and (max-width: 1199px){

}

/***** md *****/
@media (min-width: 768px) and (max-width: 991px){

}

/***** sm *****/
@media (min-width: 576px) and (max-width: 767px){

}

/***** xs *****/
@media (max-width: 575px) {
    .page-title-wrap{
        padding: 0;
    }

    .page-subtitle-wrap{
        padding: 30px 0;
    }
}

/*=================================================
				섹션 공통
=================================================*/
.page-content-wrap section:first-child{
    padding-top: 109px;
}

.title-line{
    height: 2px;
}

.section-wrap{
    padding-top: 70px !important;
}


/*****#####===== 미디어 쿼리  =====#####*****/
/***** lg *****/
@media (min-width: 992px) and (max-width: 1199px){

}

/***** md *****/
@media (min-width: 768px) and (max-width: 991px){
    .ratio-box .layer,
    .ratio-box .slide-layer{
        display: none;

        opacity: 0;
    }

    br{
        display: none;
    }

    .page-content-wrap section:first-child{
        padding-top: 52px;
    }
}

/***** sm *****/
@media (min-width: 576px) and (max-width: 767px){
    .ratio-box .layer,
    .ratio-box .slide-layer{
        display: none;

        opacity: 0;
    }

    br{
        display: none;
    }

    .page-content-wrap section:first-child{
        padding-top: 52px;
    }
}

/***** xs *****/
@media (max-width: 575px) {
    .ratio-box .layer,
    .ratio-box .slide-layer{
        display: none;

        opacity: 0;
    }

    br{
        display: none;
    }

    .page-content-wrap section:first-child{
        padding-top: 52px;
    }

    .section-wrap{
        padding-top: 40px !important;
    }
}


/*=================================================
				게시판 공통
=================================================*/
.board-lists-wrap{
    min-height: 600px;
}

.board-view-wrap{
    padding: 50px 0;
}

.board-view-wrap .board-body-wrap{
    padding: 0 0 70px;
}

.board-view-wrap .bd-title{
    color: #171717;
}

.board-view-wrap .title{
    padding: 20px 0;

    color: #171717;
}

.board-view-wrap .info-wrap{
    border-top: 2px solid #ff8f43;
}

.board-view-wrap .info-wrap .name-wrap{
    padding: 10px 30px 10px 10px;

    border-bottom: 1px solid #d9d9d9;
}

.board-view-wrap .info-wrap .name{
    color: #535252;
}

.board-view-wrap .info-wrap .regdate{
    color: #535252;
}

.board-view-wrap .info-wrap .info{
    padding: 30px 30px 30px 10px;

    border-bottom: 1px solid #d9d9d9;
}

.board-view-wrap .info-wrap .info table tr th,
.board-view-wrap .info-wrap .info table tr td{
    color: #535252;
}

.board-view-wrap .info-wrap .info table tr th{
    position: relative;

    padding: 0 10px 0 0;
}

.board-view-wrap .info-wrap .info table tr th::after{
    content: '';
    display: inline-block;
    position: absolute;

    width: 1.5px;
    height: 15px;

    top: 50%; right: 0;

    background-color: #535252;

    transform: translateY(-50%);
}

.board-view-wrap .info-wrap .info table tr td{
    padding: 0 0 0 10px;
}

.board-view-wrap .content{
    padding: 70px 10px;
    min-height: 300px;
}

.board-view-wrap .btn-application{
    width: 300px;
    height: 35px;

    font-size: 18px;
    line-height: 35px;
}

/*****#####===== 미디어 쿼리  =====#####*****/
/***** lg *****/
@media (min-width: 992px) and (max-width: 1199px){

}

/***** md *****/
@media (min-width: 768px) and (max-width: 991px){

}

/***** sm *****/
@media (min-width: 576px) and (max-width: 767px){

}

/***** xs *****/
@media (max-width: 575px) {
    .board-view-wrap{
        padding: 30px 0;
    }

    .board-view-wrap .title-header{
        font-size: 15px;
    }
}

/*****#####===== 모듈 페이지네이션 Type1 =====#####*****/
.pagination-type1 .pagination .page-link {
    display: block;
    margin-left: -1px;
    padding: 0 1.6rem .5rem;

    font-size: 14px;
    font-weight: 300;
    line-height: 0.5;
    color: #3f3f3f;

    background-color: transparent;
    border: 0px solid #ddd;
    border-bottom: 1px solid #3f3f3f;

    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.pagination-type1 .pagination .page-before,
.pagination-type1 .pagination .page-after{
    display: none;
}

.pagination-type1 .pagination .page-prev a{
    padding: 0 0 .5rem;
}

.pagination-type1 .pagination .page-next a{
    padding: 0 0 .5rem;
}

.pagination-type1 .pagination .page-item:first-child .page-link {
    padding-left: 0;
}

.pagination-type1 .pagination .page-item:last-child .page-link {
    padding-right: 0;
}

.pagination-type1 .pagination .page-item.active .page-link {
    z-index: 2;
    color: #3f3f3f;
    background-color: inherit;
    border-color: inherit;
}

.pagination-type1 .pagination .page-link:focus, .page-link:hover {
    color: inherit;
    background-color: inherit;
    border-color: inherit;
}

/*****#####===== 모듈 페이지네이션 Type2 =====#####*****/
.pagination-type2 .pagination .page-link {
    display: block;
    margin-left: -1px;
    padding: 0 .5rem;
    margin: 0 .7rem .5rem;

    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.9;
    color: #6d6d6d;

    background-color: transparent;
    border: 0px solid #ddd;
    border-bottom: 1px solid transparent;

    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.pagination-type2 .pagination .page-before,
.pagination-type2 .pagination .page-after{
    display: none;
}

.pagination-type2 .pagination .page-prev a{
    padding: 0;
    margin: 0 0 .5rem;
}

.pagination-type2 .pagination .page-next a{
    padding: 0;
    margin: 0 0 .5rem;
}

.pagination-type2 .pagination .page-item .page-link{
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.pagination-type2 .pagination .page-item.active .page-link,
.pagination-type2 .pagination .page-item:hover .page-link {
    font-weight: 600;
    color: #ff8f43;

    background-color: inherit;
    border-color: #ff8f43;

    z-index: 2;
}

/*****#####===== 모듈 레이아웃 Type1 =====#####*****/
.layout-type1{
    padding: 70px 0 0;
}

.layout-type1 .nav .nav-item{
    padding-left: 40px;
}

.layout-type1 .nav .nav-item:first-child{
    padding-left: 0;
}

.layout-type1 .nav .nav-item .nav-link{
    position: relative;

    padding: 0 80px 2px 0;

    color: #8f8f8f;

    border-bottom: 2px solid #8f8f8f;

    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.layout-type1 .nav .nav-item .nav-link::after{
    position: absolute;
    content: '＞';
    display: block;

    right: 0; bottom: 0;

    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.layout-type1 .nav .nav-item .nav-link.active,
.layout-type1 .nav .nav-item .nav-link:hover{
    color: #ff8f43;
}

.layout-type1 .nav .nav-item .nav-link.active::after{
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

/*****#####===== 미디어 쿼리  =====#####*****/
/***** lg *****/
@media (min-width: 992px) and (max-width: 1199px){

}

/***** md *****/
@media (min-width: 768px) and (max-width: 991px){
    .layout-type1{
        padding: 30px 0 0;
    }
}

/***** sm *****/
@media (min-width: 576px) and (max-width: 767px){
    .layout-type1{
        padding: 30px 0 0;
    }
}

/***** xs *****/
@media (max-width: 575px) {
    .layout-type1{
        padding: 30px 0 0;
    }
}

/*****#####===== 모듈 레이아웃 Type2 =====#####*****/
.layout-type2 .title-wrap{
    border-bottom: 1px solid #d9d9d9;
}

.layout-type2 .title{
    padding: 0 20px 0 0;
}

.layout-type2 .desc{
    margin: 23px 0 25px;
}

.layout-type2 .ratio-custom::before{
    padding-top: 65%;
}

/*****#####===== 미디어 쿼리  =====#####*****/
/***** lg *****/
@media (min-width: 992px) and (max-width: 1199px){

}

/***** md *****/
@media (min-width: 768px) and (max-width: 991px){

}

/***** sm *****/
@media (min-width: 576px) and (max-width: 767px){

}

/***** xs *****/
@media (max-width: 575px) {
    .layout-type2 .item{
        padding: 20px 0 0;
    }
}

/*****#####===== 모듈 레이아웃 Type3 =====#####*****/
.layout-type3{
    overflow: hidden;
}

.layout-type3 .ratio-custom::before{
    padding-top: 46.6%;
}

.layout-type3 .content-wrap{
    padding: 50px 0 100px;
}

.layout-type3 .right *{
    text-align: right;
}

.layout-type3 .left *{
    text-align: left;
}

.layout-type3 .item-wrap{
    padding: 50px 0 0;
}

.layout-type3 .item{
    height: 100%;
    padding: 90px 0 0;
}

.layout-type3 .item .title{
    border-bottom: 1px solid #979797;
    color: #111;
}

.layout-type3 .item .desc{
    padding: 10px 0 0;
}

/*****#####===== 미디어 쿼리  =====#####*****/
/***** lg *****/
@media (min-width: 992px) and (max-width: 1199px){

}

/***** md *****/
@media (min-width: 768px) and (max-width: 991px){

}

/***** sm *****/
@media (min-width: 576px) and (max-width: 767px){

}

/***** xs *****/
@media (max-width: 575px) {
    .layout-type3 .ratio-custom::before{
        padding-top: 70%;
    }

    .layout-type3 .content-wrap{
        padding: 20px 0;
    }

    .layout-type3 .item{
        padding: 20px 0 0;
    }
}

/*****#####===== 모듈 슬라이드 Type1 =====#####*****/
.slider-type1{
    color: #fff;

    overflow: hidden;
}

.slider-type1 .ratio-custom::before{
    padding-top: 75.8%;
}

.slider-type1 .left{
    background-color: #191919;
}

.slider-type1 .left .item{
    padding-left: 160px;
    padding-right: 160px;
}

.slider-type1 .left .item .slider-nav{
    padding-top: 30px;
}

.slider-type1 .left .item .slider-nav .slick-list{
    background-color: #191919;
}

.slider-type1 .left .item .slider-nav div{
    padding-top: 12px;

    cursor: pointer;

    transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
}

.slider-type1 .left .item .slider-nav .title br{
    display: none;
}

.slider-type1 .left .item .slider-nav .title:first-child{
    padding-top: 0;
}

.slider-type1 .left .item .slider-nav .title span{
    display: none;
    position: relative;

    padding: 0 60px 0 0;
}

.slider-type1 .left .item .slider-nav .title span::after{
    position: absolute;
    content: '';
    width: 40px;
    height: 1px;

    top: 50%; left: 50%;

    color: #ff8f43;

    background-color: #fff;

    transform: translateX(-15px);
    -webkit-transform: translateX(-15px);
    -moz-transform: translateX(-15px);
}

.slider-type1 .left .item .slider-nav .title.slick-current,
.slider-type1 .left .item .slider-nav .title:hover{
    color: #ff8f43 !important;
}

.slider-type1 .left .item .slider-nav .title.slick-current span{
    display: inline-block;

    color: #fff !important;
}

.slider-type1 .right{
    position: relative;
    
    height: 100%;
}

.slider-type1 .right .item-wrap{
    content: '';
    display: block;
    position: absolute;

    width: 100%;
    height: 100%;

    top: 0; left: 0;

    background-color:rgba(0, 0, 0, 0.4);

    z-index: 1;
}

.slider-type1 .right .item{
    padding: 95px 90px 0;
}

.slider-type1 .right .item .title{
    padding: 10px 0 0;
}

.slider-type1 .right .item .desc{
    padding: 18px 0 0;
}

/*****#####===== 미디어 쿼리  =====#####*****/
/***** xl *****/
@media (min-width: 1200px) and (max-width: 1500px){
    .slider-type1 .left .item{
        padding-left: 50px;
        padding-right: 50px;
    }

    .slider-type1 .right .item{
        padding: 95px 50px 0;
    }

}

/***** lg *****/
@media (min-width: 992px) and (max-width: 1199px){
    .slider-type1 .ratio-custom::before{
        padding-top: 100%;
    }

    .slider-type1 .left .item{
        padding-left: 40px;
        padding-right: 40px;
    }

    .slider-type1 .right .item{
        padding: 60px 40px 0;
    }
}

/***** md *****/
@media (min-width: 768px) and (max-width: 991px){
    .slider-type1 .left .item{
        padding-left: 40px;
        padding-right: 40px;
    }

    .slider-type1 .right .item{
        padding: 60px 40px 0;
    }
}

/***** sm *****/
@media (min-width: 576px) and (max-width: 767px){
    .slider-type1 .left .item{
        padding-left: 40px;
        padding-right: 40px;
    }

    .slider-type1 .right .item{
        padding: 60px 40px 0;
    }
}

/***** xs *****/
@media (max-width: 575px) {
    .slider-type1 .ratio-custom::before{
        padding-top: 165%;
    }

    .slider-type1 .left .item{
        padding-left: 40px;
        padding-right: 40px;
    }

    .slider-type1 .left .item .txt-h1{
        font-size: 26px;
    }

    .slider-type1 .left .item .slider-nav {
        padding-top: 0;
    }

    .slider-type1 .right .item{
        padding: 0 40px;
    }
}

/*****#####===== 모듈 슬라이드 Type2 =====#####*****/
.slider-type2{
    position: relative;

    overflow: hidden;
}

.slider-type2 .left-wrap .ratio-custom::before{
    padding-top: 92.7%;
}

.slider-type2 .right-wrap .ratio-custom::before{
    padding-top: 129.8%;
}

.slider-type2 .right-wrap .top{
    height: 50%;
}

.slider-type2 .right-wrap .bottom{
    height: 50%;
}

.slider-type2 .right-wrap .bottom .left,
.slider-type2 .right-wrap .bottom .right{
    width: 50%;
    height: 100%;
}

/*****#####===== 모듈 슬라이드 Type3 =====#####*****/
.slider-type3{
    height: 336px;

    overflow: hidden;
}

.slider-type3 .bottom{
    position: absolute;

    width: 100%;
    padding: 15px 30px;

    left: 0; bottom: 0;

    background-color: rgba(0, 0, 0, 0.7);
}

/*****#####===== 미디어 쿼리  =====#####*****/
/***** lg *****/
@media (min-width: 992px) and (max-width: 1199px){
    .slider-type3{
        height: 280px;
    }
}

/***** md *****/
@media (min-width: 768px) and (max-width: 991px){
    .slider-type3{
        height: 321px;
    }
}

/***** sm *****/
@media (min-width: 576px) and (max-width: 767px){
    .slider-type3{
        height: 237px;
    }
}

/***** xs *****/
@media (max-width: 575px) {
    .slider-type3{
        height: 373px;
    }
}

/*****#####===== 모듈 슬라이드 Type4 =====#####*****/
.slider-type4{
    overflow: hidden;
}

.slider-type4.slick-dotted.slick-slider{
    margin: 0;
}

.slider-type4 .slick-dots {
    bottom: 25px;
}

.slider-type4 .ratio-custom::before{
    padding-top: 31.6%;
}

.slider-type4 .slick-prev {
    left: 50px;
    background-image: url("/img/common/slider controlls img/history-1.png");
}

.slider-type4 .slick-next {
    right: 50px;
    background-image: url("/img/common/slider controlls img/history-2.png");
}

.slider-type4 .slick-arrow {
    width: 32px;
    height: 61px;

    text-indent: -9999px;

    background-size: 32px 61px;

    z-index: 100;
}

.slider-type4 .slick-dots li{
    margin: 0;
}

.slider-type4 .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #919191;
}

.slider-type4 .slick-dots li button:before {
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    opacity: 1;
    color: #cbcbcb;
}

.slider-type4 .info-wrap{
    padding: 0 160px;
}

.slider-type4 .name{
    color: #171717;
}

.slider-type4 .title{
    padding: 14px 0 0;
}

.slider-type4 .link{
    padding: 28px 0 0;

    color: #ff8f43;
}

.slider-type4 .link i{
    padding: 0 0 0 10px;

    font-size: 10px;
}

/*****#####===== 미디어 쿼리  =====#####*****/
/***** lg *****/
@media (min-width: 992px) and (max-width: 1199px){

}

/***** md *****/
@media (min-width: 768px) and (max-width: 991px){
    .slider-type4 .ratio-custom::before{
        padding-top: 50%;
    }
}

/***** sm *****/
@media (min-width: 576px) and (max-width: 767px){
    .slider-type4 .ratio-custom::before{
        padding-top: 70%;
    }

    .slider-type4 .info-wrap {
        padding: 0 60px;
    }

    .slider-type4 .slick-prev {
        left: 20px;
    }

    .slider-type4 .slick-next {
        right: 20px;
    }

    .slider-type4 .slick-arrow {
        width: 15px;
        height: 30px;

        text-indent: -9999px;

        background-size: 15px 30px;

        z-index: 100;
    }
}

/***** xs *****/
@media (max-width: 575px) {
    .slider-type4 .ratio-custom::before{
        padding-top: 70%;
    }

    .slider-type4 .info-wrap {
        padding: 0 20px;
    }

    .slider-type4 .slick-arrow {
        display: none !important;
    }

    .slider-type4 .txt-h3{
        font-size: 22px;
    }
}

/*****#####===== 모듈 버튼 Type1 =====#####*****/
.button-type1{
    position: absolute;

    bottom: 0; right: -1px;

    z-index: 50;
}

.button-type1 div{
    position: relative;
    width: 130px;
    height: 40px;

    border: 0;
    background-color: transparent;

    cursor: pointer;
}

.button-type1 div i{
    position: absolute;

    top: 50%; left: 50%;

    font-size: 40px;
    line-height: 0;
    color: #fff;

    transform: translate(-50%, -15%);
}

.button-type1 div i::before{
    line-height: 0;
}

.button-type1 .prev-btn{
    background-color: #3c3024;
}

.button-type1 .next-btn{
    background-color: #ff8f43;
}

/*****#####===== 모듈 버튼 Type2 =====#####*****/
.button-type2{
    position: absolute;
    top: 0; left: 30px;
}

.button-type2 div{
    position: relative;
    width: 40px;
    height: 40px;

    border: 0;
    background-color: transparent;

    cursor: pointer;
}

.button-type2 div i{
    position: absolute;

    top: 50%; left: 50%;

    font-size: 15px;
    line-height: 0;
    color: #fff;

    transform: translate(-50%, -15%);
}

.button-type2 div i::before{
    line-height: 0;
}

.button-type2 .prev-btn,
.button-type2 .next-btn{
    background-color: rgba(0, 0, 0, 0.5);
}

/*=================================================
				푸터
=================================================*/
footer{
    padding: 10px 0;

    background-color: #181818;
}

footer .copy{
    text-align: center;
    color: #7d7d7d;
}
