/* header */
header {
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
	background-color:#e7355f;
}
header.main {background-color:rgba(0,0,0,0);}
.main.sticky-header {background-color:#f87855;}
header .logo {
    float: left;
    display: block;
    width: 301px;
    height: 23px;
    background: url("/img/logo.png") 0 0 no-repeat;
    margin-top: 40px;
}
.index header .logo {
    background: url("/img/logo_index.png") 0 0 no-repeat;
}
.gnb {
    float: right;
    position: relative;
}
.gnb > ul > li > a {
    font-family: 'gg';
    font-weight: 500;
}

/* 서브페이지 타이틀배너 */
.subpage-banner {
    display: block;
    height: 380px;
    background-image: url("/img/subpage_banner_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 100px;
}
.subpage-banner .banner-title {
    position: relative;
    z-index: 2;
    padding-top: 75px;
}
.subpage-banner .banner-title h1 {
    font-size: 68px;
    color: #fff;
    margin-bottom: 20px;
}
.subpage-banner .banner-title p {
    font-size: 20px;
    color: #fff;
}

/* 서브페이지 경로메뉴 */
.breadcrumb-bg {
    display: block;
    width: 100%;
    border-bottom: 1px solid #dddddd;
}
.breadcrumb {
    padding: 0;
}
.breadcrumb > li {
    position: relative;
    float: left;
    display: block;
    min-width: 220px;
    height: 70px;
    font-size: 20px;
    line-height: 60px;
    background-color: #fff;
    color: #57504a;
    padding: 0 25px;
    border-right: 1px solid #cec9c7;
}
.breadcrumb > li + li:before {
    display: none;
}
.breadcrumb > li.down {
    padding: 0;
}

.breadcrumb > li.down > button {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 20px;
    line-height: 70px;
    color: #57504a;
    padding: 0 50px 0 25px;
    text-align: left;
}

.breadcrumb > li.down > button:after {
    content: "";
    display: block;
    background: url("/img/sub/subpage_manu_arrow.png") 0 0 no-repeat;
    width: 17px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -5px;
}

.breadcrumb > li.down.active > button:after {
    transform: rotate(180deg);
}

.breadcrumb > li > ul {
    width: calc(100% + 2px);
    background-color: #fff;

    border-top: none;
    position: absolute;
    top: 69px;
    left: -1px;
    max-height: 0;
    transition: max-height 0.15s ease-out;
    overflow: hidden;
    z-index: 2;
}

.breadcrumb > li.down > button.current {
    font-weight: bold;
}

.breadcrumb > li.active > ul {
    border: 1px solid #ebe9e9;
    border-top: none;
    max-height: 560px;
    transition: max-height 0.15s ease-in;
}
.breadcrumb > li > ul > li {
    height: 54px;
    line-height: 54px;
}

.breadcrumb > li > ul > li > a {
    display: block;
    font-size: 18px;
    padding: 0 25px;
}

.breadcrumb > li > ul > li > a:hover {
    background-color: #eee;
}

.breadcrumb > li.home {
    background-color: #f87855;
    min-width: 70px;
    height: 70px;
    text-align: center;
    padding: 0;
}
.breadcrumb > li.home a {
    display: block;
    width: 70px;
    height: 70px;
    padding-top: 25px;
}

/* footer */
footer {
    background-color: #2d2d2d;
}
footer .quick {
    display: block;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 10000;
}
footer .quick a {
    background-color: #e7355f;
    position: relative;
    text-align: center;
    border-radius: 100px;
    cursor: pointer;
    display: block;
    width: 50px;
    height: 50px;
    color: #fff;
    padding:14px 0;
	font-size:16px;
}
footer .quick a.insta_btn {
	margin-bottom:10px;
	background-image: url("/img/insta_bg.jpg");
	background-position:center;
	background-size:cover;
}
footer .quick a.facebook_btn {
	margin-bottom:10px;
	background-image: url("/img/face_bg.jpg");
	background-position:center;
	background-size:cover;
}
footer .sponsor-wrap {
    display: block;
    background-color: #fff;
	border-top:1px solid #ddd;
	text-align: left;
	padding: 20px 0px;
}
footer .sponsor-wrap:after {
    content: "";
    clear: both;
    display: block;
}
footer .sponsor-wrap ul {
    text-align: center;
}
footer .sponsor-wrap ul > li {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 0;
    margin: 0 50px;
}
footer .sponsor-con {
	display:inline-block;
    vertical-align: middle;
}
footer .sponsor-con.host {
    margin-right:40px;
}
footer .sponsor-title {
	display: table-cell;
	vertical-align:middle;
	padding-right:20px;
}
footer .sponsor-title h4 {
	vertical-align:middle;
}
footer .sponsor-img {
	display: table-cell;
	vertical-align:inherit;
}
footer .sponsor-img img {
	vertical-align:middle;
	margin-right: 20px;
    padding: 7px 0;
}
footer .footer-menu li:first-child a {
    padding-left: 0;
}
footer .footer-menu li {
    display: inline-block;
}
footer .footer-menu li a {
    color: #fff;
    font-size: 14px;
    padding: 0px 5px;
}
footer .footer-info {
    margin-top: 10px;
    line-height: 26px;
    font-size: 15px;
    font-weight: 300;
    color: #bebebe;
}
footer .footer-info .space {
    width:15px;
    display: inline-block;
}
footer .footer-info a {
    color: #bebebe;
}
footer .footer-info.human {
    text-align: right;
}

@media (min-width: 992px) {
    /* header */
    .navbar,
    .gnb .close {
        display: none;
    }
    .gnb > ul > li {
        float: left;
        position: relative;
    }
    .gnb > ul > li > a {
        min-width: 120px;
        line-height: 100px;
        font-size: 18px;
        border: 2px solid transparent;
        color: #fff;
        padding: 10px 22px;
        margin: 0 3px;
        transition: all 0.1s;
    }
    .index .gnb > ul > li > a {
        color: #fff;
    }
    .gnb > ul > li:hover > a,
    .gnb > ul > li.on > a {
        color: #fff;
        border: 2px solid #fff;
        border-radius: 5px;
        transition: all 0.1s;
    }
    .index .gnb > ul > li:hover > a,
    .index .gnb > ul > li.on > a {
        color: #fff;
        border: 2px solid #fff;
        border-radius: 5px;
        transition: all 0.1s;
    }
    .gnb > ul > li > ul {
        width: 100%;
        min-width: 170px;
        max-height: 0;
        position: absolute;
        top: 100px;
        left: 0;
        overflow: hidden;
        z-index: 10;
        transition: max-height 0.15s ease-in;
    }
    .gnb > ul > li:hover > ul {
        max-height: 300px;
        transition: max-height 0.15s ease-in;
    }
    .gnb > ul > li > ul > li > a {
        display: block;
        background-color: #fcd8e1;
        font-size: 16px;
        color: #e7355f;
        padding: 15px 20px;
    }
    .gnb > ul > li > ul > li:hover > a,
    .gnb > ul > li > ul > li.on > a {
        background-color:#fff;
    }
	/* 서브페이지 gnb */
	.gnb.sub > ul > li > ul > li:hover > a,
	.gnb.sub > ul > li > ul > li.on > a{
		background-color: #f64b74;
        color: #fff;
	}


    /* 서브페이지 타이틀배너 */
    .subpage-banner:before {
        content: "";
        display: block;
        width: 1040px;
        height: 294px;
        background: url("/img/subpage_banner_title.png") 0 0 no-repeat;
        position: absolute;
        top: 0;
        left: 0;
    }
}
@media (max-width: 1199px) {
    .gnb > ul > li > a {
        padding: 10px 9px;
        font-size: 16px;
    }
    
	footer .sponsor-title {margin-right:10px; margin-bottom:5px;}
	footer .sponsor-con.host {
		margin-right: 50px;
		margin-bottom:15px;
	}
}

@media (max-width: 991px) {
    /* header */
    .navbar {
        display: block;
        width: 23px;
        height: 19px;
        background: url("/img/gnb_navbar.png") 0 0 no-repeat;
        float: right;
        margin: 40px 10px 0 0;
    }
    .index .navbar {
        background: url("/img/gnb_navbar_index.png") 0 0 no-repeat;
    }
    .gnb {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        z-index: 999;
        overflow: auto;
    }
    .gnb .mobile-close {
        display: block;
        width: 100%;
        height: 105px;
        text-align: right;
    }
    .gnb .mobile-close .close {
        display: inline-block;
        padding: 40px 25px;
    }
    .gnb.active {
        display: block;
    }
    .gnb > ul {
        text-align: center;
        padding-bottom: 50px;
    }
    .gnb > ul > li {
        display: block;
        width: 100%;
        border-top: 1px solid #ccc;
        padding: 25px 0;
    }
    .gnb > ul > li > a {
        font-size: 24px;
        font-weight: 500;
        color: #333;
    }
    .gnb > ul > li > ul {
        margin-top: 20px;
    }
    .gnb > ul > li > ul > li {
        display: block;
        width: 100%;
    }
    .gnb > ul > li > ul > li > a {
        font-size: 18px;
        line-height: 40px;
        color: #333;
    }
    .gnb > ul > li:hover > a,
    .gnb > ul > li > ul > li:hover > a {
        color: #f87855;
    }

    /* 서브페이지 타이틀배너 */
    .subpage-banner {
        height: 250px;
    }
    .subpage-banner:before {
        content: "";
        display: block;
        width: 100%;
        height: 200px;
        background-color: rgb(248, 120, 85, 0.8);
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }
    .subpage-banner .banner-title {
        padding-top: 55px;
    }
    .subpage-banner .banner-title h1 {
        font-size: 48px;
        color: #fff;
    }
    .subpage-banner .banner-title p {
        font-size: 18px;
        color: #fff;
    }

    /* 서브페이지 경로메뉴 */
    .breadcrumb-bg .container {
        padding: 0;
    }
    .breadcrumb > li:nth-child(2) {
        display: none;
    }
    .breadcrumb > li:last-child {
		min-width: calc(100% - 71px);
        border-right: none;
    }
}

@media (max-width: 767px) {
	footer .sponsor-img img {max-width: 90px;}
	footer .sponsor-img img.no-big {max-width: 40px;}
	footer .quick a {width:60px; height:60px; font-size: 15px; padding:19px 0; box-shadow: 0px 0px 15px rgb(0 0 0 / 30%);}
}

@media (max-width: 480px) {
    header .logo,
    .index header .logo {
        width: 200px;
        background-size: 100% auto;
    }
	
	footer .sponsor-con {
		display:block;
	}
	footer .sponsor-con.host {
		margin-right:0px;
	}
}

.quick-content_none {
	z-index: 0 !important;
}