/*.layer_greendot .lg_help_wrap .lg_btn_close::before,
.layer_greendot .lg_help_wrap .lg_btn_help::before,
.layer_greendot .lg_help_wrap .lg_tooltip_help::before,
.layer_greendot .section_nudge .sn_btn_close::after,
.layer_greendot .section_recognition .sr_tool_item.sr_around .sr_tool_a::before,
.layer_greendot .section_recognition .sr_tool_item.sr_lens .sr_tool_a::before,
.layer_greendot .section_recognition .sr_tool_item.sr_music .sr_tool_a::before,
.layer_greendot .section_recognition .sr_tool_item.sr_papago .sr_tool_a::before,
.layer_greendot .section_recognition .sr_tool_item.sr_qr .sr_tool_a::before,
.layer_greendot .section_recognition .sr_tool_item.sr_search .sr_tool_a::before,
.layer_greendot .section_recognition .sr_tool_item.sr_shopping .sr_tool_a::before,
.layer_greendot .section_recognition .sr_tool_item.sr_voice .sr_tool_a::before,
.layer_greendot .section_tutorial .st_btn_hide::before,
.layer_greendot .section_tutorial .st_btn_next::before,
.layer_greendot .section_tutorial .st_btn_prev::before,
.layer_greendot .section_tutorial .st_ico_tool.st_around::before,
.layer_greendot .section_tutorial .st_ico_tool.st_lens::before,
.layer_greendot .section_tutorial .st_ico_tool.st_music::before,
.layer_greendot .section_tutorial .st_ico_tool.st_papago::before,
.layer_greendot .section_tutorial .st_ico_tool.st_qr::before,
.layer_greendot .section_tutorial .st_ico_tool.st_search::before,
.layer_greendot .section_tutorial .st_ico_tool.st_shopping::before,
.layer_greendot .section_tutorial .st_ico_tool.st_voice::before {
    background-image: url("https://s.pstatic.net/static/www/m-new/uit/img/sp_greendot_628ef1b2.png");
    -webkit-background-size: 244px 229px;
    background-size: 244px 229px;
    background-repeat: no-repeat;
}*/
.layer_greendot {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2500;
	width:100%;
	height:100%
}
.layer_greendot.lg_show .lg_dimmed {
    opacity: 1;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.layer_greendot.lg_show .section_recognition {
    opacity: 1;
    -webkit-transform: translate(-50%,0) scale(1);
    transform: translate(-50%,0) scale(1);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(.215,1.19,.37,1);
    transition-timing-function: cubic-bezier(.215,1.19,.37,1);
}
.layer_greendot .lg_dimmed {
    opacity: 0;
    -webkit-transition: opacity 0.4s cubic-bezier(.215,.61,.355,1);
    transition: opacity 0.4s cubic-bezier(.215,.61,.355,1);
}
.layer_greendot .lg_dimmed {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
}
.layer_greendot .lg_dimmed.type_light {
    background-color: rgba(0,0,0,.5);
}
.layer_greendot .lg_help_wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.layer_greendot .lg_help_wrap.lh_show .lg_btn_help {
    opacity: 1;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.layer_greendot .lg_help_wrap.lh_show .lg_btn_help[aria-expanded=true]~.lg_tooltip_help {
    display: block;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 0.3s 0.25s cubic-bezier(.215,.61,.355,1),-webkit-transform 0.3s 0.25s cubic-bezier(.215,1.19,.37,1);
    transition: opacity 0.3s 0.25s cubic-bezier(.215,.61,.355,1),-webkit-transform 0.3s 0.25s cubic-bezier(.215,1.19,.37,1);
    transition: opacity 0.3s 0.25s cubic-bezier(.215,.61,.355,1),transform 0.3s 0.25s cubic-bezier(.215,1.19,.37,1);
    transition: opacity 0.3s 0.25s cubic-bezier(.215,.61,.355,1),transform 0.3s 0.25s cubic-bezier(.215,1.19,.37,1),-webkit-transform 0.3s 0.25s cubic-bezier(.215,1.19,.37,1);
}
.layer_greendot .lg_help_wrap .lg_btn_help {
    opacity: 0;
    -webkit-transition: opacity 0.4s cubic-bezier(.215,.61,.355,1);
    transition: opacity 0.4s cubic-bezier(.215,.61,.355,1);
    border: 0;
}
.layer_greendot .lg_help_wrap .lg_btn_help::before {
    content: "";
    display: block;
    width: 44px;
    height: 44px;
    background-position: 0 -70px;
    margin: 8px;
}
.layer_greendot .lg_help_wrap .lg_tooltip_help {
    position: relative;
    margin: -15px 0 0 16px;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 20px 0;
    transform-origin: 20px 0;
    -webkit-transition: opacity 50ms cubic-bezier(.215,.61,.355,1),-webkit-transform 50ms cubic-bezier(.215,.61,.355,1);
    transition: opacity 50ms cubic-bezier(.215,.61,.355,1),-webkit-transform 50ms cubic-bezier(.215,.61,.355,1);
    transition: opacity 50ms cubic-bezier(.215,.61,.355,1),transform 50ms cubic-bezier(.215,.61,.355,1);
    transition: opacity 50ms cubic-bezier(.215,.61,.355,1),transform 50ms cubic-bezier(.215,.61,.355,1),-webkit-transform 50ms cubic-bezier(.215,.61,.355,1);
}
.layer_greendot .lg_help_wrap .lg_tooltip_help::before {
    content: "";
    display: block;
    width: 170px;
    height: 65px;
    background-position: 0 0;
}
.layer_greendot .lg_help_wrap .lg_btn_close {
    position: absolute;
    top: 23px;
    right: 9px;
    padding: 5px;
    border: 0;
}
.layer_greendot .lg_help_wrap .lg_btn_close::before {
    content: "";
    display: block;
    width: 15px;
    height: 16px;
    background-position: -137px -197px;
}

@media all and (max-width:319px) {
    .layer_greendot .lg_help_wrap .lg_btn_help::before {
        margin-left: 5px;
        margin-right: 5px;
    }
    .layer_greendot .lg_help_wrap .lg_tooltip_help {
        margin-left: 11px;
    }
}

.layer_greendot .lg_slot_wrap {
    position: absolute;
    right: 0;
    bottom: -26px;
    left: 0;
    height: 280px; /* 아이콘 위치*/
}

@media (orientation:portrait) and (max-width:359px),(orientation:landscape) and (max-height:359px) {
    .layer_greendot .lg_slot_wrap {
        bottom: -59px;
        height: 328px;
    }
}
@media (orientation:portrait) and (max-width:299px),(orientation:landscape) and (max-height:299px) {
    .layer_greendot .lg_slot_wrap {
        bottom: -46px;
        height: 258px;
    }
}
@media (orientation:portrait) and (min-width:414px),(orientation:landscape) and (min-height:414px) {
    .layer_greendot .lg_slot_wrap {
        bottom: -67px;
        height: 366px;
    }
}

.layer_greendot .section_coachmark,
.layer_greendot .section_tutorial {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(.95);
    transform: scale(.95);
    -webkit-transition: opacity 50ms cubic-bezier(.215,.61,.355,1),visibility 0s 50ms linear,-webkit-transform 50ms cubic-bezier(.215,.61,.355,1);
    transition: opacity 50ms cubic-bezier(.215,.61,.355,1),visibility 0s 50ms linear,-webkit-transform 50ms cubic-bezier(.215,.61,.355,1);
    transition: opacity 50ms cubic-bezier(.215,.61,.355,1),transform 50ms cubic-bezier(.215,.61,.355,1),visibility 0s 50ms linear;
    transition: opacity 50ms cubic-bezier(.215,.61,.355,1),transform 50ms cubic-bezier(.215,.61,.355,1),visibility 0s 50ms linear,-webkit-transform 50ms cubic-bezier(.215,.61,.355,1);
}
.layer_greendot .section_coachmark.sc_show,
.layer_greendot .section_coachmark.st_show,
.layer_greendot .section_tutorial.sc_show,
.layer_greendot .section_tutorial.st_show {
    z-index: 5;
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 0.3s 0.25s cubic-bezier(.215,.61,.355,1),visibility 0s linear,-webkit-transform 0.3s 0.25s cubic-bezier(.215,1.19,.37,1);
    transition: opacity 0.3s 0.25s cubic-bezier(.215,.61,.355,1),visibility 0s linear,-webkit-transform 0.3s 0.25s cubic-bezier(.215,1.19,.37,1);
    transition: opacity 0.3s 0.25s cubic-bezier(.215,.61,.355,1),transform 0.3s 0.25s cubic-bezier(.215,1.19,.37,1),visibility 0s linear;
    transition: opacity 0.3s 0.25s cubic-bezier(.215,.61,.355,1),transform 0.3s 0.25s cubic-bezier(.215,1.19,.37,1),visibility 0s linear,-webkit-transform 0.3s 0.25s cubic-bezier(.215,1.19,.37,1);
}
.layer_greendot .section_coachmark {
    position: absolute;
    right: 0;
    bottom: 100%;
    left: 0;
    padding-bottom: 18px;
    text-align: center;
}
.layer_greendot .section_coachmark .sc_img {
    max-width: 272px;
    width: 100%;
    height: auto;
}
.layer_greendot .section_tutorial {
    position: absolute;
    right: 0;
    bottom: 100%;
    left: 0;
    max-width: 540px;
    margin: 0 auto;
}
.layer_greendot .section_tutorial .st_contents_wrap {
    position: relative;
    max-width: 287px;
    margin: 0 auto;
    padding-bottom: 11px;
}
.layer_greendot .section_tutorial .st_flick_container {
    position: relative;
}
.layer_greendot .section_tutorial .st_flick_panel {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(.9);
    transform: scale(.9);
    -webkit-transition: opacity 0.1s cubic-bezier(.215,.61,.355,1),visibility 0s 0.1s linear,-webkit-transform 0s 0.1s linear;
    transition: opacity 0.1s cubic-bezier(.215,.61,.355,1),visibility 0s 0.1s linear,-webkit-transform 0s 0.1s linear;
    transition: opacity 0.1s cubic-bezier(.215,.61,.355,1),transform 0s 0.1s linear,visibility 0s 0.1s linear;
    transition: opacity 0.1s cubic-bezier(.215,.61,.355,1),transform 0s 0.1s linear,visibility 0s 0.1s linear,-webkit-transform 0s 0.1s linear;
}
.layer_greendot .section_tutorial .st_flick_panel.st_panel_show {
    position: static;
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 0.4s 0.15s cubic-bezier(.215,.61,.355,1),visibility 0s linear,-webkit-transform 0.4s 0.15s cubic-bezier(.215,.61,.355,1);
    transition: opacity 0.4s 0.15s cubic-bezier(.215,.61,.355,1),visibility 0s linear,-webkit-transform 0.4s 0.15s cubic-bezier(.215,.61,.355,1);
    transition: opacity 0.4s 0.15s cubic-bezier(.215,.61,.355,1),transform 0.4s 0.15s cubic-bezier(.215,.61,.355,1),visibility 0s linear;
    transition: opacity 0.4s 0.15s cubic-bezier(.215,.61,.355,1),transform 0.4s 0.15s cubic-bezier(.215,.61,.355,1),visibility 0s linear,-webkit-transform 0.4s 0.15s cubic-bezier(.215,.61,.355,1);
}
.layer_greendot .section_tutorial .st_tool_notice {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.layer_greendot .section_tutorial .st_info {
    padding-bottom: 6px;
}
.layer_greendot .section_tutorial .st_tool_a {
    display: inline-block;
    vertical-align: top;
    padding: 5px;
    margin-left: -5px;
}
.layer_greendot .section_tutorial .st_ico_tool {
    display: block;
    width: 36px;
    height: 36px;
    background-image: -webkit-linear-gradient(298deg,#0f9 24%,#00b5ff 87%);
    background-image: linear-gradient(152deg,#0f9 24%,#00b5ff 87%);
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.layer_greendot .section_tutorial .st_ico_tool::before {
    content: "";
    display: block;
}
.layer_greendot .section_tutorial .st_ico_tool.st_voice::before {
    width: 36px;
    height: 36px;
    background-position: -49px -70px;
}
.layer_greendot .section_tutorial .st_ico_tool.st_around::before {
    width: 36px;
    height: 36px;
    background-position: -175px 0;
}
.layer_greendot .section_tutorial .st_ico_tool.st_search::before {
    width: 36px;
    height: 36px;
    background-position: -131px -70px;
}
.layer_greendot .section_tutorial .st_ico_tool.st_music::before {
    width: 36px;
    height: 36px;
    background-position: -82px -119px;
}
.layer_greendot .section_tutorial .st_ico_tool.st_lens::before {
    width: 36px;
    height: 36px;
    background-position: -123px -119px;
}
.layer_greendot .section_tutorial .st_ico_tool.st_qr::before {
    width: 36px;
    height: 36px;
    background-position: 0 -119px;
}
.layer_greendot .section_tutorial .st_ico_tool.st_shopping::before {
    width: 36px;
    height: 36px;
    background-position: -90px -70px;
}
.layer_greendot .section_tutorial .st_ico_tool.st_papago::before {
    width: 36px;
    height: 36px;
    background-position: -41px -119px;
}
.layer_greendot .section_tutorial .st_text_img {
    display: block;
    margin-top: 13px;
}
.layer_greendot .section_tutorial .st_btn_hide {
    padding: 7px 14px 7px 0;
    margin-top: 11px;
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    color: #9f9f9f;
    letter-spacing: -.38px;
    text-shadow: 0 1px 0 rgba(0,0,0,.04);
    text-align: left;
    border: 0;
}
.layer_greendot .section_tutorial .st_btn_hide::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-position: -114px -197px;
    vertical-align: top;
    margin-right: 5px;
}
.layer_greendot .section_tutorial .st_btn_next,
.layer_greendot .section_tutorial .st_btn_prev {
    position: absolute;
    bottom: 75px;
    padding: 17px 0;
    opacity: 0.36;
    border: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
}
.layer_greendot .section_tutorial .st_btn_next[aria-pressed=true],
.layer_greendot .section_tutorial .st_btn_prev[aria-pressed=true] {
    opacity: 1;
}
.layer_greendot .section_tutorial .st_btn_prev {
    left: 0;
    padding: 17px 14px 17px 15px;
}
.layer_greendot .section_tutorial .st_btn_prev::before {
    content: "";
    display: block;
    width: 19px;
    height: 30px;
    background-position: -66px -197px;
}
.layer_greendot .section_tutorial .st_btn_prev[aria-pressed=true] {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
}
.layer_greendot .section_tutorial .st_btn_next {
    right: 0;
    padding: 17px 15px 17px 14px;
}
.layer_greendot .section_tutorial .st_btn_next::before {
    content: "";
    display: block;
    width: 19px;
    height: 30px;
    background-position: -90px -197px;
}
.layer_greendot .section_tutorial .st_btn_next[aria-pressed=true] {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
}
@media all and (max-width:359px) {
    .layer_greendot .section_tutorial .st_contents_wrap {
        width: 62%;
    }
    .layer_greendot .section_tutorial .st_illustration_img {
        display: none;
    }
    .layer_greendot .section_tutorial .st_btn_hide {
        padding-top: 11px;
    }
    .layer_greendot .section_tutorial .st_btn_next,
    .layer_greendot .section_tutorial .st_btn_prev {
        bottom: 68px;
    }
}
@media all and (min-width:414px) {
    .layer_greendot .section_tutorial .st_contents_wrap {
        max-width: 350px;
        padding-left: 60px;
        padding-right: 60px;
    }
    .layer_greendot .section_tutorial .st_btn_prev {
        padding-left: 18px;
    }
    .layer_greendot .section_tutorial .st_btn_next {
        padding-right: 18px;
    }
}
@media all and (min-width:640px) {
    .layer_greendot .section_tutorial .st_contents_wrap {
        padding-bottom: 17px;
    }
    .layer_greendot .section_tutorial .st_btn_next,
    .layer_greendot .section_tutorial .st_btn_prev {
        bottom: 81px;
    }
}
.layer_greendot .section_nudge {
    position: absolute;
    bottom: 100%;
    left: 50%;
    visibility: hidden;
    width: 291px;
    height: 81px;
    margin-bottom: 12px;
    opacity: 0;
    -webkit-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: opacity 50ms cubic-bezier(.215,.61,.355,1),visibility 0s 50ms linear,-webkit-transform 50ms cubic-bezier(.215,.61,.355,1);
    transition: opacity 50ms cubic-bezier(.215,.61,.355,1),visibility 0s 50ms linear,-webkit-transform 50ms cubic-bezier(.215,.61,.355,1);
    transition: opacity 50ms cubic-bezier(.215,.61,.355,1),transform 50ms cubic-bezier(.215,.61,.355,1),visibility 0s 50ms linear;
    transition: opacity 50ms cubic-bezier(.215,.61,.355,1),transform 50ms cubic-bezier(.215,.61,.355,1),visibility 0s 50ms linear,-webkit-transform 50ms cubic-bezier(.215,.61,.355,1);
}
.layer_greendot .section_nudge.sn_show {
    z-index: 5;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    -webkit-transition: opacity 0.3s 0.25s cubic-bezier(.215,.61,.355,1),visibility 0s linear,-webkit-transform 0.3s 0.25s cubic-bezier(.215,1.19,.37,1);
    transition: opacity 0.3s 0.25s cubic-bezier(.215,.61,.355,1),visibility 0s linear,-webkit-transform 0.3s 0.25s cubic-bezier(.215,1.19,.37,1);
    transition: opacity 0.3s 0.25s cubic-bezier(.215,.61,.355,1),transform 0.3s 0.25s cubic-bezier(.215,1.19,.37,1),visibility 0s linear;
    transition: opacity 0.3s 0.25s cubic-bezier(.215,.61,.355,1),transform 0.3s 0.25s cubic-bezier(.215,1.19,.37,1),visibility 0s linear,-webkit-transform 0.3s 0.25s cubic-bezier(.215,1.19,.37,1);
}
.layer_greendot .section_nudge .sn_tooltip_wrap {
    position: relative;
    width: 100%;
    height: 74px;
    padding: 17px 60px 0 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 39px;
    border-radius: 39px;
    background-image: -webkit-linear-gradient(330deg,#03eb64 5%,#1ec8eb 98%,#6aa6ff 118%);
    background-image: linear-gradient(120deg,#03eb64 5%,#1ec8eb 98%,#6aa6ff 118%);
    -webkit-box-shadow: 0 6px 12px 0 rgba(0,0,0,.18);
    box-shadow: 0 6px 12px 0 rgba(0,0,0,.18);
}
.layer_greendot .section_nudge .sn_tooltip_wrap::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    bottom: -5px;
    left: 50%;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
    background: #12d8ad;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
}
.layer_greendot .section_nudge .sn_tooltip_wrap::after {
    content: "";
    display: block;
    width: 55px;
    height: 55px;
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(0,0,0,.12);
    -webkit-filter:blur(18px);
    filter:blur(18px);
}
.layer_greendot .section_nudge .sn_text {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -.8px;
    color: #fff;
    text-shadow: 0 0.5px 0 rgba(30,39,49,.15);
}
.layer_greendot .section_nudge .sn_name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    vertical-align: top;
    max-width: 108px;
    color: #faff3e;
}
.layer_greendot .section_nudge .sn_btn_close {
    position: absolute;
    top: 19px;
    right: 12px;
    z-index: 1;
    padding: 10px 10px 10px 0;
    border: 0;
}
.layer_greendot .section_nudge .sn_btn_close::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 16px;
    vertical-align: top;
    background-color: #6ad4d4;
}
.layer_greendot .section_nudge .sn_btn_close::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 16px;
    background-position: -137px -197px;
    vertical-align: top;
    margin-left: 11px;
}
.layer_greendot .section_recognition {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%,0) scale(0);
    transform: translate(-50%,0) scale(0);
    opacity: 0;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
}
.layer_greendot .section_recognition .sr_btn_greendot,
.layer_greendot .section_recognition::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
/*
.layer_greendot .section_recognition::before {
    content: "";
    display: block;
    width: 115px;
    height: 115px;
    background-image: url("https://s.pstatic.net/static/www/m-new/uit/img/bg_greendot_symbol_928d2d10.png");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}*/
.layer_greendot .section_recognition .sr_btn_greendot {
    z-index: 2;
    width: 100px;
    height:100px;
    border: 0;
}
.layer_greendot .section_recognition .sr_btn_greendot img {
	max-width:100%; 
}
.layer_greendot .section_recognition::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 8px;
    right: 0;
    left: 0;
    z-index: -1;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(0,0,0,.5);
    -webkit-filter:blur(16px);
    filter:blur(16px);
}
.layer_greendot .section_recognition .sr_wheel {
    position: relative;
    z-index: 1;
    width: 280px;
    height: 280px;
   /* background-image: url("https://s.pstatic.net/static/www/m-new/uit/img/bg_greendot_wheel_5f4a1f8c.png");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;*/
	background:#fdfdfd;
	border-radius:100%; 
}
.layer_greendot .section_recognition .sr_tool_wrap {
    height: 100%;
}
.layer_greendot .section_recognition .sr_tool_list {
    height: 100%;
}
/*
.layer_greendot .section_recognition .sr_tool_list::after,
.layer_greendot .section_recognition .sr_tool_list::before {
    content: "";
    display: block;
    width: 69px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 104px;
    background-color: #e7e8e8;
}
.layer_greendot .section_recognition .sr_tool_list::before {
    margin-left: 43px;
    -webkit-transform: translate(-50%,-50%) rotate(-112deg);
    transform: translate(-50%,-50%) rotate(-112deg);
}
.layer_greendot .section_recognition .sr_tool_list::after {
    margin-left: -43px;
    -webkit-transform: translate(-50%,-50%) rotate(112deg);
    transform: translate(-50%,-50%) rotate(112deg);
}*/
.layer_greendot .section_recognition .sr_tool_item {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 62px;
	height: 62px;
    margin: -31px 0 0 -31px;
}
/*
.layer_greendot .section_recognition .sr_tool_item.sr_voice .sr_tool_a::before {
    width: 28px;
    height: 32px;
    background-position: -165px -160px;
}
.layer_greendot .section_recognition .sr_tool_item.sr_around .sr_tool_a::before {
    width: 28px;
    height: 32px;
    background-position: -216px 0;
}
.layer_greendot .section_recognition .sr_tool_item.sr_search .sr_tool_a::before {
    width: 28px;
    height: 32px;
    background-position: -33px -160px;
}
.layer_greendot .section_recognition .sr_tool_item.sr_music .sr_tool_a::before {
    width: 28px;
    height: 32px;
    background-position: -216px -148px;
}
.layer_greendot .section_recognition .sr_tool_item.sr_lens .sr_tool_a::before {
    width: 28px;
    height: 32px;
    background-position: -33px -197px;
}
.layer_greendot .section_recognition .sr_tool_item.sr_qr .sr_tool_a::before {
    width: 28px;
    height: 32px;
    background-position: -175px -115px;
}
.layer_greendot .section_recognition .sr_tool_item.sr_shopping .sr_tool_a::before {
    width: 28px;
    height: 32px;
    background-position: -99px -160px;
}
.layer_greendot .section_recognition .sr_tool_item.sr_papago .sr_tool_a::before {
    width: 28px;
    height: 32px;
    background-position: -175px -41px;
}*/
.layer_greendot .section_recognition .sr_tool_a {
    position: relative;
    z-index: 1;
    display: block;
}
.layer_greendot .section_recognition .sr_tool_a::before {
    content: "";
    display: block;
    margin: 0 auto;
}
.layer_greendot .section_recognition .sr_tool_a span {
	display:block; 
	text-align:center; 
}
.layer_greendot .section_recognition .sr_tool_a .icon img {
	height:27px; 
}
.layer_greendot .section_recognition .sr_tool_a .title {
	margin-top:4px;
	font-size:10px; 
}
.layer_greendot .section_recognition .sr_name {
    display: block;
    margin-top: 6px;
    font-size: 11px;
    line-height: 13px;
    letter-spacing: -.46px;
    color: #303038;
    text-align: center;
}
@media (orientation:portrait) and (max-width:359px),(orientation:landscape) and (max-height:359px) {
    .layer_greendot .section_recognition::before {
        width: 113px;
        height: 113px;
    }
    .layer_greendot .section_recognition .sr_wheel {
        width: 328px;
        height: 328px;
    }
    .layer_greendot .section_recognition .sr_tool_wrap {
        -webkit-transform: scale(.9791);
        transform: scale(.9791);
    }
}
@media (orientation:portrait) and (max-width:299px),(orientation:landscape) and (max-height:299px) {
    .layer_greendot .section_recognition::before {
        width: 89px;
        height: 89px;
    }
    .layer_greendot .section_recognition .sr_wheel {
        width: 258px;
        height: 258px;
    }
    .layer_greendot .section_recognition .sr_tool_wrap {
        -webkit-transform: scale(.7701);
        transform: scale(.7701);
    }
}
@media (orientation:portrait) and (min-width:414px),(orientation:landscape) and (min-height:414px) {
    .layer_greendot .section_recognition::before {
        width: 124px;
        height: 124px;
    }
    .layer_greendot .section_recognition .sr_wheel {
        width: 366px;
        height: 366px;
    }
    .layer_greendot .section_recognition .sr_tool_list::after,
    .layer_greendot .section_recognition .sr_tool_list::before {
        margin-top: 115px;
    }
}
@media (orientation:landscape) and (max-height:640px) {
    .layer_greendot .section_coachmark,
    .layer_greendot .section_nudge,
    .layer_greendot .section_tutorial {
        display: none!important;
    }
}
/* a0812270122, N Tech Service */
