@charset "utf-8";
body,html {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -moz-text-size-adjust: none;
    text-size-adjust: none
}

blockquote,body,button,code,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,pre,select,td,textarea,th,ul {
    margin: 0;
    padding: 0
}

fieldset,img {
    border: 0 none
}

dl,li,menu,ol,ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:after,blockquote:before,q:after,q:before {
    content: '';
    content: none
}

button,input,select,textarea {
    vertical-align: middle;
    font-size: 100%
}

button {
    border: 0 none;
    background-color: transparent;
    cursor: pointer
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

body {
    -webkit-text-size-adjust: none
}

input:checked[type=checkbox] {
    background-color: #666;
    -webkit-appearance: checkbox
}

html input[type=button],input[type=email],input[type=password],input[type=reset],input[type=search],input[type=submit],input[type=tel],input[type=text] {
    -webkit-appearance: none;
    border-radius: 0
}

input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: none
}

body {
    background-color: #f7f7f7
}

body,button,input,select,td,textarea,th {
    font-size: 14px;
    line-height: 1.5;
    font-family: '돋움',dotum,Apple SD Gothic Neo,sans-serif;
    color: #111
}

a {
    color: #000;
    text-decoration: none
}

a:active,a:hover {
    text-decoration: none
}

address,caption,cite,code,dfn,em,var {
    font-style: normal;
    font-weight: 400
}

.screen_out {
    overflow: hidden;
    position: absolute;
    width: 0;
    height: 0;
    line-height: 0;
    text-indent: -9999px
}

.show {
    display: block
}

.hide {
    display: none
}

body {
    background-color: #f8f8f8
}

#kakaoWrap,body,html {
    height: 100%
}

#kakaoContent {
    overflow: hidden;
    min-height: 100%
}

* {
    -webkit-tap-highlight-color: transparent
}

.is-inverse .nav-header {
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0
}

.page-event {
    background-color: #fff
}

.event-list {
    padding: 10px 0 0;
    background-color: #fff
}

.event-list.has-no-nav {
    padding: 0
}

.event-list-head {
    padding: 10px 0 30px
}

.event-list .tit-event-list {
    display: none;
    line-height: 1.5
}

.tab-event {
    overflow: hidden;
    width: 100%;
    float: none;
    margin-top: 5px
}

.tab-event .item {
    width: 50%;
    margin: 0;
    text-align: center;
    border: 0 none;
    float: left
}

.tab-event .link {
    font-size: 15px;
    padding: 12px 0 8px;
    border-bottom: 1px solid #ddd;
    font-weight: 700;
    color: #888;
    width: 100%;
    display: block
}

.tab-event .link:focus {
    outline: 0
}

.tab-event .on .link {
    color: #000;
    border: none;
    padding: 12px 0 7px;
    border-bottom: 2px solid #000
}

.tab-event .item:first-child {
    margin-left: 0
}

.list-event {
    padding: 0 18px
}

.list-event .item {
    padding-bottom: 25px
}

.list-event .link-thumb {
    display: block;
    line-height: 0
}

.list-event .link-thumb>img {
    border-radius: 5px;
    width: 100%
}

.list-event .emph {
    display: block;
    padding: 12px 0 5px;
    font-size: 12px;
    color: #005a96
}

.list-event .tit-area {
    position: relative
}

.list-event .tit {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    color: #000
}

.list-event .datetime {
    display: block;
    margin-top: 5px;
    font-size: 13px;
    color: #888
}

.list-event .link-win {
    position: absolute;
    top: 50%;
    right: 0;
    width: 80px;
    height: 30px;
    margin: -16px 0 0 0;
    border-radius: 6px;
    border: solid 1px #e1e1e1;
    background-color: #fff;
    line-height: 30px;
    text-align: center;
    font-size: 13px;
    color: #000
}

.list-event .is-win .tit-area {
    padding-right: 92px
}

.event-list .tab-event-content {
    padding-bottom: 30px
}

.event-list .btn-more {
    display: block;
    margin: 0 18px;
    background-color: #eee;
    padding: 17px 0 13px;
    font-size: 14px;
    text-align: center;
    color: #333;
    border-radius: 5px
}

.event-list .btn-more .ico-arr {
    margin-top: 2px;
    vertical-align: top
}

.no-event {
    padding-top: 150px;
    text-align: center
}

.no-event .desc {
    font-size: 16px;
    line-height: 1.44;
    color: #111
}

.doing-event {
    padding-top: 50px
}

.doing-event .desc {
    padding-top: 20px
}

.layer-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;    
		z-index: 99999;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6)
}

.layer-popup .box {
    overflow: hidden;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 300px;
    margin: -100px 0 0 -150px;
    padding: 40px 0 100px 0;
    box-sizing: border-box;
    text-align: center;
    background-color: #fff;
    border-radius: 3px
}

.layer-popup .box.box-bottom {
    position: fixed;
    top: auto;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 48px 20px 26px 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.layer-popup .box.box-bottom .btn-confirm {
    position: relative;
    border-radius: 4px
}

.layer-popup .box.box-bottom .img {
    margin-bottom: 16px;
    width: 120px
}

.layer-popup .box.box-bottom .desc {
    margin-bottom: 40px;
    font-size: 13px;
    margin-top: 10px
}

.layer-popup .box.box-bottom .tit {
    font-size: 16px
}

.img.img-win {
    background: url(/products_static/images/event/event-win.gif);
    background-size: 120px 120px;
    width: 120px;
    height: 120px;
    margin-left: auto;
    margin-right: auto
}

.img.img-lose {
    background: url(/products_static/images/event/event-lose.gif);
    background-size: 120px 120px;
    width: 120px;
    height: 120px;
    margin-left: auto;
    margin-right: auto
}

.layer-popup .tit {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.53;
    text-align: center
}

.layer-popup .desc {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.57;
    text-align: center;
    color: #666
}

.layer-popup .btns {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.layer-popup .btn-close {
    float: left;
    width: 120px;
    padding: 20px 0 16px;
    font-size: 16px;
    background-color: #ddd
}

.layer-popup .btn-app-view {
    float: left;
    width: 180px;
    padding: 20px 0 16px;
    font-size: 16px;
    background-color: #ffde00
}

.layer-popup .btn-confirm {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    padding: 20px 0 16px;
    background-color: #ffde00;
    font-size: 16px
}

.event-view {
    padding: 60px 0 0 0;
    background-color: #fff;
    font-size: 14px;
    line-height: 23px;
    color: #222
}

.event-view.has-no-nav {
    padding: 0
}

.event-view .view-head .img {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 430px;
    line-height: 0;
    text-align: center
}

.event-view .view-head .img>img {
    position: absolute;
    top: 0;
    left: 50%;
    height: 430px
}

.event-view .view-head .type-color>img {
    margin-left: -187px
}

.event-view .view-head .type-full>img {
    margin-left: -430px
}

.event-view .view-body {
    margin: 35px 0
}

.event-view .view-body .cont {
    padding: 0 22px
}

.event-view .view-body .cont a {
    color: #005a96;
    text-decoration: underline
}

.event-view .view-foot {
    font-size: 13px;
    line-height: 22px;
    color: #666
}

.event-view .view-foot b {
    color: #222;
    display: inline-block;
    margin-bottom: 6px
}

.event-view .view-foot .cont {
    padding: 22px
}

.event-view .view-foot .cont a {
    color: #005a96;
    text-decoration: underline
}

.event-view .sns-share {
    padding: 10px 0 40px;
    background-color: #f3f3f3;
    text-align: center
}

.event-view .sns-share .link {
    margin-left: 25px
}

.event-view .sns-share .link:first-child {
    margin-left: 0
}

.is_share .event-list {
    padding: 60px 0 0
}

.is_share .event-list .tit-event-list {
    float: left;
    font-size: 23px;
    font-weight: 400;
    color: #000;
    padding: 0;
    display: initial
}

.is_share .event-list-head {
    overflow: hidden;
    width: 100%;
    padding: 50px 23px 30px;
    box-sizing: border-box
}

.is_share .tab-event {
    float: right;
    width: initial
}

.is_share .tab-event .item {
    margin-left: 25px;
    width: initial
}

.is_share .tab-event .link {
    padding: 0;
    border-bottom: none
}

.is_share .tab-event .on .link {
    padding: 0;
    border-bottom: 2px solid #000
}

.is_share .event-view {
    padding-top: 46px
}

.btn-container {
    display: block;
    height: 60px;
    background-color: #f3f3f3
}

.btn-container .btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    height: 60px;
    padding: 22px 0 0 0;
    font-size: 17px;
    line-height: 1.29;
    text-align: center;
    color: #000;
    vertical-align: top;
    box-sizing: border-box
}

.btn-container .btn-join {
    background-color: #ffe100;
    display: block
}

.has-safe-area .btn-container {
    height: 100px
}

.has-safe-area .btn-container .btn {
    border-radius: 5px;
    left: 16px;
    right: 16px;
    bottom: 40px;
    width: auto
}

body.nav-active,html.nav-active {
    overflow: hidden;
    position: fixed;
    width: 100%
}

.nav-global {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10000;
    color: #111;
    font-size: 14px;
    background: #fff;
    -webkit-transition: background .5s;
    transition: background .5s
}

.nav-active .nav-global {
    height: 100%;
    overflow: scroll;
    -webkit-overflow-scrolling: touch
}

.nav-active .nav-list {
    display: block
}

.nav-global li {
    display: block;
    height: 70px
}

.nav-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 24px;
    background: rgba(255,255,255,0);
    text-align: right;
    overflow: hidden;
    line-height: 60px;
    z-index: 1;
    -webkit-transition: opacity .5s,background .5s;
    transition: opacity .5s,background .5s
}

.is-scrolled .nav-header,.nav-active .nav-header {
    background: rgba(255,255,255,1)
}

.is-scrolled .nav-header {
    border-bottom: 1px solid rgba(0,0,0,.2)
}

.is-scrolled.nav-active .nav-header,.nav-active .nav-header {
    border-bottom: 1px solid transparent
}

.nav-left {
    display: inline-block;
    float: left
}

.nav-list {
    display: none;
    margin-top: 70px
}

.img-logos {
    width: 80px;
    height: 60px;
    vertical-align: middle;
    position: relative
}

.logo-active,.logo-default {
    width: 80px;
    height: 14px;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: opacity .5s,background .5s;
    transition: opacity .5s,background .5s;
    font-size: 0;
    color: transparent
}

.logo-default {
    opacity: 1;
    background-image: url(https://og.kakaobank.io/view/27ac69ad-3e49-44ca-afae-60467dc55fae);
    background-size: 80px 14px
}

.is-scrolled .logo-default,.nav-active .logo-default {
    opacity: 0
}

.is-scrolled .logo-active,.nav-active .logo-active {
    opacity: 1
}

.list-item {
    padding: 0 20px;
    line-height: 70px;
    position: relative;
    -webkit-transform: translate3d(0,0,0)
}

.list-title {
    font-size: 17px;
    height: 100%;
    display: inline-block;
    width: 100%
}

.btn-menus {
    position: absolute;
    right: 24px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle
} 

.is-scrolled .btn-menu-default,.nav-active .btn-menu-default {
    opacity: 0
}

.is-scrolled .btn-menu-active {
    opacity: 1
}

.nav-active.is-scrolled .btn-menu-active {
    opacity: 0
}

.nav-active .nav-global .ir.btn-close {
    opacity: 1;
    z-index: 1
}

.list-item.last-item:after {
    display: none
}

.list-item:after {
    content: "";
    display: block;
    border-top: 1px solid rgba(0,0,0,.1)
}

.list-contents {
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    display: none
}

.list-content {
    background: #f7f7f7;
    padding: 24px 24px 0 24px
}

.list-group {
    height: 70px
}

.list-group.is-active {
    height: auto
}

.list-group.is-active .list-contents {
    display: block
}

.list-group.is-active .list-item:after {
    display: none
}

.sub-title {
    font-size: 12px;
    color: #aaa
}

.sub-list {
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding-bottom: 24px;
    font-size: 15px
}

.list-content:last-child .sub-list:last-child {
    border-bottom: none
}

.sub-list li {
    height: auto;
    margin-top: 24px
}

.nav-global .ir {
    font-size: 0;
    color: transparent;
    z-index: -9999
}
.cont_btn {
	padding:30px 0px 5px;
} 
.event-view .view-body .cont a.cont_btn_app, .event-view .view-body .cont a.cont_btn_web {
	height:60px;line-height:60px;display:block;text-align:center;font-size:17px;background:#ffe300;color:#000;text-decoration:none;box-sizing:border-box;border-radius:10px;margin:auto;
}
.cont_btn_pc {
	display:block;width: 100%;height:60px;line-height:60px;display:block;text-align:center;font-size:17px;background:#ffe300;color:#000;text-decoration:none;box-sizing:border-box;border-radius:10px;margin:auto;
 }
.nav-wrapper {
	overflow: auto;
	max-width: 1080px;
	margin: auto;
}
.view-foot {
	background-color: #f3f3f3;
}
.view-body .cont, .view-foot .cont {
	max-width: 1080px;
	margin: auto;
}

