@charset "UTF-8";
/*@import url("//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-kr.css");*/
@font-face {
    font-family: 'Spoqa Han Sans';
    font-weight: 700;
    src: local('Spoqa Han Sans Bold'),
    url('https://fastly.jsdelivr.net/gh/spoqa/spoqa-han-sans@01ff0283e4f36e159ffbf744b36e16ef742da6d8/Subset/SpoqaHanSans/SpoqaHanSansBold.woff2') format('woff2'),
    url('https://fastly.jsdelivr.net/gh/spoqa/spoqa-han-sans@01ff0283e4f36e159ffbf744b36e16ef742da6d8/Subset/SpoqaHanSans/SpoqaHanSansBold.woff') format('woff'),
    url('https://fastly.jsdelivr.net/gh/spoqa/spoqa-han-sans@01ff0283e4f36e159ffbf744b36e16ef742da6d8/Subset/SpoqaHanSans/SpoqaHanSansBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Spoqa Han Sans';
    font-weight: 400;
    src: local('Spoqa Han Sans Regular'),
    url('https://fastly.jsdelivr.net/gh/spoqa/spoqa-han-sans@01ff0283e4f36e159ffbf744b36e16ef742da6d8/Subset/SpoqaHanSans/SpoqaHanSansRegular.woff2') format('woff2'),
    url('https://fastly.jsdelivr.net/gh/spoqa/spoqa-han-sans@01ff0283e4f36e159ffbf744b36e16ef742da6d8/Subset/SpoqaHanSans/SpoqaHanSansRegular.woff') format('woff'),
    url('https://fastly.jsdelivr.net/gh/spoqa/spoqa-han-sans@01ff0283e4f36e159ffbf744b36e16ef742da6d8/Subset/SpoqaHanSans/SpoqaHanSansRegular.ttf') format('truetype');
}

@font-face {
    font-family: 'Spoqa Han Sans';
    font-weight: 300;
    src: local('Spoqa Han Sans Light'),
    url('https://fastly.jsdelivr.net/gh/spoqa/spoqa-han-sans@01ff0283e4f36e159ffbf744b36e16ef742da6d8/Subset/SpoqaHanSans/SpoqaHanSansLight.woff2') format('woff2'),
    url('https://fastly.jsdelivr.net/gh/spoqa/spoqa-han-sans@01ff0283e4f36e159ffbf744b36e16ef742da6d8/Subset/SpoqaHanSans/SpoqaHanSansLight.woff') format('woff'),
    url('https://fastly.jsdelivr.net/gh/spoqa/spoqa-han-sans@01ff0283e4f36e159ffbf744b36e16ef742da6d8/Subset/SpoqaHanSans/SpoqaHanSansLight.ttf') format('truetype');
}

@font-face {
    font-family: 'Spoqa Han Sans';
    font-weight: 100;
    src: local('Spoqa Han Sans Thin'),
    url('https://fastly.jsdelivr.net/gh/spoqa/spoqa-han-sans@01ff0283e4f36e159ffbf744b36e16ef742da6d8/Subset/SpoqaHanSans/SpoqaHanSansThin.woff2') format('woff2'),
    url('https://fastly.jsdelivr.net/gh/spoqa/spoqa-han-sans@01ff0283e4f36e159ffbf744b36e16ef742da6d8/Subset/SpoqaHanSans/SpoqaHanSansThin.woff') format('woff'),
    url('https://fastly.jsdelivr.net/gh/spoqa/spoqa-han-sans@01ff0283e4f36e159ffbf744b36e16ef742da6d8/Subset/SpoqaHanSans/SpoqaHanSansThin.ttf') format('truetype');
}
@import url('./fontawesome.min.css');
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../font/glyphicons-halflings-regular.eot');
    src: url('../font/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
        url('../font/glyphicons-halflings-regular.woff2') format('woff2'), url('../font/glyphicons-halflings-regular.woff') format('woff'),
        url('../font/glyphicons-halflings-regular.ttf') format('truetype'), url('../font/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

header {
    position: absolute;
    width: 100%;
    max-width: 500px;
    height: 60px;
    left: 0;
    top: 0;
    z-index: 9999;
    line-height: 1.5rem;
}

header .container {
    max-width: 100%;
    padding: 0 40px;
}

.logo {
    display: block;
    width: 102px;
    height: 20px;
    margin: 20px auto;
    text-align: center;
    background: url(/public/images/campaign/logo-planplus.png) 0 0 / 100% no-repeat;
    background-size: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    text-indent:-9999px;
}

.nav-btn {
    position: absolute;
    float: left;
    display: block;
    top: 0;
    left: 25px;
    padding: 0;
    margin: 20px 0 0 0;
    outline: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
}

.nav-btn .icon-bar {
    display: block;
    width: 22px;
    height: 3px;
    margin-bottom: 4px;
    border-radius: 2px;
    background-color: #Fff;
}

/* header.white {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
}

header.white .logo {
    background: url(/public/images/campaign/logo-planplus-blue.png) 0 0 / 100% no-repeat;
}

header.white .icon-bar {
    background-color: #333;
} */

.nav-close {
    position: relative;
    top: 0;
    right: 4px;
    float: right;
    border: 0;
    bottom: 0;
    height: 40px;
    line-height: 23px;
    padding: 1px 6px;
    color: #fff;
    font-size: 35px;
    font-weight: normal;
    background: transparent;
    z-index: 999;
    outline: none;
    cursor: pointer;
    display: none;
}

.nav-close img {
    width: 20px;
}

nav ul {
    color: #000;
    float: right;
    font-size: 18px;
    margin-top: 22px;
    letter-spacing: -0.86px;
    display: none;
}

nav ul li {
    float: left;
    height: 18px;
}

nav ul li:first-child {
    margin-left: 0;
}

nav ul li a {
    color: black;
    font-weight: 600;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    cursor: pointer;
}

.clearfix:after {
    content: '';
    clear: both;
    display: block;
}

.container.mob-open nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 260px;
    min-height: 100%;
    border: 0;
    z-index: 1050;
    background: #fff;
    display: block;
}

.container.mob-open nav ul {
    display: block;
    height: 100%;
}

.container.mob-open nav ul li:first-child {
    padding-top: 35px;
}

.container.mob-open nav ul li {
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-left: 20px;
    padding: 30px 0px;
    border-bottom: 1px solid #e7e7e7;
}

.container.mob-open nav ul li:last-child {
    padding-right: 0;
    background-image: url('../images/intro/icon_lock.png');
    background-repeat: no-repeat;
    background-size: 5%;
    background-position: 44% 68%;
}

.container.mob-open nav ul li a {
    color: black;
    font-weight: 500;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.container.mob-open .logo {
    position: absolute;
    display: block;
    top: 15px;
    left: 20px;
    width: 102px;
    height: 20px;
    margin: 0 auto;
    background: url(../images/intro/logo_planplus.png) 0 0 no-repeat;
    background-size: 100%;
    z-index: 9999;
}

.mob_bg {
    position: fixed;
    top: 0;
    right: 0;
    left: 50%;
    bottom: 0;
    max-width: 500px;
    width: 100%;
    transform: translateX(-50%);
    background-color: #000;
    opacity: 0.5;
    z-index: 1040;
    display:none;
}

.footer {
    bottom: 0;
    width: 100%;
    background-color: #fafafa;
}

.topGo {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #0066f9;
    cursor: pointer;
    outline: none;
    z-index: 50;
    display: none;
}

.x3 {
    color: #fff;
    font-size: 15px;
    line-height: 2.5;
    vertical-align: middle;
}

.footer .foot {
    float: left;
}

.footer .container {
    position: relative;
    width: 100%;
    height: 100%;
    min-width: 280px;
    padding: 25px 15px;
    margin: 0 auto;
    max-width: 100%;
    background-color: #dedede;
    letter-spacing: -0.05rem;
}

.footer .container ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer .container ul li {
    width: 100%;
    float: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border: 0;
    font-size: 14px;
    color: #333333;
}

.company-info {
    font-size: 14px;
    padding: 6%;
    white-space: normal;
    font-size: 16px;
    font-weight: 300;
    color: #333333;
    line-height: 170%;
    letter-spacing: -1.0px;
}

.company-info span {
    font-weight: 600;
}

.company-info a {
    display: inline-block;
    color: #333;
}

.company-info a.pp_right {
    margin-right: 10px;
}

.footer .container ul.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.company-info a.a_tag {
    display: inline-block;
    height: 40px;
}

.company-info a.a_tag_1 {
    width: 27px;
    background: url(/public/images/intro/footer_facebook.png) no-repeat left 50% / 72%;
}

.company-info a.a_tag_2 {
    width: 54px;
    margin-left: 7px;
    background: url(/public/images/intro/footer_instagram.png) no-repeat left 50% / 74%;
}

.company-info a.a_tag_3 {
    width: 54px;
    background: url(/public/images/intro/footer_kakaotalk.png) no-repeat left 50% / 74%;
}

.sns_img_preloading {
    width: 0;
    height: 0;
    opacity: 0;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-phone:before {
    content: "\e145";
}

@media all and (min-width: 500px) { 
    .container.mob-open nav {
        left: 50%;
        transform: translateX(-100%);
    }
}