/*=================================================
                공통
=================================================*/
body, button, input, optgroup, select, textarea{
    font-family: "notokr", sans-serif !important;
}

/*****#####===== Ex input x표시 삭제 =====#####*****/
input::-ms-clear{
	display: none !important;
}

/*****#####===== 폰트 =====#####*****/
.font-nt{
    font-family: "notokr", sans-serif !important;
}

.font-nts{
    font-family: 'Noto Serif', serif !important;
}

.font-rb{
    font-family: 'Roboto', sans-serif !important;
}

/*****#####===== 줄바꿈 =====#####*****/
[class*="txt"] {
    word-break:keep-all;
    word-wrap: break-word;
}

/*****#####===== 색상 =====#####*****/
.c-fff{
    color: #fff !important;
}

.c-000{
    color: #000 !important;
}

.c-ccc{
    color: #ccc !important;
}

.c-333{
    color: #333 !important;
}

.c-cab{
    color: #cabc9f !important;
}

.c-4f4{
    color: #4f4f4f !important;
}

.c-ed6{
    color: #ed6e00 !important;
}


.b-fff{
    background-color: #fff !important;
}

.b-000{
    background-color: #000 !important;
}

.b-ed6{
    background-color: #ed6e00 !important;
}

/*****##### 폰트 사이즈 #####*****/
.txt-h1{
    font-size: 130px;
}

.txt-h2{
    font-size: 100px;
}

.txt-h3{
    font-size: 70px;
}

.txt-h4{
    font-size: 65px;
}

.txt-h5{
    font-size: 61px;
}

.txt-h6{
    font-size: 55px;
}

.txt-h7{
    font-size: 50px;
}

.txt-h8{
    font-size: 44px;
}

.txt-h9{
    font-size: 39px;
}

.txt-h10{
    font-size: 34px;
}

.txt-h11{
    font-size: 32px;
}

.txt-h12{
    font-size: 30px;
}

.txt-h13{
    font-size: 28px;
}

.txt-h14{
    font-size: 24px;
}

.txt-h15{
    font-size: 22px;
}

.txt-h16{
    font-size: 20px;
}

.txt-h17{
    font-size: 18px;
}

.txt-h18{
    font-size: 16px;
}

.txt-h19{
    font-size: 14px;
}

.txt-h20{
    font-size: 12px;
}
/*****#####===== 미디어 쿼리 =====#####*****/
/***** lg *****/
@media (min-width: 992px) and (max-width: 1200px){
    /* 텍스트 */
    /* 폰트 사이즈 */
    .txt-h1{
        font-size: 100px;
    }

    .txt-h2{
        font-size: 80px;
    }

    .txt-h3{
        font-size: 60px;
    }

    .txt-h4{
        font-size: 55px;
    }

    .txt-h5{
        font-size: 50px;
    }

    .txt-h6{
        font-size: 45px;
    }

    .txt-h7{
        font-size: 40px;
    }

    .txt-h8{
        font-size: 36px;
    }

    .txt-h9{
        font-size: 34px;
    }

    .txt-h10{
        font-size: 32px;
    }

    .txt-h11{
        font-size: 30px;
    }

    .txt-h12{
        font-size: 28px;
    }

    .txt-h13{
        font-size: 26px;
    }

    .txt-h14{
        font-size: 24px;
    }

    .txt-h15{
        font-size: 22px;
    }

    .txt-h16{
        font-size: 20px;
    }

    .txt-h17{
        font-size: 18px;
    }

    .txt-h18{
        font-size: 16px;
    }

    .txt-h19{
        font-size: 14px;
    }

    .txt-h20{
        font-size: 12px;
    }
}

/***** md *****/
@media (min-width: 768px) and (max-width: 991px){
    /* 텍스트 */
    /* 폰트 사이즈 */
    .txt-h1{
        font-size: 50px;
    }

    .txt-h2{
        font-size: 48px;
    }

    .txt-h3{
        font-size: 46px;
    }

    .txt-h4{
        font-size: 44px;
    }

    .txt-h5{
        font-size: 42px;
    }

    .txt-h6{
        font-size: 40px;
    }

    .txt-h7{
        font-size: 38px;
    }

    .txt-h8{
        font-size: 36px;
    }

    .txt-h9{
        font-size: 34px;
    }

    .txt-h10{
        font-size: 32px;
    }

    .txt-h11{
        font-size: 30px;
    }

    .txt-h12{
        font-size: 28px;
    }

    .txt-h13{
        font-size: 26px;
    }

    .txt-h14{
        font-size: 24px;
    }

    .txt-h15{
        font-size: 22px;
    }

    .txt-h16{
        font-size: 20px;
    }

    .txt-h17{
        font-size: 18px;
    }

    .txt-h18{
        font-size: 16px;
    }

    .txt-h19{
        font-size: 14px;
    }

    .txt-h20{
        font-size: 12px;
    }

}

/***** sm *****/
@media (min-width: 554px) and (max-width: 767px){
    /* 텍스트 */
    /* 폰트 사이즈 */
    .txt-h1{
        font-size: 50px;
    }

    .txt-h2{
        font-size: 48px;
    }

    .txt-h3{
        font-size: 46px;
    }

    .txt-h4{
        font-size: 44px;
    }

    .txt-h5{
        font-size: 42px;
    }

    .txt-h6{
        font-size: 40px;
    }

    .txt-h7{
        font-size: 38px;
    }

    .txt-h8{
        font-size: 36px;
    }

    .txt-h9{
        font-size: 34px;
    }

    .txt-h10{
        font-size: 32px;
    }

    .txt-h11{
        font-size: 30px;
    }

    .txt-h12{
        font-size: 28px;
    }

    .txt-h13{
        font-size: 26px;
    }

    .txt-h14{
        font-size: 24px;
    }

    .txt-h15{
        font-size: 22px;
    }

    .txt-h16{
        font-size: 20px;
    }

    .txt-h17{
        font-size: 18px;
    }

    .txt-h18{
        font-size: 16px;
    }

    .txt-h19{
        font-size: 14px;
    }

    .txt-h20{
        font-size: 12px;
    }
}

/***** xs *****/
@media (max-width: 553px){
    /* 텍스트 */
    /* 폰트 사이즈 */
    .txt-h1{
        font-size: 50px;
    }

    .txt-h2{
        font-size: 48px;
    }

    .txt-h3{
        font-size: 46px;
    }

    .txt-h4{
        font-size: 44px;
    }

    .txt-h5{
        font-size: 42px;
    }

    .txt-h6{
        font-size: 40px;
    }

    .txt-h7{
        font-size: 38px;
    }

    .txt-h8{
        font-size: 36px;
    }

    .txt-h9{
        font-size: 34px;
    }

    .txt-h10{
        font-size: 32px;
    }

    .txt-h11{
        font-size: 30px;
    }

    .txt-h12{
        font-size: 28px;
    }

    .txt-h13{
        font-size: 26px;
    }

    .txt-h14{
        font-size: 24px;
    }

    .txt-h15{
        font-size: 22px;
    }

    .txt-h16{
        font-size: 20px;
    }

    .txt-h17{
        font-size: 18px;
    }

    .txt-h18{
        font-size: 16px;
    }

    .txt-h19{
        font-size: 14px;
    }

    .txt-h20{
        font-size: 12px;
    }
}

/*=================================================
            로딩레이어
=================================================*/
.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;
}

/*=================================================
                네비게이션
=================================================*/
/*****#####===== 네비게이션 공통 =====#####*****/
#main-gnb{
    position: fixed;

    width: 100%;

    z-index: 1000;
}

#main-gnb .nav-wrap{
    padding: 30px 75px;

    background-color: rgba(0, 0, 0, 0.5);
}

#main-gnb.active .nav-wrap{
    padding: 60px 75px 0;

    background-color: transparent;
}

#main-gnb .logo-wrap{
    margin-right: 40px;
}

#main-gnb .list-inline li{
    margin-left: 30px;
}

#main-gnb .list-inline li a{
    font-size: 15px;
    letter-spacing: 0.9px;
    color: rgba(255, 255, 255, 0.5);

    border-bottom: 1px solid transparent;

    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#main-gnb .list-inline li a:hover,
#main-gnb .list-inline li a.active{
    color: #fff;

    border-bottom: 1px solid #fff;
}

#main-gnb .info-wrap .search-wrap,
#m-main-gnb .info-wrap .search-wrap{
    width: auto;
}

#main-gnb .info-wrap .search-wrap button,
#m-main-gnb .info-wrap .search-wrap button{
    margin-right: 10px;

    border: 0;
    background: none;

    cursor: pointer;
}

#main-gnb .info-wrap .search-wrap button i::before,
#m-main-gnb .info-wrap .search-wrap button i::before{
    font-size: 17px;
    color: #fff;
    font-weight: 600;
}

#main-gnb .info-wrap .search-wrap input,
#m-main-gnb .info-wrap .search-wrap input{
    font-size: 14px;
    font-weight: 300;
    padding: 0 5px;

    background: none;
    border: 1px solid #ffffff;

    color: #FFFFFF;
}

#main-gnb .search-wrap input::-webkit-input-placeholder,
#m-main-gnb .search-wrap input::-webkit-input-placeholder  { /* Chrome/Opera/Safari */
    font-size: 14px;
    font-weight: 300;
    color: #FFFFFF;
}

#main-gnb .search-wrap input:-ms-input-placeholder,
#m-main-gnb .search-wrap input:-ms-input-placeholder { /* IE 10+ */
    font-size: 14px;
    font-weight: 300;
    color: #FFFFFF;
}

#main-gnb .language-wrap,
#m-main-gnb .language-wrap{
    margin-left: 20px;
}

#main-gnb .language-wrap select,
#m-main-gnb .language-wrap select{
    width: 75px;
    height: 30px;
    padding: 3px 5px 0;

    font-size: 14px;
    color: #fff;

    background-color: transparent;
    border: solid 1px #ffffff;
}

#main-gnb .language-wrap select option,
#m-main-gnb .language-wrap select option{
    color: #000;
}

#main-gnb .login-wrap,
#m-main-gnb .login-wrap{
    display: block;

    /* width: 230px; */
    height: 30px;
    margin-left: 7px;

    border: 1px solid #fff;
}

#main-gnb .login-wrap.active,
#m-main-gnb .login-wrap.active{
    /* width: 295px; */
}

#main-gnb .login-wrap li a,
#m-main-gnb .login-wrap li a{
    padding-top: 3px;

    font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
    color: #fff;
}

/*****#####===== 미디어 쿼리  =====#####*****/
/***** xl *****/
@media (min-width: 1200px) and (max-width: 1400px){
    #main-gnb .nav-wrap {
        padding: 30px 35px;
    }

    #main-gnb.active .nav-wrap {
        padding: 60px 35px;
    }

    #main-gnb .logo-wrap {
        margin-right: 20px;
    }

    #main-gnb .list-inline li {
        margin-left: 14px;
    }
}

/***** lg *****/
@media (min-width: 992px) and (max-width: 1199px){
    #main-gnb .nav-wrap {
        padding: 30px 35px 30px;
    }

    #main-gnb.active .nav-wrap {
        padding: 60px 35px;
    }

    #main-gnb .logo-wrap {
        margin-right: 10px;
    }

    #main-gnb .search-wrap{
        display: none;
    }

    #main-gnb .language-wrap {
        margin-left: 10px;
    }

    #main-gnb .list-inline li {
        margin-left: 10px;
    }
}

/***** 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: rgba(0, 0, 0, 0.5);
    z-index: 110;
    padding: 8px 16px;
}

#m-main-gnb button{
    color: #ccc;
    border: 1px solid #ccc;
}

#m-main-gnb .navbar-toggler-right{
    top: 11px;
}

#m-main-gnb ul li a{
    display: block;

    margin-bottom: .5rem;

    color: #fff;
}




/*=================================================
                페이지 공통
=================================================*/
.page-section-wrap{
    position: relative;

    padding: 200px 0 120px;

    text-align: center;
}

.page-section-wrap::after{
    content: '';
    display: block;
    position: absolute;

    width: 1px;
    height: 60px;

    bottom: 0; left: 50%;

    background-color: #fff;

    opacity: 0.6;
}

.page-link {
    position: relative;
    display: block;

    padding: .5rem 1.4rem;

    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.6px;
    line-height: 1;
    color: #7d7d7d !important;

    background-color: transparent;
    border: 0;
}

.page-item.active .page-link,
.page-link:focus,
.page-link:hover{
    z-index: 2;
    font-size: 20px;
    font-weight: 500;
    color: #595959 !important;
    background-color: transparent;
}

/*****#####===== 미디어 쿼리  =====#####*****/
/***** lg *****/
@media (min-width: 992px) and (max-width: 1199px){

}

/***** md *****/
@media (min-width: 768px) and (max-width: 991px){
    .page-section-wrap{
        position: relative;

        padding: 100px 0 60px;

        text-align: center;
    }

    .page-section-wrap::after{
        display: none;
    }
}

/***** sm *****/
@media (min-width: 576px) and (max-width: 767px){
    .page-section-wrap{
        position: relative;

        padding: 100px 0 60px;

        text-align: center;
    }

    .page-section-wrap::after{
        display: none;
    }
}

/***** xs *****/
@media (max-width: 575px) {
    .page-section-wrap{
        position: relative;

        padding: 100px 0 60px;

        text-align: center;
    }

    .page-section-wrap::after{
        display: none;
    }
}

/***** Arrows *****/
.slick-prev, .slick-next {
    display: none !important;
}

/***** Dots *****/
.slick-dots{
    bottom: 20px;

    text-align: right;
}

.slick-dots li{
    width: 30px;
    height: 3px;
    margin: 0 2px;

    -webkit-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease-in-out;
}

.slick-dots li.slick-active{
    width: 75px;
}

.slick-dots li button{
    width: 100%;
    height: 100%;
    padding: 0;

    background-color: #e1e1e1;
}

.slick-dots li.slick-active button{
    background-color: #b9a57b;
}

.slick-dots li button:before{
    content: '';
}

/*****#####===== 미디어 쿼리  =====#####*****/
/***** 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-section-wrap .title.txt-h5{
        font-size: 28px;
    }
}


/*=================================================
                섹션 공통
=================================================*/
.title-line{
    width: 23px;
    height: 2px;
}

.title-line2{
    position: relative;

    height: 1px;

    background-color: #a9a9a9;
}

.title-line2::before{
    content: '';
    position: absolute;
    display: block;

    width: 30px;
    height: 3px;

    top: 0; left: 0;

    background-color: #ed6e00;

    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);

}

/*****#####===== 미디어 쿼리  =====#####*****/
/***** 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) {

}

/*=================================================
                게시판 공통
=================================================*/

/*=================================================
                모듈
=================================================*/

/*****#####===== 모듈 슬라이드 Type1 =====#####*****/
.slide-type1 div{
	height: 100%;
}

.slide-type1 .item{
	position: relative;
}

.slide-type1 .slogan{
	position: absolute;

	top: 50%; left: 160px;

	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

/*****#####===== 미디어 쿼리  =====#####*****/
/***** 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){
    .slide-type1 .slogan{
		width: auto;
		height: 200px;

		left: 60px;
	}
}

/***** xs *****/
@media (max-width: 575px) {
    .home-slide-wrap .slide-type1 .slogan{
		width: auto;
		height: 100px;

		top: 30%; left: 15px;
	}
}

/*****#####===== 모듈 슬라이드 Type2 =====#####*****/
.slide-type2{
    position: relative;

	overflow: hidden;
}

.slide-type2 .slider-for{
    height: 720px;

    overflow: hidden;
}

.slide-type2 .item{
    padding: 95px 150px 150px 150px;
}

.slide-type2 .item .txt-wrap{
    padding: 75px 0 0 470px;
}

.slide-type2 .item .txt-wrap .cate{
    display: inline-block;

    margin: 0 0 17px;

    line-height: 1em;

    border-bottom: 1px solid #cabc9f;
}

.slide-type2 .item .txt-wrap .desc{
    margin: 0 0 50px;
}

.slide-type2 .item .txt-wrap .project span{
    display: inline-block;
    position: relative;

    padding: 0 30px 0 0;
}

.slide-type2 .item .txt-wrap .project span::after{
    content: '';
    display: block;
    position: absolute;

    width: 20px;
    height: 1px;

    bottom: 5px; right: 0;

    background-color: #fff;
}

.slide-type2 .item .txt-wrap .link{
    min-width: 160px;
    padding: 5px 25px;

    border: 1px solid #fff;
}

.slide-type2 .lnb{
    position: absolute;

    width: 370px;

    top: 55%; left: 160px;
}

.slide-type2 .lnb .slick-list{
    overflow: inherit;
}

.slide-type2 .lnb .title{
    padding: 20px 0 0;
}

.slide-type2 .lnb .slider-nav{
    padding: 20px 0 20px 60px;

    background-image: linear-gradient(315deg, yellow, orange, red);
    background-position: 50%;
}

.slide-type2 .lnb .subtitle{
    position: relative;

    margin: 5px 0;

    color: rgba(255, 255, 255, 0.6);

    cursor: pointer;

    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.slide-type2 .lnb .subtitle:hover div,
.slide-type2 .lnb .subtitle:hover div::before,
.slide-type2 .lnb .subtitle.slick-current div,
.slide-type2 .lnb .subtitle.slick-current div::before{
    color: #fff;
    font-weight: 900;

    opacity: 1;
}

.slide-type2 .lnb .subtitle div::before{
    content: '';
    display: block;
    position: absolute;

    width: 60px;
    height: 2px;
    background-color: #fff;

    top: 50%; left: 0;

    opacity: 0;

    transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;

    transform: translate(-135%, -100%);
    -webkit-transform: translate(-135%, -100%);
    -ms-transform: translate(-135%, -100%);
}

/*****#####===== 미디어 쿼리  =====#####*****/
/***** lg *****/
@media (min-width: 992px) and (max-width: 1199px){

    .slide-type2 .item {
        height: 774px;
        padding: 160px 20px 150px 20px;
    }

    .slide-type2 .item .txt-wrap {
        padding: 75px 0 0 400px;
    }

    .slide-type2 .lnb {
        position: absolute;
        width: 370px;
        top: 55%;
        left: 20px;
    }

    .slide-type2 .slider-for{
        height: 774px;
    }
}

/***** md *****/
@media (min-width: 768px) and (max-width: 991px){
    .slide-type2 .item {
        height: auto;
        padding: 30px 20px;
    }

    .slide-type2 .item .txt-wrap {
        padding: 75px 0 0 0px;
    }

    .slide-type2 .slider-for{
        height: 457px;
    }
}

/***** sm *****/
@media (min-width: 576px) and (max-width: 767px){
    .slide-type2 .item {
        height: auto;
        padding: 30px 20px;
    }

    .slide-type2 .item .txt-wrap {
        padding: 75px 0 0 0px;
    }

    .slide-type2 .slider-for{
        height: 433px;
    }
}

/***** xs *****/
@media (max-width: 575px) {
    .slide-type2 .info-wrap.d-flex{
        display: block !important;
    }

    .slide-type2 .item {
        height: auto;
        padding: 30px 20px;
    }

    .slide-type2 .item .txt-wrap {
        padding: 75px 0 0 0px;
    }

    .slide-type2 .item .txt-wrap .link{
        margin: 20px 0 0;
    }

    .slide-type2 .slider-for{
        height: 573px;
    }
}

/*****#####===== 모듈 레이아웃 Type1 =====#####*****/
.layout-type1 .title-wrap{
    position: relative;

    /* display : -webkit-flex;
    display : flex; */
}

.layout-type1 .title-wrap .title{
    position: relative;

    display: inline-block;

    padding: 0 20px 0 0;

    z-index: 100;
}

.layout-type1 .title-wrap .border{
    -webkit-flex : 1;
    flex : 1;

    position: relative;
}

.layout-type1 .title-wrap .border::after{
    content: '';
    display: block;
    position: absolute;

    width: 100%;
    height: 1px;

    top: 70% ;right: 0;

    background-color: #bdbdbd;
}

/*****#####===== 미디어 쿼리  =====#####*****/
/***** xl *****/
@media (min-width: 1200px) and (max-width: 1400px){

}

/***** 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) {

}

/*****#####===== 모듈 레이아웃 Type2 =====#####*****/
.layout-type2{
    margin: 0 0 55px;

    text-align: center;
}

.layout-type2 .title{
    position: relative;

    padding: 0 0 80px;
}

.layout-type2 .title::before{
    content: '';
    display: block;
    position: absolute;

    width: 1px;
    height: 60px;

    top: 50px; left: 50%;

    background-color: #ed6e00;

    transform: translateX(-50%);
}

.layout-type2 .subtitle{
    color: #5d5d5d;
}

.layout-type2 .desc{
    color: #171717;

    padding: 0 0 15px;
}

/*****#####===== 미디어 쿼리  =====#####*****/
/***** lg *****/
@media (min-width: 992px) and (max-width: 1199px){

}

/***** md *****/
@media (min-width: 768px) and (max-width: 991px){
    .layout-type2{
        margin: 0 0 30px;
    }
}

/***** sm *****/
@media (min-width: 576px) and (max-width: 767px){
    .layout-type2{
        margin: 0 0 30px;
    }
}

/***** xs *****/
@media (max-width: 575px) {
    .layout-type2{
        margin: 0 0 30px;
    }

    .layout-type2 .desc.txt-h8{
        font-size: 20px;
    }

    .layout-type2 .desc.ls-45{
        letter-spacing: -2.5px;
    }

    .slide-type2 .item .title{
        font-size: 25px;

        letter-spacing: normal;
    }
}

/*****#####===== 모듈 레이아웃 Type3 =====#####*****/
.layout-type3 .top-news-wrap{
    height: 253px;
    margin-bottom: 0;

    border-bottom: 1px solid #ccc;

    overflow: hidden;
}

.layout-type3 .top-news-wrap > div{
    padding: 28px 0;
}

.layout-type3 .tag-wrap{
    padding: 0 0 16px;
}

.layout-type3 .tag-wrap .tag{
    display: inline-block;
    position: relative;

    padding: 3px 16px;

    font-family: 'Roboto', sans-serif !important;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -1px;
    color: #fff;

    background-color: #ed1c24;
}

.layout-type3 .tag-wrap .tag::before{
    content: '';
    display: block;
    position: absolute;

    bottom: 0; left: 0;

    border-right: 5px solid transparent;
    border-top: 5px solid #ed1c24;

    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
}

.layout-type3 .title{
    margin: 16px 0 0;
}

.layout-type3 .title-line{
    width: 15px;

    background-color: rgba(47, 47, 47, 0.2);
}

.layout-type3 .regdate{
    margin: 10px 0 0;

    color: rgba(47, 47, 47, 0.6);
}

/*****#####===== 모듈 버튼 Type1 =====#####*****/
.button-type1{
    position: absolute;

	width: 100%;

    top: 50%; left: 0;
}

.button-type1 div{
    position: absolute;
    width: 30px;
    height: 110px;

    border: 0;
    background-color: transparent;

    cursor: pointer;

	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.button-type1 .prev-btn{
	left: 0;

	background-image: url('/img/common/slider controlls img/long-left.png');
}

.button-type1 .next-btn{
	right: 0;

	background-image: url('/img/common/slider controlls img/long-right.png');
}

/*****#####===== 미디어 쿼리  =====#####*****/
/***** 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) {
    .button-type1{
		display: none !important;
	}
}

/*****#####===== 모듈 버튼 Type2 =====#####*****/
.button-type2{
    position: absolute;

    top: 50%; right: 0;

    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.button-type2 > div{
    position: relative;

    width: 137px;
    height: 100px;

    cursor: pointer;
    overflow: hidden;
}

.button-type2 > div .bg{
    opacity: 0.8;
}

.button-type2 > div:hover .bg{
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
}

.button-type2 > div:hover img.active{
    z-index: 101;
}

.button-type2 > div img{
    position: absolute;

    right: 12px;

    z-index: 100;
}

.button-type2 > div img.active{
    z-index: 0;
}

.button-type2 .next-btn img{
    bottom: 12px;
}

.button-type2 .prev-btn img{
    top: 12px;
}

.button-type2 > div .bg{
    position: absolute;
    width: 100%;
    height: 100%;

    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);

    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.button-type2 > div .bg .next{
    position: absolute;

    bottom: 12px; left: 20px;
}

.button-type2 > div .bg .prev{
    position: absolute;

    top: 12px; left: 20px;
}

/*****#####===== 모듈 버튼 Type3 =====#####*****/
.button-type3 i::before{
    font-size: 60px;
    color: #fff;
}

/*****#####===== 모듈 버튼 Type4 =====#####*****/
.button-type4{
    position: absolute;

	width: 100%;

    top: 50%; left: 0;
}

.button-type4 > div{
    position: absolute;
    width: 33px;
    height: 79px;

    text-indent: -9999px;

    border: 0;

    cursor: pointer;

	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.button-type4 .prev-btn{
	left: 10px;

    background-image: url('/img/service_prev.png');
}

.button-type4 .next-btn{
	right: 10px;

    background-image: url('/img/service_next.png');
}

/*****#####===== 미디어 쿼리  =====#####*****/
/***** 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){
    .button-type4 > div{
        position: absolute;
        width: 16px;
        height: 40px;

        background-size: cover;
    }
}

/***** xs *****/
@media (max-width: 575px) {
    .button-type4{
        display: none;
    }
}


/*=================================================
                푸터
=================================================*/
footer{
    background-color: #1f1f1f;
}

footer .info-wrap{
    padding: 80px 0 30px;
}

.footer-logo{
    margin: 0 0 30px;
}

footer .title{
    padding: 0 0 10px;

    color: #868686;
}

footer .table tr th,
footer .table tr td{
    padding: 0;

    border-top: 0;
}

footer .table tr th{
    vertical-align: top;
}

footer .table tr td{
    color: #868686;
}

footer ul.vertical-divide > li > span{
    padding: 4px 10px;
}

footer ul.vertical-divide > li:first-child > span{
    padding-left: 0;
}

footer ul.vertical-divide > li+li:before {
    margin-top: 7px;
    width: 2px;
    height: 12px;
    border-left: 1px solid #868686;
    border-right: 0;
}

footer .right{
    padding: 0 0 0 75px;
}

footer .download-wrap{
    margin: 80px 0 0;
    padding: 10px;

    color: #868686;

    border: 1px solid #686868;

    cursor: pointer;
}

footer .download-wrap div{
    padding: 2px 10px 0 0;
}

footer .copy{
    padding: 15px 0;

    text-align: center;
    color: #595959;
}

/*****#####===== 미디어 쿼리  =====#####*****/
/***** lg *****/
@media (min-width: 992px) and (max-width: 1199px){
    footer .right{
        padding: 0;
    }
}

/***** md *****/
@media (min-width: 768px) and (max-width: 991px){
    footer .right{
        margin: 20px 0 0;
        padding: 0 70% 0 0;
    }

    footer .download-wrap{
        margin: 30px 0 0;
    }
}

/***** sm *****/
@media (min-width: 576px) and (max-width: 767px){
    footer .table tr th{
        padding: 3px 6px 0;
    }

    footer .right{
        margin: 20px 0 0;
        padding: 0 60% 0 0;
    }

    footer .download-wrap{
        margin: 30px 0 0;
    }
}

/***** xs *****/
@media (max-width: 575px) {
    footer .info-wrap .title.txt-h15{
        font-size: 20px !important;
    }

    footer .table tr th{
        padding: 3px 6px 0;
    }

    footer .right{
        margin: 20px 0 0;
        padding: 0 15%;
    }

    footer .download-wrap{
        margin: 30px 0 0;
    }
}
