@charset "utf-8";
/* CSS Document */

/* reset */
* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-family: 'Noto Sans KR', 'dotum', sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: #333;
    letter-spacing: -0.5px;
    font-size: 15px;
    line-height: 140%;
    overflow-y: scroll;
}

body {
    height: 100%;
}

html,
body,
div,
p,
span,
a,
img,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
form,
input,
select,
textarea,
button,
label,
fieldset,
table,
tr,
td,
th,
tbody,
thead,
tfoot,
caption,
video,
strong,
em,
i,
b {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

html::-webkit-scrollbar {
    width: 0;
    height: 0;
    background: none;
}

img,
a,
fieldset {
    border: 0 none;
}

ul,
ol,
li {
    list-style: none
}

img {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

li,
p,
dt,
dd,
div,
span {
    word-break: break-all;
}

legend,
caption {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b,
th {
    font-family: 'Noto Sans KR M';
}

a {
    text-decoration: none;
    color: #444;
}

a:focus,
input:focus,
button:focus {
    outline: none
}

a,
span,
strong,
p,
em,
i.b {
    line-height: inherit;
    color: inherit;
    font-size: inherit
}

a:hover,
a:active {
    /*color:#4b86c3;*/
    -ms-transition: all .1s;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    -moz-transition: all .1s;
    transition: all .1s;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}


/* COMMON */

.wrap {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.mg_t10 {
    margin-top: 10px;
}

.mg_t20 {
    margin-top: 20px;
}

.mg_t30 {
    margin-top: 30px;
}

.mg_t40 {
    margin-top: 40px;
}

.mg_t50 {
    margin-top: 50px;
}

.mg_t60 {
    margin-top: 60px;
}

.mg_t70 {
    margin-top: 70px;
}

.mg_t80 {
    margin-top: 80px;
}

.mg_t90 {
    margin-top: 90px;
}

.mg_t100 {
    margin-top: 100px;
}

.mg_b10 {
    margin-bottom: 10px;
}

.mg_b20 {
    margin-bottom: 20px;
}

.mg_b30 {
    margin-bottom: 30px;
}

.mg_b40 {
    margin-bottom: 40px;
}

.mg_b50 {
    margin-bottom: 50px;
}

.mg_b60 {
    margin-bottom: 60px;
}

.mg_b70 {
    margin-bottom: 70px;
}

.mg_b80 {
    margin-bottom: 80px;
}

.mg_b90 {
    margin-bottom: 90px;
}

.mg_b100 {
    margin-bottom: 100px;
}

.pd_t10 {
    padding-top: 10px;
}

.pd_t20 {
    padding-top: 20px;
}

.pd_t30 {
    padding-top: 30px;
}

.pd_t40 {
    padding-top: 40px;
}

.pd_t50 {
    padding-top: 50px;
}

.pd_t60 {
    padding-top: 60px;
}




/* header */
.header {
    height: 178px;
}

.top_area_wrap .top {
    width: 1100px;
    height: 120px;
    margin: 0 auto;
}

.top_area_wrap .top .top_banner {
    float: left;
    margin-top: 26px;
}

.top_area_wrap .top .logo {
    float: left;
    margin-top: 12px;
    margin-left: 350px;
}

.top_area_wrap .top .top_counsel {
    float: right;
    margin-top: 28px;
}

.top_area_wrap .navi_wrap {
    width: 100%;
    height: 58px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    position: relative;
    background: #3b3a40;
}

.gnb {
    width: 1100px;
    margin: 0 auto;
}

.gnb li {
    float: left;
    color: #fff;
    width: 183px;
    font-size: 16px;
    margin-top: 20px;
    cursor: pointer;
}

/* quick */
.counsel {
    width: 212px;
    position: fixed;
    top: 250px;
    right: 50%;
    margin-right: 580px;
    z-index: 997;
}

.counsel .tit {
    color: #fff;
    background-color: #e71534;
    height: 36px;
    text-align: center;
    padding-top: 6px;
    font-size: 17px;
    margin-bottom: 3px;
}

.counsel .contents {
    border: 1px solid #ccc;
    background: #fff;
    text-align: center;
    font-size: 14px;
}

.counsel .contents .comment {
    margin-top: 15px;
}

.counsel dl {
    margin: 15px 0;
    overflow: hidden;
    padding-left: 10px;
}

.counsel dt {
    float: left;
    width: 44px;
    height: 34px;
    line-height: 32px;
}

.counsel dd {
    float: left;
    width: 144px;
    height: 34px;
    line-height: 32px;
}

#c_name {
    width: 134px;
    height: 30px;
    border: 1px solid #ddd;
}

#c_tel1,
#c_tel2,
#c_tel3 {
    width: 42px;
    height: 30px;
    border: 1px solid #ddd;
}

.counsel .check {
    font-size: 14px;
    margin: 15px 0px;
}

.counsel .btn_s_gray {
    background: #74757a;
    color: #fff;
    padding: 2px 6px;
    margin-left: 3px;
    font-size: 13px;
}

.counsel .btn_area {
    width: 182px;
    height: 39px;
    background: url("../images/common/quick_counsel_btn.png");
    color: #fff;
    margin: 0 auto;
    padding-top: 8px;
    font-size: 15px;
}

.counsel .contents .bottom {
    font-size: 14px;
    padding: 13px 10px;
    color: #555;
    line-height: 1.25em;
}

.quick_right {
    width: 100px;
    position: fixed;
    top: 250px;
    left: 50%;
    margin-left: 580px;
    z-index: 997;
}

.quick_right .tit {
    color: #fff;
    background-color: #333;
    height: 28px;
    text-align: center;
    padding-top: 3px;
    font-size: 14px;
    margin-bottom: 3px;
}

.quick_right .number {
    width: 100px;
    height: 100px;
    border: 1px solid #ccc;
    background: #fff;
    text-align: center;
    font-size: 14px;
    margin-bottom: 3px;
}

.quick_right .form {
    width: 100px;
    height: 100px;
    border: 1px solid #ccc;
    background: #fff;
    text-align: center;
    font-size: 14px;
    margin-bottom: 3px;
}

.quick_right .faq {
    width: 100px;
    height: 100px;
    border: 1px solid #ccc;
    background: #fff;
    text-align: center;
    font-size: 14px;
}

.quick_right .ic {
    display: block;
    margin-top: 18px;
    margin-bottom: 8px;
}

.sub_float_counsel {
    width: 100%;
    height: 72px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    position: fixed;
    bottom: 10px;
}

/* footer */
#footer {
    clear: both;
    width: 100%;
    height: 280px;
    background: url(../images/common/footer_bg.gif) 0 0 repeat-x;
}

.footer_top,
.footer_bottom {
    width: 1100px;
    margin: 0 auto;
}

.footer_top ul {
    overflow: hidden;
    padding-top: 12px;
}

.footer_top ul li {
    float: left;
    margin-right: 27px;
}

.footer_top ul li:last-child {
    margin-right: 0;
}

.footer_bottom {
    overflow: hidden;
}

.footer_bottom .footer_logo {
    float: left;
    margin: 35px 45px 0 0;
}

.footer_bottom .right {
    float: left;
    margin-top: 30px;
}

.footer_bottom .policy {
    overflow: hidden;
    font-weight: bold;
}

.footer_bottom .policy li {
    float: left;
}

.footer_bottom .policy li:first-child {
    /* background: url(../images/common/bar.gif) right 4px no-repeat; */
    padding-right: 10px;
}

.footer_bottom .policy li:last-child {
    padding-left: 10px;
}

.footer_bottom address {
    font-size: 13px;
    font-style: normal;
    text-align: left;
}

.footer_bottom address .bar {
    color: #ccc;
    display: inline-block;
    margin: 0 5px;
}


/* MAIN */
/* main_slider */
.main {
    width: 100%;
    height: 472px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.main_visual {
    width: 1920px;
    height: 472px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}

.main_visual .bx-wrapper .bx-viewport {
    height: 472px !important;
}

.counsel_num {
    position: absolute;
    bottom: 0;
    margin-bottom: 40px;
    width: 1100px;
    margin-left: 78px;
}

.bx-arrow {
    position: absolute;
    top: 38%;
    left: 50%;
    width: 1100px;
    transform: translate(-50%);
}

a.pager-prev {
    float: left;
    width: 30px;
    height: 92px;
    background: url(../images/main/main_prev_btn.png) 0 0 no-repeat;
}

a.pager-next {
    float: right;
    width: 30px;
    height: 92px;
    background: url(../images/main/main_next_btn.png) 0 0 no-repeat;
}

/* line01_home_products */
.main_contents h1 {
    color: #555;
    font-size: 30px;
    padding-top: 48px;
    padding-bottom: 30px;
    font-weight: 600;
    letter-spacing: -0.05em;
}

.main_contents {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    position: relative;
    border-bottom: 1px solid #ccc;
}

.main_contents .home_products {
    width: 1100px;
    height: 444px;
    margin: 0 auto;
}

.home_products .pro_wrap {
    width: 260px;
    height: 270px;
    border: 1px solid #ccc;
    float: left;
}

.home_products .pro_wrap .pro_title {
    width: 154px;
    height: 28px;
    background: url("../images/main/home_title_bg.png");
    color: #fff;
    font-size: 17px;
    margin: 0 auto;
    margin-top: 20px;
    padding-top: 2px;
}

.home_products .pro_wrap .pro_img {
    margin-top: 12px;
}

.home_products .pro_wrap .pro_text {
    width: 100%;
    height: 45px;
    font-size: 16px;
    color: #333;
    font-weight: 400;
    margin: 0 auto;
    letter-spacing: -0.07em;
}

.home_products .pro01 .pro_text,
.pro02 .pro_text,
.pro03 .pro_text {
    padding-top: 10px;
}

.home_products .pro_wrap .pro_price {
    font-size: 20px;
    color: #333;
    font-weight: 500;
}

.home_products .pro_wrap .pro_price .red {
    font-size: 23px;
    color: #ce0101;
}

.home_products .pro_wrap .pro_plus {
    margin-top: 15px;
}

.home_products .pro02,
.home_products .pro03,
.home_products .pro04 {
    margin-left: 20px;
}

/* line02_promotions */
.promotions {
    width: 100%;
    height: 344px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    position: relative;
    border-top: 1px solid #ccc;
    background-color: #e0e4ec;
}

.promotions .pro_wrap {
    width: 1100px;
    height: 342px;
    margin: 0 auto;
}

.promotions .pro_wrap .box01 {
    width: 530px;
    height: 244px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    float: left;
    margin-top: 50px;
}

.promotions .pro_wrap .box02 {
    width: 530px;
    height: 244px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    float: left;
    margin-top: 50px;
    margin-left: 40px;
    padding: 28px 25px;
}

.promotions .pro_wrap .box03 {
    width: 356px;
    height: 244px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    float: left;
    margin-top: 50px;
    margin-left: 16px;
}

.promotions .pro_wrap .box01 img {
    margin: 22px 0 0 10px;
}

.promotions .pro_wrap .box03 img {
    margin: 22px 0 0 8px;
}

.box02 .title {
    font-size: 16px;
    color: #222;
    text-align: left;
}

.box02 .title a {
    font-size: 13px;
    font-weight: 500;
    color: #666;
    float: right;
}

.box02 .list_top {
    font-size: 14px;
    border-top: 2px solid #000;
    border-bottom: 1px solid #000;
    padding: 4px;
    margin-top: 8px;
    margin-bottom: 5px;
}

.box02 .list_con {
    font-size: 13px;
    height: 24px;
}

.box02 .list_top .date,
.box02 .list_con .date {
    width: 125px;
    float: left;
}

.box02 .list_top .name,
.box02 .list_con .name {
    width: 80px;
    float: left;
}

.box02 .list_top .phone,
.box02 .list_con .phone {
    width: 120px;
    float: left;
}

.box02 .list_con .state02 {
    background: #666;
    color: #fff;
    padding: 0 2px;
    margin-left: 10px;
}

.box02 .list_con .state01 {
    background: #d43c4a;
    color: #fff;
    padding: 0 2px;
    margin-left: 10px;
}

/* line03_main_counsel_banner01 */
.counsel_banner01 {
    width: 100%;
    height: 100px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.counsel_gray {
    width: 1920px;
    height: 100px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}

/* line03_main_attention */
.main_contents .attention h1 {
    color: #fff;
}

.attention {
    width: 100%;
    height: 327px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    position: relative;
    background: url(../images/main/attention_bg.jpg) repeat;
}

.attention .att_wrap {
    width: 1100px;
    height: 327px;
    margin: 0 auto;
    color: #fff;
    text-align: left;
}

.attention li {
    font-size: 16px;
    line-height: 28px;
    padding-left: 15px;
    text-indent: -15px;
}

.attention li span {
    color: #ffe970;
    text-decoration: underline;
}

/* line04_main_business_products */
.main_contents .busi_products h1 {
    color: #fff;
}

.busi_products {
    width: 100%;
    height: 507px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    position: relative;
    background: url(../images/main/main_busi_bg.jpg) 50% 0 no-repeat;
}

.busi_product .pro_wrap {
    width: 1100px;
    height: 507px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}

.busi_products .pro_wrap .box01 {
    display: inline-block;
    margin-right: 25px;
    margin-top: 10px;
}

.busi_products .pro_wrap .box02 {
    display: inline-block;
    margin-right: 25px;
}

.busi_products .pro_wrap .box03 {
    display: inline-block;
}

/* line04_main_counsel_banner02 */
.counsel_banner02 {
    width: 100%;
    height: 162px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.counsel_yel {
    width: 1920px;
    height: 162px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}


/* SUB */
.sub_visual {
    width: 100%;
    height: 472px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.sub_visual_img {
    width: 1920px;
    height: 472px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}

.sub_contents .tit {
    font-size: 28px;
    letter-spacing: -0.05em;
}

.sub_contents {
    width: 1100px;
    margin: 0 auto;
    margin-top: 80px;
}

.sub_contents .pro_introduce {
    height: 260px;
}

.sub_contents .pro_introduce .con_left {
    width: 550px;
    float: left;
}

.sub_contents .pro_introduce .con_left .img,
.sub_contents .pro_introduce .con_right .img {
    margin-top: 30px;
    display: block;
}

.sub_contents .pro_list .pro_wrap {
    height: 506px;
}

.sub_contents .pro_list .pro_wrap .box01 {
    width: 538px;
    height: 240px;
    padding: 28px 35px;
    border: 1px solid #ccc;
    float: left;
}

.sub_contents .pro_list .pro_wrap .box02 {
    width: 538px;
    height: 240px;
    padding: 28px 35px;
    border: 1px solid #ccc;
    float: left;
    margin-left: 24px;
}

.sub_contents .pro_list .pro_wrap .box03 {
    width: 538px;
    height: 240px;
    padding: 28px 35px;
    border: 1px solid #ccc;
    float: left;
    margin-top: 24px;
}

.sub_contents .pro_list .pro_wrap .box04 {
    width: 538px;
    height: 240px;
    padding: 28px 35px;
    border: 1px solid #ccc;
    float: left;
    margin-left: 24px;
    margin-top: 24px;
}

.sub_contents .pro_list2 .pro_wrap .box {
    width: 1100px;
    height: 270px;
    padding: 28px 35px;
    border: 1px solid #ccc;
    /* float:left;*/
    margin-top: 24px;
}

.sub_contents .pro_list2 .pro_wrap .box .fl_right {
    width: 850px;
    float: left;
    margin-left: 25px;
    text-align: left;
}

.sub_contents .pro_list2 .pro_wrap .box .fl_left {
    width: 150px;
    height: 210px;
    float: left;
    text-align: left;
    border-right: 1px solid #ccc;
}

.sub_contents .pro_list2 .pro_wrap .box .fl_right .pro_text {
    width: 100%;
}

.sub_contents .pro_list2 .pro_wrap .box .fl_right .pro_pic img {
    width: 210px;
    margin-right: 30px;
}

.sub_contents .pro_list2 .pro_wrap .box .pro_text {
    height: 176px;
    font-size: 18px;
    color: #333;
    letter-spacing: -0.03em;
    font-weight: bold;
    padding-top: 10px;
    line-height: 1.4em;
}

.sub_contents .pro_list2 .pro_wrap .box .pro_text .point {
    font-size: 20px;
}

.sub_contents .pro_list2 .pro_wrap .box .pro_price {
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

.sub_contents .pro_list2 .pro_wrap .box .pro_price .red {
    font-size: 23px;
    color: #ce0101;
}

.sub_contents .pro_list2 .pro_wrap .box .pro_comment {
    padding-top: 10px;
}

.pro_list .fl_left {
    width: 150px;
    height: 184px;
    float: left;
    text-align: left;
    border-right: 1px solid #ccc;
}

.pro_list .pro_wrap .pro_text {
    height: 158px;
    font-size: 18px;
    color: #333;
    letter-spacing: -0.03em;
    font-weight: bold;
    padding-top: 10px;
    line-height: 1.4em;
}

.pro_list .pro_wrap .pro_text .point {
    font-size: 20px;
}

.pro_list .pro_wrap .pro_price {
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

.pro_list .pro_wrap .pro_price .red {
    font-size: 23px;
    color: #ce0101;
}

.pro_list .pro_wrap .pro_comment {
    padding-top: 10px;
}

.pro_list .pro_wrap .pro_pic {
    /*padding-top:35px;*/
}

.pro_list .fl_right {
    width: 285px;
    height: 184px;
    float: left;
    margin-left: 25px;
    text-align: left;
}

.sub_contents .pro_introduce.con_tv {
    height: 320px;
}

.sub_contents .pro_list .pro_wrap_par {
    height: 302px;
}

.sub_contents .pro_list .pro_wrap_par .box {
    width: 220px;
    height: 285px;
    padding: 28px 25px;
    border: 1px solid #ccc;
    float: left;
    text-align: left;
    border-collapse: collapse;
}

.pro_list .pro_wrap_par .pro_text {
    height: 92px;
    font-size: 17px;
    color: #333;
    letter-spacing: -0.06em;
    font-weight: bold;
    padding-top: 10px;
    line-height: 1.4em;
}

.pro_list .pro_wrap_par .pro_text .point {
    font-size: 20px;
}

.pro_list .pro_wrap_par .pro_price {
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

.pro_list .pro_wrap_par .pro_price .red {
    font-size: 23px;
    color: #ce0101;
}

.pro_list .pro_wrap_par .pro_comment {
    padding-top: 10px;
    height: 96px;
}

.sub_contents .pro_list .pro_wrap_par .box:nth-child(1),
.sub_contents .pro_list .pro_wrap_par .box:nth-child(2),
.sub_contents .pro_list .pro_wrap_par .box:nth-child(3),
.sub_contents .pro_list .pro_wrap_par .box:nth-child(4) {
    border-right: none;
}

.sub_vip_con {
    width: 100%;
    height: 272px;
    background: #6e7e8a;
    margin-top: 30px;
}

.sub_vip_con .sub_wrap {
    width: 1100px;
    margin: 0 auto;
    padding: 30px 20px;
}

.sub_vip_con .sub_wrap .fl_left {
    width: 515px;
    float: left;
    text-align: left;
}

.sub_vip_con .sub_wrap .fl_left .banner {
    width: 266px;
    height: 40px;
    background: url(../images/sub/tv_vip_bar.png) 0 0 no-repeat;
    color: #fff;
    padding: 9px 15px;
}

.sub_vip_con .sub_wrap .fl_left .tit {
    color: #fff;
    font-size: 35px;
    padding: 20px 0;
}

.sub_vip_con .sub_wrap .fl_left .comm {
    color: #fff;
    font-size: 18px;
    line-height: 1.4em;
}

.sub_vip_con .sub_wrap .fl_left .date {
    color: #fff;
    font-size: 16px;
    padding-top: 5px;
}

.sub_vip_con .sub_wrap .fl_right {
    width: 540px;
    float: left;
    text-align: left;
}

.sub_vip_con .sub_wrap .fl_right .pic {
    padding-top: 10px;
}

.sub_vip_con .sub_wrap .fl_right .comm {
    font-size: 14px;
    color: #d8dce0;
    padding-top: 12px;
}

.sub_contents_genie {
    background: #ebebf1;
    padding-top: 25px;
}

.sub_contents_genie .con_img {
    padding-bottom: 25px;
    margin: 0 auto;
}

.sub_contents_genie .con_img img {
    box-shadow: 1px 1px 5px #ccc;
}

.sub_genie .sub_wrap {
    width: 1100px;
    margin: 0 auto;
}

.sub_genie .pro_title {
    font-size: 24px;
    padding-bottom: 25px;
    color: #222;
}

.genie_notice {
    background: #edf6f9;
    padding: 22px;
    text-align: left;
    font-size: 14px;
}

.genie_notice .notice_tit {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 15px;
}

.sub_visual_customer {
    width: 100%;
    height: 214px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.sub_visual_customer .sub_visual_img {
    width: 1920px;
    height: 214px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}

.sub_qna .sub_wrap {
    width: 1100px;
    margin: 0 auto;
    margin-top: 80px;
    margin-bottom: 50px;
}

.sub_qna .pro_title {
    font-size: 24px;
    padding-bottom: 25px;
    color: #222;
}

.list_top {
    margin-bottom: 8px;
    overflow: hidden;
}

.qna_pager {
    float: left;
    margin-top: 20px;
    height: 40px;
}

.qna_pager span {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: top;
    color: #999;
    text-align: center;
}

span.pg_on {
    color: #fff;
    background: url(../images/sub/pg_on_bg.png) 0 0 no-repeat;
}

.qna_write_btn {
    width: 84px;
    height: 40px;
    background: #222;
    padding: 10px;
    margin-top: 20px;
    float: right;
    margin-left: 10px;
    color: #fff;
}

.sch_area.fr {
    float: right;
    margin-top: 20px;
}

.sub_qna .fl {
    padding-top: 8px;
}

.sub_qna select {
    height: 30px;
}

.sch_area select {
    width: 90px;
    font-size: 12px;
    border: 1px solid #ccc;
    height: 40px;
    vertical-align: top;
    padding-left: 8px;
    background: #fff url(../images/common/ico_selectArrow.png) no-repeat 97% 47%;
}

.sch_input {
    display: inline-block;
    position: relative;
    height: 40px;
    width: 220px;
}

.sch_input input[type=text] {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 40px;
    padding-right: 40px;
    padding-left: 8px;
    box-sizing: border-box;
    border: 1px solid #ccc;
}

.sch_input input[type=text]:focus {
    border: 1px solid #ccc !important;
}

.sch_input .btn_sch {
    position: absolute;
    top: 0px;
    right: 0px;
}

.sub_customer_area {
    margin-top: 70px;
}

.sub_customer_area .sub_wrap {
    width: 1100px;
    margin: 0 auto;
    height: 335px;
}

.sub_customer_area .sub_wrap .gift_left {
    width: 538px;
    height: 330px;
    float: left;
    border: 1px solid #ccc;
    padding: 30px;
}

.sub_customer_area .sub_wrap .banner_right {
    width: 538px;
    height: 330px;
    float: left;
    border: 1px solid #ccc;
    margin-left: 24px;
}

.gift_left .title {
    font-size: 18px;
    text-align: left;
    margin-bottom: 20px;
}

.gift_left table {
    font-size: 14px;
}

span.gift_off {
    background-color: #666;
    color: #fff;
    padding: 0 3px;
}

span.gift_on {
    background-color: #e83939;
    color: #fff;
    padding: 0 3px;
}

span.gift_war {
    background-color: #3c72d4;
    color: #fff;
    padding: 0 3px;
}

.sub_contents .pro_introduce.con_business {
    height: 554px;
    margin-top: 50px;
}

.sub_contents .pro_introduce .con_center .video {
    margin-top: 50px;
}

.sub_contents .pro_list .pro_wrap .box_line01 {
    width: 1100px;
    height: 282px;
    padding: 28px 0px 28px 28px;
    border: 1px solid #ccc;
    float: left;
}

.sub_contents .pro_list .pro_wrap .box_line02 {
    width: 1100px;
    height: 452px;
    padding: 28px 0px 28px 28px;
    border: 1px solid #ccc;
    float: left;
    margin-top: 22px;
}

.pro_list .box_line01 .fl_left {
    width: 360px;
    height: 226px;
    float: left;
    text-align: left;
    border-right: 1px solid #ccc;
}

.pro_list .box_line02 .fl_left {
    width: 360px;
    height: 396px;
    float: left;
    text-align: left;
    border-right: 1px solid #ccc;
}

.pro_list .pro_wrap .box_line01 .pro_text {
    height: 40px;
    font-size: 18px;
    color: #333;
    letter-spacing: -0.03em;
    font-weight: bold;
    padding-top: 10px;
    line-height: 1.4em;
}

.pro_list .pro_wrap .box_line01 .pro_text_con {
    height: 70px;
    letter-spacing: -0.03em;
    line-height: 1.4em;
}

.pro_list .pro_wrap .box_line01 .pro_recomm_tit {
    font-size: 18px;
    color: #eb8003;
    letter-spacing: -0.03em;
    font-weight: bold;
    line-height: 1.4em;
}

.pro_list .pro_wrap .box_line01 .pro_recomm_con {
    line-height: 1.7em;
    padding-top: 10px;
}

.pro_list .box_line01 .fl_right {
    width: 710px;
    height: 226px;
    float: left;
    text-align: center;
    margin: 0px;
    padding-top: 35px;
}

.pro_list .box_line02 .fl_right {
    width: 710px;
    height: 396px;
    float: left;
    text-align: center;
    margin: 0px;
    padding-top: 35px;
}

.pro_list .box_line01 .fl_right .con_big {
    width: 236px;
    float: left;
    height: 190px;
}

.pro_list .box_line01 .fl_right .con_big .icon {
    height: 84px;
}

.pro_list .box_line01 .fl_right .con_big .big_text {
    font-size: 16px;
    font-weight: bold;
    height: 30px;
}

.pro_list .box_line01 .fl_right .con_big .small_text {
    width: 170px;
    height: 64px;
    margin: 0 auto;
    font-size: 15px;
}

.pro_list .pro_wrap .box_line02 .pro_text {
    height: 40px;
    font-size: 18px;
    color: #333;
    letter-spacing: -0.03em;
    font-weight: bold;
    padding-top: 10px;
    line-height: 1.4em;
}

.pro_list .pro_wrap .box_line02 .pro_text_con {
    height: 70px;
    letter-spacing: -0.03em;
    line-height: 1.4em;
}

.pro_list .pro_wrap .box_line02 .pro_recomm_tit {
    font-size: 18px;
    color: #eb8003;
    letter-spacing: -0.03em;
    font-weight: bold;
    line-height: 1.4em;
}

.pro_list .pro_wrap .box_line02 .pro_recomm_con {
    width: 330px;
    line-height: 1.7em;
    padding-top: 10px;
}

.pro_list .box_line02 .fl_right .con_big {
    width: 236px;
    float: left;
    height: 190px;
}

.pro_list .box_line02 .fl_right .con_big .icon {
    height: 84px;
}

.pro_list .box_line02 .fl_right .con_big .big_text {
    font-size: 16px;
    font-weight: bold;
    height: 30px;
}

.pro_list .box_line02 .fl_right .con_big .small_text {
    width: 170px;
    height: 64px;
    margin: 0 auto;
    font-size: 15px;
}

.pro_list .box_line02 .fl_right.text_m {
    padding-top: 14px;
}

.sub_no_page {
    height: 500px;
    padding-top: 100px;
}

.sub_no_page .text_big {
    font-size: 20px;
    font-weight: bold;
    height: 30px;
    margin-top: 20px;
}

.img_lock {
    vertical-align: sub;
    margin-right: 5px;
}

.sub_qna_write .sub_wrap {
    width: 1100px;
    margin: 0 auto;
    margin-top: 80px;
    min-height: 620px;
    margin-bottom: 120px;
}

.sub_qna_write .pro_title {
    font-size: 24px;
    padding-bottom: 25px;
    color: #222;
}

.txt_l {
    text-align: left !important;
}

.form_table input {
    height: 30px;
    padding: 0 8px;
}

input[type=text],
input[type=password],
input[type=tel],
select,
textarea {
    border: 1px solid #ccc;
    border-radius: 2px;
    height: 38px;
}

.form_table textarea {
    width: 100%;
    padding: 10px;
    height: 300px;
}

.sub_qna_write .btn_area {
    margin: 0 auto;
    width: 240px;
    height: 100px;
}

.sub_qna_write .btn_confirm {
    width: 100px;
    height: 40px;
    background: #ce0101;
    padding: 10px;
    margin-top: 20px;
    float: left;
    margin-left: 10px;
    color: #fff;
}

.sub_qna_write .btn_cancel {
    width: 100px;
    height: 40px;
    background: #333;
    padding: 10px;
    margin-top: 20px;
    float: left;
    margin-left: 10px;
    color: #fff;
}

.board_p {
    /*height:60px;*/
    overflow: hidden;
}

#pwWrap {
    width: 500px;
    height: 300px;
    margin: 0 auto;
    padding: 30px;
    border: 1px solid #333;
    margin-top: 30px;
}

.pw_box {
    margin-top: 30px;
}

.pw_txt {
    height: 50px;
}

.btn_pw {
    width: 250px;
    margin: 0 auto;
    margin-top: 30px;
}

.qna_q {
    padding: 30px;
    border-bottom: 2px dotted #ccc;
}

.qna_a {
    padding: 30px;
    background: #f6f6f6;
    margin: 20px 0;
    overflow: hidden;
}

.qna_a_txt {
    float: left;
    width: 5%;
    font-weight: bold;
    color: #ed1c24;
}

.qna_a_contents {
    float: left;
    width: 95%;
}

.more_present {
    float: right;
    font-size: 16px;
}

.sub_present .sub_wrap {
    width: 880px;
    margin: 0 auto;
    padding: 30px 20px;
}

.sub_present .pro_title {
    font-size: 24px;
    padding-bottom: 25px;
    color: #222;
    text-align: center;
}

.list_top .fl {
    float: left;
    width: 200px;
    padding-top: 36px;
}

.open_list {
    font-size: 14px;
}

.open_list td {
    text-align: center;
}

.banner_right .bx-pager.bx-default-pager {
    position: absolute;
    top: 300px !important;
    left: 30px !important;
}

/* SUB_COMMON */
.sub_common {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    position: relative;
    margin-top: 60px;
}

.pro_detail {
    text-align: left;
    margin: 10px 0px;
}

.sub_common .pro_title {
    font-size: 24px;
    padding-bottom: 25px;
    color: #222;
}

.point_red {
    color: #e0181e;
}

.plus_tx {
    font-size: 14px;
    float: right;
    margin-bottom: 4px;
}

.products_summary {
    width: 1100px;
    margin: 0 auto;
}

.products_card {
    width: 1100px;
    margin: 0 auto;
    margin-top: 80px;
    /* height: 630px; */
}

.products_card .pro_con {
    border-top: 2px solid #333;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-start;
}

.products_card .pro_con .box {
    width: 33%;
    float: left;
    margin-top: 40px;
}
.products_card .pro_con .box .pro_img {
    min-height: 284px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.products_card .card_text {
    display: block;
    text-align: center;
    padding: 20px 22px 5px;
}

.products_process {
    width: 1100px;
    margin: 0 auto;
    margin-top: 80px;
}

.products_process img {
    margin-top: 25px;
}

.products_business {
    margin-top: 50px;
    border: 1px solid #ccc;
    background-color: #f8f8f8;
    padding: 50px 0px;
    line-height: 1.6em;
}

.products_business .tit {
    font-weight: bold;
    margin-bottom: 10px;
}

.list_table01 {
    border-top: 2px solid #333;
}

.list_table01 th {
    background: #f9f9f9;
    padding: 10px;
    border: 1px solid #ddd;
    word-break: keep-all;
}

.list_table01 th:first-child {
    border-left: none;
}

.list_table01 th:last-child {
    border-right: none;
}

.list_table01 td {
    padding: 10px;
    border: 1px solid #ddd;
    word-break: keep-all;
}

.list_table01 td:first-child {
    border-left: none;
}

.list_table01 td:last-child {
    border-right: none;
}

.list_table01 .tx_left {
    text-align: left;
    padding: 8px;
}

.list_table01 .board_left {
    text-align: left;
    padding-left: 15px;
}

.list_table02 {
    border-top: 2px solid #333;
}

.list_table02 th {
    background: #f9f9f9;
    padding: 7px;
    border: 1px solid #ddd;
    word-break: keep-all;
}

.list_table02 th:first-child {
    border-left: none;
}

.list_table02 th:last-child {
    border-right: none;
}

.list_table02 td {
    padding: 7px;
    border: 1px solid #ddd;
    word-break: keep-all;
}

.list_table02 td:first-child {
    border-left: none;
}

.list_table02 td:last-child {
    border-right: none;
}

.list_table02 .tx_left {
    text-align: left;
    padding: 7px;
}

/* customer */

.gift_left #news_container {
    height: 188px !important;
}

.gift_left .list_top {
    padding: 10px 0px;
    margin-top: 2px solid #222;
    border-top: 2px solid #222;
    border-bottom: 1px solid #ccc;
}

.gift_left .list_top .date {
    width: 119px;
    float: left;
}

.gift_left .list_top .name {
    width: 119px;
    float: left;
}

.gift_left .list_top .phone {
    width: 119px;
    float: left;
}

.gift_left .list_con .date {
    width: 119px;
    height: 37px;
    float: left;
    padding: 8px 0px;
}

.gift_left .list_con .name {
    width: 119px;
    height: 37px;
    float: left;
    padding: 8px 0px;
}

.gift_left .list_con .phone {
    width: 119px;
    height: 37px;
    float: left;
    padding: 8px 0px;
}

.gift_left .list_con .state01 {
    float: left;
    text-align: center;
    color: #fff;
    background-color: #e83939;
    padding: 0px 2px;
    margin: 8px 30px;
}

.gift_left .list_con .state02 {
    float: left;
    text-align: center;
    color: #fff;
    background-color: #666;
    padding: 0px 2px;
    margin: 8px 30px;
}



/* mobile */
.sub_contents .sub_depth {
    width: 100%;
    overflow: hidden;
}

.sub_contents .sub_depth li {
    width: 33.3%;
    float: left;
    border: 1px solid #bbb;
    height: 36px;
    line-height: 36px;
    margin-left: -1px;
    color: #555;
    background: #fff;
    cursor: pointer;
}

.sub_contents .sub_depth li:first-child {
    margin-left: 0;
}

.sub_contents .sub_depth li.on {
    background: #3a3a3a;
    color: #fff;
}

.mobile {
    width: 358px;
    margin-top: 12px;
    margin-right: 12px;
    float: left;
}

.mobile .phone_list {
    background: #fff;
    border: 1px solid #ccc;
    padding: 20px;
    overflow: hidden;
}

.mobile .phone_list .f_left {
    /* float: left; */
    /* width: 36%; */
    /* padding: 10px; */
    margin-bottom: 10px;
}

.mobile .phone_list .f_right {
    /* float: left; */
    /* width: 64%; */
    /* text-align: left; */
    /* padding: 10px; */
}

.mobile .phone_list .f_right .name {
    font-weight: bold;
    padding: 12px 0;
    font-size: 17px;
}

.mobile .phone_list .f_right .color {
    padding: 5px 0;
    height: 56px;
}

.mobile .phone_list .f_right .color img {
    height: 20px;
}

.mobile .phone_list .f_right .color .txt {
    font-size: 13px;
    display: block;
    padding-top: 5px;
}

.mobile .phone_list .f_right .comment {
    padding: 8px 0;
    font-size: 16px;
}

.mobile .phone_list .f_right .price {
    padding: 12px 0;
    font-size: 18px;
    font-weight: bold;
}

.mobile .phone_list .f_right .price .rd {
    color: #ff0000;
    font-size: 24px;
}

.mobile .phone_list .btn_more {
    font-size: 13px;
    border: 1px solid #666;
    background: #fff;
    height: 32px;
    display: block;
    /* width: 150px; */
    line-height: 32px;
    text-align: center;
    font-weight: bold;
    margin-top: 15px;
}

.mobile .phone_list .btn_more:hover,
.mobile .phone_list .btn_more:active {
    background: #666;
    color: #fff;
}

.phone_info {
    background: #fff;
    border: 1px solid #eee;
}

.phone_info .p_name {
    padding: 12px;
    text-align: center;
    border-bottom: 2px solid #aaa;
    font-weight: bold;
    font-size: 18px;
}

.phone_info .p_info .f_left {
    width: 45%;
    float: left;
    /* padding: 20px 0; */
}

.p_info .info_table {
    width: 100%;
    font-size: 14px;
}

.phone_info .p_info .f_left img {
    height: 300px !important;
}

.phone_info .p_info .f_right {
    width: 55%;
    float: left;
    padding-right: 20px;
}

.p_info .info_table {
    border-top: 1px solid #ddd;
}

.p_info .info_table th {
    background: #f5f5f8;
    border-bottom: 1px solid #ddd;
}

.p_info .info_table td {
    text-align: left;
    line-height: 32px;
    height: 32px;
    padding-left: 8px;
    border-bottom: 1px solid #ddd;
}

.phone_info .p_info {
    overflow: hidden;
    padding: 30px 0;
    height: 392px;
}

.phone_info .p_color {
    /*padding-top: 6px;*/
}

.phone_info .info_tit {
    background: #555;
    color: #fff;
    padding: 4px 8px;
    text-align: left;
    margin-bottom: 12px;
}

.phone_info .p_color img {
    margin-top: 6px;
    max-height: 20px;
    display: block;
    /*padding-left: 10px;*/
}

.phone_info .p_color .txt {
    display: block;
    text-align: left;
    font-size: 13px;
    /*padding: 5px 10px;*/
}

.price_table {
    border-top: 1px solid #111;
}

.price_table th {
    border-bottom: 1px solid #bbb;
    padding: 8px 12px;
    background: #f5f5f5;
    font-size: 14px;
    letter-spacing: -0.5px;
}

.price_table td {
    border-bottom: 1px solid #ccc;
    text-align: left;
    padding: 8px 12px;
    font-size: 14px;
    letter-spacing: -0.5px;
}

.price_table .bd_b {
    font-size: 16px;
    font-weight: 500;
}

.price_table .rd_b {
    font-size: 18px;
    color: #ff0000;
    font-weight: bold;
    display: block;
}

.price_table .rd {
    display: block;
    color: #ff0000;
    font-size: 13px;
    margin-top: 2px;
}

.om_main_tit {
    padding: 12px;
    text-align: left;
}

.om_text {
    padding: 12px;
    text-align: left;
}

.p_detail p {
    padding: 0 12px;
    text-align: left;
}

.rd {
    color: #ff0000;
}

.p_price_comment {
    padding: 25px 20px;
    text-align: left;
    font-size: 14px;
    background: aliceblue;
    border: 1px solid #ccc;
    margin: 10px 0;
    line-height: 1.6em;
}

.price_table .sm_con {
    display: block;
}

.p_detail img {
    width: 100%;
}

.p_detail .btn_back {
    font-size: 13px;
    color: #666;
    border: 1px solid #777;
    display: block;
    margin-top: 10px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}

.p_detail .btn_back:hover,
.p_detail .btn_back:active {
    background: #777;
    color: #fff;
}

.phone_info .bx-controls .bx-pager {
    bottom: -20px;
    top: 316px;
    /*left: 42%;*/
}

.phone_info .bx-wrapper .bx-pager.bx-default-pager a {
    border-radius: 50%;
    margin: 0px 2px;
    width: 10px !important;
    height: 10px;
    background-color: #ddd;
    background-image: none;
}

.phone_info .bx-wrapper .bx-pager.bx-default-pager a:hover,
.phone_info .bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: #e71534;
    background-image: none;
    width: 10px !important;
    height: 10px;
}

.sub_contents.mb {
    margin: 0 auto;
    padding: 40px 0 80px;
}

.sub_contents.mb .qna_pager {
    float: none;
}

.sub_contents.mb .wrapper {
    overflow: hidden;
    margin-top: 40px;
}

.mobile:nth-child(3n) {
    margin-right: 0;
}

.mobile .phone_list .f_left img {
    height: 200px;
}

@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
/* CSS Document */

/* reset */
* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-family: 'Noto Sans KR', 'dotum', sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: #333;
    letter-spacing: -0.5px;
    font-size: 15px;
    line-height: 140%;
    overflow-y: scroll;
}

body {
    height: 100%;
}

html,
body,
div,
p,
span,
a,
img,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
form,
input,
select,
textarea,
button,
label,
fieldset,
table,
tr,
td,
th,
tbody,
thead,
tfoot,
caption,
video,
strong,
em,
i,
b {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

html::-webkit-scrollbar {
    width: 0;
    height: 0;
    background: none;
}

img,
a,
fieldset {
    border: 0 none;
}

ul,
ol,
li {
    list-style: none
}

img {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

li,
p,
dt,
dd,
div,
span {
    word-break: break-all;
}

legend,
caption {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b,
th {
    font-family: 'Noto Sans KR M';
}

a {
    text-decoration: none;
    color: #444;
}

a:focus,
input:focus,
button:focus {
    outline: none
}

a,
span,
strong,
p,
em,
i.b {
    line-height: inherit;
    color: inherit;
    font-size: inherit
}

a:hover,
a:active {
    /*color:#4b86c3;*/
    -ms-transition: all .1s;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    -moz-transition: all .1s;
    transition: all .1s;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}


/* COMMON */

.wrap {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.mg_t10 {
    margin-top: 10px;
}

.mg_t20 {
    margin-top: 20px;
}

.mg_t30 {
    margin-top: 30px;
}

.mg_t40 {
    margin-top: 40px;
}

.mg_t50 {
    margin-top: 50px;
}

.mg_t60 {
    margin-top: 60px;
}

.mg_t70 {
    margin-top: 70px;
}

.mg_t80 {
    margin-top: 80px;
}

.mg_t90 {
    margin-top: 90px;
}

.mg_t100 {
    margin-top: 100px;
}

.mg_b10 {
    margin-bottom: 10px;
}

.mg_b20 {
    margin-bottom: 20px;
}

.mg_b30 {
    margin-bottom: 30px;
}

.mg_b40 {
    margin-bottom: 40px;
}

.mg_b50 {
    margin-bottom: 50px;
}

.mg_b60 {
    margin-bottom: 60px;
}

.mg_b70 {
    margin-bottom: 70px;
}

.mg_b80 {
    margin-bottom: 80px;
}

.mg_b90 {
    margin-bottom: 90px;
}

.mg_b100 {
    margin-bottom: 100px;
}

.pd_t10 {
    padding-top: 10px;
}

.pd_t20 {
    padding-top: 20px;
}

.pd_t30 {
    padding-top: 30px;
}

.pd_t40 {
    padding-top: 40px;
}

.pd_t50 {
    padding-top: 50px;
}

.pd_t60 {
    padding-top: 60px;
}




/* header */
.header {
    height: 178px;
}

.top_area_wrap .top {
    width: 1100px;
    height: 120px;
    margin: 0 auto;
}

.top_area_wrap .top .top_banner {
    float: left;
    margin-top: 26px;
}

.top_area_wrap .top .logo {
    float: left;
    margin-top: 12px;
    margin-left: 350px;
}

.top_area_wrap .top .top_counsel {
    float: right;
    margin-top: 28px;
}

.top_area_wrap .navi_wrap {
    width: 100%;
    height: 58px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    position: relative;
    background: #3b3a40;
}

.gnb {
    width: 1100px;
    margin: 0 auto;
}

.gnb li {
    float: left;
    color: #fff;
    width: 183px;
    font-size: 16px;
    margin-top: 20px;
    cursor: pointer;
}

/* quick */
.counsel {
    width: 212px;
    position: fixed;
    top: 250px;
    right: 50%;
    margin-right: 580px;
    z-index: 997;
}

.counsel .tit {
    color: #fff;
    background-color: #e71534;
    height: 36px;
    text-align: center;
    padding-top: 6px;
    font-size: 17px;
    margin-bottom: 3px;
}

.counsel .contents {
    border: 1px solid #ccc;
    background: #fff;
    text-align: center;
    font-size: 14px;
}

.counsel .contents .comment {
    margin-top: 15px;
}

.counsel dl {
    margin: 15px 0;
    overflow: hidden;
    padding-left: 10px;
}

.counsel dt {
    float: left;
    width: 44px;
    height: 34px;
    line-height: 32px;
}

.counsel dd {
    float: left;
    width: 144px;
    height: 34px;
    line-height: 32px;
}

#c_name {
    width: 134px;
    height: 30px;
    border: 1px solid #ddd;
}

#c_tel1,
#c_tel2,
#c_tel3 {
    width: 42px;
    height: 30px;
    border: 1px solid #ddd;
}

.counsel .check {
    font-size: 14px;
    margin: 15px 0px;
}

.counsel .btn_s_gray {
    background: #74757a;
    color: #fff;
    padding: 2px 6px;
    margin-left: 3px;
    font-size: 13px;
}

.counsel .btn_area {
    width: 182px;
    height: 39px;
    background: url("../images/common/quick_counsel_btn.png");
    color: #fff;
    margin: 0 auto;
    padding-top: 8px;
    font-size: 15px;
}

.counsel .contents .bottom {
    font-size: 14px;
    padding: 13px 10px;
    color: #555;
    line-height: 1.25em;
}

.quick_right {
    width: 100px;
    position: fixed;
    top: 250px;
    left: 50%;
    margin-left: 580px;
    z-index: 997;
}

.quick_right .tit {
    color: #fff;
    background-color: #333;
    height: 28px;
    text-align: center;
    padding-top: 3px;
    font-size: 16px;
    margin-bottom: 3px;
    width: 120px
}

.quick_right .number {
    width: 120px;
    height: 120px;
    border: 1px solid #ccc;
    background: #fff;
    text-align: center;
    font-size: 16px;
    margin-bottom: 3px;
}

.quick_right .form {
    width: 120px;
    height: 120px;
    border: 1px solid #ccc;
    background: #fff;
    text-align: center;
    font-size: 16px;
    margin-bottom: 3px;
}

.quick_right .faq {
    width: 120px;
    height: 120px;
    border: 1px solid #ccc;
    background: #fff;
    text-align: center;
    font-size: 16px;
}

.quick_right .ic {
    display: block;
    margin-top: 26px;
    margin-bottom: 14px;
}

.quick_right .talk {
    width: 120px;
}

.quick_right .talk img {
    width: 100%;
}

.sub_float_counsel {
    width: 100%;
    height: 72px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    position: fixed;
    bottom: 10px;
}

/* footer */
#footer {
    clear: both;
    width: 100%;
    height: 335px;
    background: url(../images/common/footer_bg.gif) 0 0 repeat-x;
}

.footer_top,
.footer_bottom {
    width: 1100px;
    margin: 0 auto;
}

.footer_top ul {
    overflow: hidden;
    padding-top: 12px;
}

.footer_top ul li {
    float: left;
    margin-right: 27px;
}

.footer_top ul li:last-child {
    margin-right: 0;
}

.footer_bottom {
    overflow: hidden;
    padding: 30px 0 60px 0;
}

.footer_bottom .footer_logo {
    float: left;
    margin: 35px 45px 0 0;
}

.footer_bottom .right {
    float: left;
    margin-top: 30px;
}

.footer_bottom .policy {
    overflow: hidden;
    font-weight: bold;
}

.footer_bottom .policy li {
    float: left;
}

.footer_bottom .policy li:first-child {
    /* background: url(../images/common/bar.gif) right 4px no-repeat; */
    padding-right: 10px;
}

.footer_bottom .policy li:last-child {
    padding-left: 10px;
}

.footer_bottom address {
    font-size: 13px;
    font-style: normal;
    text-align: left;
}

.footer_bottom address .bar {
    color: #ccc;
    display: inline-block;
    margin: 0 5px;
}


/* MAIN */
/* main_slider */
.main {
    width: 100%;
    height: 472px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.main_visual {
    width: 1920px;
    height: 472px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}

.main_visual .bx-wrapper .bx-viewport {
    height: 472px !important;
}

.counsel_num {
    position: absolute;
    bottom: 0;
    margin-bottom: 40px;
    width: 1100px;
    margin-left: 78px;
}

.bx-arrow {
    position: absolute;
    top: 38%;
    left: 50%;
    width: 1100px;
    transform: translate(-50%);
}

a.pager-prev {
    float: left;
    width: 30px;
    height: 92px;
    background: url(../images/main/main_prev_btn.png) 0 0 no-repeat;
}

a.pager-next {
    float: right;
    width: 30px;
    height: 92px;
    background: url(../images/main/main_next_btn.png) 0 0 no-repeat;
}

/* line01_home_products */
.main_contents h1 {
    color: #555;
    font-size: 30px;
    padding-top: 48px;
    padding-bottom: 30px;
    font-weight: 600;
    letter-spacing: -0.05em;
}

.main_contents {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    position: relative;
    border-bottom: 1px solid #ccc;
}

.main_contents .home_products {
    width: 1100px;
    height: 444px;
    margin: 0 auto;
}

.home_products .pro_wrap {
    width: 260px;
    height: 270px;
    border: 1px solid #ccc;
    float: left;
}

.home_products .pro_wrap .pro_title {
    width: 154px;
    height: 28px;
    background: url("../images/main/home_title_bg.png");
    color: #fff;
    font-size: 17px;
    margin: 0 auto;
    margin-top: 20px;
    padding-top: 2px;
}

.home_products .pro_wrap .pro_img {
    margin-top: 12px;
}

.home_products .pro_wrap .pro_text {
    width: 100%;
    height: 45px;
    font-size: 16px;
    color: #333;
    font-weight: 400;
    margin: 0 auto;
    letter-spacing: -0.07em;
}

.home_products .pro01 .pro_text,
.pro02 .pro_text,
.pro03 .pro_text {
    padding-top: 10px;
}

.home_products .pro_wrap .pro_price {
    font-size: 20px;
    color: #333;
    font-weight: 500;
}

.home_products .pro_wrap .pro_price .red {
    font-size: 23px;
    color: #ce0101;
}

.home_products .pro_wrap .pro_plus {
    margin-top: 15px;
}

.home_products .pro02,
.home_products .pro03,
.home_products .pro04 {
    margin-left: 20px;
}

/* line02_promotions */
.promotions {
    width: 100%;
    height: 344px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    position: relative;
    border-top: 1px solid #ccc;
    background-color: #e0e4ec;
}

.promotions .pro_wrap {
    width: 1100px;
    height: 342px;
    margin: 0 auto;
}

.promotions .pro_wrap .box01 {
    width: 530px;
    height: 244px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    float: left;
    margin-top: 50px;
}

.promotions .pro_wrap .box02 {
    width: 530px;
    height: 244px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    float: left;
    margin-top: 50px;
    margin-left: 40px;
    padding: 28px 25px;
}

.promotions .pro_wrap .box03 {
    width: 356px;
    height: 244px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    float: left;
    margin-top: 50px;
    margin-left: 16px;
}

.promotions .pro_wrap .box01 img {
    margin: 22px 0 0 10px;
}

.promotions .pro_wrap .box03 img {
    margin: 22px 0 0 8px;
}

.box02 .title {
    font-size: 16px;
    color: #222;
    text-align: left;
}

.box02 .title a {
    font-size: 13px;
    font-weight: 500;
    color: #666;
    float: right;
}

.box02 .list_top {
    font-size: 14px;
    border-top: 2px solid #000;
    border-bottom: 1px solid #000;
    padding: 4px;
    margin-top: 8px;
    margin-bottom: 5px;
}

.box02 .list_con {
    font-size: 13px;
    height: 24px;
}

.box02 .list_top .date,
.box02 .list_con .date {
    width: 125px;
    float: left;
}

.box02 .list_top .name,
.box02 .list_con .name {
    width: 80px;
    float: left;
}

.box02 .list_top .phone,
.box02 .list_con .phone {
    width: 120px;
    float: left;
}

.box02 .list_con .state02 {
    background: #666;
    color: #fff;
    padding: 0 2px;
    margin-left: 52px;
}

.box02 .list_con .state01 {
    background: #d43c4a;
    color: #fff;
    padding: 0 2px;
    margin-left: 52px;
}

/* line03_main_counsel_banner01 */
.counsel_banner01 {
    width: 100%;
    height: 100px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.counsel_gray {
    width: 1920px;
    height: 100px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}

/* line04_main_business_products */
.main_contents .busi_products h1 {
    color: #fff;
}

.busi_products {
    width: 100%;
    height: 507px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    position: relative;
    background: url(../images/main/main_busi_bg.jpg) 50% 0 no-repeat;
}

.busi_product .pro_wrap {
    width: 1100px;
    height: 507px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}

.busi_products .pro_wrap .box01 {
    display: inline-block;
    margin-right: 25px;
    margin-top: 10px;
}

.busi_products .pro_wrap .box02 {
    display: inline-block;
    margin-right: 25px;
}

.busi_products .pro_wrap .box03 {
    display: inline-block;
}

/* line04_main_counsel_banner02 */
.counsel_banner02 {
    width: 100%;
    height: 162px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.counsel_yel {
    width: 1920px;
    height: 162px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}


/* SUB */
.sub_visual {
    width: 100%;
    height: 472px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.sub_visual_img {
    width: 1920px;
    height: 472px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}

.sub_contents .tit {
    font-size: 28px;
    letter-spacing: -0.05em;
}

.sub_contents {
    width: 1100px;
    margin: 0 auto;
    margin-top: 80px;
}

.sub_contents .pro_introduce {
    height: 260px;
}

.sub_contents .pro_introduce .con_left {
    width: 550px;
    float: left;
}

.sub_contents .pro_introduce .con_left .img,
.sub_contents .pro_introduce .con_right .img {
    margin-top: 30px;
    display: block;
}

.sub_contents .pro_list .pro_wrap {
    height: 506px;
}

.sub_contents .pro_list .pro_wrap .box01 {
    width: 538px;
    height: 240px;
    padding: 28px 35px;
    border: 1px solid #ccc;
    float: left;
}

.sub_contents .pro_list .pro_wrap .box02 {
    width: 538px;
    height: 240px;
    padding: 28px 35px;
    border: 1px solid #ccc;
    float: left;
    margin-left: 24px;
}

.sub_contents .pro_list .pro_wrap .box03 {
    width: 538px;
    height: 240px;
    padding: 28px 35px;
    border: 1px solid #ccc;
    float: left;
    margin-top: 24px;
}

.sub_contents .pro_list .pro_wrap .box04 {
    width: 538px;
    height: 240px;
    padding: 28px 35px;
    border: 1px solid #ccc;
    float: left;
    margin-left: 24px;
    margin-top: 24px;
}

.sub_contents .pro_list2 .pro_wrap .box {
    width: 1100px;
    height: 270px;
    padding: 28px 35px;
    border: 1px solid #ccc;
    /* float:left;*/
    margin-top: 24px;
}

.sub_contents .pro_list2 .pro_wrap .box .fl_right {
    width: 850px;
    float: left;
    margin-left: 25px;
    text-align: left;
}

.sub_contents .pro_list2 .pro_wrap .box .fl_left {
    width: 150px;
    height: 210px;
    float: left;
    text-align: left;
    border-right: 1px solid #ccc;
}

.sub_contents .pro_list2 .pro_wrap .box .fl_right .pro_text {
    width: 100%;
}

.sub_contents .pro_list2 .pro_wrap .box .fl_right .pro_pic img {
    width: 210px;
    margin-right: 30px;
}

.sub_contents .pro_list2 .pro_wrap .box .pro_text {
    height: 176px;
    font-size: 18px;
    color: #333;
    letter-spacing: -0.03em;
    font-weight: bold;
    padding-top: 10px;
    line-height: 1.4em;
}

.sub_contents .pro_list2 .pro_wrap .box .pro_text .point {
    font-size: 20px;
}

.sub_contents .pro_list2 .pro_wrap .box .pro_price {
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

.sub_contents .pro_list2 .pro_wrap .box .pro_price .red {
    font-size: 23px;
    color: #ce0101;
}

.sub_contents .pro_list2 .pro_wrap .box .pro_comment {
    padding-top: 10px;
}

.pro_list .fl_left {
    width: 150px;
    height: 184px;
    float: left;
    text-align: left;
    border-right: 1px solid #ccc;
}

.pro_list .pro_wrap .pro_text {
    height: 158px;
    font-size: 18px;
    color: #333;
    letter-spacing: -0.03em;
    font-weight: bold;
    padding-top: 10px;
    line-height: 1.4em;
}

.pro_list .pro_wrap .pro_text .point {
    font-size: 20px;
}

.pro_list .pro_wrap .pro_price {
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

.pro_list .pro_wrap .pro_price .red {
    font-size: 23px;
    color: #ce0101;
}

.pro_list .pro_wrap .pro_comment {
    padding-top: 10px;
}

.pro_list .pro_wrap .pro_pic {
    /*padding-top:35px;*/
}

.pro_list .fl_right {
    width: 285px;
    height: 184px;
    float: left;
    margin-left: 25px;
    text-align: left;
}

.sub_contents .pro_introduce.con_tv {
    height: 320px;
}

.sub_contents .pro_list .pro_wrap_par {
    height: 302px;
}

.sub_contents .pro_list .pro_wrap_par .box {
    width: 220px;
    height: 285px;
    padding: 28px 25px;
    border: 1px solid #ccc;
    float: left;
    text-align: left;
    border-collapse: collapse;
}

.pro_list .pro_wrap_par .pro_text {
    height: 92px;
    font-size: 17px;
    color: #333;
    letter-spacing: -0.06em;
    font-weight: bold;
    padding-top: 10px;
    line-height: 1.4em;
}

.pro_list .pro_wrap_par .pro_text .point {
    font-size: 20px;
}

.pro_list .pro_wrap_par .pro_price {
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

.pro_list .pro_wrap_par .pro_price .red {
    font-size: 23px;
    color: #ce0101;
}

.pro_list .pro_wrap_par .pro_comment {
    padding-top: 10px;
    height: 96px;
}

.sub_contents .pro_list .pro_wrap_par .box:nth-child(1),
.sub_contents .pro_list .pro_wrap_par .box:nth-child(2),
.sub_contents .pro_list .pro_wrap_par .box:nth-child(3),
.sub_contents .pro_list .pro_wrap_par .box:nth-child(4) {
    border-right: none;
}

.sub_vip_con {
    width: 100%;
    height: 272px;
    background: #6e7e8a;
    margin-top: 30px;
}

.sub_vip_con .sub_wrap {
    width: 1100px;
    margin: 0 auto;
    padding: 30px 20px;
}

.sub_vip_con .sub_wrap .fl_left {
    width: 515px;
    float: left;
    text-align: left;
}

.sub_vip_con .sub_wrap .fl_left .banner {
    width: 266px;
    height: 40px;
    background: url(../images/sub/tv_vip_bar.png) 0 0 no-repeat;
    color: #fff;
    padding: 9px 15px;
}

.sub_vip_con .sub_wrap .fl_left .tit {
    color: #fff;
    font-size: 35px;
    padding: 20px 0;
}

.sub_vip_con .sub_wrap .fl_left .comm {
    color: #fff;
    font-size: 18px;
    line-height: 1.4em;
}

.sub_vip_con .sub_wrap .fl_left .date {
    color: #fff;
    font-size: 16px;
    padding-top: 5px;
}

.sub_vip_con .sub_wrap .fl_right {
    width: 540px;
    float: left;
    text-align: left;
}

.sub_vip_con .sub_wrap .fl_right .pic {
    padding-top: 10px;
}

.sub_vip_con .sub_wrap .fl_right .comm {
    font-size: 14px;
    color: #d8dce0;
    padding-top: 12px;
}

.sub_contents_genie {
    background: #ebebf1;
    padding-top: 25px;
}

.sub_contents_genie .con_img {
    padding-bottom: 25px;
    margin: 0 auto;
}

.sub_contents_genie .con_img img {
    box-shadow: 1px 1px 5px #ccc;
}

.sub_genie .sub_wrap {
    width: 1100px;
    margin: 0 auto;
}

.sub_genie .pro_title {
    font-size: 24px;
    padding-bottom: 25px;
    color: #222;
}

.genie_notice {
    background: #edf6f9;
    padding: 22px;
    text-align: left;
    font-size: 14px;
}

.genie_notice .notice_tit {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 15px;
}

.sub_visual_customer {
    width: 100%;
    height: 214px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.sub_visual_customer .sub_visual_img {
    width: 1920px;
    height: 214px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}

.sub_qna .sub_wrap {
    width: 1100px;
    margin: 0 auto;
    margin-top: 80px;
    margin-bottom: 50px;
}

.sub_qna .pro_title {
    font-size: 24px;
    padding-bottom: 25px;
    color: #222;
}

.list_top {
    margin-bottom: 8px;
    overflow: hidden;
}

.qna_pager {
    float: left;
    margin-top: 20px;
    height: 40px;
}

.qna_pager span {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: top;
    color: #999;
    text-align: center;
}

span.pg_on {
    color: #fff;
    background: url(../images/sub/pg_on_bg.png) 0 0 no-repeat;
}

.qna_write_btn {
    width: 84px;
    height: 40px;
    background: #222;
    padding: 10px;
    margin-top: 20px;
    float: right;
    margin-left: 10px;
    color: #fff;
}

.sch_area.fr {
    float: right;
    margin-top: 20px;
}

.sub_qna .fl {
    padding-top: 8px;
}

.sub_qna select {
    height: 30px;
}

.sch_area select {
    width: 90px;
    font-size: 12px;
    border: 1px solid #ccc;
    height: 40px;
    vertical-align: top;
    padding-left: 8px;
    background: #fff url(../images/common/ico_selectArrow.png) no-repeat 97% 47%;
}

.sch_input {
    display: inline-block;
    position: relative;
    height: 40px;
    width: 220px;
}

.sch_input input[type=text] {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 40px;
    padding-right: 40px;
    padding-left: 8px;
    box-sizing: border-box;
    border: 1px solid #ccc;
}

.sch_input input[type=text]:focus {
    border: 1px solid #ccc !important;
}

.sch_input .btn_sch {
    position: absolute;
    top: 0px;
    right: 0px;
}

.sub_customer_area {
    margin-top: 70px;
}

.sub_customer_area .sub_wrap {
    width: 1100px;
    margin: 0 auto;
    height: 335px;
}

.sub_customer_area .sub_wrap .gift_left {
    width: 538px;
    height: 330px;
    float: left;
    border: 1px solid #ccc;
    padding: 30px;
}

.sub_customer_area .sub_wrap .banner_right {
    width: 538px;
    height: 330px;
    float: left;
    border: 1px solid #ccc;
    margin-left: 24px;
}

.gift_left .title {
    font-size: 18px;
    text-align: left;
    margin-bottom: 20px;
}

.gift_left table {
    font-size: 14px;
}

span.gift_off {
    background-color: #666;
    color: #fff;
    padding: 0 3px;
}

span.gift_on {
    background-color: #e83939;
    color: #fff;
    padding: 0 3px;
}

span.gift_war {
    background-color: #3c72d4;
    color: #fff;
    padding: 0 3px;
}

.sub_contents .pro_introduce.con_business {
    height: 554px;
}

.sub_contents .pro_introduce .con_center .video {
    margin-top: 50px;
}

.sub_contents .pro_list .pro_wrap .box_line01 {
    width: 1100px;
    height: 282px;
    padding: 28px 0px 28px 28px;
    border: 1px solid #ccc;
    float: left;
}

.sub_contents .pro_list .pro_wrap .box_line02 {
    width: 1100px;
    height: 452px;
    padding: 28px 0px 28px 28px;
    border: 1px solid #ccc;
    float: left;
    margin-top: 22px;
}

.pro_list .box_line01 .fl_left {
    width: 360px;
    height: 226px;
    float: left;
    text-align: left;
    border-right: 1px solid #ccc;
}

.pro_list .box_line02 .fl_left {
    width: 360px;
    height: 396px;
    float: left;
    text-align: left;
    border-right: 1px solid #ccc;
}

.pro_list .pro_wrap .box_line01 .pro_text {
    height: 40px;
    font-size: 18px;
    color: #333;
    letter-spacing: -0.03em;
    font-weight: bold;
    padding-top: 10px;
    line-height: 1.4em;
}

.pro_list .pro_wrap .box_line01 .pro_text_con {
    height: 70px;
    letter-spacing: -0.03em;
    line-height: 1.4em;
}

.pro_list .pro_wrap .box_line01 .pro_recomm_tit {
    font-size: 18px;
    color: #eb8003;
    letter-spacing: -0.03em;
    font-weight: bold;
    line-height: 1.4em;
}

.pro_list .pro_wrap .box_line01 .pro_recomm_con {
    line-height: 1.7em;
    padding-top: 10px;
}

.pro_list .box_line01 .fl_right {
    width: 710px;
    height: 226px;
    float: left;
    text-align: center;
    margin: 0px;
    padding-top: 35px;
}

.pro_list .box_line02 .fl_right {
    width: 710px;
    height: 396px;
    float: left;
    text-align: center;
    margin: 0px;
    padding-top: 35px;
}

.pro_list .box_line01 .fl_right .con_big {
    width: 236px;
    float: left;
    height: 190px;
}

.pro_list .box_line01 .fl_right .con_big .icon {
    height: 84px;
}

.pro_list .box_line01 .fl_right .con_big .big_text {
    font-size: 16px;
    font-weight: bold;
    height: 30px;
}

.pro_list .box_line01 .fl_right .con_big .small_text {
    width: 170px;
    height: 64px;
    margin: 0 auto;
    font-size: 15px;
}

.pro_list .pro_wrap .box_line02 .pro_text {
    height: 40px;
    font-size: 18px;
    color: #333;
    letter-spacing: -0.03em;
    font-weight: bold;
    padding-top: 10px;
    line-height: 1.4em;
}

.pro_list .pro_wrap .box_line02 .pro_text_con {
    height: 70px;
    letter-spacing: -0.03em;
    line-height: 1.4em;
}

.pro_list .pro_wrap .box_line02 .pro_recomm_tit {
    font-size: 18px;
    color: #eb8003;
    letter-spacing: -0.03em;
    font-weight: bold;
    line-height: 1.4em;
}

.pro_list .pro_wrap .box_line02 .pro_recomm_con {
    width: 330px;
    line-height: 1.7em;
    padding-top: 10px;
}

.pro_list .box_line02 .fl_right .con_big {
    width: 236px;
    float: left;
    height: 190px;
}

.pro_list .box_line02 .fl_right .con_big .icon {
    height: 84px;
}

.pro_list .box_line02 .fl_right .con_big .big_text {
    font-size: 16px;
    font-weight: bold;
    height: 30px;
}

.pro_list .box_line02 .fl_right .con_big .small_text {
    width: 170px;
    height: 64px;
    margin: 0 auto;
    font-size: 15px;
}

.pro_list .box_line02 .fl_right.text_m {
    padding-top: 14px;
}

.sub_no_page {
    height: 500px;
    padding-top: 100px;
}

.sub_no_page .text_big {
    font-size: 20px;
    font-weight: bold;
    height: 30px;
    margin-top: 20px;
}

.img_lock {
    vertical-align: sub;
    margin-right: 5px;
}

.sub_qna_write .sub_wrap {
    width: 1100px;
    margin: 0 auto;
    margin-top: 80px;
    min-height: 620px;
    margin-bottom: 120px;
}

.sub_qna_write .pro_title {
    font-size: 24px;
    padding-bottom: 25px;
    color: #222;
}

.txt_l {
    text-align: left !important;
}

.form_table input {
    height: 30px;
    padding: 0 8px;
}

input[type=text],
input[type=password],
input[type=tel],
select,
textarea {
    border: 1px solid #ccc;
    border-radius: 2px;
    height: 38px;
}

.form_table textarea {
    width: 100%;
    padding: 10px;
    height: 300px;
}

.sub_qna_write .btn_area {
    margin: 0 auto;
    width: 240px;
    height: 100px;
}

.sub_qna_write .btn_confirm {
    width: 100px;
    height: 40px;
    background: #ce0101;
    padding: 10px;
    margin-top: 20px;
    float: left;
    margin-left: 10px;
    color: #fff;
}

.sub_qna_write .btn_cancel {
    width: 100px;
    height: 40px;
    background: #333;
    padding: 10px;
    margin-top: 20px;
    float: left;
    margin-left: 10px;
    color: #fff;
}

.board_p {
    height: 60px;
}

#pwWrap {
    width: 500px;
    height: 300px;
    margin: 0 auto;
    padding: 30px;
    border: 1px solid #333;
    margin-top: 30px;
}

.pw_box {
    margin-top: 30px;
}

.pw_txt {
    height: 50px;
}

.btn_pw {
    width: 250px;
    margin: 0 auto;
    margin-top: 30px;
}

.qna_q {
    padding: 30px;
    border-bottom: 2px dotted #ccc;
}

.qna_a {
    padding: 30px;
    background: #f6f6f6;
    margin: 20px 0;
    overflow: hidden;
}

.qna_a_txt {
    float: left;
    width: 5%;
    font-weight: bold;
    color: #ed1c24;
}

.qna_a_contents {
    float: left;
    width: 95%;
}

.more_present {
    float: right;
    font-size: 16px;
}

.sub_present .sub_wrap {
    width: 880px;
    margin: 0 auto;
    padding: 30px 20px;
}

.sub_present .pro_title {
    font-size: 24px;
    padding-bottom: 25px;
    color: #222;
    text-align: center;
}

.list_top .fl {
    float: left;
    width: 200px;
    padding-top: 36px;
}

.open_list {
    font-size: 14px;
}

.open_list td {
    text-align: center;
}

.banner_right .bx-pager.bx-default-pager {
    position: absolute;
    top: 300px !important;
    left: 30px !important;
}

/* SUB_COMMON */
.sub_common {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    position: relative;
    margin-top: 60px;
}

.pro_detail {
    text-align: left;
    margin: 10px 0px;
}

.sub_common .pro_title {
    font-size: 24px;
    padding-bottom: 25px;
    color: #222;
}

.point_red {
    color: #e0181e;
}

.plus_tx {
    font-size: 14px;
    float: right;
    margin-bottom: 4px;
}

.products_summary {
    width: 1100px;
    margin: 0 auto;
}

/* .products_card {
    width: 1100px;
    margin: 0 auto;
    margin-top: 80px;
    height: 630px;
}

.products_card .pro_con {
    border-top: 2px solid #333;
}

.products_card .pro_con .box {
    width: 33%;
    float: left;
    margin-top: 40px;
}

.products_card .card_text {
    display: block;
    text-align: left;
    padding: 20px 22px 5px;
} */

.products_process {
    width: 1100px;
    margin: 0 auto;
    margin-top: 80px;
}

.products_process img {
    margin-top: 25px;
}

.products_business {
    margin-top: 50px;
    border: 1px solid #ccc;
    background-color: #f8f8f8;
    padding: 50px 0px;
    line-height: 1.6em;
}

.products_business .tit {
    font-weight: bold;
    margin-bottom: 10px;
}

.list_table01 {
    border-top: 2px solid #333;
}

.list_table01 th {
    background: #f9f9f9;
    padding: 10px;
    border: 1px solid #ddd;
    word-break: keep-all;
}

.list_table01 th:first-child {
    border-left: none;
}

.list_table01 th:last-child {
    border-right: none;
}

.list_table01 td {
    padding: 10px;
    border: 1px solid #ddd;
    word-break: keep-all;
}

.list_table01 td:first-child {
    border-left: none;
}

.list_table01 td:last-child {
    border-right: none;
}

.list_table01 .tx_left {
    text-align: left;
    padding: 8px;
}

.list_table01 .board_left {
    text-align: left;
    padding-left: 15px;
}

.list_table02 {
    border-top: 2px solid #333;
}

.list_table02 th {
    background: #f9f9f9;
    padding: 7px;
    border: 1px solid #ddd;
    word-break: keep-all;
}

.list_table02 th:first-child {
    border-left: none;
}

.list_table02 th:last-child {
    border-right: none;
}

.list_table02 td {
    padding: 7px;
    border: 1px solid #ddd;
    word-break: keep-all;
}

.list_table02 td:first-child {
    border-left: none;
}

.list_table02 td:last-child {
    border-right: none;
}

.list_table02 .tx_left {
    text-align: left;
    padding: 7px;
}

/* customer */

.gift_left #news_container {
    height: 188px !important;
}

.gift_left .list_top {
    padding: 10px 0px;
    margin-top: 2px solid #222;
    border-top: 2px solid #222;
    border-bottom: 1px solid #ccc;
}

.gift_left .list_top .date {
    width: 119px;
    float: left;
}

.gift_left .list_top .name {
    width: 119px;
    float: left;
}

.gift_left .list_top .phone {
    width: 119px;
    float: left;
}

.gift_left .list_con .date {
    width: 119px;
    height: 37px;
    float: left;
    padding: 8px 0px;
}

.gift_left .list_con .name {
    width: 119px;
    height: 37px;
    float: left;
    padding: 8px 0px;
}

.gift_left .list_con .phone {
    width: 119px;
    height: 37px;
    float: left;
    padding: 8px 0px;
}

.gift_left .list_con .state01 {
    float: left;
    text-align: center;
    color: #fff;
    background-color: #e83939;
    padding: 0px 2px;
    margin: 8px 30px;
}

.gift_left .list_con .state02 {
    float: left;
    text-align: center;
    color: #fff;
    background-color: #666;
    padding: 0px 2px;
    margin: 8px 30px;
}



/* mobile */
.sub_contents .sub_depth {
    width: 100%;
    overflow: hidden;
}

.sub_contents .sub_depth li {
    width: 33.3%;
    float: left;
    border: 1px solid #bbb;
    height: 36px;
    line-height: 36px;
    margin-left: -1px;
    color: #555;
    background: #fff;
    cursor: pointer;
}

.sub_contents .sub_depth li:first-child {
    margin-left: 0;
}

.sub_contents .sub_depth li.on {
    background: #3a3a3a;
    color: #fff;
}
.sub_contents .sub_depth_4 {
    width: 100%;
    overflow: hidden;
}

.sub_contents .sub_depth_4 li {
    width: 25%;
    float: left;
    border: 1px solid #bbb;
    height: 36px;
    line-height: 36px;
    margin-left: -1px;
    color: #555;
    background: #fff;
    cursor: pointer;
}

.sub_contents .sub_depth_4 li:first-child {
    margin-left: 0;
}

.sub_contents .sub_depth_4 li.on {
    background: #3a3a3a;
    color: #fff;
}
.sub_contents .sub_depth_5 {
    width: 100%;
    overflow: hidden;
}

.sub_contents .sub_depth_5 li {
    width: 20%;
    float: left;
    border: 1px solid #bbb;
    height: 46px;
    line-height: 46px;
    margin-left: -1px;
    color: #555;
    background: #fff;
    cursor: pointer;
    font-size: 17px;
}

.sub_contents .sub_depth_5 li:first-child {
    margin-left: 0;
}

.sub_contents .sub_depth_5 li.on {
    background: #3a3a3a;
    color: #fff;
}
.mobile {
    width: 358px;
    margin-top: 12px;
    margin-right: 12px;
    float: left;
}

.mobile .phone_list {
    background: #fff;
    border: 1px solid #ccc;
    padding: 20px;
    overflow: hidden;
}

.mobile .phone_list .f_left {
    /* float: left; */
    /* width: 36%; */
    /* padding: 10px; */
    margin-bottom: 10px;
}

.mobile .phone_list .f_right {
    /* float: left; */
    /* width: 64%; */
    /* text-align: left; */
    /* padding: 10px; */
}

.mobile .phone_list .f_right .name {
    font-weight: bold;
    padding: 12px 0;
    font-size: 17px;
}

.mobile .phone_list .f_right .color {
    padding: 5px 0;
    height: 56px;
}

.mobile .phone_list .f_right .color img {
    height: 20px;
}

.mobile .phone_list .f_right .color .txt {
    font-size: 13px;
    display: block;
    padding-top: 5px;
}

.mobile .phone_list .f_right .comment {
    padding: 8px 0;
    font-size: 16px;
}

.mobile .phone_list .f_right .price {
    padding: 12px 0;
    font-size: 18px;
    font-weight: bold;
}

.mobile .phone_list .f_right .price .rd {
    color: #ff0000;
    font-size: 24px;
}

.mobile .phone_list .btn_more {
    font-size: 13px;
    border: 1px solid #666;
    background: #fff;
    height: 32px;
    display: block;
    /* width: 150px; */
    line-height: 32px;
    text-align: center;
    font-weight: bold;
    margin-top: 15px;
}

.mobile .phone_list .btn_more:hover,
.mobile .phone_list .btn_more:active {
    background: #666;
    color: #fff;
}

.phone_info {
    background: #fff;
    border: 1px solid #eee;
}

.phone_info .p_name {
    padding: 12px;
    text-align: center;
    border-bottom: 2px solid #aaa;
    font-weight: bold;
    font-size: 18px;
}

.phone_info .p_info .f_left {
    width: 45%;
    float: left;
    /* padding: 20px 0; */
}

.p_info .info_table {
    width: 100%;
    font-size: 14px;
}

.phone_info .p_info .f_left img {
    height: 300px !important;
}

.phone_info .p_info .f_right {
    width: 55%;
    float: left;
    padding-right: 20px;
}

.p_info .info_table {
    border-top: 1px solid #ddd;
}

.p_info .info_table th {
    background: #f5f5f8;
    border-bottom: 1px solid #ddd;
}

.p_info .info_table td {
    text-align: left;
    line-height: 32px;
    height: 32px;
    padding-left: 8px;
    border-bottom: 1px solid #ddd;
}

.phone_info .p_info {
    overflow: hidden;
    padding: 30px 0;
    height: 392px;
}

.phone_info .p_color {
    /*padding-top: 6px;*/
}

.phone_info .info_tit {
    background: #555;
    color: #fff;
    padding: 4px 8px;
    text-align: left;
    margin-bottom: 12px;
}

.phone_info .p_color img {
    margin-top: 6px;
    max-height: 20px;
    display: block;
    /*padding-left: 10px;*/
}

.phone_info .p_color .txt {
    display: block;
    text-align: left;
    font-size: 13px;
    /*padding: 5px 10px;*/
}

.price_table {
    border-top: 1px solid #111;
}

.price_table th {
    border-bottom: 1px solid #bbb;
    padding: 8px 12px;
    background: #f5f5f5;
    font-size: 14px;
    letter-spacing: -0.5px;
}

.price_table td {
    border-bottom: 1px solid #ccc;
    text-align: left;
    padding: 8px 12px;
    font-size: 14px;
    letter-spacing: -0.5px;
}

.price_table .bd_b {
    font-size: 16px;
    font-weight: 500;
}

.price_table .rd_b {
    font-size: 18px;
    color: #ff0000;
    font-weight: bold;
    display: block;
}

.price_table .rd {
    display: block;
    color: #ff0000;
    font-size: 13px;
    margin-top: 2px;
}

.om_main_tit {
    padding: 12px;
    text-align: left;
}

.om_text {
    padding: 12px;
    text-align: left;
}

.p_detail p {
    padding: 0 12px;
    text-align: left;
}

.rd {
    color: #ff0000;
}

.p_price_comment {
    padding: 25px 20px;
    text-align: left;
    font-size: 14px;
    background: aliceblue;
    border: 1px solid #ccc;
    margin: 10px 0;
    line-height: 1.6em;
}

.price_table .sm_con {
    display: block;
}

.p_detail img {
    width: 100%;
}

.p_detail .btn_back {
    font-size: 13px;
    color: #666;
    border: 1px solid #777;
    display: block;
    margin-top: 10px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}

.p_detail .btn_back:hover,
.p_detail .btn_back:active {
    background: #777;
    color: #fff;
}

.phone_info .bx-controls .bx-pager {
    bottom: -20px;
    top: 316px;
    /*left: 42%;*/
}

.phone_info .bx-wrapper .bx-pager.bx-default-pager a {
    border-radius: 50%;
    margin: 0px 2px;
    width: 10px !important;
    height: 10px;
    background-color: #ddd;
    background-image: none;
}

.phone_info .bx-wrapper .bx-pager.bx-default-pager a:hover,
.phone_info .bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: #e71534;
    background-image: none;
    width: 10px !important;
    height: 10px;
}

.sub_contents.mb {
    margin: 0 auto;
    padding: 40px 0 80px;
}

.sub_contents.mb .qna_pager {
    float: none;
}

.sub_contents.mb .wrapper {
    overflow: hidden;
    margin-top: 40px;
}

.mobile:nth-child(3n) {
    margin-right: 0;
}

.mobile .phone_list .f_left img {
    height: 200px;
}

.event_zone {
    margin-top: 50px;
}

.event_zone .wrapper {
    background: url(../images/sub/event_bg.jpg) 0 0 no-repeat;
    background-size: cover;
    width: 1140px;
    margin: 0 auto;
    padding: 80px 0;
}

.event_zone .wrapper .event_tit {
    line-height: 40px;
    font-size: 40px;
    color: #201b19;
    font-weight: 500;
}

.event_zone .wrapper .event_info {
    margin-top: 28px;
    overflow: hidden;
    padding: 0 100px;
}

.event_zone .wrapper .event_info .pro_img {
    width: 350px;
    height: 350px;
    float: left;
    border-radius: 50%;
    /* margin-top: 50px; */
    margin-right: 80px;
    background: #fff;
    position: relative;
    padding: 36px 0;
}

.event_zone .wrapper .event_info .pro_img img {
    height: 277px;
}

.event_zone .wrapper .event_info .pro_text {
    text-align: left;
    float: left;
    width: calc(100% - 430px);
}

.event_zone .wrapper .event_info .pro_text .copy_text {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 18px;
    word-break: keep-all;
}

.event_zone .wrapper .event_info .pro_text .copy_date {
    line-height: 1.8em;
    margin-bottom: 20px;
}

.event_zone .wrapper .event_info .pro_text .copy_date ul li {
    background: url(../images/sub/ic_star.png) 0 center no-repeat;
    padding-left: 18px;
}

.event_zone .wrapper .event_info .pro_text .copy_noti {
    background: rgba(255, 255, 255, 0.8);
    padding: 20px 20px;
    font-size: 14px;
    line-height: 1.8em;
}

.event_zone .wrapper .event_info .pro_text .copy_noti h4 {
    margin-bottom: 8px;
}

.event .txt {
    padding: 50px 10px;
}

.btn_wrapper {
    overflow: hidden;
}

.btn_wrapper a {
    width: 84px;
    height: 40px;
    background: #222;
    padding: 10px;
    margin-top: 20px;
    float: right;
    margin-left: 10px;
    color: #fff;
}


/* 스카이홈*/
.group {
    margin-top: 40px;
}

.group h3 {
    text-align: left;
    font-size: 21px;
    font-weight: 500;
}

.group table {
    margin-top: 12px;
}

.group .right {
    text-align: right;
    float: right;
}

.group .sm {
    color: #777;
    font-weight: 500;
}

.group .bd {
    font-weight: 600;
}

.group .red {
    color: #da1c35;
}

.group .rel {
    position: relative;
}

.group .btn_down {
    position: absolute;
    top: 0;
    right: 10px;
    display: block;
    width: 48px;
    height: 36px;
    padding: 8px;
    background-color: #ea2c32;
    color: #fff;
    font-size: 12px;
    line-height: 1.3em;
}

.group .btn_down:before {
    /*삼각형*/
    position: absolute;
    content: "";
    height: 0;
    bottom: -15px;
    right: -9px;
    z-index: -1;
    border-bottom: 15px solid;
    border-left: 35px solid rgba(0, 0, 0, 0);
    border-right: 35px solid rgba(0, 0, 0, 0);
    color: #ea2c32;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
}

.sub_depth.wide {
    width: 70%;
    margin: 0 auto;
}

.sub_depth.wide li {
    width: 50%;
}

.pro_bis {
    margin-top: 50px;
}

.pro_bis .banner {
    background: whitesmoke;
    border: 1px solid #ddd;
    padding: 40px;
}

.pro_bis .banner .gray {
    font-size: 20px;
    margin-top: 10px;
}

.pro_bis .banner .red {
    font-size: 26px;
    color: #ea2c32;
    padding: 0 8px;
    line-height: 26px;
    margin-top: 8px;
}

.pro_item {
    margin-top: 50px;
    overflow: hidden;
}

.pro_item .box {
    width: 50%;
    float: left;
}

.pro_item .box .tit {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
}

.pro_item .box .sub_tit {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.pro_item .box .sub_tit .point {
    color: red;
}

.pro_item .box .cost {
    margin-top: 15px;
}

.pro_item .box .cost label {
    color: #000;
}

.pro_item .box .cost .price {
    display: inline-block;
    color: red;
    font-size: 28px;
    margin-left: 10px;
    font-weight: 600;
}

.item2 {
    overflow: hidden;
    /* margin-top: 30px; */
}

.group p {
    /* text-align: left; */
    /* margin-top: 10px; */
}

.item2 .box {
    float: left;
    width: 49%;
    margin-right: 2%;
    border: 2px solid #ddd;
    overflow: hidden;
    height: 180px;
    margin-top: 2%;
    padding: 20px 40px;
}

.item2 .box img {
    float: left;
}

.item2 .box .text {
    float: left;
    margin-left: 20px;
    padding-top: 8px;
    text-align: left;
}

.item2 .box .text .tit {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 8px;
}

.item2 .box .text ul li {
    line-height: 1.6em;
}

.item2 .box:nth-child(2n) {
    margin-right: 0;
}

.genie_price02 .pro_title {
    text-align: left;
    margin-bottom: 10px;
    font-size: 22px;
}








.pro_bis .banner .smtit {
    font-size: 24px;
    margin-top: 20px;
}
.pro_bis .banner .subtit {
    font-size: 26px;
}
.pro_bis .banner .tit {
    font-size: 32px;
    line-height: 28px;
    margin-top: 16px;
}
.pro_service {
    margin-top: 30px;
}
.pro_service li {
    position: relative;
    display: inline-block;
    margin: 0 0 10px 6px;
    width: 300px;
    height: 240px;
    background: #fff;
    color: #222;
    vertical-align: top;
}
.pro_service li img {
    position: absolute;
    top: 42px;
    right: 0;
    left: 0;
    margin: auto;
}
.pro_service li strong {
    display: block;
    margin: 130px 0 14px;
    font-size: 24px;
/*    font-weight: 500;*/
}
.pro_service li span {
    font-size: 18px;
    line-height: 1.2;
    font-weight: normal;
}
.pro_cust {
    padding-top: 50px;
    width: 830px;
    margin: 0 auto;
}
.pro_cust dt {
    margin-bottom: 32px;
    color: #252525;
    font-weight: 400;
    font-size: 26px;
}
.pro_cust dd {
    display: block;
    margin-bottom: 10px;
    color: #222;
    font-weight: normal;
    font-size: 19px;
}
.pro_tit_bg {
    margin-top: 90px;
    width: 100%;
    font-size: 24px;
/*    font-weight: bold;*/
    color: #222;
    line-height: 70px;
    text-align: left;
    background-color: #e9e9e9;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    padding-left: 30px;
}
.group .l {
    text-align: left;
    padding-top: 6px;
    font-size: 17px;
    font-weight: normal;
}
.group h3 {
    padding-bottom: 10px;
}



/* ai통화비서 */
.aicall .visual.price {
    padding-bottom: 64px;
    height: auto;
    margin-bottom: 0;
    background: none;
    width: 100%;
}
.aicall .column {
    height: 100%;
}
.aicall .column, .column-footer {
    position: relative;
    width: 1260px;
    margin: 0 auto;
    transition: all 0.5s ease-in-out;
}
.aicall .column .inner {
    text-align: center;
    height: 100%;
}
.aicall .inner, .inner-footer {
    position: relative;
    left: 0;
    width: 1100px;
    /* margin: 0 auto; */
    transition: all 0.5s ease-in-out;
}


.aicall .price .sns-area {position:absolute;margin:10px 0 0 25px;bottom: 13px;right: -50px;}
.aicall .price .sns-area:hover .btn-sns {display:block;}
.aicall .price .sns-area .btn-share {display:block;width:40px;height:40px;}
.aicall .price .sns-area .btn-sns {display:none;position:absolute;top:58px;left:50%;width:230px;height:105px;margin:0 0 0 -115px;background-color:#fff;border:1px solid #d3d3d3;font-size:0;box-sizing:border-box; z-index:10;}
.aicall .price .btn-wrap .sns-area .btn-sns{top: 150px;left: 251px;}
.aicall .price .sns-area .btn-sns:after{content: '';display: block;position: absolute;top: -20px;width: 100%;height: 20px;}
.aicall .price .sns-area .btn-sns:before {content:"";position:absolute;top:-11px;left:50%;width:20px;height:11px;background:url("../img/prodetail/sns/icon-sns-arrow.png") no-repeat;margin-left:-10px;}
.aicall .price .sns-area .btn-sns a {display:inline-block;width:84px;font-family:"Malgun Gothic";font-size:14px;font-weight:normal;color:#222;background-position:center 20px;background-repeat:no-repeat;padding:67px 0 16px;}
.aicall .price .sns-area .btn-sns a:hover {color:#d71826;text-decoration:underline;}
.aicall .price .sns-area .btn-sns a.btn-kakao {background-image:url("/static/common/web/img/prodetail/sns/icon-kakao.png");}
.aicall .price .sns-area .btn-sns a.btn-facebook {background-image:url("/static/common/web/img/prodetail/sns/icon-facebook.png");}
.aicall .price .sns-area .btn-sns a.btn-instagram {background-image:url("/static/common/web/img/prodetail/sns/icon-instagram.png");}
.aicall .price .sns-area .btn-sns a.btn-twitter {background-image:url("/static/common/web/img/prodetail/sns/icon-twitter.png");}
.aicall .price .sns-area .btn-sns a.btn-naverline {background-image:url("/static/common/web/img/prodetail/sns/icon_naver_line.png");}
.aicall .price .desc {font-size:18px;line-height:21px;padding-top:20px;}
.aicall .price .month-plan {font-size:30px;line-height:50px;color:#222;padding-top:10px;}
.aicall .price .month-plan strong{font-family:"Spoqa Han Sans";font-size:36px;letter-spacing:-0.25px;vertical-align:top;color:#d92c38;}
.aicall .price .month-plan p{font-size:14px;line-height:21px;}
.aicall .price .summary-info{padding-top:30px;}
.aicall .price .summary-info span span{display: inline-block;padding-right: 7px;}
.aicall .price .summary-info span:last-child{padding-right: 0;}
.aicall .price .summary-info ul{display:inline-block;overflow:hidden;}
.aicall .price .summary-info ul li{position:relative;float:left;padding:0 30px;font-size:22px;font-weight:bold;line-height:48px;text-align:left;color:#222;}
.aicall .price .summary-info ul li:first-child:before{content:"";width:0;}
.aicall .price .summary-info ul li:before{content:"";position:absolute;left:0;width:1px;height:100%;background:url("../img/prodetail/bg-category-line.jpg") left center no-repeat;}
.aicall .price .summary-info ul li:first-child{padding-left:0;}
.aicall .price .summary-info ul li:last-child{padding-right:0;}
.aicall .price .summary-info ul li img{float:left;margin-right:20px;}
.aicall .price .summary-info ul li > span{float:left;}
.aicall .price .summary-info ul li span.two-line{line-height:30px;display: block;}
.aicall .price .summary-info ul li span.small{font-size: 14px; line-height: 16px;}
.aicall .price .btns {display:inline-block;position:relative;padding:27px 0 0;margin: 0 3px;}
.aicall .price .btns .btn.large{border-radius: 23px;}
.aicall .price .btns .btn {margin-left:6px;}
.aicall .price .btns .btn:first-child {margin-left:0;}
.aicall .price .btns a.is-line-navygray {padding:10px 35px 0;}
.aicall .price .btns a.is-line-navygray span {padding-left:22px; background:url("../img/prodetail/icon-comparison.png") no-repeat left 8px;}
.aicall .price .btns.hover:hover > .layer-ask {display:block;}
.aicall .price .btns .layers {display:none;position:absolute;top:88px;left:-51px;z-index:10;}
.aicall .price .btns .layers .layer-contents {padding:30px 47px 36px;}
.aicall .price .btns .layers .layer-contents .msg {text-align:left;}
.aicall .price .btns .layers .layer-contents .msg .btn{margin-left: 7px;}
.aicall .price .btns .layers .layer-contents .msg + .msg {margin-top:17px;}
.aicall .price .btns .layers .layer-contents .title {display:inline-block;font-size:20px;color:#222;vertical-align:top;margin-top:-2px;}
.aicall .price .btns .layers .layer-contents .comment {display:inline-block;text-align:left;color:#777;margin-left:14px;}
.aicall .price .btns .layers .layer-contents .comment a.btn{color: #666;border-radius: 2px;font-weight: bold;}
.aicall .price .btns .layer-ask {display:none;position:absolute;top:73px;left:50%;margin-left: -282px;width:565px;text-align:left;z-index:10;padding-top: 10px;}
.aicall .price .btns .layer-ask:before {content:"";position:absolute;top:0px;left:50%;margin-left: -10px;width:20px;height:11px;background:url("../img/prodetail/sns/icon-sns-arrow.png") no-repeat;}
.aicall .price .btns .layer-ask .items{border:1px solid #d3d3d3;box-sizing:border-box;padding:10px 30px 20px;background-color:#fff;}
.aicall .price .btns .layer-ask .items:after{clear: both;content: '';display: block;}
.aicall .price .btns .layer-ask .items li {float:left;width:240px;font-size:18px;padding-top: 10px;}
.aicall .price .btns .layer-ask .items li:nth-child(even) {margin-left:20px;}
.aicall .price .btns .layer-ask .items li:nth-child(odd) {clear: both;}
.aicall .price .btns .layer-ask .items li a {height:34px;line-height:15px !important;border-radius:80px;padding:7px 23px 0;vertical-align:top;margin-left:10px;}
.aicall .price .btns .layer-ask .items li span {display:inline-block;width:150px;letter-spacing:-0.75px;color:#222;vertical-align: middle;line-height: 20px;}
.aicall .price .month-plan.margin-bottom{margin-bottom:150px;}
.aicall .price .btns p.add-text{padding-top: 10px;font-size: 14px;color: #222;}
.price.btns-none-pb{padding-bottom:86px;}
.aicall .price .month-plan img{padding: 20px 10px;}
.aicall .price .btns .btn.used{display:inline-block;text-align:center;color:#fff;background:#bbb;cursor: default;}

.btn.is-mint {background:#04a3bb;}

.aicall .price .btns.hover:hover > .layer-kt-ask {display:block;}
.aicall .price .btns .layer-kt-ask {display:none;position:absolute;top:73px;left:50%;margin-left: -282px;width:565px;text-align:left;z-index:10;padding-top: 10px;}
.aicall .price .btns .layer-kt-ask:before {content:"";position:absolute;top:0px;left:50%;margin-left: -10px;width:20px;height:11px;background:url("../img/prodetail/sns/icon-sns-arrow.png") no-repeat;}
.aicall .price .btns .layer-kt-ask .items{border:1px solid #d3d3d3;box-sizing:border-box;padding:10px 30px 20px;background-color:#fff;}
.aicall .price .btns .layer-kt-ask .items:after{clear: both;content: '';display: block;}
.aicall .price .btns .layer-kt-ask .items li {float:left;width:240px;font-size:18px;padding-top: 10px;}
.aicall .price .btns .layer-kt-ask .items li:nth-child(even) {margin-left:20px;}
.aicall .price .btns .layer-kt-ask .items li:nth-child(odd) {clear: both;}
.aicall .price .btns .layer-kt-ask .items li a {height:34px;line-height:15px !important;border-radius:80px;padding:7px 23px 0;vertical-align:top;margin-left:10px;}
.aicall .price .btns .layer-kt-ask .items li span {display:inline-block;width:150px;letter-spacing:-0.75px;color:#222;vertical-align: middle;line-height: 20px;}

/* visual */
.aicall .visual {width:100%;height:250px;margin-bottom:0;background:url("../img/index/bg-visual-04.jpg") no-repeat;}
.aicall .visual .hgroup {padding-top:87px;text-align:center;}
.aicall .visual .hgroup h3 {min-height:44px;font-family:"KTB", "Malgun Gothic","맑은 고딕","MG", sans-serif;font-size:45px;color:#000;letter-spacing:0;}
.aicall .visual .hgroup p {margin-top:1px;font-size:18px;color:#222;}
/* content-header-area */
.aicall .visual.rate {margin-bottom:0;}
.aicall .visual.price {height:auto;margin-bottom:0; background:none;}
.aicall .visual.util {margin-bottom:70px;/*background:url("../img/index/bg-visual-03.jpg") no-repeat;*/}

.aicall .banner-area {
    height: 192px;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    left: 0;
}
.aicall .banner-area.ba-line {
    height: auto ;
    background: none !important;
    border-top: 1px solid #dedede;
    width: 100%;
    min-width: 1260px;
}
.aicall .detail-plan-area .banner-area {
    margin: 80px 0 0 0;
    height: 387px;
}
.aicall .detail-plan-area .column .inner h3 {padding-top:57px;color:#222;font-family:'ktl';font-size:49px;line-height:62px;letter-spacing:-2px;}
.aicall .detail-plan-area .column .inner h3 strong {font-weight:normal;font-family:'ktb';}
.aicall .detail-plan-area .column .inner h3 .bold {color:#222 !important;font-weight:normal;font-family:'ktb';}
.aicall .detail-plan-area .column .inner h3 .sm {font-size:40px;}
.aicall .detail-plan-area .red {color:#e94548;}
.aicall .forte-area {font-family:'NSL';}
.aicall .forte-area strong {font-weight:normal;}

.aicall .price-information-area {font-size:17px;}
.aicall .pdctbl-plan {font-size:17px;}
.aicall .pdctbl-plan tbody tr th {font-family:'NSM';font-weight:normal;}
.aicall .table-plan thead th  {font-size:17px;}
.aicall .table-plan tbody tr th {font-family:'NSM';font-weight:normal;}
.aicall .pdcplan-content {font-size:17px;}
.aicall .price-information-area, .aicall .tab-toggle-area {font-family:'NSL';font-size:17px;}
.aicall .price-information-area .title, .aicall .together-recommend-area .tabs .tab-trigger, .aicall .tab-toggle-area button.title {font-family:'NSM';font-weight:normal;font-size:25px;letter-spacing:-1px;}
.aicall .price-information-area .title, .aicall .tab-toggle-area button.title {outline-width:2px;outline-color:#000;}
.aicall .together-recommend-area .tab-contents ul li a p {font-family:'NSM';font-weight:normal;font-size:22px;}
.aicall .together-recommend-area .tab-contents ul li a dl dt {font-family:'NSL';font-size:22px;}
.aicall .together-recommend-area .tab-contents ul li a dl dd {font-family:'NSL';font-size:15px;}
.aicall .together-recommend-area .tab-contents ul li a dl dt span {font-family:'NSM';font-weight:normal;}
.aicall .together-recommend-area .column .inner h3 {padding:20px 0 0 0;}
.aicall .together-recommend-area .tabs {margin-top:24px;}
.aicall .pdc-content {font-size:17px;}
.aicall .pdc-list {margin:25px 0 0 0;}
.aicall .pdc-list li {position:relative;margin:13px 0 0 0;padding:0 0 0 10px;line-height:27px;}
.aicall .pdc-list li:first-child {margin:0;}
.aicall .pdc-list li .pdchy-list {margin-top:10px !important;}
.aicall .pdc-list li .pdchy-list li:after {height:auto;border-radius:0;}
.aicall .pdc-list li .pdcno-list {margin:10px 0 0 0;}
.aicall .pdc-list li .pdcno-list li {padding:0;}
.aicall .pdc-list li .pdcno-list li:after {display:none;}
.aicall .pdc-list .pdcno-bl {padding:0;}
.aicall .pdc-list .pdcno-bl:after {display:none;}
.aicall .pdchy-list {margin:25px 0 0 0;}
.aicall .pdchy-list li {position:relative;margin:2px 0 0 0;padding:0 0 0 10px;line-height:27px;background:none !important;}
.aicall .pdchy-list li:first-child {margin:0;}
.aicall .pdchy-list li:after {content:'';position:absolute;top:14px;left:0;width:5px;border-top:2px solid #666;}
.pdchy-list li .pdcno-list, .pdc-list li .pdcno-list {margin:2px 0 0 0;}
.pdchy-list li .pdcno-list li, .pdc-list li .pdcno-list li {margin:2px 0 0 0;padding:0;}
.pdchy-list li .pdcno-list li:first-child, .pdc-list li .pdcno-list li:first-child {margin:0;}
.pdchy-list li .pdcno-list li:after, .pdc-list li .pdcno-list li:after {display:none;}
.video-box {margin:60px auto 0; width: 840px; height: 474px;}
.fare-list li {margin:13px 0 0 0;padding:0 0 0 10px;line-height:27px;font-size:17px;}
.fare-list li:first-child {margin:0;}
.fare-list li ul li {margin:2px 0 0 0;padding:0 0 0 10px;}
.fare-list li ul li ul {margin:2px 0 0 0;}
.fare-list li ul li ul li {padding:0;}
.notice .fare-list {margin:25px 0 0 0;}
.table-plan .fare-list {margin:11px 0 0 0;}
.table-desc li {margin:2px 0 0 0;padding:0 0 0 10px;font-size:17px;}
button {font-family:'NSL';}
.nsl {font-family:'NSL';}
.nsr {font-family:'NSR';}
.nsm {font-family:'NSM';}
.nsb {font-family:'NSB';}
.nsk {font-family:'NSK';}
.nst {font-family:'NST';}
strong, b {font-weight:normal;}
.fare-list .btn.small.is-line-lightgray, .pdchy-list .btn.small.is-line-lightgray {font-family:'NSM';font-weight:normal;border-radius:2px;}
.pdfte-notice {margin:70px 0 0 0;padding:39px 0 39px 94px;border-top:1px solid #222;border-bottom:1px solid #222;}
.pdfte-notice .pdfte-list {margin:0;}
.pdfte-notice .pdfte-list li {font-size:19px;text-align:left;}
.pdfte-notice .pdfte-list li:first-child {margin:0;}

.detail-plan-area .column .inner .ctit2:first-child {padding-top:58px !important;}
.ctit2 {padding-top:54px !important;font-family:'ktl';font-weight:normal;font-size:49px !important;line-height:62px !important;}
.ctit2 .bold {font-family:'ktb';font-weight:normal;}

.detail-plan-area .banner-area {margin:80px 0 0 0;height:387px;}
.pduct-1453-box {
	position:relative;
	margin:112px 0 0 0;
	font-size:0;
}
.pduct-1453-box:after {
	content:'';
	position:absolute;
	top:50%;
	left:525px;
	width:34px;
	height:30px;
	margin:-15px 0 0 0;
	background:url('/static/prodetail/1453/common/itemForte/images/bl_1453_arrow.png') no-repeat 0 0;
}
.pduct-1453-box .pduct-1453-item {
	display:inline-block;
	position:relative;
	width:518px;
	margin:0 0 0 44px;
	padding:82px 30px 30px;
	border-radius:14px;
	background:#EFEFEF;
	vertical-align:top;
	box-sizing:border-box;
}
.pduct-1453-box .pduct-1453-item:first-child {margin:0;}
.pduct-1453-box .pduct-1453-item .icon-txt {
	position:absolute;
	top:-32px;
	left:50%;
	width:176px;
	height:62px;
	margin:0 0 0 -88px;
	border-radius:16px;
	background:#444;
	color:#fff;
	font-family:'NSM';
	font-size:28px;
	line-height:62px;
}
.pduct-1453-box .pduct-1453-item .icon-txt:after {
	content:'';
	position:absolute;
	bottom:-10px;
	left:50%;
	margin:0 0 0 -7px;
	border-top:10px solid #444;
	border-left:7px solid transparent;
	border-right:7px solid transparent;
}
.pduct-1453-box .pduct-1453-item .in-cover {
	padding:40px 18px 19px;
	background:#FFF;
	border-top:1px dotted #d0d0d0;
	border-radius:10px;
	color:#000;
	font-size:20px;
	letter-spacing:-1px;
}
.pduct-1453-box .pduct-1453-item .in-cover:first-child {border-top:0;}
.pduct-1453-box .pduct-1453-item .tit {
	display:block;
	position:relative;
	padding:129px 0 0 0;
	background:url('/static/prodetail/1453/common/itemForte/images/bg_1453_item_tit_01_01.png') no-repeat 50% 0;
	font-family:'NSB';
	font-size:27px;
	letter-spacing:-1.35px;
}
.pduct-1453-box .pduct-1453-item .tit.add1 {background-image:url('/static/prodetail/1453/common/itemForte/images/bg_1453_item_tit_01_02.png')}
.pduct-1453-box .pduct-1453-item .tit.add2 {background-image:url('/static/prodetail/1453/common/itemForte/images/bg_1453_item_tit_01_03.png')}

.pduct-1453-box .pduct-1453-item .list {
	margin:19px 0 0 0;
	padding:16px 0 13px 29px;
	background:#F6F6F6;
	text-align:left;
}
.pduct-1453-box .pduct-1453-item .list li {
	position:relative;
	margin:8px 0 0 0;
	padding:0 0 0 16px;
}
.pduct-1453-box .pduct-1453-item .list li:first-child {margin:0;}
.pduct-1453-box .pduct-1453-item .list li:after {
	content:'';
	position:absolute;
	top:12px;
	left:0;
	width:6px;
	height:6px;
	border-radius:100%;
	background:#C7C7C7;
}
.pduct-1453-box .pduct-1453-item.item-add1 {
	background:#FA9AA6;
}
.pduct-1453-box .pduct-1453-item.item-add1 .icon-txt {
	background:#F63C50;
}
.pduct-1453-box .pduct-1453-item.item-add1 .icon-txt:after {
	border-top-color:#F63C50;
}

.pduct-1453-box .pduct-1453-item.item-add1 .tit {background-image:url('/static/prodetail/1453/common/itemForte/images/bg_1453_item_tit_02_01.png');}
.pduct-1453-box .pduct-1453-item.item-add1 .tit.add1 {background-image:url('/static/prodetail/1453/common/itemForte/images/bg_1453_item_tit_02_02.png');}
.pduct-1453-box .pduct-1453-item.item-add1 .tit.add2 {background-image:url('/static/prodetail/1453/common/itemForte/images/bg_1453_item_tit_02_03.png');background-position:260px 0;}

.pduct-1453-box .pduct-1453-item.item-add1 .tit .img {position:absolute;top:14px;left:265px;}
.pduct-1453-box .pduct-1453-item.item-add1 .tit.add1 .img {top:-16px;left:272px;}
.pduct-1453-box .pduct-1453-item.item-add1 .tit.add2 .img {top:10px;left:80px;}


/* ai통화비서 */

/* 갤럭시24 페이지 개설 */
.galaxy_button{
    width: 350px;
    height: 60px;
    background: #17aaac;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 1rem;
    margin-bottom: 4rem;
    border-radius: 5px;
    color: #fff;
}
.galaxy_button>p{
    font-size: 1.5rem;
    font-weight: 600;
}
.galaxy_txt{
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 2rem;
}
.galaxy_txt>h3{
    font-size: 2rem;
    font-weight: 700;
    color: #00153b;
    margin-bottom: 3rem;
}
.galaxy_txt>p{
    font-size: 1.2rem;
    line-height: 1.7rem;
}
.galaxy_txt>p>strong{
    font-weight: bold;
    font-size: 1.3rem;
}
.galaxy_form{
    text-align: start;
    padding-top: 2rem;
    border-top: 1px solid #ddd;
}
.form_01{
    margin-bottom: 2rem;
}
.form_01>p{
    color: #222;
    margin-bottom: 0.5rem;
    font-weight: 500;
    font-size: 1.1rem;
}
.form_01>textarea{
    width: 100%;
    height: 130px;
}
.form_01 .radio_flex{
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 1rem;
}
.form_01 .radio_flex>input{
    margin-right: 0.5rem;
}
.g_txt_wrap{
    background-color: #f5f5f5;
    padding: 1.3rem;
}
.g_txt_over{
    max-height: 100px;
    overflow-y: scroll;
    background-color: #fff;
    padding: 1rem;
}
.check_group{
    margin-bottom: 3rem;
}
.form_flex{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
}
[type="radio"] {
    appearance: none;
    width: 15px;
    height: 15px;
    border: 2px solid #222;
    border-radius: 50%;
    background-color: #fff;
}
[type="radio"]:checked {
    background-color: #00153b;
    border: none;
}