a {
	color:#111;
}

b {
    font-family: NanumGothicBold;
}
/* container */
.container {
    width: 100%;
}
.continer_inner {
    width: 1000px;
    margin: auto;
    background: #fff;
    padding-top: 130px;
}
.continer_inner:after {
    content: "";
    clear: both;
    display: block;
}
/* anydesk */
.anydesk_popup {
    width: 750px;
    background: #fff;
    color: #3c3c3c;
    display: none;
    font-size: 14px;
    letter-spacing: -1px;
    text-align: center;
}
.anydesk_popup .title {
    max-width: 100%;
    color: #fff;
    position: relative;
    background: #d71c28;
    padding: 15px;
}
.anydesk_popup .title img.logo {
    vertical-align: middle;
    margin-top: 0;
}
.anydesk_popup .title img.b-close {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}
.anydesk_popup .content {
    padding: 23px;
}
.anydesk_popup .content dl {
    margin-bottom: 5px;
}
.anydesk_popup .content dt {
    float: left;
}
.anydesk_popup .content dd {
    float: right;
}
.anydesk_popup .content dd img {
    margin-left: 5px;
}
.anydesk_popup .workstation img {
    !width: 100%;
}
.anydesk_popup .btn_box {
    margin-top: 15px;
}
.anydesk_popup .btn_box a {
    font-size: 14px;
	letter-spacing:-1px;
    display: inline-block;
    padding: 7px 25px;
    border-radius: 3px;
    margin: 3px 0;
}
.anydesk_popup .btn_box a.down {
    border: 1px solid #d71c28;
    background: #d71c28;
    color: #fff;
}

.anydesk_popup .btn_box a.down:hover {
	background:#fff;
	color:#d71c28;
}

.anydesk_popup .btn_box a.copy {
    border: 1px solid #b7b7b7;
    cursor: pointer;
}

.anydesk_popup .btn_box a.copy:hover {
	background:#b7b7b7;
	color:#fff;
}

/* .anydesk_popup .workstation.cpID {} */
/* right - banner */
.continer_inner > .menu_banner {
    width: 180px;
    position: fixed;
    top: 135px;
    margin-left: 1020px;
    font-size: 12px;
	letter-spacing:-1px;
    text-align: center;
    font-family: NanumGothicBold;
    color: #393536;
}
.continer_inner > .menu_banner .anydesk {
    background: url('../../../../img/sub/img_Benner_ContactBG.html');
    padding-top: 20px;
}
.continer_inner > .menu_banner .anydesk img {
    width: 160px;
}
.continer_inner > .menu_banner .anydesk p {
    margin-bottom: 20px;
}
.continer_inner > .menu_banner .anydesk .ad_btn {
    background: #e01c27;
    color: #fff;
    padding: 10px 0;
    font-size: 14px;
    cursor: pointer;
    border: 2px solid #e01c27;
    transition: all 0.3s;
}
.continer_inner > .menu_banner .anydesk .ad_btn:hover {
    background: #fff;
    color: #e01c27;
}
.continer_inner > .menu_banner > img {
    margin-top: 10px;
}
.continer_inner > .menu_banner > .kakao_banner {
    margin-top: 10px;
    background: #fbee16;
    padding: 7px 0 5px 5px;
    text-align: left;
    position: relative;
    border-radius: 5px;
    cursor: pointer;
    letter-spacing: 0;
    transition: all 0.3s;
    display: none;
}
.continer_inner > .menu_banner > .kakao_banner:hover {
    box-shadow: inset 0 0 10px 0 #a39b12;
}
.continer_inner > .menu_banner > .kakao_banner span {
    background: #ed1c24;
    color: #fff;
    padding: 0 3px 1px;
}
.continer_inner > .menu_banner > .kakao_banner p {
    color: #432928;
    font-size: 20px;
    font-family: NanumGothicBold;
    padding-bottom: 1px;
    border-bottom: 1px solid #432928;
    display: inline-block;
    margin: 2px 0;
    letter-spacing: -2px;
}
.continer_inner > .menu_banner > .kakao_banner img {
    position: absolute;
    right: 5px;
    top: 5px;
}
.continer_inner > .menu_banner > .kakao_text {
    background: #432928;
    padding: 5px;
    width: 100%;
    margin-top: 5px;
    color: #fff;
    display: none;
}
/* content */
.contain {
    width: 100%;
}
.contain .purchase_contain::after {
    content: "";
    clear: both;
    display: block;
}
.contain .img_section {
    width: 60%;
    float: left;
    letter-spacing: -0.5px;
}
.contain .img_section > img {
    width: 100%;
    !height: 460px;
}
.contain .img_section .thumnail {
    width: 100%;
}
.contain .img_section .thumnail > img {
    width: 100%;
}
.contain .img_section .thumnail .title {
    position: relative;
}
.contain .img_section .thumnail .title span {
    font-weight: Lighter;
}
.contain .img_section .thumnail .title img.icon {
    margin: 10px 5px 0 10px;
    height: 60px;
}
.contain .img_section .thumnail .title img {
    vertical-align: middle;
    margin-top: 10px;
}

.contain .img_section .thumnail .title .thumb {
    position: absolute;
    top: 5px;
    right: 20px;
}
.contain .img_section .thumnail .content {
    height: 320px;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
    margin-top: 10px;
    padding-top: 20px;
}
.contain .img_section .thumnail .content:after {
    content: "";
    clear: both;
    display: block;
}
.contain .img_section .thumnail .content .inner {
    width: 85%;
    margin: auto;
}
.contain .img_section .thumnail .content .inner::after {
    content: '';
    clear: both;
    display: block;
}
.contain .img_section .thumnail .content img {
    width: 200px;
    float: left;
}
.contain .img_section .thumnail .content .text_box {
    float: right;
    color: #f5f5f5;
    margin-top: 40px;
}
.contain .img_section .thumnail .content .text_box b {
    color: #fff;
}

.contain .img_section .thumnail .content .text_box p span {
    background: #fff;
    color: #252525;
    font-family: NanumGothicBold;
    padding: 0 3px 2px;
}

.contain .img_section table {
    width: 100%;
    font-size: 12px;
	margin: 2px 0;
}
.contain .img_section table th {
    width: 25%;
    padding: 5px 0;
    text-align: left;
    padding-left: 10px;
    text-decoration: underline;
    font-weight: normal;
    font-family: NanumExtraBold;
}
.contain .img_section table td {
    !font-family: NanumGothicBold;
    padding: 5px 0;
    color: #111;
}
.contain .img_section .tel_info {
    width: 100%;
    background: #28739a;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 6px 0;
}
/* 프로그램 외 다른 페이지 이미지 */
.AllImage_box {
    width: 100%;
}
.AllImage_box img {
    width: 100%;
}
.contain .payment {
    width: 37%;
    float: right;
    font-family: NanumGothicBold;
}
.contain .payment .title {
    font-size: 25px;
    padding-bottom: 10px;
    color: #797979;
    letter-spacing: -1.5px;
	margin-top: 10px;
}
.contain .payment .title img {
    height: 25px;
}

.contain .payment .title.n_title img {
    width: 120px;
    margin-top: -7px;
}

/* 구매창 */
/* kmong 영역 */
.contain .kmong_price {
    text-align: center;
    margin-top: 65px;
}
.contain .kmong_price img {
    max-width: 350px;
    width: 90%;
    margin-bottom: 20px;
}
.contain .kmong_price p {
    font-size: 22px;
    line-height: 1.6em;
    color: #3c3c3c;
    border: 2px solid #3c3c3c;
    border-radius: 5px;
    padding: 9px;
}
.kmong_QNA .tel_info {
    display: none;
}
/* landingZone */
.optionZone {
    letter-spacing: -2px;
    font-family: NanumGothic;
}

.optionZone th {
	font-family: NanumGothicBold;
}

.Sfont,
.optionZone .Rule {
    letter-spacing: -0.5px;
}
.optionZone .btn_box a {
    width: 100%;
    height: 50px;
    line-height: 47px;
    border-radius: 5px;
    text-align: center;
    display: block;
    font-size: 20px;
    font-family: NanumGothicBold;
    cursor: pointer;
    transition: all 300ms;
}
.optionZone .btn_box a.pay_btn {
    border: 2px solid #df1d26;
    background-color: #df1d26;
    color: #fff;
}
.optionZone .btn_box a.pay_btn:hover {
    background-color: #fff;
    color: #df1d26;
}
.optionZone .btn_box a.kakao_btn {
    border: 2px solid #fae100;
    background-color: #fae100;
    color: #371d1e;
}
.optionZone .btn_box a.kakao_btn:hover {
    background-color: #fff;
}
.optionZone .btn_box a.kakao_btn img {
    vertical-align: middle;
    margin: -5px 5px 0 0;
}
.optionZone .Rule {
    border: 2px solid #c1c1c1;
    border-radius: 5px;
    padding: 10px;
    position: relative;
	margin-top: 10px;
}
.optionZone .Rule .Rtitle {
    font-size: 14px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #dfdfdf;
    font-family: NanumGothicBold;
}
.optionZone .Rule .Rtitle img {
    vertical-align: middle;
    margin: -4px 5px 0 0;
}
.optionZone .Rule .Rtitle span {
    color: #ed1c24;
}
.optionZone .Rule .Rcontent {
    line-height: 19px;
    font-size: 12px;
}
.optionZone .Rule .Rcontent a {
    color: #0072bc;
}
.optionZone .Rule_popup {
    position: absolute;
    right: 0;
    width: 90%;
    max-width: 500px;
    margin-top: 10px;
    display: none;
}
.optionZone .Rule_popup .Ptitle {
    padding: 15px;
    font-size: 20px;
    font-family: NanumGothicBold;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: relative;
}
.optionZone .Rule_popup .Ptitle .close_btn {
    position: absolute;
    font-size: 25px;
    top: 5px;
    right: 10px;
    color: #fff;
    cursor: pointer;
}
.optionZone .Rule_popup .Pcontent {
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #fff;
    line-height: 1.4em;
}
.optionZone .Rule_popup .Pcontent .kind {
    margin-bottom: 15px;
}
.optionZone .Rule_popup .Pcontent .kind:last-child {
    margin-bottom: 0;
}
.optionZone .Rule .Rcontent b,
.optionZone .Rule .Rule_popup .Pcontent h4 {
    font-family: NanumGothicBold;
}
.optionZone .Rule .Rcontent ins {
    color: #0060ef;
    font-family: NanumGothicBold;
    cursor: pointer;
}
.mainImage img {
    width: 100%;
}
.linkZone {
    overflow: hidden;
    margin-top: 20px;
}
.cp_phra {
    font-size: 18px;
    font-family: NanumGothicBold;
    text-align: center;
    letter-spacing: -1px;
    margin: 30px 0;
}
.questionZone {
    margin: 30px 0;
}
.questionZone .Qtitle {
    font-size: 28px;
    text-align: center;
    font-family: NanumGothicBold;
}
.questionZone .Qtitle span {
    background: #fff;
    padding: 0 5px;
    color: #4f4f4f;
}
.questionZone hr {
    border: 1px dashed #dfdfdf;
    vertical-align: top;
    margin: -15px 0 40px;
}
.questionZone .phra {
    font-size: 14px;
    font-family: NanumGothicBold;
    margin-bottom: 20px;
    letter-spacing: -1px;
    line-height: 1.5em;
    text-align: center;
}
.questionZone .phra span {
    font-size: 18px;
    margin-top: 5px;
    display: block !important;
}
.questionZone .formZone {
    border-top: 1px solid #828282;
    padding: 30px;
    background-color: #f8f8f8;
}
.questionZone .form_group > div {
    width: 49%;
}
.questionZone .formZone dl {
    overflow: hidden;
    margin-bottom: 15px;
}
.questionZone .flot-left {
    float: left;
}
.questionZone .flot-right {
    float: right;
}
.questionZone .formZone dt {
    float: left;
    font-size: 14px;
	letter-spacing:-1px;
    color: #4f4f4f;
    font-family: NanumGothicBold;
    width: 110px;
    text-align: right;
    height: 40px;
    line-height: 40px;
}
.questionZone .formZone dt b {
    color: #ed1c24;
}
.questionZone .formZone dd {
    float: right;
    position: relative;
}
.questionZone .formZone dd span {
    font-size: 12px;
    color: #666;
    letter-spacing: 0;
}
.questionZone .form_group dd {
    width: 320px;
}
.questionZone .form_group02 dd {
    width: 800px;
}
.questionZone .formZone dd input[type='text'],
.questionZone .formZone dd input[type='tel'],
.questionZone .formZone dd select {
    width: 100%;
    height: 40px;
    border: 1px solid #eee;
    padding: 10px;
    font-family: NanumGothic;
	background-color:#fff;
}
.questionZone .formZone dd input[type='file'] {
    height: 40px;
    padding: 10px 0;
    width: 180px;
}
.questionZone .formZone dd textarea {
    width: 100%;
    resize: none;
    height: 100px;
    padding: 10px;
    border: 1px solid #eee;
    font-family: NanumGothic;
}
.questionZone .formZone .btn_box {
    text-align: center;
    margin: 20px 0 10px;
}
.questionZone .formZone .btn_box a {
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    padding: 10px 30px;
    cursor: pointer;
}
.contain .payment .info_box {
    display: block;
    !text-align: Center;
    margin-top: 15px;
}
.contain .payment .info_box:after {
    content: "";
    clear: both;
    display: block;
}
.contain .payment .info_box .info {
    !float: left;
    padding: 8px 5px;
    color: #fff;
    font-family: NanumGothicBold;
    font-size: 14px;
    text-align: center;
    letter-spacing: -1px;
    display: inline-block;
    margin: 0 2px;
}
.contain .payment .info_box .info:first-child {
    background: #ec644b;
    !width: 13%;
    margin-left: 0;
}
.contain .payment .info_box .info:nth-child(2) {
    background: #3498db;
    !width: 19%;
}
.contain .payment .info_box .info:nth-child(3) {
    background: #3db39e;
    !width: 26%;
}
.contain .payment .info_box .info:last-child {
    background: #428bca;
    !width: 36%;
    margin-right: 0;
}
.contain .payment .info_box .info.new {
    background: #ec644b;
    margin-left: 0;
    width: 13%;
}
.contain .payment .info_box .info.famous {
    background: #3498db;
    width: 19%;
}
.contain .payment .info_box .info.cost {
    background: #3db39e;
    width: 26%;
}
.contain .payment .info_box .info.upgrade {
    background: #428bca;
    width: 36%;
}

.contain .payment .update_phrases {
	font-size:14px;
	color:#444;
	text-align:center;
	margin: 10px 0;
	letter-spacing:-1px;
}

.contain .payment table {
    margin: 10px 0 5px;
    width: 100%;
    font-size: 20px;
    color: #4d4d4d;
}
.contain .payment .table-phra {
    text-align: center;
    margin-bottom: 20px;
    font-family: Nanumgothic;
    font-size: 12px;
    color: #444;
    letter-spacing: -1.3px;
}
.max-991 {
    display: none;
}
.contain .payment table tr .sell_price {
    text-decoration: line-through;
    text-decoration-color: #ed1c24;
}
.contain .payment table td,
.contain .payment table th {
    padding: 14px 0;
}
.contain .payment table th {
    text-align: left;
    width: 28%;
}
.contain .payment table th::before {
    content: '';
    display: inline-block;
    background: #4a4a4a;
    width: 5px;
    height: 18px;
    vertical-align: middle;
    margin: -2px 8px 0 0;
}
.contain .payment table td {
    font-size: 20px;
    padding-left: 10px;
}
.contain .payment table td img {
    vertical-align: middle;
    height: 20px;
}
.contain .payment table td b {
    color: #ff0000;
    font-size: 30px;
    margin-right: 10px;
    font-family: NanumExtraBold;
}

.contain .payment table td span.vat {
	font-size:12px;
	letter-spacing:-.5px;
}

.contain .payment table.free {
    margin: 105px 0;
}
.contain .payment .freephra {
    text-align: center;
    font-size: 18px;
    margin-bottom: 15px;
}
.contain .payment .btn_box:after {
    content: "";
    clear: both;
    display: block;
}
.contain .payment .btn_box a {
	display:block;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s;
    font-weight: 500;
	font-size:20px;
	height: 50px;
    line-height: 47px;
}
.contain .payment .btn_box .down_btn {
    width: 100%;
    background: #ea2d2e;
    border: 2px solid #ea2d2e;
}
.contain .payment .btn_box .down_btn:hover {
    background: none;
    color: #ea2d2e;
}
.contain .payment .btn_box .payment_type {
    width: 49%;
    float: left;
    background: #333;
    margin-top: 10px;
    border: 2px solid #333;
   /*  font-size: 22px; */
    
}
.contain .payment .btn_box .payment_type:hover {
    background: none;
    color: #333;
}
.contain .payment .btn_box .payment_type:last-child {
    float: right;
    background: #e78510;
    border: 2px solid #e78510;
}
.contain .payment .btn_box .payment_type:last-child:hover {
    background: none;
    color: #e78510;
}
/*상담신청하기 버튼*/
.contain .payment .btn_box:after {
    content: "";
    clear: both;
    display: block;
}
.contain .payment .btn_box > .pay_btn {
    color: #fff !important;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s;
    font-weight: 500;
    background: #ea2d2e;
}
.contain .payment .btn_box > .pay_btn:hover {
    color: #ea2d2e !important;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s;
    font-weight: 500;
}

.contain .payment .btn_box .pay_btn:hover {
    background: none;
    color: #ea2d2e;
}
/*카카오상담*/
.contain .payment .btn_box .kakao_btn {
    margin-top: 10px;
    border: 2px solid #fae100;
    background-color: #fae100;
    color: #371d1e;
}
.contain .payment .btn_box .kakao_btn:hover {
    border: 2px solid #fae100;
    background: none;
    color: #371d1e;
}
.optionZone .btn_box a.kakao_btn img {
    width: 35px;
    padding-right: 5px;
    vertical-align: middle;
    margin-top: -5px;
}
.contain .payment .addtion {
    border: 2px solid #c2c2c2;
    border-radius: 5px;
    !padding: 21px 0;
    margin-top: 10px;
}
.contain .payment .addtion:after {
    content: "";
    clear: both;
    display: block;
}
.contain .payment .addtion .addition_type {
    width: 50%;
    float: left;
    text-align: center;
    font-size: 12px;
    transition: all 0.3s;
    margin: 18px 0;
}
.contain .payment .addtion .addition_type.add-first {
    cursor: pointer;
}
.contain .payment .addtion .addition_type a {
    transition: all 0.3s;
}
.contain .payment .addtion .addition_type a:hover {
    color: #777;
}
.contain .payment .addtion .addition_type p {
    letter-spacing: -1px;
}
.contain .payment .addtion .add-first:hover {
    color: #777;
}
.contain .payment .addtion .addition_type h5 {
    font-size: 20px;
    margin-bottom: 6px;
    letter-spacing: -3px;
    /* height: 32px; */
}
.contain .payment .addtion .addition_type h5 img {
    vertical-align: middle;
    margin-top: -3px;
}
p.max929 {
    display: none;
}
.free-phra {
    text-align: center;
    font-size: 18px;
    margin: 35px 0 37px 0;
}

/* 프로그램 효과설명 */
.NeedsZone {
	background:#242424;
	color:#fff;
	text-align:center;
	padding: 40px 10px;
	margin: 30px 0;
}

.NeedsZone .NZ_title {
	
}

.NeedsZone .NZ_title h1 {
	font-size:25px;
	font-family:NanumgothicBold;
	display:inline-block;
	position:relative;
}

.NeedsZone .NZ_title h1 > img.stars {
	width: 75px;
	height: 70px;
	position:absolute;
	left: -80px;
	top: -30px;
}

.NeedsZone .NZ_title h1 > img.logo {
	vertical-align:middle;
	margin: -7px 5px 0 0;
	height: 35px;
}

.NeedsZone .NZ_line {
	margin-bottom: 20px;
}

.NeedsZone .NZ_line img {
	max-width:95%;
}

.NeedsZone .NZ_type_box {
	text-align:center;
}

.NeedsZone .NZ_type_box .inner {
	display:inline-block;
	text-align:left;
}

.NeedsZone .NZ_type_box p {
	font-size:18px;
	margin-bottom: 10px;
	display:inline-block;
	letter-spacing:-1px;
}

.NeedsZone .NZ_type_box p:last-child {
	margin-bottom: 0;
}

.NeedsZone .NZ_type_box p b {
	color:#ed1c24;
}

.NeedsZone .NZ_type_box p img {
	vertical-align:middle;
	margin: -10px 3px 0 0;
}

.NeedsZone .NZ_type_box p.phrases {
	border-top:1px solid #888;
	padding-top: 20px;
	font-size:16px; 
	margin-top:20px; 
	display:block; 
	letter-spacing:-1px;
	line-height:180%
}

.NeedsZone .NZ_type_box p.phrases b {
	color:#ea2d2e
}





/* 제품설명서 */
.contain .goods_Explanation {
    margin-top: 40px;
    color: #111111;
}
.contain .goods_Explanation .tabs {
    width: 100%;
    margin-bottom: 10px;
}
.contain .goods_Explanation .tabs:after {
    content: "";
    clear: both;
    display: block;
}
.contain .goods_Explanation .tabs li {
    float: left;
    width: 25%;
    text-align: center;
    font-size: 18px;
    font-family: NanumGothicBold;
	padding: 10px 0;
    cursor: pointer;
    transition: all 0.3s;
    border-bottom: 5px solid #fff;
    border: 1px solid #fff;
    background: #252525;
    color: #fff;
}

.contain .goods_Explanation .tabs.SMS li {
	width: 14%;
	height: 45px;
	line-height:42px;
	padding: 0;
}

.contain .goods_Explanation .tabs.SMS li.first {
	width: 16%;
}

.contain .goods_Explanation .tabs.SMS li img {
	width: 20px;
	vertical-align:middle;
	margin: -3px 3px 0 0;
}

.contain .goods_Explanation .tabs li.active {
}
.contain .tab_content .ex_title {
    text-align: center;
    padding: 30px 0 20px;
}
.contain .tab_content .ex_title h4 {
    font-size: 20px;
    color: #797979;
	letter-spacing:0;
}
.contain .tab_content .ex_title h4 img {
    vertical-align: middle;
    margin-top: -5px;
    width: 25px;
}
.contain .tab_content .ex_title p {
    color: #999;
    margin-top: 10px;
    letter-spacing: 0px;
	font-size:14px;
}
.contain .tab_content .Explanation > img {
    width: 100%;
}
.proof {
    /* margin-top: 30px; */
    background: #f3f3f3;
}
.proof .title {
    background: #242424;
    color: #fff;
    padding: 12px;
    font-size: 18px;
    line-height: 25px;
}
.proof .title b {
    font-family: NanumGothicBold;
    font-size: 19px;
}
.proof .content {
    padding: 15px;
}
.proof .text-box {
    float: left;
   /*  width: 65%; */
    /* line-height: 30px; */
    font-size: 14px;
	line-height: 24px;
    letter-spacing: -1px;
}
.proof .text-box b {
	font-size:15px;
    font-family: NanumGothicBold;
}
.proof .produce {
    /* font-size: 18px; */
	font-size:16px;
    margin-bottom: 10px;
}

.proof .produce:nth-of-type(2) {
	margin-bottom: 20px;
}

.proof .produce label {
    min-width: 200px;
    display: inline-block;
}
.proof .produce .name {
    color: #0094a6;
    font-family: NanumGothicBold;
}
.proof .emphasis {
    color: #ed1c24;
    font-family: NanumGothicBold;
}
.proof .img-box {
    float: right;
    /* width: 30%; */
}
.proof .img-box img {
    width: 250px;
}
/* 1번탭 */
.contain .Explanation .Img_Section {
    width: 100%;
    background: url('../../../../img/sub/DBmaker/img_mainImg_BG.html');
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
	overflow:hidden;
}
.contain .Explanation .Img_Section {
    height: 490px;
    overflow: hidden;
}
.contain .Explanation .Img_Section > img {
    width: 100%;
}
.contain .Explanation .Img_Section .product {
    width: 80%;
    margin: 20px auto auto;
}
.contain .tab_content .Explanation .NimgS .product {
    width: 90%;
    margin-left: 10%;
    margin-right: 0;
}
.contain .Explanation .Img_Section .product:after {
    content: "";
    clear: both;
    display: block;
}
.contain .Explanation .Img_Section .product img {
    float: left;
    width: 450px;
}
.contain .Explanation .Img_Section .product .text_box {
    float: right;
    font-size: 25px;
    color: #fff;
   margin: 20px 0 0 -100px;
}

.contain .Explanation .Img_Section .product .text_box p span {
    background: #fff;
    color: #252525;
    font-family: NanumGothicBold;
    padding: 0 3px;
}
/* == */
.contain .Explanation .goods img {
    width: 100%;
}
.contain .Explanation .goods .goods_title {
    font-size: 25px;
    margin-bottom: 10px;
}
.contain .Explanation .goods .goods_title a {
    font-size: 14px;
    border: 1px solid #999;
    !background: #999;
    padding: 3px 10px;
    float: right;
    margin-top: 5px;
    color: #999;
    transition: all 0.3s;
}
.contain .Explanation .goods .goods_title a:hover {
    background: #999;
    color: #fff;
}
.contain .Explanation .goods .goods_title::before {
    content: "";
    display: inline-block;
    width: 9px;
    height: 25px;
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 7px;
}
.contain .Explanation .goods .goods_title span {
    font-family: NanumGothicBold;
}
.contain .Explanation .goods .goods_title span b {
    font-family: NanumExtraBold;
}
.contain .Explanation .goods > p {
    margin-top: 7px;
    font-size: 14px;
    letter-spacing: -1px;
}
/* .contain .Explanation .goods > p span {
    font-family: NanumGothicBold;
} */
.contain .Explanation .goods > p::before {
    content: "";
    width: 5px;
    height: 5px;
    display: inline-block;
    margin: 0 5px 4px 10px;
}
/* 2번탭 */
.contain .tab_content .ex_text {
    width: 90%;
    margin: 20px auto auto;
    height: 300px;
    overflow: hidden;
}
.contain .tab_content .ex_text:after {
    content: "";
    clear: both;
    display: block;
}
.contain .tab_content .ex_text img {
    width: 380px;
    float: left;
}
.contain .tab_content .ex_text .text_box {
    float: right;
    font-size: 25px;
	line-height:35px;
    margin-top: 20px;
   /*  letter-spacing: -3px; */
}
.contain .tab_content .ex_text .text_box span {
    font-family: NanumGothicBold;
}
/* == */

.contain .tab_content .step .title:first-child {
	margin-top: 0;
}

.contain .tab_content .step .title {
    font-size: 20px;
    font-family: NanumGothicBold;
    color: #3e3e3e;
    margin: 30px 0 15px;
	letter-spacing:-1px;
}
.contain .tab_content .step .title b {
    font-size: 40px;
    margin-right: 5px;
}
.contain .tab_content .step .title b::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 35px;
    vertical-align:middle;
	margin: -5px 10px 0 0;
}
.contain .tab_content .step > img {
    width: 100%;
}
/* 3번탭 */
/* .contain .tab_content .video .title { margin: 10px 0!important;} */


.paymentcontent iframe {
    height: 100%!important; 
}


.contain .tab_content .video .title b {
    font-size: 20px;
	letter-spacing:-1px;
}
.contain .tab_content .video .title b::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 20px;
    margin: -3px 10px 0 0;
    vertical-align: middle;
}
.contain .tab_content .preparing {
    width: 100%;
    text-align: center;
}
.contain .tab_content .preparing h4 {
    font-size: 30px;
    margin-bottom: 10px;
}
.contain .tab_content .preparing p {
    font-size: 18px;
    color: #999;
    font-family: NanumGothicBold;
}
/* 4번탭 */
.QNA {
    width: 80%;
    margin: auto auto 5px;
}
.QNA_inner {
    width: 100%;
    padding-bottom: 40px;
    background: #a0c0d7;
    font-size: 14px;
    letter-spacing: -1px;
}
.QNA_inner span.phra {
    display: none;
}
.QNA_title img {
    width: 100%;
    margin-bottom: 40px;
}
/* .QNA .QNA_inner img {margin-bottom: 30px;} */
.QNA .QNA_inner .A_section,
.QNA .QNA_inner .Q_section {
    margin-bottom: 20px;
}
.QNA .QNA_inner .A_section .A_text,
.QNA .QNA_inner .Q_section .Q_text {
    padding: 10px;
    display: inline-block;
    font-family: malgun;
    border-radius: 5px;
    position: relative;
    margin-bottom: 10px;
	/* line-height:24px; */
}
.QNA .QNA_inner .Q_section .Q_text {
    background: #fff;
	 margin-left: 15px;
}
.QNA .QNA_inner .Q_section .Q_text img {
    position: absolute;
    top: 5px;
    left: -10px;
}

.QNA .QNA_inner .A_section > img {
	width: auto !important;
	height: 25px;
}

.QNA .QNA_inner .A_section .A_text {
    background: #ffec42;
    text-align: left;
	margin-right: 15px;
}
.QNA .QNA_inner .A_section .A_text img {
    position: absolute;
    top: 5px;
    right: -10px;
}

.QNA .QNA_inner .Q_section {
    padding-left: 20px;
}
.QNA .QNA_inner .A_section {
    text-align: right;
    padding-right: 20px;
}
.QNA .QNA_inner .A_section img,
.QNA .QNA_inner .Q_section img {
    margin-bottom: 10px;
}
/* RIVIEW 후기 ===================================================================================
================================================================================================*/
.contain .review_section {
    margin-top: 40px;
    letter-spacing: -1px;
}

.contain .review_section .phra {
    font-size: 15px;
    font-family: NanumGothicBold;
    margin: 5px 0 20px 20px;
    letter-spacing: -1px;
    line-height: 1.5em;
}
.contain .cs_center .title {
    font-size: 30px;
    text-align: center;
    font-family: NanumGothicBold;
	letter-spacing:-1px;
}
.contain .cs_center .title span {
    background: #fff;
    padding: 0 5px;
    color: #7f7f7f;
}
.contain .cs_center hr {
    border: 1px dashed #dfdfdf;
    vertical-align: top;
    margin: -18px 0 40px;
}
.contain .review_section table {
    width: 100%;
    font-size: 12px !important;
	letter-spacing:-1px !important;
    border-collapse: collapse;
    color: #4f4f4f;
}

.contain .review_section table p,
.contain .review_section table span {
	font-size: 12px !important;
}

.contain .review_section table tr.review_content th,
.contain .review_section table tr.review_content td {
	background-color:#fbfbfb;
	
}

.contain .review_section table tr th {
    background: #f8f8f8;
    border-top: 1px solid #828282;
    border-bottom: 1px solid #c4c4c4;
    padding: 8px 0;
	font-family: NanumGothicBold;
	letter-spacing:-.5px !important;
}
.contain .review_section table tr td {
    text-align: center;
    padding: 8px 0;
    border-bottom: 1px solid #e7e7e7;
}
.contain .review_section table tr:nth-last-child(2) td {
    border-bottom: 1px solid #606060;
}
.contain .review_section table tr:nth-last-child(2) td.active {
    border-bottom: 1px solid #e7e7e7;
}
.contain .review_section table tr:last-child td {
    border-bottom: 1px solid #606060;
}
.contain .review_section table tr td span.hit {
    background: #419cff;
    color: #fff;
    padding: 0 5px;
    margin-left: 5px;
    letter-spacing: 0.5px;
}
.contain .review_section table tr td.Lookup,
.contain .review_section table tr td.number {
    width: 8%;
}
.contain .review_section table tr td.name {
    width: 60%;
    text-align: left;
}
.contain .review_section table tr td.writer {
    width: 10%;
}
.contain .review_section table tr.review_title td.name {
    cursor: pointer;
}
.contain .review_section table tr.review_title td.name:hover {
    color: #000;
}
/* .contain .review_section table tr td:last-child {width: 100px;} */
.contain .review_section table tr td:last-child img {
    height: 15px;
}
.contain .review_section table tr.review_content td:last-child {
    line-height:18px;
}
.contain .review_section table tr td .modified {
    background: #e58553;
    color: #fff;
    width: 100px;
    margin: auto;
    padding: 5px 0;
    cursor: pointer;
    border: 2px solid #e58553;
    transition: all 0.3s;
}
.contain .review_section table tr td .modified:hover {
    background: none;
    color: #e58553;
}
.contain .review_section .indicator {
    width: 100%;
    text-align: center;
    position: relative;
    margin: 40px 0 55px;
    color: #4f4f4f;
    font-family: NanumGothicBold;
}
.contain .review_section .indicator span {
    margin: 0 7px;
    cursor: pointer;
    transition: all 0.3s;
}
.contain .review_section .indicator span:hover {
    color: #fa0000;
}
.contain .review_section .indicator span.active {
    color: #fa0000;
}
.contain .review_section .indicator span.arrow {
    border: 1px solid #d9d9d9;
    margin: 0;
    transition: all 0.3s;
}
.contain .review_section .indicator span.arrow:hover {
    opacity: 0.7;
}
.contain .review_section .indicator span.arrow img {
    vertical-align: middle;
    margin-top: -3px;
}
.contain .review_section .indicator .review_w_btn {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    background: #4b46b8;
    transition: all 0.3s;
    color: #fff;
    padding: 7px;
    font-size: 12px;
    width: 100px;
    border: 2px solid #4b46b8;
}
.contain .review_section .indicator .review_w_btn:hover {
    background: none;
    color: #4b46b8;
}
/* Related item ================================================================================================= */
.contain .r_inner,
.contain .r_inner .title,
.contain .r_inner > img {
    width: 100%;
}
.contain .r_inner {
    margin-bottom: 40px
}
.contain .r_inner .goods_list {
    margin-top: 20px;
}
.contain .r_inner .goods_list:after {
    content: "";
    clear: both;
    display: block;
}
.contain .r_inner .goods_list .goods_box {
    float: left;
    width: 25%;
    text-align: center;
    transition: all 0.3s;
    margin-bottom: 20px;
}

.contain .r_inner .goods_list .goods_box > a {
	display:block;
}

/* .contain .r_inner .goods_list .goods_box.goods_box_vmachine img {
    margin: 42px 0;
} */
.contain .r_inner .goods_list .goods_box img {
    width: 60%;
}
.contain .r_inner .goods_list .goods_box:hover {
    opacity: 0.7;
}
.contain .r_inner .goods_list .line {
    width: 0.1%;
    height: 150px;
    margin-top: 60px;
    float: left;
    background: #dfdfdf;
}
.contain .r_inner .goods_box .text_box {
    text-align: left;
    font-size: 13px;
    margin-left: 20px;
    margin-top: 10px;
    color: #4f4f4f;
    font-family: NanumGothicBold;
}
.contain .r_inner .goods_box .text_box p {
    display: inline-block;
}
.contain .r_inner .goods_box .text_box span {
    font-size: 15px;
    display: inline-block;
    letter-spacing: -1px;
}
.contain .r_inner .goods_box .text_box::before {
    width: 5px;
    height: 30px;
    content: "";
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
    margin-right: 5px;
}
.contain .r_inner .goods_box .text_box.DBPro::before {
    background: #91ca00;
}
.contain .r_inner .goods_box .text_box.DBRoyal::before {
    background: #f5a804;
}
.contain .r_inner .goods_box .text_box.nsearcher::before {
    background: #956bff;
}
.contain .r_inner .goods_box .text_box.ce::before {
    background: #41ae2e;
}
.contain .r_inner .goods_box .text_box.NRanker::before {
    background: #00c3cd;
}
.contain .r_inner .goods_box .text_box.DBcorp::before {
    background: #16b0f3;
}
.contain .r_inner .goods_box .text_box.instalike::before {
    background: #0094a6;
}
.contain .r_inner .goods_box .text_box.facebooklike::before {
    background: #3f579e;
}
.contain .r_inner .goods_box .text_box.vmachine::before {
    background: #e13643;
}
.contain .r_inner .goods_box .text_box.monsterip::before {
    background: #bd3a6e;
}
.contain .r_inner .goods_box .text_box.filemonster::before {
    background: #f25e3e;
}
.contain .r_inner .goods_box .text_box.KWMonster::before {
    background: #956bff;
}
.contain .r_inner .goods_box .text_box.oneclick_tethering::before {
    background: #0094a6;
}
.contain .r_inner .goods_box .text_box.rankingmanager::before {
    background: #e25030;
}
.contain .r_inner .goods_box .text_box.AutoTethering::before {
    background: #0094a6;
}
.contain .r_inner .goods_box .text_box.ncafemaster::before {
    background: #159f56;
}
.contain .r_inner .goods_box .text_box.kakaoaf::before {
    background: #ffec42;
}
.contain .r_inner .goods_box .text_box.kakaosender::before {
    background: #ffec42;
}
.contain .r_inner .goods_box .text_box.kakaomarketer_marketingmonster::before {
    background: #ffec42;
}
.contain .r_inner .goods_box .text_box.DSearcher::before {
    background: #f25e3e;
}
.contain .r_inner .goods_box .text_box.SearcherPro::before {
    background: #0a7a88;
}
.contain .r_inner .goods_box .text_box.Nplace::before {
    background: #252f3d;
}
.contain .r_inner .goods_box .text_box.landingpage::before {
    background: #4ca8ff;
}
.contain .r_inner .goods_box .text_box.orderProgram::before {
    background: #252f3d;
}
.contain .r_inner .goods_box .text_box.helloWeb::before {
    background: #77bdb2;
}
.contain .r_inner .goods_box .text_box.appDownload::before {
    background: #f25e3e;
}
.contain .r_inner .goods_box .text_box.apporder::before {
    background: #f2503b;
}
.contain .r_inner .goods_box .text_box.contentApp::before {
    background: #58cb6b;
}
.contain .r_inner .goods_box .text_box.normalchat::before {
    background: #f9aa33;
}
.contain .r_inner .goods_box .text_box.randomchat::before {
    background: #4ecd00;
}
.contain .r_inner .goods_box .text_box.videochat::before {
    background: #f26858;
}
.contain .r_inner .goods_box .text_box.instaRelease::before {
    background: #0094a6;
}
.contain .r_inner .goods_box .text_box.blogAds::before {
    background: #f26d7d;
}
.contain .r_inner .goods_box .text_box.ncafepost::before {
    background: #4aa896;
}
.contain .r_inner .goods_box .text_box.ncafecommenter::before {
    background: #c8263a;
}
.contain .r_inner .goods_box .text_box.Alrigo::before {
    background: #f54045;
}
.contain .r_inner .goods_box .text_box.smscert::before {
    background: #05bcc5;
}

/* 리뷰창 ======================================================= */
.Review_popup {
    width: 450px;
    background: #fff;
    color: #111;
    display: none;
}
.Review_popup input,
.Review_popup select {
    font-family: NanumGothic;
    height: 25px;
    border: 1px solid #e0e0e0;
    vertical-align: middle;
    margin-top: -2px;
}
.Review_popup select {
    color: #f5a804;
    font-size: 16px;
    padding: 0 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select::-ms-expand {
    display: none;
}
.Review_popup label {
    padding-right: 10px;
}
.Review_popup .title {
    position: relative;
    text-align: center;
    padding: 15px 0;
    font-size: 18px;
    color: #fff;
    width: 100%;
    background: #252525;
}
.Review_popup .title .b-close {
    position: absolute;
    top: 15px;
    right: 10px;
    cursor: pointer;
    width: 25px;
}
.Review_popup .content {
    padding: 10px;
}
.Review_popup .content .form01 {
    float: left;
    width: 63%;
}
.Review_popup .content .form01 input {
    width: 100%;
}
.Review_popup .content .form02 {
    float: right;
    width: 35%;
}
.Review_popup .content .form02 label {
    float: right;
}
.Review_popup .content .form02 select {
    float: right;
}
.Review_popup .content textarea {
    width: 100%;
    height: 250px;
    resize: none;
    padding: 5px;
    font-family: NanumGothic;
    border: 1px solid #e0e0e0;
    margin-top: 10px;
}
.Review_popup .btn_box {
    width: 60%;
    margin: 10px auto;
}
.Review_popup .btn {
    width: 49%;
    background: #252525;
    text-align: center;
    color: #fff;
    padding: 5px 0;
    cursor: pointer;
}
.Review_popup .btn:hover {
    background: #444;
}
.Review_popup .btn.cancle {
    float: left;
}
.Review_popup .btn.submit {
    float: right;
}
.max_676 {
    display: none;
}
/* 미디어쿼리 ==================================================================== */
@media (max-width:1409px) {
    .continer_inner > .side_nav {
        position: static;
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        margin-left: 0;
    }
    .continer_inner > .side_nav ul:after,
    .continer_inner > .side_nav:after {
        content: "";
        clear: both;
        display: block;
    }
    .continer_inner > .side_nav .title {
        padding: 8px 15px;
    }
    .continer_inner > .side_nav .title:after {
        content: "";
        display: inline-block;
        width: 2px;
        background: #fff;
        height: 16px;
        margin: -5px -10px 0 20px;
        vertical-align: middle;
    }
    .continer_inner > .side_nav .title,
    .continer_inner > .side_nav ul,
    .continer_inner > .side_nav ul li {
        float: left;
        border-bottom: 0;
    }
    .continer_inner > .menu_banner {
        position: static;
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        margin-left: 0;
    }
    .continer_inner > .menu_banner .anydesk {
        background: none;
        padding-top: 0;
        float: left;
    }
    .continer_inner > .menu_banner .anydesk:after,
    .continer_inner > .menu_banner:after {
        content: "";
        clear: both;
        display: block;
    }
    .continer_inner > .menu_banner .anydesk img {
        width: 200px;
        float: left;
    }
    .continer_inner > .menu_banner .anydesk p {
        float: left;
        margin: 0 20px;
        font-size: 16px;
        text-align: left;
    }
    .continer_inner > .menu_banner .anydesk .ad_btn {
        float: left;
        padding: 10px;
    }
    .continer_inner > .menu_banner > .kakao_banner {
        float: right;
        margin-top: -5px;
        display: inline;
        width: 165px;
    }
    .continer_inner > .menu_banner > .kakao_banner img {
        width: 45px;
    }
    .continer_inner > .menu_banner > .kakao_banner span {
        font-size: 12px;
    }
    .continer_inner > .menu_banner > .kakao_banner p {
        font-size: 18px;
    }
    .continer_inner > .menu_banner > .kakao_text {
        display: none;
    }
}
@media (max-width:1023px) {
    .continer_inner {
        max-width: 910px;
    }

	.contain .img_section .thumnail .content .inner {
		width: 92%;
	}

	.contain .payment {
		width: 38%;
	}

    .contain .tab_content .ex_text {
        width: 90%;
    }
    .contain .r_inner .goods_box .text_box {
        margin: 10px 0 0 5px;
    }
    

    .proof .title {
        text-align: Center;
    }
    .proof .content {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
    }
    .proof .img-box,
    .proof .text-box {
        float: none;
        width: 100%;
    }
    .proof .img-box {
        text-align: center;
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        box-ordinal-group: 1;
        margin-bottom: 30px;
    }
    .proof .text-box {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        box-ordinal-group: 2;
        text-align: Center;
    }
    /* .proof .text-box p {display:inline-block; margin: auto;} */
    .proof .img-box img {
        /* width: 25; */
    }
    .optionZone .btn_box a {
        height: 40px;
        line-height: 40px;
        font-size: 20px;
    }
    /* .optionZone .btn_box a.kakao_btn img {
		height: 25px;
	} */
    .optionZone .Rule .Rcontent br {
        display: none;
    }
    .questionZone .formZone {
        padding: 15px;
    }
    .questionZone .form_group dd {
        width: 290px;
    }
    .questionZone .form_group02 dd {
        width: 740px;
    }
    .contain .payment table td span.days {
        display: none;
    }

}
@media (max-width:991px) {
    .continer_inner {
        padding-top: 50px;
    }
   /*  .backtop .kakao {
        display: block;
    } */
    .contain .Explanation .Img_Section .product {
        width: 85%;
    }
    .contain .tab_content .Explanation .NimgS .product {
        width: 95%;
        margin-left: 5%;
    }

	 .continer_inner > .menu_banner {
		display:none;
	 }
   /*  .continer_inner > .menu_banner > .kakao_banner {
        display: none;
    }
    .continer_inner > .menu_banner .anydesk {
        display: none;
    }
    .contain .payment .title span {
        display: none;
    } */

	.contain .goods_Explanation .tabs.SMS li.top {
		width: 24%;
	}

	.contain .goods_Explanation .tabs.SMS li.first {
		width: 28%;
	}

	.contain .goods_Explanation .tabs.SMS li.bottom {
		width: 33.3333%;
	}

    .contain .payment .title .goods_title,
    .contain .payment .title .goods_title .g_t {
        display: inline-block;
    }
    .contain .r_inner .goods_list .goods_box {
        width: 50%;
    }
	
	 .contain .r_inner .goods_list .goods_box:nth-last-of-type(2),
	 .contain .r_inner .goods_list .goods_box:last-of-type {
		margin-bottom: 0;
	 }

    .contain .r_inner .goods_list .line:nth-child(4) {
        display: none;
    }
    .contain .r_inner .goods_box .text_box {
        font-size: 16px;
        display: inline-block;
        padding-right: 30px;
        margin: auto;
    }
    .contain .r_inner .goods_box .text_box span {
        font-size: 18px;
    }
    .contain .payment .addtion .addition_type:first-child {
        display: none;
    }
    .contain .payment .addtion .addition_type {
        width: 100%;
        text-align: center;
        float: none;
    }
    /* thumnail */
    .contain .img_section .thumnail .title {
        height: 70px;
    }
    .contain .img_section .thumnail .title .thumb {
        width: 70px;
        top: 15px;
    }
    .contain .img_section .thumnail .content .inner {
        width: 90%;
    }
    .contain .payment .info_box .info {
        font-size: 13px;
    }
    .max-991 {
        display: block;
    }
    .contain .payment .table-phra {
        margin-bottom: 12px;
    }
   /*  .contain .r_inner .goods_list .goods_box.goods_box_vmachine img {
        margin: 60px auto;
        height: 150px;
    } */

	.contain .r_inner {
		margin-bottom: 20px;
	}

    .contain .r_inner .goods_list .goods_box img {
        width: auto;
        max-width: 100%;
        height: 250px;
        margin: auto auto 20px;
        display: block;
    }
}
@media (max-width:991px) {


	/* 프로그램 효과설명 */
	.NeedsZone {
		padding: 20px 10px;
	}

	.NeedsZone .NZ_title h1 {
		font-size:18px;
	}

	.NeedsZone .NZ_title h1 > img.stars {
		width: 45px;
		height: 40px;
		left: -30px;
		top: -20px;
	}

	.NeedsZone .NZ_title h1 > img.logo {
		height: 30px;
	}

	.NeedsZone .NZ_line {
		margin-bottom: 0;
	}

	.NeedsZone .NZ_type_box p {
		font-size:15px;
		letter-spacing:-1px;
	}

	.NeedsZone .NZ_type_box p img {
		height: 20px;
	}

	.proof .img-box {
		margin-bottom: 15px;
	}

	.proof .img-box img {
		width: 200px;
	}

	.proof .title {
		font-size:16px;
	}

	.proof .title b {
		font-size:17px;
	}

	.proof .produce {
		font-size:14px;
		margin-bottom: 5px;
	}

	.proof .produce:nth-of-type(2) {
		margin-bottom: 10px;
	}

	.proof .text-box {
		font-size:12px;
		line-height:19px;
	}

	.proof .text-box b {
		font-size:13px;
	}

    .continer_inner {
        max-width: 730px;
    }
    .contain .img_section table th {
        padding-left: 5px;
        width: 17%;
    }
    .contain .img_section > img {
        height: 400px;
    }
    
    .contain .payment .info_box .info {
        font-size: 12px;
    }
    .contain .payment table {
        margin: 10px 0;
    }
    .contain .payment table td,
    .contain .payment table th {
        padding: 10px 0;
    }
   .contain .payment .btn_box a {
        font-size: 20px;
        height: 40px;
        padding: 0 5px;
        line-height: 38px;
    }
    .contain .payment table.free {
        margin: 80px 0;
    }


	 .min_676 {
        display: none;
    }
    .max_676 {
        display: inline-block;
        padding-left: 10px;
    }

	.contain .tab_content .f_type .content br.br676 {
		display:none;
	}

    /* thumnail */
    .contain .img_section .thumnail .content {
        height: 320px;
    }
    .contain .img_section .thumnail .content .inner {
        max-width: 420px;
    }
    .contain .img_section .thumnail .content img {
        width: 160px;
    }
    .contain .img_section .thumnail .title img.icon {
        height: 50px;
    }
   
   
    .contain .Explanation .Img_Section .product .text_box {
        font-size: 21px;
		margin: 30px 0 0 0px;
    }
    .contain .payment .addtion .addition_type {
        margin: 24px 0;
    }
    .contain .payment .addtion .addition_type h5 {
        font-size: 18px;
    }
    p.max929 {
        display: block;
    }
    p.min929 {
        display: none;
    }
    .contain .Explanation .goods .goods_title::before {
        width: 5px;
        margin-right: 3px;
    }
    .contain .Explanation .goods .goods_title a {
        margin-top: 0;
        padding: 3px 8px;
    }
    /* 사용설명서 */
    .contain .tab_content .ex_text {
        max-width: 640px;
        /* height: auto; */
		height: 250px;
    }
    .contain .tab_content .ex_text img {
        width: 300px;
    }
    .contain .tab_content .ex_text .text_box {
        font-size: 20px;
		letter-spacing:-1px;
		line-height:27px;
    }
    .contain .Explanation .goods .goods_title {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .contain .Explanation .goods > p {
        font-size: 14px;
    }
    .contain .tab_content .ex_text .text_box img {
        height: 30px;
    }
    .contain .kmong_price {
        margin-top: 48px;
    }
    .contain .img_section,
    .contain .payment {
        width: 100%;
        margin-bottom: 20px;
        float: none;
    }
    
    .contain .img_section .thumnail .content .inner {
        max-width: 600px;
    }
    .contain .img_section .thumnail .content img {
        width: 200px;
    }

    
    .contain .payment .addtion .addition_type {
        margin: 20px 0;
    }
    .contain .payment table td span.days {
        display: inline-block;
    }
    /* 메뉴탭 */
    .contain .goods_Explanation {
        margin-top: 0;
    }
    .contain .goods_Explanation .tabs li {
        font-size: 18px;
    }
    /* 프로그램 정보 */
   /*  .contain .Explanation .Img_Section {
        height: auto;
    		text-align:center;
    		padding-bottom: 30px;
    }
    .contain .Explanation .Img_Section .product {
        max-width: 650px;
        width: 95%;
        margin: 10px auto auto;
    } */

	.contain .Explanation .Img_Section {
		height: auto;
	}
   
  
    .contain .Explanation .Img_Section .product img {
		width: 300px;
    }

    /* 2, 3, 4번탭*/

    .contain .tab_content .step .title,
    .contain .tab_content .video .title b {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .contain .tab_content .step .title b {
        font-size: 35px;
    }
    .contain .tab_content .step .title b::before {
        width: 5px;
        height: 30px;
        margin-right: 5px;
        vertical-align: middle;
        margin-top: -8px;
    }
    /* 4번탭 */

    .QNA {
        width: 90%;
    }
    .optionZone .btn_box a {
        letter-spacing: -1px;
    }
    .optionZone .btn_box a.pay_btn {
        float: left;
        width: 49%;
    }
    .contain .payment .btn_box .kakao_btn {
        float: right;
        width: 49%;
        margin-top: 0;
    }
    .optionZone .Rule_popup {
        left: 0;
    }
    .questionZone .formZone {
        padding: 15px;
    }
    .questionZone .formZone dt {
        font-size: 15px;
        width: 80px;
    }
    .questionZone .form_group dd {
        width: 200px;
    }
    .questionZone .form_group02 dd {
        width: 515px;
    }
    .questionZone .phra br {
        display: none;
    }
    .free-phra {
        margin: 20px 0;
        font-size: 15px;
        letter-spacing: -1px;
    }

	.proof {
		margin-bottom: 30px;
	}

	.QNA .QNA_inner .A_section .A_text, 
	.QNA .QNA_inner .Q_section .Q_text {
		max-width:70%;
	}
}


@media (max-width:767px) {

	/* 프로그램 효과설명 */

	.NeedsZone .NZ_title h1 {
		font-size:18px;
	}

	.NeedsZone .NZ_title h1 > img.stars {
		width: 25px;
		height: 20px;
		top: -10px;
		left: -10px;
	}

	.NeedsZone .NZ_title h1 > img.logo {
		height: 25px;
	}

	.NeedsZone .NZ_type_box p {
		font-size:14px;
	}

    .continer_inner {
        max-width: 540px;
    }
    .continer_inner > .side_nav .title,
    .continer_inner > .side_nav ul,
    .continer_inner > .side_nav ul li {
        width: 100%;
        float: none;
    }
    .continer_inner > .side_nav .title {
        border-bottom: 1px solid #fff;
        padding: 15px;
    }
    .continer_inner > .side_nav .title:after {
        content: none;
        margin: 0;
    }
    .continer_inner > .side_nav ul li a {
        border-bottom: 1px solid #555;
    }
    .continer_inner > .side_nav ul li:last-child a {
        border-bottom: 0;
    }

	.contain .payment .btn_box a {
		font-size:18px;
	}

    .contain .img_section .thumnail .content .inner {
        max-width: 470px;
    }

	
    .contain .img_section .thumnail .content {
        height: 250px;
    }

	.contain .img_section .thumnail .content .text_box {
		margin-top: 20px;
	}

    .contain .img_section .thumnail .content img {
        width: 150px;
    }
 
    /* 프로그램정보 */
   
    .contain .tab_content .ex_title h4 {
        font-size: 18px;
    }
    .contain .tab_content .ex_title p {
        font-size: 14px;
    }
    .contain .Explanation .Img_Section {
        height: auto;
        padding-bottom: 30px;
    }

	.contain .Explanation .Img_Section .product .text_box,
	.contain .Explanation .Img_Section .product img,
	.contain .tab_content .ex_text .text_box,
	.contain .tab_content .ex_text img {
		float: none;
		margin: auto;
	}

	.contain .Explanation .Img_Section .product .text_box,
	.contain .tab_content .ex_text .text_box {
		margin-top: -40px;
	}


    .contain .Explanation .Img_Section,
    .contain .tab_content .ex_text {
        text-align: center;
        height: auto;
    }
   
   
    .contain .tab_content .step .title b,
    .contain .tab_content .step .title p {
        display: inline !important;
        float: none !important;
        margin-top: 0 !important;
    }
    .contain .tab_content .step .title p br {
        display: none;
    }
    .contain .r_inner > img,
    .contain .review_section > img {
        display: none;
    }
    .contain .r_inner .title,
    .contain .review_section .title {
        display: block;
    }
    .contain .review_section .indicator {
        margin-bottom: 65px;
    }
    .contain .review_section .indicator .review_w_btn {
        margin-top: 37px;
    }
    .contain .r_inner .goods_box .text_box {
        font-size: 12px;
        display: block;
        padding-right: 0;
        padding-left: 10px;
        margin: 0;
    }
    .contain .r_inner .goods_box .text_box span {
        font-size: 15px;
    }

    .QNA {
        width: 100%;
    }
    .contain .review_section table tr td.grade img {
        width: 80px;
    }
    .contain .review_section table tr td.Lookup,
    .contain .review_section table tr td.number {
        width: 12%;
    }
    .contain .review_section table tr td.name {
        width: 48%;
        text-align: left;
    }
    .contain .review_section table tr td.writer {
        width: 14%;
    }
   
   
    .proof .text-box {
        text-align: left;
    }
    .max-991 {
        display: none;
    }
    .contain .payment .table-phra {
        margin-bottom: 25px;
    }
    .optionZone .btn_box a {
        font-size: 17px;
        line-height: 35px;
    }
    .optionZone .btn_box a.kakao_btn img {
        width: 25px;
        padding-right: 3px;
        margin-top: 0;
    }
    .questionZone .formZone .form_group > div {
        float: none;
        width: 100%;
    }
    .questionZone .formZone dt {
        font-size: 12px;
        letter-spacing: -0.5px;
        width: 60px;
    }
    .questionZone .form_group dd,
    .questionZone .form_group02 dd {
        width: 380px;
    }
    .questionZone .formZone .btn_box a {
        font-size: 16px;
        padding: 8px 25px;
    }
    .contain .cs_center .title,
    .questionZone .Qtitle {
        font-size: 22px;
    }
    .questionZone .phra {
        font-size: 12px;
    }

	
}

@media (max-width:575px) {

	.contain .goods_Explanation .tabs.SMS li {
		height: 25px;
		line-height:22px;
		padding: 0;
	}

	.contain .goods_Explanation .tabs.SMS li img {
		width: 14px;
	}

	.month {
		font-size:12px !important;
	}

	.contain .goods_Explanation .tabs {
		margin-bottom: 5px;
	}

	.contain .payment .title {
		padding-bottom: 0px;
	}

	.contain .payment .info_box {
		margin-top: 5px;
	}

	.contain .payment .btn_box a {
		height: 35px !important;
		line-height: 30px !important;
		font-size: 14px !important;
	}

	/* 프로그램 사용효과 */

	.NeedsZone {
		padding: 10px 5px;
		margin: 20px 0;
	}

	.NeedsZone .NZ_line {
		margin-bottom:0px;
	}
	
	.NeedsZone .NZ_title h1 {
		font-size:14px;
	}

	.NeedsZone .NZ_title h1 > img.stars {
		left: 10px;
	}

	.NeedsZone .NZ_title h1 > img.logo {
		height:15px;
		margin: -1px 3px 0 0;
	}

	.NeedsZone .NZ_type_box p {
		font-size:11px;
		margin-bottom: 5px;
	}

	.NeedsZone .NZ_type_box p img {
		height: 15px;
		margin: -7px 1px 0 0;
	}

	.NeedsZone .NZ_type_box p.phrases {
		font-size:13px;
		margin-top: 10px;
		padding-top: 10px
	}

	.NeedsZone .NZ_type_box p.phrases br {
		display:none
	}

	.contain .Explanation .Img_Section > img {
		width: 550px;
	}

	.contain .payment table {
		margin-top: 20px;
	}

    .contain .payment table,
    .contain .payment table td {
        font-size: 16px;
    }
   
    .contain .payment table td,
    .contain .payment table th {
        padding: 5px 0;
		font-size:14px !important;
		letter-spacing:-1px;
    }
    .continer_inner {
        max-width: 340px;
    }
    .contain .payment .title img {
        height: 20px;
    }
    .contain .img_section .thumnail .title {
        height: auto;
    }
    .contain .img_section .thumnail .title img.icon {
        height: 40px;
    }

    .contain .img_section .thumnail .title .thumb {
        width: 50px;
    }
    .contain .img_section .thumnail .content {
        height: auto;
        text-align: center;
        background-position: 50% 60% !important;
		padding: 20px 0;
    }

    .contain .img_section .thumnail .content img {
        float: none;
    }
	.contain .img_section .thumnail .content .text_box {
        float:none;
        margin-top: 10px;
    }
    .contain .tab_content .Explanation .NimgS .product .text_box h6 {
        font-size: 20px;
    }

   
	.contain .payment .addtion .addition_type {
		margin: 10px 0;
	}

	 .contain .review_section table tr .Lookup, 
	 .contain .review_section table tr .number {
		display:none;
	 }

	 .contain .review_section table tr td.name {
		width: 60%;
		padding-left: 5px;
	 }

	 .contain .tab_content .ex_title {
		padding: 20px 5px 10px 5px;
	 }

	 .contain .Explanation .goods .goods_title::before {
		width: 3px;
		height: 14px;
		margin: -3px 5px 0 0;
	 }

	 .contain .payment .addtion .addition_type h5 img {
		width: 25px;
	 }

	
	 .contain .Explanation .goods .goods_title,
	 .contain .payment .addtion .addition_type h5 {
		font-size:14px !important;
		letter-spacing:-1px;
	 }

	 .contain .tab_content .ex_title h4 {
		font-size:16px;
	 }

	 .contain .payment .addtion .addition_type h5 {
		height: 20px;
	 }

	.contain .payment .addtion .addition_type,
	 .contain .payment .table-phra {
		font-size:11px;
	 }

	 .contain .payment .table-phra {
		margin-bottom: 15px;
	 }

	 .contain .tab_content .ex_title p {
		font-size:11px;
		margin-top: 5px;
		letter-spacing:-.5px;
	 }

	 .contain .tab_content .video {
		margin-bottom: 20px;
	 }

	 .contain .tab_content .video .title {
		margin-top: 5px !important;
	 }

	 .contain .tab_content .video .title b::before {
		width: 3px;
		height: 14px;
		margin: -3px 5px 0 0;
	 }

	 .contain .tab_content .video .title b {
		font-size:14px;
		letter-spacing:-1px;
	 }

	 .contain .r_inner {
		margin-bottom: 0;
	 }

	 /* 리뷰창 */
    .Review_popup {
        font-size: 14px;
		width: 95%;
    }
    .Review_popup .content .form01 {
        width: 55%;
    }
    .Review_popup .content .form02 {
        width: 44%;
    }
    .proof .img-box img {
        width: 90%;
    }

    .contain .img_section .thumnail .content img {
        width: 120px;
    }
    .contain .img_section .thumnail .content .text_box {
        margin-top: 20px;
    }
	
	.contain .Explanation .Img_Section .product .text_box,
	.contain .tab_content .ex_text .text_box {
		margin-top: -30px;
	}



	.contain .img_section table {
		font-size:11px !important;
		margin: 4px 0;
	}

	.contain .img_section .tel_info {
		font-size:12px;
	}

   .contain .payment .btn_box a {
        font-size: 14px;
        letter-spacing: -1px;
    }

	.contain .payment .btn_box .payment_type {
		margin-top: 5px;
	}

	.contain .tab_content .ex_text {
		margin-bottom: 20px;
	}

    .contain .tab_content .step .title {
        font-size: 14px;
		letter-spacing:-1px;
		margin: 0 0 5px 0;
		line-height:20px !important;
    }

	 .contain .tab_content .step .title p {
		line-height:20px !important;
	 }
    .contain .tab_content .step .title b {
        font-size: 20px;
    }
    .contain .tab_content .step .title b::before {
        height: 18px;
        margin-top: -3px;
    }

	.contain .tab_content .step > img {
		display:block;
		/* margin-bottom: 5px; */
	}

	.contain .tab_content .step > img:last-child,
	.contain .tab_content .step .texr-box:last-child {
		margin-bottom: 0 !important;
	}

	.QNA_title img {
		margin-bottom: 20px;
	}

    .QNA_inner {
        font-size: 11px;
		letter-spacing:-0.5px;
		line-height:16px;
		padding-bottom: 20px;
    }

	.QNA .QNA_inner .A_section, 
	.QNA .QNA_inner .Q_section {
		margin-bottom: 10px;
	}

    .QNA .QNA_inner .A_section .A_text,
    .QNA .QNA_inner .Q_section .Q_text {
        max-width: 70%;
    }
    .QNA .QNA_inner .A_section .A_text br {
        display: none;
    }
    .QNA .QNA_inner .A_section .A_text br.br450 {
        display: block !important;
    }

	.QNA .QNA_inner .A_section:last-child {
		margin-bottom: 0;
	}

	.QNA .QNA_inner .Q_section img {
		width: 30px;
		margin-bottom: 0;
	}

	.QNA .QNA_inner .A_section .A_text, .QNA .QNA_inner .Q_section .Q_text {
		padding: 7px;
	}

	.QNA .QNA_inner .Q_section {
		padding-left: 7px;
	}

	.QNA .QNA_inner .A_section {
		padding-right: 7px;
	}

	.QNA .QNA_inner .Q_section .Q_text img {
		width: 10px;
	}

	.QNA .QNA_inner .A_section img {
		margin-bottom: 0px !important;
		width: auto !important;
		height: 20px;
	}

    .contain .review_section table tr td:last-child img {
        width: 70px;
    }
    .continer_inner > .menu_banner .anydesk img {
        width: 160px;
        margin-top: 3px;
    }
    .continer_inner > .menu_banner .anydesk .ad_btn {
        font-size: 14px;
    }
   /*  .contain .r_inner .goods_list .goods_box {
        width: 100%;
    } */
    .contain .r_inner .goods_list .line {
        display: none;
    }
    .contain .r_inner .goods_box .text_box::before {
        content:none;
    }

	.contain .r_inner .goods_box .text_box.DBPro span {
		color: #91ca00;
	}
	.contain .r_inner .goods_box .text_box.DBRoyal span {
		color: #f5a804;
	}
	.contain .r_inner .goods_box .text_box.nsearcher span {
		color: #956bff;
	}
	.contain .r_inner .goods_box .text_box.ce span {
		color: #41ae2e;
	}
	.contain .r_inner .goods_box .text_box.NRanker span {
		color: #00c3cd;
	}
	.contain .r_inner .goods_box .text_box.DBcorp span {
		color: #16b0f3;
	}
	.contain .r_inner .goods_box .text_box.instalike span {
		color: #0094a6;
	}
	.contain .r_inner .goods_box .text_box.facebooklike span {
		color: #3f579e;
	}
	.contain .r_inner .goods_box .text_box.vmachine span {
		color: #e13643;
	}
	.contain .r_inner .goods_box .text_box.monsterip span {
		color: #bd3a6e;
	}
	.contain .r_inner .goods_box .text_box.filemonster span {
		color: #f25e3e;
	}
	.contain .r_inner .goods_box .text_box.KWMonster span {
		color: #956bff;
	}
	.contain .r_inner .goods_box .text_box.oneclick_tethering span {
		color: #0094a6;
	}
	.contain .r_inner .goods_box .text_box.rankingmanager span {
		color: #e25030;
	}
	.contain .r_inner .goods_box .text_box.AutoTethering span {
		color: #0094a6;
	}
	.contain .r_inner .goods_box .text_box.ncafemaster span {
		color: #159f56;
	}
	.contain .r_inner .goods_box .text_box.kakaoaf span {
		color: #ffc742;
	}
	.contain .r_inner .goods_box .text_box.kakaosender span {
		color: #ffc742;
	}
	.contain .r_inner .goods_box .text_box.kakaomarketer_marketingmonster span {
		color: #ffc742;
	}
	.contain .r_inner .goods_box .text_box.DSearcher span {
		color: #f25e3e;
	}
	.contain .r_inner .goods_box .text_box.SearcherPro span {
		color: #0a7a88;
	}
	.contain .r_inner .goods_box .text_box.Nplace span {
		color: #252f3d;
	}
	.contain .r_inner .goods_box .text_box.landingpage span {
		color: #4ca8ff;
	}
	.contain .r_inner .goods_box .text_box.orderProgram span {
		color: #252f3d;
	}
	.contain .r_inner .goods_box .text_box.helloWeb span {
		color: #77bdb2;
	}
	.contain .r_inner .goods_box .text_box.appDownload span {
		color: #f25e3e;
	}
	.contain .r_inner .goods_box .text_box.apporder span {
		color: #f2503b;
	}
	.contain .r_inner .goods_box .text_box.contentApp span {
		color: #58cb6b;
	}
	.contain .r_inner .goods_box .text_box.normalchat span {
		color: #f9aa33;
	}
	.contain .r_inner .goods_box .text_box.randomchat span {
		color: #4ecd00;
	}
	.contain .r_inner .goods_box .text_box.videochat span {
		color: #f26858;
	}
	.contain .r_inner .goods_box .text_box.instaRelease span {
		color: #0094a6;
	}
	.contain .r_inner .goods_box .text_box.blogAds span {
		color: #f26d7d;
	}
	.contain .r_inner .goods_box .text_box.ncafepost span {
		color: #4aa896;
	}
	.contain .r_inner .goods_box .text_box.ncafecommenter span {
		color: #c8263a;
	}
	.contain .r_inner .goods_box .text_box.Alrigo span {
		color: #f54045;
	}

	.contain .r_inner .goods_box .text_box p {
		width: 100%;
		padding-right: 5px;
		line-height:15px;
		height: 50px;
	}

	 .contain .r_inner .goods_box .text_box {
        font-size: 10px;
		letter-spacing:-.5px;
		padding-left: 0;
    }
    .contain .r_inner .goods_box .text_box span {
        font-size: 13px;
		letter-spacing:-.5px;
		margin-bottom: 5px;
    }

	.contain .r_inner .goods_list .goods_box {
		margin-bottom: 10px;
	}

    .contain .r_inner .goods_list .goods_box img {
        width: 50%;
    }
	
	.proof {
		margin: 20px 0;
	}

    .proof .text-box {
        font-size: 11px;
        line-height: 16px;
		letter-spacing:-0.5px;
    }
    .proof .produce {
        font-size: 12px;
		letter-spacing:-1px;
		margin-bottom: 5px;
    }
    .proof .produce label {
        min-width: 130px;
    }
 
    .contain .r_inner .goods_list .goods_box img {
        max-width: 250px;
        height: auto;
        display: block;
		margin-bottom: 10px;
    }

    .contain .tab_content .ex_text .text_box {
        font-size: 14px !important;
        line-height: 20px !important;
        letter-spacing: -1px !important;
    }
    .contain .tab_content .ex_text .text_box b {
        letter-spacing: -0.5px !important;
    }

	 .contain .tab_content .ex_text .text_box br {
		/* line-height:10% !important; */
	 }

    .contain .kmong_price p {
        font-size: 20px;
    }
    .proof .title {
        font-size: 14px;
		line-height:24px;
		letter-spacing:-1px;
		padding: 7px;
    }
    .proof .title b {
        font-size: 15px;
    }

	.proof .content {
		padding: 7px;
	}

    .optionZone .btn_box a {
        font-size: 15px;
    }
    .optionZone .Rule_popup .Ptitle {
        font-size: 17px;
    }
    .optionZone .Rule_popup .Pcontent {
        font-size: 12px;
    }
    .questionZone .form_group dd,
    .questionZone .form_group02 dd {
        width: 230px;
    }
    .free-phra {
        font-size: 14px;
    }

	.contain .Explanation .Img_Section {
		padding-bottom: 20px;
	}

	.contain .Explanation .Img_Section .product {
		margin-top: 10px;
	}

    .contain .payment .title .goods_title {
        font-size: 25px;
    }
    .contain .img_section table th {
        width: 23%;
    }
 

	.contain .payment .info_box .info {
		font-size:11px;
		letter-spacing: -0.5px;
	}

    .contain .payment .addtion .addition_type h5,
    .contain .payment table,
    .contain .payment table td {
        font-size: 16px;
    }
    .contain .payment table td b {
        font-size: 20px;
		margin-right: 2px;
    }
	
	.contain .payment .addtion {
		margin-top: 5px;
	}

    .contain .img_section table,
    .contain .payment .addtion .addition_type {
        !font-size: 11px;
    }
    .contain .goods_Explanation .tabs li {
       font-size:12px;
        padding: 5px;
		letter-spacing:-1px;
    }
    .contain .goods_Explanation .tabs li.active {
    }
    .contain .Explanation .Img_Section .product img,
    .contain .tab_content .ex_text img {
        width: 200px;
    }
    .QNA .QNA_inner .Q_section .Q_text br {
        display: none;
    }

    /* .backtop {
        width: 40px;
    }
    .backtop .top_btn {
    		width: 40px;
        height: 40px;
        font-size: 12px;
        line-height: 40px;
    }
    .backtop .kakao,
    	.backtop .tel {
        height: 38px;
    } */

   
    .contain .review_section table tr td.grade img {
        width: 90%;
		max-width:75px;
    }

	.contain .cs_center .title, .questionZone .Qtitle {
		font-size:20px;
		letter-spacing:-1px;
	}

	.questionZone .phra span,
	.questionZone .formZone .btn_box a,
	.contain .review_section .phra {
		font-size:14px !important;
		letter-spacing:-1px;
	}

	.questionZone .formZone dd input[type='text'], 
	.questionZone .formZone dd input[type='tel'], 
	.questionZone .formZone dd select,
	.questionZone .formZone dd input[type='file'],
	.questionZone .formZone dd textarea {
		font-size:11px !important;	
		letter-spacing:-.5px !important;
	}

	.questionZone .formZone dd span {
		display:block;
	}

	.optionZone .Rule .Rtitle {
		font-size:13px;
	}

	.optionZone .Rule .Rcontent {
		font-size:11px;
	}
   
}
@media (max-width:359px) {
    .continer_inner {
        max-width: 300px;
    }
    .Review_popup .content .form01 {
        width: 50%;
    }
    .Review_popup .content .form02 {
        width: 49%;
    }
    .questionZone .form_group dd,
    .questionZone .form_group02 dd {
        width: 190px;
    }

	.contain .Explanation .goods .goods_title {
		font-size:13px !important;
	}


}

/* .questionZone .formZone .btn_box a {
    background-color: #252f3d;
} */