﻿@charset "utf-8";
@import url('base.css');
@import url('layout.css');
@import url('main.css');
@import url('NotoSansKR-Hestia.css');

/* 스킵네비 */

#skipNavi li {
    font-size: 0;
    line-height: 0;
}

#skipNavi li a {
    display: block;
    width: 150px;
    padding: 5px 0;
    color: #000;
    position: absolute;
    left: 0;
    top: -100px;
    text-align: center;
    z-index: 200;
    background-color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
}

#skipNavi li a:active,
#skipNavi li a:focus {
    top: 0;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
    border-bottom: 1px solid #fff;
}

.uptxt {
    font-size: 0.65em;
    padding: 0 3px 0 2px;
    vertical-align: top;
}

.uptxt2 {
    font-size: 0.55em;
    padding: 0 3px 0 2px;
    vertical-align: super;
}


/* 서브컨텐츠 */

#product_wrap {
    clear: both;
    position: relative;
    width: 1140px;
    margin: 0 auto;
    background: #fff url(../img/main/white_bg.jpg) repeat 0 0;
}

.product_box {
    overflow: hidden;
    display: block;
    padding: 40px 0 50px 0;
    background: url(../img/sub/probox_bg.jpg) left bottom repeat-x;
    margin: 0 0 0 50px;
}

.product_box2 {
    clear: both;
    margin: 30px 100px 0 110px;
    overflow: hidden;
}

.product_box3 {
    overflow: hidden;
    display: block;
    padding: 30px 0 50px 0;
    margin: 0 0 0 50px;
}

.product_box_ttl {
    font-size: 2.4em;
    color: #115ea6;
    font-weight: 600;
    background: url(../img/sub/product_icon1.jpg) left top no-repeat;
    padding: 0 0 0 104px;
    height: 84px;
    line-height: 110%;
}

.product_box_ttl2 {
    font-size: 2.4em;
    color: #115ea6;
    font-weight: 600;
    background: url(../img/sub/product_icon2.jpg) left top no-repeat;
    padding: 0 0 0 104px;
    height: 84px;
    line-height: 110%;
}

.product_box_ttl3 {
    font-size: 2.4em;
    color: #115ea6;
    font-weight: 600;
    background: url(../img/sub/product_icon3.jpg) left top no-repeat;
    padding: 0 0 0 104px;
    height: 84px;
    line-height: 110%;
}

.product_box_ttl img,
.product_box_ttl2 img,
.product_box_ttl3 img {
    padding: 0 20px 0 0;
}

.product_box_ttl .product_box_sttl,
.product_box_ttl2 .product_box_sttl,
.product_box_ttl3 .product_box_sttl {
    font-size: 75%;
    color: #115ea6;
    font-weight: 600;
}

.product_box_left {
    float: left;
    width: 525px;
    margin: 30px 0 0 108px;
}

.product_box_left p {
    color: #707070;
    font-size: 1em;
    line-height: 160%;
    font-weight: 300;
    letter-spacing: -0.5px;
}

.product_box_left p sup {
    vertical-align: super;
    font-size: 0.56em;
}

.product_box_right {
    float: left;
    margin: 0 0 0 20px;
}

.PC_product_box_right {
    display: block;
    margin: 0 0 0 50px;
}

.PC_product_box_right p img {
    margin: 0 0 0 50px;
}

.Mobile_product_box_right {
    display: none;
}

.product_box_icon {
    clear: both;
    padding: 20px 0 40px 0;
    display: block;
    overflow: hidden;
}

.product_box_icon span {
    display: block;
    font-size: 1.3em;
    color: #115ea6;
    padding: 5px 0;
    text-align: center;
    font-weight: 600;
    letter-spacing: -1px;
}

.product_box_icon span sup {
    vertical-align: super;
    font-size: 0.56em;
}

.product_box_icon li {
    float: left;
    width: 33%;
    text-align: center;
    line-height: 150%;
}

.product_box_icon.with_note {
    padding-bottom: 5px;
}

.note {
    margin-bottom: 20px;
    text-align: center;
}

.product_box_left p.bluebg {
    background: white;
    color: #0361a5;
    font-size: 20px;
    text-align: center;
    padding: 15px;
    line-height: 1.5;
}


/* 사용방법 */

#info_wrap {
    position: relative;
    clear: both;
    overflow: hidden;
    padding: 100px 0 0 0;
    width: 1047px;
    margin: 0 auto;
    background: #fff url(../img/main/white_bg.jpg) repeat 0 0;
}

#info_wrap_box {
    position: relative;
    display: inline-block;
    border-radius: 80px;
    width: 89%;
    height: auto;
    margin: 0 auto 100px;
    padding: 45px 5%;
    border: 5px solid #b3cfe4;
}

.info_wrap_box_ttl {
    position: absolute;
    top: -75px;
    left: 60px;
}

.info_wrap_box_ttl p {
    float: left;
}

.info_wrap_box_ttl ul {
    float: left;
    padding: 15px 0 0 0;
    background: #fff;
}

.info_wrap_box_ttl li {
    font-size: 2.7em;
    color: #115ea6;
    font-weight: 600;
    line-height: 130%;
}

.info_wrap_box_ttl .info_wrap_box_sttl {
    font-size: 1.6em;
    color: #115ea6;
    font-weight: 500;
}

.info_conts_box {
    border-radius: 50px;
    width: 90%;
    background: #dce9f2;
    padding: 30px 4%;
    display: inline-block;
    margin: 0 1% 0;
}

.info_conts_box p {
    float: left;
    width: 20%;
}

.info_conts_box ul {
    float: left;
    width: 80%;
}

.info_conts_box2 {
    float: left;
    border-radius: 50px;
    width: 40%;
    background: #dce9f2;
    padding: 30px 4% 0;
    display: inline-block;
    margin: 0 1% 0;
    height: 165px;
}

.info_conts_box2 p {
    float: left;
    width: 45%;
}

.info_conts_box2 ul {
    float: left;
    width: 55%;
}

.info_conts_box3 {
    clear: both;
    width: 92%;
    padding: 0 3%;
    display: inline-block;
    margin: 0 1% 0;
}

.info_conts_box3 p {
    float: left;
    width: 20%;
}

.info_conts_box .info_step,
.info_conts_box2 .info_step {
    font-size: 2.1em;
    font-weight: 600;
    color: #ed3827;
    font-style: italic;
    padding: 0 0 7px 0;
    line-height: 100%;
}

.info_conts_box li,
.info_conts_box2 li {
    color: #707070;
    font-size: 1.2em;
    line-height: 130%;
    /*padding:10px 0 0 0;*/
    font-weight: 400;
    letter-spacing: -1px;
}

.info_no {
    float: left;
    width: 78%;
    margin: 0 0 0 2%;
}

.info_no .info_no_body {
    display: table;
    margin: 0 0 5px 0;
}

.info_no .info_no_step {
    background: url(../img/sub/no_bg.png) left top no-repeat;
    width: 63px;
    height: 63px;
    color: #fff;
    font-size: 2em;
    text-align: center;
    line-height: 63px;
    font-weight: 600;
    display: inline-block;
    margin: 0 10px 0 0;
}

.info_no .info_no_txt {
    display: table-cell;
    vertical-align: middle;
    color: #707070;
    font-size: 1.1em;
    text-align: left;
    font-weight: 500;
    margin: 0 0 5px 2%;
}


/* fAQ */

#faq_wrap {
    position: relative;
    display: block;
    clear: both;
    width: 1005px;
    margin: 50px auto 20px;
    overflow: hidden;
    background: #fff url(../img/main/white_bg.jpg) repeat 0 0;
}

.faq_ttl {
    font-size: 2.8em;
    color: #0461a6;
    font-weight: 600;
    line-height: 65px;
}

.faq_ttl span {
    color: #c61212;
}

.bookList_ttl {
    font-size: 1.6em;
    color: #ed3827;
    font-weight: 600;
    font-style: italic;
    padding: 40px 0 10px 0;
    line-height: 200%;
}

.bookList,
.bookList * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bookList {
    overflow: hidden;
    margin: 30px 0;
    width: 100%;
}

.bookList_section {
    position: relative;
    margin: 0 0 15px 0;
    background: url(../img/sub/booklist_bg.png) repeat left top;
}

.bookList_section_header {
    position: relative;
    z-index: 1000;
    padding: 0 0 0 100px;
    width: 999px;
    height: 83px;
    line-height: 79px;
    display: inline-block;
    background: url(../img/sub/faq_arw_dw.png) 100% center no-repeat;
    transition: all linear 0.15s;
    font-size: 1.8em;
    color: #0360a5;
    /*margin:0 0 15px 0;*/
    font-weight: 600;
    /*box-shadow:5px 5px 5px #ececec;*/
}

.bookList_section_header2 {
    position: relative;
    z-index: 1001;
    padding: 0 0 0 100px;
    width: 999px;
    height: 83px;
    line-height: 79px;
    display: inline-block;
    background: url(../img/sub/faq_arw_dw2.png) 100% center no-repeat;
    transition: all linear 0.15s;
    font-size: 1.8em;
    color: #0360a5;
    /*margin:0 0 15px 0;*/
    font-weight: 600;
    /*box-shadow:5px 5px 5px #ececec;*/
}

.bookList_section_header img,
.bookList_section_header2 img {
    padding: 0 10px 0 10px;
}

.bookList_section_header.active,
.bookList_section_header2.active,
.bookList_section_header:hover,
.bookList_section_header2:hover {
    background: url(../img/sub/faq_arw_up.png) 100% center no-repeat;
    text-decoration: none;
    color: #fff;
    /*border-bottom:3px solid #0360a5;*/
}


/*.bookList_section:last-child .bookList_section_header { border-bottom: none; }*/

.bookList_section_content {
    position: relative;
    padding: 15px 5% 15px 10%;
    display: none;
    background: url(../img/sub/faq_back.png) left top no-repeat;
    font-size: 1.2em;
    font-weight: 400;
    color: #666666;
    margin-top: -30px;
}

.bookList_section_content p {
    padding: 0px 0 50px 0;
    line-height: 140%;
    letter-spacing: 0.2px;
}

.faq_btm {
    position: absolute;
    left: 0;
    bottom: 0;
}

.bookList_section_content .book_a {
    position: absolute;
    left: 25px;
    top: 55px;
}


/*Start :: WUNGLOGC-8010
=====================================================*/

#product_wrap .product_box_ttl,
#product_wrap .product_box_ttl2,
#product_wrap .product_box_ttl3 {
    height: auto;
}

#product_wrap .btn-block {
    margin: 10px 0 0 0;
}

#product_wrap .btn-block a {
    display: inline-block;
    margin-bottom: 8px;
}

#product_wrap .btn-block a img {
    padding-right: 2px;
}


/*End :: WUNGLOGC-8010
=====================================================*/


/* === 모바일일때 ===== */

@media all and (max-width:480px) {
    .uptxt {
        position: relative;
        font-size: 0.6em;
        padding: 0 3px 0 2px;
        vertical-align: top;
        display: inline-block;
        line-height: 200%;
        margin-top: -3px;
    }
    /* 사용방법 */
    #info_wrap {
        position: relative;
        clear: both;
        overflow: hidden;
        padding: 70px 0 0 0;
        width: 98%;
        margin: 0 auto;
    }
    #info_wrap_box {
        position: relative;
        border-radius: 40px;
        width: 91%;
        height: auto;
        margin: 0 auto 70px !important;
        padding: 45px 3% 20px;
        border: 5px solid #b3cfe4;
    }
    #info_wrap_box .gap30 {
        display: none;
    }
    #info_wrap_box .gap20 {
        display: none;
    }
    .info_conts_box {
        border-radius: 30px;
        width: 88%;
        background: #dce9f2;
        padding: 30px 5%;
        display: inline-block;
        margin: 0 1% 20px;
    }
    .info_conts_box p,
    .info_conts_box2 p {
        float: left;
        width: 32%;
    }
    .info_conts_box ul,
    .info_conts_box2 ul {
        float: left;
        width: 68%;
    }
    .info_conts_box2 {
        clear: both;
        border-radius: 30px;
        width: 90%;
        background: #dce9f2;
        padding: 30px 4%;
        display: inline-block;
        margin: 0 1% 20px;
        height: auto;
    }
    .info_conts_box p img,
    .info_conts_box2 p img,
    .info_conts_box3 p img {
        width: 77px;
    }
    .info_wrap_box_ttl {
        position: absolute;
        top: -45px;
        left: 30px;
        margin: 0 auto;
    }
    .mobile_left1 {
        padding: 0 0 0 20px;
    }
    .info_wrap_box_ttl p img {
        width: 77px;
    }
    .info_wrap_box_ttl ul {
        float: left;
        padding: 10px 0 0 0;
        background: #fff;
    }
    .info_wrap_box_ttl li {
        font-size: 1.6em;
        color: #115ea6;
        font-weight: 600;
        line-height: 130%;
        letter-spacing: -1px;
    }
    .info_wrap_box_ttl .info_wrap_box_sttl {
        font-size: 0.9em;
        color: #115ea6;
        font-weight: 500;
    }
    .info_conts_box .info_step,
    .info_conts_box2 .info_step {
        font-size: 1.7em;
        font-weight: 600;
        color: #ed3827;
        font-style: italic;
        padding: 0 0 7px 0;
        line-height: 100%;
    }
    .info_conts_box li,
    .info_conts_box2 li {
        color: #22262d;
        font-size: 1em;
        line-height: 120%;
        /*padding:10px 0 0 0;*/
        font-weight: 500;
        letter-spacing: -1px;
    }
    .info_conts_box3 p {
        float: left;
        width: 32%;
    }
    .info_no {
        float: left;
        width: 67%;
        margin: 0 0 0 1%;
    }
    .info_no .info_no_body {
        display: table;
        margin: 0 0 5px 0;
    }
    .info_no .info_no_step {
        background: url(../img/sub/no_bg.png) left top no-repeat;
        background-size: 30px 30px;
        width: 30px;
        height: 30px;
        color: #fff;
        font-size: 1.2em;
        text-align: center;
        line-height: 30px;
        font-weight: 600;
        display: inline-block;
        margin: 0 3x 0 0;
    }
    .info_no .info_no_txt {
        display: table-cell;
        vertical-align: middle;
        color: #22262d;
        font-size: 1em;
        text-align: left;
        font-weight: 500;
        margin: 0 0 1px 2%;
        line-height: 120%;
    }
    /* fAQ */
    #faq_wrap {
        position: relative;
        display: block;
        clear: both;
        width: 94%;
        margin: 30px auto;
        overflow: hidden;
    }
    .faq_ttl {
        font-size: 2em;
        color: #0461a6;
        font-weight: 600;
        line-height: 55px;
        letter-spacing: -1px;
    }
    .faq_ttl img {
        width: 45px;
    }
    .bookList_ttl {
        font-size: 1.1em;
        color: #ed3827;
        font-weight: 600;
        font-style: italic;
        padding: 35px 0 10px 14px;
        line-height: 130%;
        letter-spacing: -1px;
    }
    .bookList {
        overflow: hidden;
        margin: 20px 0;
        width: 100%;
    }
    .bookList_section_header {
        padding: 15px 50px;
        width: 99.5%;
        height: auto;
        line-height: 120%;
        display: inline-block;
        border-radius: 10px;
        border: 2px solid #0360a5;
        background: #fff url(../img/main/faq_arw_dwM.png) left center no-repeat;
        background-size: 100%;
        transition: all linear 0.15s;
        font-size: 1.3em;
        color: #0360a5;
        /*margin:0 0 15px 0;*/
        font-weight: 600;
        /*box-shadow:2px 2px 2px #ececec;*/
        letter-spacing: -1px;
    }
    .bookList_section_header2 {
        padding: 15px 50px;
        width: 99%;
        height: auto;
        line-height: 120%;
        display: inline-block;
        border-radius: 10px;
        border: 2px solid #0360a5;
        background: #f2f9ff url(../img/main/faq_arw_dwM.png) 100% center no-repeat;
        background-size: 100%;
        transition: all linear 0.15s;
        font-size: 1.3em;
        color: #0360a5;
        /*margin:0 0 15px 0;*/
        font-weight: 600;
        /*box-shadow:2px 2px 2px #ececec;*/
        letter-spacing: -1px;
    }
    .bookList_section_header img,
    .bookList_section_header2 img {
        padding: 0 10px 0 10px;
    }
    .bookList_section_header.active,
    .bookList_section_header2.active,
    .bookList_section_header:hover,
    .bookList_section_header2:hover {
        background: #0461a6 url(../img/main/faq_arw_ovM.png) 100% center no-repeat;
        background-size: 100%;
        text-decoration: none;
        color: #fff;
    }
    .bookList_section_content {
        padding: 15px 5% 15px 10%;
        display: none;
        background: url(../img/sub/faq_back.png) left top no-repeat;
        background-size: 99.5%;
        font-size: 1em;
        font-weight: 400;
        color: #666666;
    }
    .bookList_section_content p {
        padding: 0px 0 50px 14px;
        line-height: 140%;
        letter-spacing: 0.2px;
    }
    .faq_btm img {
        width: 99%;
    }
    .bookList_section_content .book_a {
        position: absolute;
        left: 9px;
        top: 50px;
    }
    .bookList_section_content .book_a img {
        width: 48%;
    }
    .gap80 {
        display: none;
    }
    /* 제품정보 */
    #product_wrap {
        clear: both;
        position: relative;
        width: 94%;
        margin: 0 auto;
    }
    .product_box {
        overflow: hidden;
        display: block;
        padding: 30px 0 50px 0;
        background: url(../img/sub/probox_bg.jpg) left bottom repeat-x;
        margin: 0;
    }
    .product_box2 {
        clear: both;
        margin: 30px 20px 0 0px;
        overflow: hidden;
    }
    .product_box3 {
        overflow: hidden;
        display: block;
        padding: 30px 0 50px 0;
        margin: 0 0 0 0px;
    }
    .product_box_ttl {
        font-size: 1.6em;
        color: #115ea6;
        font-weight: 600;
        background: url(../img/sub/product_icon1.jpg) left top no-repeat;
        background-size: 45px 45px;
        height: 65px;
        line-height: 100%;
        padding: 0 0 0 50px;
        letter-spacing: -1px;
    }
    .product_box_ttl2 {
        font-size: 1.6em;
        color: #115ea6;
        font-weight: 600;
        background: url(../img/sub/product_icon2.jpg) left top no-repeat;
        background-size: 45px 45px;
        height: 65px;
        line-height: 100%;
        padding: 0 0 0 50px;
        letter-spacing: -1px;
    }
    .product_box_ttl3 {
        font-size: 1.5em;
        color: #115ea6;
        font-weight: 600;
        background: url(../img/sub/product_icon3.jpg) left top no-repeat;
        background-size: 45px 45px;
        height: 65px;
        line-height: 100%;
        padding: 0 0 0 50px;
        letter-spacing: -1px;
    }
    .product_box_icon span {
        display: block;
        font-size: 0.8em;
        color: #115ea6;
        padding: 5px 0;
        text-align: center;
        font-weight: 600;
        letter-spacing: -1px;
    }
    .product_box_left {
        float: left;
        width: 100%;
        margin: 10px auto 0;
    }
    .product_box2 p img {
        width: 80%;
    }
    .product_box_left p img {
        width: 62%;
    }
    .Mobile_product_box_right {
        display: block;
    }
    .Mobile_product_box_right img {
        width: 280px;
        margin: 0 auto;
    }
    .product_box_right img {
        width: 95%;
        margin: 0 auto;
    }
    .PC_product_box_right {
        display: none;
    }
    .product_box_icon li img {
        width: 75px;
    }
}


/*Start:: WUNGLOGC-8010
========================================*/

.hero-txt {
    font-size: 12px;
}

@media all and (min-width: 481px) {
    .hero-txt {
        max-width: 62%;
        margin: 10px 0 0 0;
        font-size: 12px;
        display: block;
    }
    .footer_txt {
        quotes: "“" "”";
    }
}


/*End:: WUNGLOGC-8010
========================================*/