@charset "utf-8";

/* -- header -- */
.header-web {
    position: fixed;
    width: 100%;
    z-index: 100;
    height: 60px;
    background-color: rgba(0,0,0,0.4);
    transition: all .4s;
}
.header-web h1{
    position:absolute;
    height:100%;
    left:10px;
    top:0;
}
.header-web h1 a{
    display:block;
    height:100%;
    width:120px;
    background:url(../imgs/common/intro_header_white.png) no-repeat left center;
}
.header-web .header-in{
    position:absolute;
    height:100%;
    width:100%;
    left:0;
    top:0;
}
.header-web .header-in-2{
    height:100%;
    margin:0 auto;
    width:790px;
}
.header-web .gnb{
    position:absolute;
    right:10px;
    top:0;
    height:100%;
}
.header-web .gnb-ul {
    display:inline-block;
    float:left;
}
.header-web .gnb-ul li{
    float:left;
    display:inline-block;
}
.header-web .gnb-ul li a,
.header-web .gnb-ul li span{
    font-size:14px;
    letter-spacing:-0.04em;
    color:#fff;
    line-height:60px;
    margin-right:25px;
    font-weight:100;
    transition: all .4s;
}
.select-box {
    margin-top: 14px;
    position: relative;
    float: left;
    display: inline-block;
    width: 150px;
    height: 32px;
    cursor: pointer;
}
.select-in {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border-radius: 16px;
    background-color: rgba(0,0,0,0.4);
}
.select-header{
    position: relative;
    height: 32px;
}
.select-text,
.select-con a{
    padding-left: 20px;
    font-size: 14px;
    color: #fff;
    font-weight: 100;
}
.select-text{
    line-height:32px;
}
.select-ico {
    position: absolute;
    display: inline-block;
    right: 14px;
    top: 0;
    height: 100%;
    width: 8px;
    background: url(../imgs/common/select_off.png) no-repeat right center;
    transition: all .4s;
    transform-origin: center center;
}
.select-con{
    display:none;
    margin-top:-5px;
    padding-bottom:5px;
}
.select-con a{
    display:block;
    margin-bottom:2px;
}
.select-box.on .select-ico {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
}

.header-web.active {
    background-color: rgba(255,255,255,0.9);
    border-bottom: 1px solid #e5e5e5;
}
.header-web.active h1 a{
    background:url(../imgs/common/intro_header_color.png) no-repeat left center;
}
.header-web.active .gnb-ul li a,
.header-web.active .gnb-ul li span,
.header-web.active .select-text,
.header-web.active .select-con a{
    color:#696868;
}
.header-web.active .select-in {
    background-color: rgba(255,255,255,0.9);
    border: 1px solid #e5e5e5;
}
.header-web.active .select-ico{
    background: url(../imgs/common/select_2_off.png) no-repeat right center;   
}
/* header mobile */
.header-mobile {
    position: fixed;
    display: none;
    overflow: hidden;
    left: 0;
    top: 0;
    width: 100%;
    height: 5rem;
    transition: all .4s;
    box-sizing: border-box;
    background-color: rgba(0,0,0,0.4);
    z-index: 100;
}
.header-mobile-in{
    height:100%;
    overflow-y:auto;
}
.header-mobile-top{
    position:relative;
    height:5rem;
}
.header-mobile h1{
    position:absolute;
    top:0;
    left:2.5rem;
    height:5rem;
    width: 15rem;
}
.header-mobile h1 a {
    display: block;
    height: 100%;
    width: 100%;
    background: url(../imgs/common/intro_header_white_mob.png) no-repeat left center;
}
.header-mobile .gnb{
    padding-top:0.6rem;
    text-align:center;        
}
.header-mobile .gnb-bot{
    position:absolute;
    bottom:4rem;
    left:0;
    width:100%;
    text-align:center;
}
.header-mobile .home-btn{
    display:inline-block;
    width:4rem;
    height:4rem;
    background:url(../imgs/common/m_btn_home.png) no-repeat center center;
    background-size:100%;
}
.header-mobile .gnb-ul-1{
    margin-bottom:4rem;
}
.header-mobile .gnb li a{
    font-size:2rem;
    color:#fff;
    line-height:200%;
    letter-spacing:-0.05em;
}
.header-mobile .gnb{
    display:none;
}
.header-mobile.active .gnb {
    display: block;
}
.menu-trigger{
    position:absolute;
    right:1rem;
    top:1.9rem;
	width : 1.6rem;
	height : 1.2rem;
	transition : all .4s;
	box-sizing : border-box;
    cursor:pointer;
}
.menu-trigger span {
	display : inline-block;
	transition : all .4s;
	box-sizing : border-box;
}
.menu-trigger span {
	position : absolute;
	left : 0;
	width : 100%;
	height : 2px;
	background-color : #fff;
}
.menu-trigger span:nth-of-type(1) {
	top : 0;
}
.menu-trigger span:nth-of-type(2) {
	top : 0.5rem;
}
.menu-trigger span:nth-of-type(3) {
	bottom : 0;
}
.menu-trigger span:nth-of-type(3)
.menu-trigger.active span:nth-of-type(3) {
	transition : none;
}
.header-mobile.active {
    height: 100%;
    background-color: rgba(0,0,0,0.9);
}
.menu-trigger.active {
	-webkit-transform : rotateX(720deg);
	transform : rotateX(720deg);
}
.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform : translateY(0.6rem) rotate(-45deg);
	transform : translateY(0.5rem) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	-webkit-transform : translateY(0) rotate(45deg);
	transform : translateY(0) rotate(45deg);
}
.menu-trigger.active span:nth-of-type(3) {
	opacity : 0;
}
.header-mobile.change{
    background-color:rgba(255,255,255,0.95);
}
.header-mobile.change h1 a {
    width: 100%;
    height: 100%;
    background: url(../imgs/common/intro_header_color_mob.png) no-repeat left center;
}
.header-mobile.change .menu-trigger span {
    background-color: #4d4d4d;
}
.header-mobile.change .gnb li a{
    color:#4d4d4d;
}
.header-mobile.change .home-btn{
    background:url(../imgs/common/m_btn_home_2.png) no-repeat center center;
}
body.menu-open{
    height:100%;
    overflow:hidden;
}
.header-app .menu-trigger{
    display:none;
}
/* top btn */
.top-btn {
    position: fixed;
    display: none;
    right: 8%;
    bottom: 50px;
    height: 38px;
    width: 38px;
    background-color: rgba(0,0,0,0.5);
    z-index: 90;
    cursor: pointer;
}
.top-btn-ico{
    display:block;
    height:100%;
    background:url(../imgs/common/ico_top.png) no-repeat center center;

}
/* left btn */
.left-btn {
    position: fixed;
    left: 8%;
    bottom: 50px;
    height: 38px;
    width: 38px;
    background-color: rgba(0,0,0,0.5);
    z-index: 90;
    cursor: pointer;
}
.left-btn-ico {
    display: block;
    height: 100%;
    background: url(../imgs/common/ico_left.png) no-repeat center center;
}
/* home btn */
.home2-btn {
    position: fixed;
    right: 8%;
    bottom: 103px;
    height: 38px;
    width: 38px;
    background-color: rgba(0,0,0,0.5);
    z-index: 90;
    cursor: pointer;
}
.home2-btn-ico {
    display: block;
    height: 100%;
    background: url(../imgs/common/ico_home2.png) no-repeat center center;
}
/* top btn */
.top-btn-2 {
    position: fixed;
    right: 8%;
    bottom: 50px;
    height: 38px;
    width: 38px;
    background-color: rgba(0,0,0,0.5);
    z-index: 90;
    cursor: pointer;
}
.top-btn-ico-2 {
    display: block;
    height: 100%;
    background: url(../imgs/common/ico_top.png) no-repeat center center;
}
/* -- quick btn -- */
.quick-menu {
    position: fixed;
    right: 8%;
    top: 50%;
    margin-top: -25px;
    z-index:99;
}
.quick-menu li{
    text-align:right;
    height:28px;
}
.quick-menu .quick-text,
.quick-menu .quick-btn{
    vertical-align:middle;
}
.quick-menu .quick-text{
    display:none;
    color:#fff;
    font-size:12px;
    letter-spacing:-0.025em;
}
.quick-menu .quick-btn{
    display:inline-block;
    height:8px;
    width:8px;
    margin-left:8px;
    box-sizing:border-box;
    border:1px solid #fff;
    border-radius:50%;
    cursor:pointer;
}
.quick-menu li.active .quick-btn{
    background:#fff;
}
.quick-menu li.active .quick-text{
    display:inline-block;
}
.quick-menu.type-2 .quick-btn{
    border-color:#a1a1a1;
}
.quick-menu.type-2 li.active .quick-btn{
    background:#a1a1a1;
}
.quick-menu.type-2  .quick-text{
    color:#a1a1a1;
}
/* -- footer -- */
#footer {
    overflow: hidden;
    background: #353535;
}
.footer-in {
    position: relative;
    width: 790px;
    margin: 0 auto;
}
.footer-top, 
.footer-top a{
    color: #bdbdbd;
    font-size: 14px;
    letter-spacing: -0.05em;
}
.footer-top a.em{
    color:#fff;
    font-weight:bold;
}
.footer-top {
    text-align: center;
    border-bottom: 1px solid #474747;
    line-height: 46px;
}
.footer-top .ftl{    
    display:inline-block;
    width:15%;
}
.footer-top span,
.footer-top a{
    vertical-align:middle;
}
.footer-top a{
    display:block;
}
.footer-con {
    padding: 33px 0;
    border-bottom: 1px solid #474747;
}
 .mine.footer-con .footer-in{
    background:url(../imgs/common/intro_footer.png) no-repeat left 3px;
 }
.footer-con .footer-in {
    background: url(../imgs/common/intro_footer.png) no-repeat left 3px;
}
.footer-con p, .footer-con a{
    color: #bdbdbd;
    font-size: 14px;
    letter-spacing: -0.05em;
    line-height: 140%;
}
.footer-mo-btn{
    display:none;
}
.mine.footer-con p{
    padding-left: 167px;
}
.footer-con p {
    padding-left: 167px;
}
.footer-con .p02{
    margin-bottom:25px;
}
.footer-bot {
    padding: 20px 0;
    text-align: center;
}
.footer-bot p{
    font-size:12px;
    letter-spacing:-0.075em;
    color: #bdbdbd;
    line-height: 140%;
}

.footer-top .ftll {
    display:none;
}
/* -- content -- */
.content-sub{
    padding-top:105px;
}
.content-sub.type-2{
    padding-top:0;
}
.content-mycoupon{
    padding-top:105px;
}
.content-in {
    width: 790px;
    margin: 0 auto;
    padding-bottom: 100px;
}
.section{
    position:relative;
}
.section-in {
    position: relative;
    margin: 0 auto;
    width: 790px;
}
/* app */
.header-app {
    text-align: center;
    height: 49px;
    border-bottom: 1px solid #d3d3d3;
}
.header-app h1 {
    display: block;
    height: 100%;
    background: url(../imgs/common/intro_header_color_mob.png) no-repeat center center;
}
@media screen and (max-width: 1450px){
.quick-menu{right:2%;}
}
@media screen and (min-width: 1000px){
    html,body{
        height:100%;
        margin:0;
    }
    #wrap {
        min-height: 100%;
        margin-bottom: -307px
    }
    form{
        height:100%;
        min-height:100%;
    }
    #footer,
    #footer-demi {
        height: 307px;
    }
    .header-web .header-in-2 {
        max-width: 100%;
    }
    .header-web h1{
        left:100px;
    }
    .header-web .gnb {
        right: 100px;
    }
}
@media (max-width: 799px){
    /* -- header mobile --*/
    .header-web{
        display:none;
    }
    .header-mobile {
        display: block;
    }
    /* top btn */
    .top-btn {
        right: 1.5rem;
        bottom: 4rem;
        height: 3.8rem;
        width: 3.8rem;
    }
    .top-btn-ico{
        display:block;
        height:100%;
        background:url(../imgs/common/ico_top.png) no-repeat center center;
    }
    .top-btn-2 {
        right: 15px;
        bottom: 40px;
        height: 38px;
        width: 38px;
    }
    .top-btn-ico-2 {
        display: block;
        height: 100%;
        background: url(../imgs/common/ico_top.png) no-repeat center center;
    }
    .left-btn {
        left: 15px;
        bottom: 40px;
        height: 38px;
        width: 38px;
    }
    .left-btn-ico{
        display:block;
        height:100%;
        background:url(../imgs/common/ico_left.png) no-repeat center center;
    } 
    .home2-btn {
        right: 15px;
        bottom: 90px;
        height: 38px;
        width: 38px;
    }
    .top-btn-2.set-2,
    .left-btn.set-2 {
        bottom:120px;
    }
    .home2-btn.set-2{
        bottom:178px;
    }
    /* quick menu */
    .quick-menu {
        display: none;
    }
    /* footer */
    #footer {
        background: #3f3f3f;
    }
    .footer-top,
    .footer-con{
        border:none;
    }
    .footer-in {
        width: 100%;
        box-sizing: border-box;
        padding-left: 3.5rem;
    }
    .footer-top {
        padding: 3.2rem 0;
        text-align: left;
        font-size: 1.6rem;
        letter-spacing: -0.05em;
        line-height: 24px;
    }
    .footer-top a{
        display:inline;
        padding:0;
        font-size:1.6rem;
        letter-spacing:-0.05em;
    }
    .footer-top .ftl{
        width:auto;       
        display:inline;
        margin-right:2rem;
    }
    .footer-top .ftll{
        display:inline;
        margin-right:2rem;
    }
    .footer-con{
        padding:0 0 2.5rem 0;
    }
    .footer-con .footer-in{
        padding-right:2.5em;
        background:none;
    }
    .footer-con p {
        padding-left:0;
        font-size:1.2rem;
        color: #737373;
        line-height:130%;
    }
    .footer-con .p01,
    .footer-con .p02{
        margin-bottom:2rem;
    }
    .footer-con a {
        display: block;
        color: #737373;
    }
    .footer-bot{
        text-align:left;
    }
    .footer-bot p {
        color: #bdbdbd
    }
    #footer-demi {
        display: none;
    }
    /* content */
    .content-in{
        width:92%;
    }
    .section-in{
        width:88%;
    }
    .content-mycoupon {
        padding-top: 75px;
    }
}

@media (max-height: 600px) {
    .header-mobile .gnb-bot {
        display: none;
    }
}