/* Common */
input:focus {
	outline: none;
}
.dn {
	display: none !important;
}
.container {
    display: block;
    margin: 0 auto;
    width: 1120px;
}
.container:after {
    display: block;
    content: '';
    clear: both;
}
.content_wrap {
    /*padding: 74px 0 107px;*/
    /* padding: 74px 0 0; */
    background-color: #fdfdfd;
    /*min-height: calc(100vh - 126px);*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mb_kakao {
    display: none;
}
a {
    color: #000;
    -webkit-tap-highlight-color: transparent;
}
/* table */
.table_tit {
    margin: 0 0 7px;
    color: #222222;
    font-size: 16px;
    letter-spacing: -1px;
    font-weight: bold;
}
.table {
    table-layout: fixed;
    width: 100%;
    min-width: 950px;
    font-size: 12px;
    border-top: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
}
.table_th {
    width: 110px;
}
.table_td_md {
    width: calc(50% - 110px);
}
.table_td_lg {
    width: calc(100% - 110px);
}
.table tr th {
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    vertical-align: middle;
    border-bottom: 1px solid #e6e6e6;
    background-color: #F7F7F7;
}
.table tr th.higher {
    vertical-align: middle;
}
.table tr td {
    padding: 5px;
    height: 39px;
    text-align: left;
    border-bottom: 1px solid #e6e6e6;
    background-color: transparent;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.table tr td.board_tit {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    text-align: left !important;
}
.table tr td.board_cnt {
    font-size: 14px;
    line-height: 1.8;
}
.table input[type="text"],
.table select, .table input[type="password"] {
    padding: 0 0 0 10px;
    width: 170px;
    height: 28px;
    font-size: 12px;
    border: 1px solid #d8d7d7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.table input[type="text"].num {
    padding: 0;
    width: 80%;
    text-align: center;
}
.table select {
    text-align: center;
}
.table_header {
    margin: 20px 0 10px;
    font-size: 14px;
}
.table_header strong {
    margin: 0 5px;
    color: #fa2828;
    font-weight: bold;
}
.table.table_rows tr th {
    color: #000;
    background-color:#F7F7F7;
}
.table.table_rows tr th:nth-child(1){
    border-left:1px solid #d6d6d6;
}
.table.table_rows tbody tr:nth-child(even) {
    background-color: #f1f1f1;
}
.table.table_rows tr td {
    /*padding-left: 0;*/
    text-align: center;
    border-left: 1px solid #d6d6d6;
    height: 35px;
}
.table-action {
    width: 100%;
    overflow: hidden;
    padding: 8px 0;
    margin-bottom: 20px;
    background: #f6f6f6;
}
.table-action select {
    background-color: #fff;
}
.table-action-header {
    margin-top: 0;
    margin-bottom: 0;
    border-top: 0;
    border-bottom: 0;
}
.table-action .pull-left {
    color: #333;
    padding-left:10px;
}
.table-action .pull-right {
    padding-right:10px;
}
.table-action .pull-right select {
    background-color: #fff;
}
.table-action select {
    color:#333;
    border:1px solid #888;
    background-color: #fff !important;
}
.table .note_sec {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
}
.table .board_tit a {
    color: #000;
}
.table .board_tit a:hover, .table .board_tit a:focus {
    color: #e7604a;
}
.table.table_rows tbody tr.selected {
    background-color: #c9edff;
}
.order_amount {
    display: none;
}
tr.selected .order_amount {
    display: block;
}
.table tr td.td_ta {
    padding: 10px;
    height: inherit;
    line-height:inherit;
}
.txt_sp {
    display: inline-block;
    /*height: 25px;
    line-height: 25px;*/
}
.table_btn {
    text-align: center;
}
.table.table_cols tr th, td {
    border-top:1px solid #d6d6d6;
    border-left:1px solid #d6d6d6;
}
.table.table_user {
    min-width: 100%;
}
.table tr td.td_table {
    padding: 0;
    border: 0;
    border-left: 1px solid #e6e6e6;
}
.table tr td.td_table .table {
    min-width: auto;
}
.table.table_cols .table.table_cols {
    border: 0;
}
.table tr td.td_table tbody {
    border-bottom: 1px solid #e6e6e6;
}
.table.table_cols .table.table_cols tr th {
    text-align: center;
}
.table.table_cols .table.table_cols tr td {
    text-align: center;
}
.table.table_cols .table.table_cols tr:last-child td {
    border-bottom: none;
}
.pagination_wrap {
    margin: 10px 0;
    text-align: center;
}
.pagination li {
    display: inline-block;
}
.pagination li.next {
    transform: rotate(180deg);
}
.pagination li a {
    display: inline-block;
    padding: 5px 10px;
    line-height: 1.5;
    font-size: 11px;
    font-weight: bolder;
    text-decoration: none;
    color: #666;
    background-color: transparent;
    border: 1px solid #666;
    cursor: pointer;
}
.pagination li.active a {
    color: #fff;
    background-color: #666;
}
/* 6-2. two_table */
.two_table_header h4 {
    float: left;
    font-size: 15px;
    padding-top: 10px;
}
.two_table_header a.btn {
    float: right;
}
.two_table_header:after {
    display: block;
    margin-bottom: 10px;
    content: '';
    clear: both;
}
.two_table .l_tb {
    float: left;
    margin-right: 50px;
    width: 300px;
}
.two_table .l_tb .code_name, .two_table .l_tb .code_name:active, .two_table .l_tb .code_name:link, .two_table .l_tb .code_name:visited, .two_table .l_tb .code_name:hover {
    color: #000;
}
.l_tb.r_tb_button > table {
    margin-top: 4px;
}
.two_table .r_tb {
    float: left;
    width: calc(100% - 350px);
}
.two_table table {
    width: 100%;
    border-right: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
}
.two_table .table {
    min-width: inherit;
}
.two_table table tr:nth-child(even) {
    background-color: #f1f1f1;
}
.two_table table th, .two_table table td {
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 13px;
}
.two_table table th {
    color: #fff;
    background: rgb(181,189,200); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(181,189,200,1) 0%, rgba(130,140,149,1) 0%, rgba(40,52,59,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 0%,rgba(40,52,59,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 0%,rgba(40,52,59,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=0 ); /* IE6-9 */
}
.two_table table td {
    padding: 2px;
    border-left: 1px solid #d6d6d6;
}
/* Button */
.btn {
    display: inline-block;
    text-shadow: none;
    text-decoration: none;
    color: #000;
    background-color: #fff;
    border: 1px solid #666;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
    -webkit-box-shadow: inset 0 0 0 0 #fff;
    -moz-box-shadow: inset 0 0 0 0 #fff;
    box-shadow: inset 0 0 0 0 #fff;
    cursor: pointer;
}
.btn_ss {
    padding: 0 5px;
    height: 25px;
    line-height: 25px;
    font-size: 10px;
}
.btn_sm {
    padding: 0 10px;
    height: 25px;
    line-height: 25px;
    font-size: 11px;
}
.btn_md {
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    text-align: center;
    font-size: 14px;
}
.btn_reg {
    padding: 10px 15px;
    font-weight: bold;
    color: #fff;
    border: 1px solid #e7604a;
    background-color: #e7604a;
}
.btn_reg:hover, .btn_reg:focus {
    box-shadow: inset 100px 0 0 0 #ff604a;
}
.btn_reg i {
    margin-right: 10px;
}
.btn_srch {
    margin: 10px 0;
    padding: 10px 15px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.75px;
    border: none;
    background: rgb(125,126,125); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
}
.btn_srch:hover, .btn_srch:focus {
    box-shadow: inset 100px 0 0 0 #1d1d1d;
}

.btn_select {
	border-color: #34445e;
    color: #34445e;
}
.btn_select.on {
	border-color: #b71333;
	background: #b71333;
    color: #ffffff;
}
.btn_srch_item {
	border-color: #34445e;
    color: #34445e;
    width: 68px;
    text-align: center;
    margin: 1px 0;
}
.btn_srch_item.on {
	border-color: #b71333;
	background: #b71333;
    color: #ffffff;
}
.btn_login {
    font-size: 15px;
    font-weight: 500;
    line-height: 40px;
    display: inline-block;
    /*width: 49%;*/
    width: 100%;
    height: 40px;
    margin: 15px 0 13px;
    padding-top: 2px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    border: none;
    border-radius: 0;
    background-color: #ea3d3d;
    -webkit-appearance: none;
}
.btn_login:hover,
.btn_login:active,
.btn_login:link {
    text-decoration: none;
    color: #fff;
}
.btn_applic {
    border-color: #37b33b;
    color: #37b33b;
}
.btn_applic:hover, .btn_applic:focus {
    box-shadow: inset 100px 0 0 0 #37b33b;
    color: #fff;
}
.btn_cancel {
    border-color: #e7604a;
    color: #e7604a;
}
.btn_cancel:hover, .btn_cancel:focus {
    box-shadow: inset 100px 0 0 0 #e7604a;
    color: #fff;
}
.btn_modify {
    border-color: #f29661;
    color: #f29661;
}
.btn_modify:hover, .btn_modify:focus {
    box-shadow: inset 100px 0 0 0 #f29661;
    color: #fff;
}
.btn_view {
    border-color: #34445e;
    color: #34445e;
}
.btn_purchase {
	background : #0044cc;
    border-color: #0044cc;
    color: #fff;
}
.btn_view:hover, .btn_view:focus {
    box-shadow: inset 100px 0 0 0 #34445e;
    color: #fff;
}
.btn_save {
    vertical-align: bottom;
    color: #fff;
    background-color: #e7604a;
    border: 1px solid #e7604a;
}
.btn_save:hover, .btn_save:focus {
    box-shadow: inset 100px 0 0 0 #ff604a;
}
/* file upload */
.filebox input[type="file"] {
    position: absolute;
    width: 1px !important;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip:rect(0,0,0,0);
    border: 0;
}
.filebox label {
    display: block;
    float: left;
    width: 100px;
    padding: 12px 0;
    text-align: center;
    color: #fff;
    font-size: 12px;
    background-color: #18a3fa;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.filebox .upload-name {
    display: block;
    float: left;
    margin-right: 10px;
    padding: 10px 0;
    /*width: 390px;*/
    width: calc(84% - 110px);
    font-size: 12px;
    color: #999;
    border: none;
    border-bottom: 1px solid #000;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
/* �뿤�뜑 �떆�옉 */
header {
    /* position: fixed; */
    top: 0;
    right: 0;
    left: 0;
    height: 74px;
    background: rgba(255, 255, 255, 0.7);
    z-index: 9999;
}
header:after {
    display: block;
    content: '';
    clear: both;
}
.logo {
    float: left;
    margin-top: 15px;
}
.logo img {
    height: 44px;
}
.gnb {
    float: right;
    height: 44px;
    padding-top: 30px;
    text-align: center;
}
.gnb > ul {
    overflow: visible;
}
.gnb > ul > li {
    position: relative;
    float: left;
    margin-right: 50px;
}
.gnb > ul > li:last-child {
    margin-right: 0;
}
.gnb > ul > li > a {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: center;
}
.gnb > ul > li:hover a {
    color: #000;
}
.btn_mypage ul {
    display: none;
    position: absolute;
    top: 35px;
    left: -25px;
    width: 120px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 50px 0 rgba(82,63,105,.15);
    box-shadow: 0 0 50px 0 rgba(82,63,105,.15);
}
.btn_mypage ul.on {
    display: block;
    z-index: 100000;
}
.btn_mypage ul li {
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #eee;
    line-height: 24px;
    text-align: 14px;
}
.snb {
    display:none;
    position: relative;
    width: 100%;
}
.snb:after {
    display: block;
    content: '';
    clear: both;
}
.snb_wrap {
    margin: 0 auto;
    width: 1120px;
    background: rgba(255, 255, 255, 0.96);
    padding-bottom: 20px;
}
.snb_wrap:after {
    display: block;
    content: '';
    clear: both;
}
.snb_wrap > ul {
    float: right;
    width: 864px;
    margin: 0;
    padding: 0;
    list-style:none;
}
.snb_wrap > ul:after {
    display: block;
    content: '';
    clear: both;
}
.snb .submenu_list {
    float:left;
    width:144px;
}
.snb .submenu_list ul {
    margin:0;
    padding:0;
    list-style:none;
}
.snb .submenu_list ul li {
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.snb .submenu_list ul li a {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.08;
    letter-spacing: normal;
    text-align: center;
    color: #7e7e7e;
}
.btn_toggle {
    display: none;
}
.aside_wrap {
    display: none;
}
/* �럹�씠吏� 怨듯넻 */
.sub_page_cate {
    margin: 0 auto;
    width: 1120px;
}
.sub_page_cate li {
    float: left;
    margin-right: 50px;
    padding: 14px 0 8px;
}
.sub_page_cate li.on {
    border-bottom: 1px solid #E76113;
}
.sub_page_cate li a {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: left;
}
.subpage_top_mobile {
    display: none
}
.subpage_top_pc {
    display: block;
}
.subpage_top {
    padding-top: 87px;
    height: 250px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.subpage_top.subpage_top1 {
    background: url(../image/user/subpage_top_img_1.png) no-repeat center;
    -webkit-background-size: 100% 250px;
    background-size: 100% 250px;
}
.subpage_top.subpage_top2 {
    background: url(../image/user/subpage_top_img_2.png) no-repeat center;
    -webkit-background-size: 100% 250px;
    background-size: 100% 250px;
}
.subpage_top.subpage_top3 {
    background: url(../image/user/subpage_top_img_3.png) no-repeat center;
    -webkit-background-size: 100% 250px;
    background-size: 100% 250px;
}
.subpage_top.subpage_top4 {
    background: url(../image/user/subpage_top_img_4.png) no-repeat center;
    -webkit-background-size: 100% 250px;
    background-size: 100% 250px;
}
.subpage_top.subpage_top5 {
    background: url(../image/user/subpage_top_img_5.png) no-repeat center;
    -webkit-background-size: 100% 250px;
    background-size: 100% 250px;
}
.subpage_top.subpage_top6 {
    background: url(../image/user/subpage_top_img_6.png) no-repeat center;
    -webkit-background-size: 100% 250px;
    background-size: 100% 250px;
}
.subpage_top.subpage_top7 {
    background: url(../image/user/subpage_top_img_7.png) no-repeat center;
    -webkit-background-size: 100% 250px;
    background-size: 100% 250px;
}
.subpage_top .step_tit {
    display: none;
}
.subpage_top .on {
    display: block;
}

.subpage_top h3 {
    margin-bottom: 16px;
    font-size: 36px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}
.subpage_top p {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}
.subpage_lnb {
    height: 57px;
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.16);
}
.subpage_lnb ul {
    width: 530px;
    margin: 0 auto;
    text-align: center;
}
.subpage_lnb li {
    display: inline-block;
    margin-right: 50px;
    height: 56px;
}
.subpage_lnb li:last-child {
    margin-right: 0;
}
.subpage_lnb li.on {
    border-bottom: 1px solid #e76115;
}
.subpage_lnb a {
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    color: #707070;
    display: block;
    height: 100%;
    line-height: 56px;
}
.login figure {
    margin: 10vh auto 50px;
    text-align: center;
}
.login figure img {
    width: 300px;
}
.login p {
    text-align: center;
    font-size: 24px;
    line-height: 34px;
}
.member_form {
    margin: 50px auto;
    width: 530px;
}
.member_form_default {
    margin: 150px auto;
    width: 530px;
}
.member_form .input_div {
    position: relative;
    margin-bottom: 10px;
}
.member_form input[type="text"],
.member_form input[type="number"],
.member_form input[type="password"],
.member_form input[type="email"]{
    width: 100%;
    height: 64px;
    border-radius: 5px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.06);
    background-color: #fff;
    color: #707070;
    padding-left: 25px;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
}
.member_form input[type="text"]:focus,
.member_form input[type="password"]:focus,
.member_form input[type="email"]:focus{
    border: solid 1px #e76115;
    background-color: #fff9f5;
    box-shadow: 1px 1px 1px 0 rgba(2,2,6,0);
}
.member_form input[type="text"]::placeholder,
.member_form input[type="password"]::placeholder,
.member_form input[type="email"]::placeholder {
    color: #707070;
    opacity: 1;
}
.member_form input[type="text"]:-ms-input-placeholder,
.member_form input[type="password"]:-ms-input-placeholder,
.member_form input[type="email"]:-ms-input-placeholder {
    color: #707070;
}
.member_form input[type="text"]::-ms-input-placeholder,
.member_form input[type="password"]::-ms-input-placeholder,
.member_form input[type="email"]::-ms-input-placeholder {
    color: #707070;
}
.member_form input[type="text"]::-ms-clear {
    display: none;
}
.member_form .agree_list {
    margin: 21px 0;
}
.member_form .agree_list li {
    margin-bottom: 0;
}
.member_func {
    margin-top: 40px;
}
.member_func li {
    margin-top: 20px;
}
.member_func li a {
    font-size: 18px;
}
.login_partner {
    float: right;
    margin-top: 40px;
}
.login_partner a,
.member_func a {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 20px;
    border: 2px solid #b50b2c;
    margin-left: 20px;
}
.find_info {
    margin: 20px 0 12px;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.18;
    letter-spacing: normal;
    text-align: center;
}
.find_info a {
    color: #fff;
}
.join_wrap {
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.18;
    letter-spacing: normal;
    text-align: center;
    color: #e76115;
}
.join_wrap a {
    color: #e76115;
}
.txt_join {
    margin-bottom: 100px;
    font-size: 26px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.15;
    letter-spacing: normal;
    text-align: center;
}
.txt_join a {
    color: #e76115;
}
.btn_submit {
    display: block;
    margin-bottom: 10px;
    height: 64px;
    line-height: 64px;
    border-radius: 5px;
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.16);
    width: 100%;
    border: none;
    background-color: #b50b2c;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
/* 硫붿씤 */
.swiper-container.top_banner_section {
    width: 100%;
    height: calc(100vh - 74px);
    /* background: url(../image/zippalgo/building-500337.jpg) fixed no-repeat center; */
    background-size: cover;
}
.swiper-slide {
    text-align: center;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.top_banner_section h1 {
    position: absolute;
    line-height: 1.2;
    font-size: 100px;
    font-weight: 500;
    color: #fff;
}
.top_banner_section .slide1 h1 {
    top: 100px;
    left: 100px;
    text-align: left;
}
.top_banner_section .slide2 h1 {
    top: 100px;
    right: 100px;
    text-align: right;
}
.top_banner_section h1 strong {
    color: #b50b2c;
    font-weight: 900;
}
.section_default {
    background-color: #fff;
}
.section_default:after {
    display: block;
    content: '';
    clear: both;
}
.section_default .info_wrap {
    margin-top: 100px;
}
.section_default .info_wrap ul:after {
    display: block;
    content: '';
    clear: both;
}
.section_default li {
    float: left;
    margin-right: 2%;
    width: 32%;
}
.section_default li:last-child {
    margin-right: 0;
}
.section_default li div {
    width: 100%;
    height: 300px;
}
.section_default h3 {
    margin-top: 20px;
    margin-bottom: 25px;
    line-height: 1.3;
    font-size: 22px;
    font-weight: bold;
    word-break: keep-all;
}
.section_default p {
    line-height: 1.3;
    font-size: 18px;
    font-weight: 400;
    color: rgba(34, 34, 34, 0.8);
    word-break: keep-all;
}
.btn_go {
    display: block;
    margin: 50px auto;
    padding: 10px 40px;
    width: 150px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 35px;
    border-radius: 25px;
    background-color: #b50b2c;
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
}
.useguide_wrap {
    padding: 70px 0 150px;
    background-color: #f9f9f9;
}
.useguide_wrap h1 {
    margin-bottom: 70px;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
}
.useguide_wrap ol li {
    float: left;
    width: 25%;
    padding: 0 10px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.useguide_wrap ol li span.num {
    display: block;
    margin: 0 auto 30px;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-family: 'Signika';
    font-size: 31px;
    background-color: #b50b2c;
    color: #fff;
    text-align: center;
    line-height: 50px;
}
.useguide_wrap ol li h4 {
    margin-bottom: 30px;
    line-height: 40px;
    font-size: 24px;
    word-break: keep-all;
}
.useguide_wrap ol li p {
    line-height: 30px;
    font-size: 20px;
    -ms-word-break: keep-all;
    word-break: keep-all;
}
.success_story_wrap {
    padding: 50px 0;
    background-color: #fff;
}
.bottom_txt {
    margin-top: 20px;
}
.bottom_txt p {
    line-height: 1.4;
    font-size: 18px;
}
.section_map {
    height: 75vh;
}


.top_banner {
    position: relative;
    padding-top: 25.5px;
    height: 394px;
    text-align: center;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 999;
}
.top_banner:after {
    display: block;
    content: '';
    clear: both;
}
.top_banner .top_banner_txt {
    margin: 0 0 25.5px;
}
.top_banner .top_banner_txt span {
    display: block;
    height: 34px;
    color: #fff;
    font-size: 26px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.15;
    letter-spacing: normal;
    text-align: center;
}
.top_banner .top_banner_txt h2 {
    font-size: 34px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.15;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
}
.top_banner_txt.swiper-container {
    width: 100%;
    height: 103px;
}
.top_banner_txt.swiper-container .swiper-wrapper {
    width: 874px;
}
.top_banner_txt .swiper-slide {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.top_banner .ticker {
    height: 40px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}
.top_banner .ticker div {
    height: 30px;
    margin: 0 5px;
    padding: 5px;
    line-height: 40px;
    font-weight: bold;
    color: #fff;
}
.top_banner .ticker div:first-child {
    font-size: 26px;
}
.top_banner .ticker div:last-child {
    font-size: 30px;
}
.top_banner > ul {
    display: inline-block;
}
.top_banner > ul:after {
    display: block;
    content: '';
    clear: both;
}
.top_banner > ul li {
    position: relative;
    float: left;
    margin-right: 61px;
    width: 155px;
    height: 171px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.16);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.top_banner > ul li:last-child {
    margin-right: 0;
}
.top_banner > ul li a {
    display: block;
    width: 100%;
    height: 100%;
}
.top_banner > ul li img {
    position: absolute;
    top: 34px;
    left: 50%;
    margin-left: -32.5px;
    width: 65px;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: all 0.3s ease-in-out;
}
.top_banner > ul li:first-child img {
    top: 13.4px;
    margin-left: -37px;
    width: 74px;
}
.top_banner > ul li h5 {
    position: absolute;
    bottom: 33px;
    right: 0;
    left: 0;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: all 0.3s ease-in-out;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: center;
    color: #0c0c0e;
}
.top_banner > ul li span {
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.08;
    letter-spacing: normal;
    text-align: center;
    color: #0c0c0e;
    position: absolute;
    bottom: 25px;
    right: 0;
    left: 0;
}
.top_banner > ul li:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.top_banner > ul li:hover h5 {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.short_wrap {
    position: absolute;
    bottom: -64px;
    left: 50%;
    margin-left: -561px;
}
.short_wrap img {
    width: 50px;
}
.short_wrap span {
    display: block !important;
    margin-top: 7px;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: center;
    color: #101010;
}
.short_slide .swiper-container {
    padding: 0 40px;
    width: 1122px;
    height: 130px;
    border-radius: 99px;
    box-shadow: 0 3px 6px 0 rgba(238, 95, 14, 0.16);
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.short_slide .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.short_slide .swiper-button-next, .short_slide .swiper-button-prev {
    background: url("../image/user/icon_new/short_banner_arrow.png") no-repeat center;
    background-size: 28px 56px;
}
/*.swiper-button-prev {
    left: -50px;
}
.swiper-button-next {
    right: -50px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}*/
.short_slide.hidden {
    display: none;
}
.short_cnt {
    position: absolute;
    bottom: -267px;
    display: none;
    /*bottom: -320px;*/
    width: 1122px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.12);
    border: solid 1px #ee5f0e;
    background-color: #fff;
    padding: 30px 40px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top-right-radius: 55px;
    border-top-left-radius: 55px;
    border-bottom-right-radius: 85px;
    border-bottom-left-radius: 85px;
}
.short_cnt.on {
    display: block;
}
.short_cnt:after {
    display: block;
    content: '';
    width: 29px;
    height: 16px;
    background: url("../image/user/icon_new/short_cnt_arrow.png") no-repeat center;
    background-size: 29px 16px;
    position: absolute;
    bottom: 11px;
    left: 50%;
    margin-left: -14.5px;
    cursor: pointer;
}
.short_cnt li {
    float: left;
    margin-right: 28px;
    margin-bottom: 30px;
    width: 150px;
    height: 93px;
}
.short_cnt li:nth-child(6n) {
    margin-right: 0;
}
.short_cnt li:nth-child(n+13) {
    margin-bottom: 0;
}
.short_cnt li a {
    display: block;
}

.short_cnt li:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.short_cnt li:hover span {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.help_sec {
    height: 101px;
    text-align: center;
    background-color: #ee5f0e;
    padding: 20px 0;
    box-sizing: border-box;
}
.help_sec span {
    display: inline-block;
    margin: 0 0 10px;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.15;
    letter-spacing: normal;
    text-align: center;
}
.help_sec p {
    color: #fff;
    font-size: 26px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.15;
    letter-spacing: normal;
    text-align: center;
}
.applciation_sec {
    position: relative;
    border-bottom: 3px solid #e4e4e4;
}
.applciation_sec .bx-wrapper {
    float: left;
    margin: 10px 0 1px;
    /*max-width: inherit;
    width: 874px;*/
}
.applciation_sec .list_all {
    display: none;
    float: right;
    width: 246px;
    height: 79px;
    line-height: 79px;
    text-align: center;
}
.applciation_wrap {
    padding: 22px 40px;
    height: 103px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.application_list {
    float: left;
    width: 874px;
}
.application_list:after {
    display: block;
    content: '';
    clear: both;
}
.application_list li {
    float: left;
    /*margin: 0 30px 9px 0;*/
    margin: 0 0 9px 0;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.application_list li:nth-child(even) {
    margin-right: 0;
}
.application_list span {
    display: block;
    float: left;
    font-weight: 700;
    font-size: 14px;
    color: #6b6b6b;
}
.application_list span.type {
    margin-right: 13px;
    width: 52px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    border-radius: 50px;
}
.application_list span.type_1 {
    background-color: #f3a600;
}
.application_list span.type_2 {
    background-color: #ec6a26;
}
.application_list span.tit {
    margin-top: 4.5px;
    margin-right: 40px;
    width: 145px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.application_list span.place {
    margin-top: 4.5px;
    margin-right: 26px;
    width: 165px;
}
.application_list span.date {
    margin-top: 4.5px;
}
.applciation_wrap > div.abc {
    float: right;
    width: 166px;
    height: 68px;
    line-height: 68px;
    text-align: right;
    cursor: pointer;
}
.example_list h1 {
    position: relative;
    padding: 30px 0;
    font-size: 25px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.12;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
}
.example_list h1 a {
    font-size: 15px;
    color: #6b6b6b;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
}
.example_list .item_list:after {
    display: block;
    content: '';
    clear: both;
}
.example_list .item_list .item {
    float: left;
    margin-right: 26px;
    /*margin-bottom: 44px;*/
    width: calc(25% - 20px);
    background-color: #fff;
    overflow: hidden;
}
.example_list .item_list .item:nth-child(4n) {
    margin-right: 0;
}
.example_list .item_list .item:nth-child(n+5) {
    display: none;
}
.example_list .item_list .item .item_bg {
    height: 156px;
    overflow: hidden;
}
.example_list .item_list .item .item_bg img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: all 0.3s ease-in-out;
}
.example_list .item_list .item:hover .item_bg img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.example_list .item_list .item .item_cnt {
    position: relative;
    padding: 20px;
    border: 1px solid #fdfdfd;
    border-top: none;
}
.example_list .item_list .item .item_cnt .subject {
    color: #707070;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.08;
    letter-spacing: normal;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.example_list .item_list .item .item_cnt .desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 16.5px;
    font-size: 12px;
    color: #5e5e5e;
    padding-right: 75px;
}
.example_list .item_list .item .item_cnt .date {
    position: absolute;
    right: 16px;
    bottom: 25px;
    font-size: 13px;
    color: #5e5e5e;
}
.applciation_wrap.swiper-container {
    width: 100%;
    height: 103px;
}
.applciation_wrap.swiper-container .swiper-wrapper {
    width: 874px;
}
.applciation_wrap .swiper-slide {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.adv_sec {
    margin-top: 30px;
}
.adv_sec .adv1 {
    float: left;
    width: 745px;
    height: 180px;
}
.adv_sec .adv1 img {
    width: 100%;
    height: 100%;
}
.naver_ss {
    float: right;
    width: 375px;
    height: 180px;
}
.naver_ss img {
    width: 100%;
    height: 100%;
}
/*.naver_ss div:first-child {
    margin-top: 33px;
    font-weight: 800;
    font-size: 50px;
    color: #3daf36;
}
.naver_ss div:last-child {
    line-height: 34px;
    font-size: 21px;
    font-weight: 700;
}*/
.process_wrap {
    padding-bottom: 50px;
}
.process {
    position: relative;
    margin: 50px auto 0;
    width: 100%;
}
.process:after {
    display: block;
    content: '';
    clear: both;
}
.process > div {
    float: left;
    position: relative;
    padding: 0;
    width: 33.33%;
    height: 280px;
}
.process > div:last-child {
    margin-right: 0px;
}
.process-holder {
    border: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.process-holder a {
    color: #000;
}
.process-holder a:hover {
    text-decoration: underline;
}
.process-holder a:hover .process-text_tag {
    color: #fff;
}
.process-text_tag {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 30px;
    text-align: center;
    transition: 0.5s;
}
.process-holder a:hover .process-title {
    color: #fff;
}
.process-title {
    font-size: 12px;
    color: #000;
    padding: 5px 0;
    font-weight: 300;
    line-height: 22px;
    transition: 0.5s;
}
.process-holder a:hover .process-go__detail {
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0.6);
}
.process-holder img {
    width: 100%;
    transition: 0.5s;
}
.process-holder a:hover .process-img .process-plus {
    background-color: rgba(178, 81, 38, 0.7);
}
.process-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.process-img .process-plus {
    background-color: rgba(242, 242, 242, 0.9);
    border: 0px solid #fff;
    bottom: 0;
    color: #fff;
    left: 0;
    margin: 0px;
    position: absolute;
    opacity: 1;
    filter: alpha(opacity=0);
    right: 0;
    text-align: center;
    top: 0;
    z-index: 99;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.process-holder a:hover .process-img {
    transform: scale(1.5);
    transition: 0.5s;
}
.process-text_top {
    position: absolute;
    top: 30%;
    z-index: 100;
    width: 80%;
    left: 10%
}
/* �쉶�썝媛��엯 */
.content_wrap.join .member_form {
    margin: 50px auto;
    width: 500px;
}
.vali_id {
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(231, 97, 21, 0.16);
    cursor: pointer;
    width: 150px;
    height: 64px;
    font-size: 17px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 64px;
    letter-spacing: normal;
    text-align: center;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.vali_id a {
    display: block;
    color: #414141;
}
.vali_id:hover,
.vali_id.on {
    background-color: #b50b2c;
}
.vali_id:hover a,
.vali_id.on a {
    color: #fff;
}
/* �쉶�썝媛��엯 �셿猷� */
.link_div {
    margin-bottom: 15px;
    height: 64px;
    line-height: 64px;
    border-radius: 5px;
}
.link_div.bg_tomato {
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #e76115;
}
.link_div.bg_white {
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
}
.link_div a {
    display: block;
    font-size: 26px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
}
.link_div.bg_tomato a {
    color: #fff;
}
.link_div.bg_white a {
    color: #707070;
}

.join_result_partner h3.txt {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: center;
    margin: 50px 0 20px;
    color: #414141;
}
.join_result_partner p.info_txt {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: center;
    margin-bottom: 10px;
    color: #414141;
}
.join_result_partner figure {
    text-align: center;
}
.join_result_partner figure img {
    width: 300px;
}
.join_result_partner p.time {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.39;
    letter-spacing: normal;
    text-align: center;
    color: #707070;
}
.join_result_partner p.time span {
    display: block;
}
/* �븘�씠�뵒 李얘린 */
.result_div {
    position: relative;
    margin-bottom: 25px;
    width: 100%;
    height: 64px;
    border-radius: 5px;
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
    text-align: left;
    color: #707070;
    padding-left: 25px;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
}
.result_div .result_tit {
    position: absolute;
    top: 25px;
    left: 31px;
}
.result_div .result_cnt {
    position: absolute;
    top: 25px;
    right: 31px;
}
/* 鍮꾨�踰덊샇 李얘린 */
.txt_info {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: center;
    margin-bottom: 10px;
}
/* �뫖�꽣 */
.footer_wrap {
    position: relative;
    background-color: #000;
}
.footer_wrap:after {
    display: block;
    content: '';
    clear: both;
}
.footer_wrap .footer_logo {
    float: left;
    margin: 20px 40px 0 0;
}
.footer_wrap .footer_logo img {
    width: 169px;
}
.footer_wrap .footer_top {
    padding: 17px 0;
    border-bottom: 1px solid rgba(255, 2555, 255, 0.5);
    border-top: 1px solid rgba(0, 0, 0, 0.32);
}
.footer_wrap .footer_top li {
    float: left;
    margin-right: 30px;
}
.footer_wrap .footer_top li a {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}
.footer_wrap .container {
    position: relative;
}
.footer_wrap .footer_cnt {
    float: left;
    margin: 20px 0 40px;
}
.footer_wrap .footer_cnt p {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.79;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}
.footer_wrap .footer_cnt p:last-child {
    margin-bottom: 0;
}
/* 寃ъ쟻�쓽猶� */
.order_list {
    /*margin: 100px auto 0;
    width: 1041px;*/
    display: inline-block;
    margin-top: 70px;
    height: 251px;
}
.order_list li {
    position: relative;
    float: left;
    margin-right: 60px;
    width: 155PX;
    height: 190PX;
    border-radius: 5px;
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.16);
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.order_list li:last-child {
    margin-right: 0;
}
.order_list li:hover {
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.16);
}
.order_list li:hover a h5 {
    color: #e76115;
}
.order_list li:active h5 {
    color: #e76115;
}
.order_list li a {
    display: block;
    height: 100%;
}
.order_list li img {
    position: absolute;
    top: 44px;
    left: 50%;
    margin-left: -32.5px;
    width: 65px;
}
.order_cate .order_list li:first-child img {
    width: auto;
    height: 85px;
    top: 24px;
}
.order_list li h5 {
    position: absolute;
    right: 0;
    bottom: 40px;
    left: 0;
    font-size: 17px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.12;
    letter-spacing: normal;
    text-align: center;
    color: #707070;
}
/* 寃ъ쟻�쓽猶� - 怨듯넻 */
.btn_info {
    width: 38px;
    height: 38px;
    position: absolute;
    top: 27px;
    right: 20px;;
}
.btn_info img {
    width: 100%;
}
.progress_bar {
    margin-bottom: 70px;
    width: 100%;
}
.progress_bar:after {
    display: block;
    content: '';
    clear: both;
}
/*.progress_bar_circle {
    float: left;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 3px solid #e76115;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0.2;
}*/
.progress_bar_line {
    /*float: left;
    margin-top: 9px;
    width: 354px;
    height: 2px;
    background-color: #e76115;
    opacity: 0.2;*/
    float: left;
    /*height: 6px;*/
    background-color: #b50b2c;
    opacity: 0.16;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    padding: 15px 0 15px 30px;
}
.progress_bar.progress_bar_third .progress_bar_line {
    width: 33.33%
}
.progress_bar.progress_bar_four .progress_bar_line {
    width: 25%
}
.progress_bar.progress_bar_five .progress_bar_line {
    width: 20%
}
.progress_bar.progress_bar_six .progress_bar_line {
    width: 16.66%
}
.progress_bar.progress_bar_seven .progress_bar_line {
    width: 14.285%;
}
.progress_bar .on {
    opacity: 1;
}
.progress_bar .active {
    /*border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;*/
}
.progress_bar_100 {
    width: 100%;
    height: 6px;
    background-color: #e76115;
    opacity: 0.16;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.progress_step {
    display: none;
    position: relative;
    margin: 0 auto;
    width: 855px;
    text-align: center;
}
.progress_step.on {
    display: block;
}
/*.progress_step.step_1 {
    display: block;
}*/
/*.step_tit {
    margin-top: 50px;
    margin-bottom: 16px;
    font-size: 36px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: center;
    color: #414141;
}
.step_desc {
    margin-bottom: 50px;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: center;
    color: #414141;
}*/
.progress_step h2 {
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.0666666666666667;
    letter-spacing: normal;
    color: #222;
}
.progress_step h6 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: #414141;
}
.progress_step > ul > li {
    float: left;
    margin-right: 25px;
    width: 415px;
}
.progress_step > ul > li:nth-child(even) {
    margin-right: 0;
}
.progress_step .li_fullwidth {
    margin-right: 0;
    width: 100%;
}
.progress_step .li_section {
    margin-top: 45px;
}
.btn_basic_list {
    margin: 0 auto;
    padding: 2px;
    width: 855px;
}
.btn_basic {
    position: relative;
    float: left;
    margin-right: 25px;
    margin-bottom: 25px;
    width: 412px;
    height: 90px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.06);
}
.btn_basic:nth-child(even) {
    margin-right: 0;
}
.btn_basic_180 {
    margin-top: 10px;
    height: 180px;
}
.btn_center {
    float: inherit !important;
    margin: 0 auto 25px !important;
}
.btn_basic_full {
    width: 100% !important;
}
/*.btn_basic_list_fullwidth .btn_basic:last-child {
    width: 100% !important;
}*/
.btn_basic input[type="radio"] {
    display:none;
}
.btn_basic input[type="radio"] + label {
    display: block;
    height: 100%;
    color: #707070;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 90px;
    letter-spacing: normal;
    text-align: center;
}
.btn_basic input[type="radio"]:checked + label {
    color: #e76115;
}
.btn_basic input[type="radio"] + label span {
    line-height: inherit;
}
.btn_basic input[type="radio"] + label span span {
    font-size: 16px;
}
.btn_basic.btn_basic_180 input[type="radio"] + label {
    line-height: 180px;
}
.btn_basic input[type="checkbox"] {
    display:none;
}
.btn_basic input[type="checkbox"] + label {
    display: block;
    height: 100%;
    line-height: 90px;
    color: #707070;
    font-size: 26px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    cursor: pointer;
}
.btn_basic.on input[type="checkbox"] + label {
    color: #e76115;
}
.btn_basic input[type="checkbox"] + label span {
    line-height: inherit;
}
.btn_basic input[type="checkbox"] + label span span {
    font-size: 16px;
}
.btn_basic.btn_basic_180 input[type="checkbox"] + label {
    line-height: 180px;
}
.btn_basic:hover,
.btn_basic.active {
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
}
.btn_basic:hover input[type="radio"] + label {
    color: #e76115;
}
.btn_basic .label_strong {
    line-height: 18px !important;
    position: absolute;
    top: 17px;
    width: 100%;
}
.btn_basic .label_strong strong {
    display: block;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: center;
}
.btn_basic .label_strong span {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: center;
}
.btn_basic .cate_title {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.18;
    letter-spacing: normal;
    text-align: center;
    color: #707070;
    padding-top: 35px;
    display: block;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.btn_basic .cate_title:hover {
    color: #e76115;
}
.btn_basic .cate_title.line2 {
    padding-top: 26px;
}
.btn_basic .cate_title span {
    font-size: 17px;
    display: block;
    font-weight: bold;
}
.content_wrap.order_cctv .step_5 .btn_basic input[type="radio"] + label {
    top: 25px;
}
.content_wrap.order_cctv .step_5 .btn_basic input[type="radio"] + label[for="comId2"] {
    top: 35px;
}
.btn_basic input[name="prod"] + label {
    font-size: 18px;
}
.content_wrap.order_shop .step_2 .btn_basic input[type="checkbox"] + label {
    font-size: 20px;
}
.content_wrap.order_hospital .step_2 .btn_basic input[type="checkbox"] + label {
    font-size: 20px;
}
.alone_btn_wrap .btn_basic {
    margin-bottom: 70px;
}
.progress_step .li_fullwidth.info_list {
    margin-top: 10px;
}
.progress_step .li_fullwidth.info_list li {
    width: calc(100% - 3px);
    height: 64px;
    border-radius: 5px;
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
    position: relative;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.order_simple .progress_step .li_fullwidth.info_list li,
.order_mass .progress_step .li_fullwidth.info_list li {
    box-shadow: none;
    border: solid 0.5px #a2a2a2;
}
.progress_step .li_fullwidth.info_list li.active {
    border: solid 1px #e76115;
}
.order_simple .progress_step .li_fullwidth.info_list li.active,
.order_mass .progress_step .li_fullwidth.info_list li.active {
    background-color: #fff9f5;
}
.progress_step .li_fullwidth.info_list li .li_tit {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    float: left;
    margin-top: 22px;
    margin-left: 25px;
}
.progress_step .li_fullwidth.info_list .info_necessary li .li_tit {
    color: #a2a2a2;
}
.progress_step .li_fullwidth.info_list li .li_cnt {
    float: right;
    margin-top: 22px;
    margin-right: 25px;
}
.progress_step .li_fullwidth.info_list li .li_cnt:after {
    display: block;
    content: '';
    clear: both;
}
.progress_step .li_fullwidth.info_list li .li_cnt input {
    outline: none;
    border: none;
    color: #e76115;
    height: auto;
    display: inline-block;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: right;
}
/*.progress_step .li_fullwidth.info_list li.active .li_cnt input {
    background: #fff9f5;
}*/
.progress_step .li_fullwidth.info_list .info_necessary li .li_cnt input {
    color: #707070;
}
.progress_step .li_fullwidth.info_list .info_necessary li.active .li_cnt input {
    color: #e76115;
}
.order_simple .progress_step .li_fullwidth.info_list li.active .li_cnt input,
.order_mass .progress_step .li_fullwidth.info_list li.active .li_cnt input {
    background-color: #fff9f5;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #fff inset;
    -webkit-text-fill-color: #000;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}
.order_simple .progress_step .li_fullwidth.info_list li.active .li_cnt input:-webkit-autofill,
.order_mass .progress_step .li_fullwidth.info_list li.active .li_cnt input:-webkit-autofill{
    -webkit-box-shadow: 0 0 0 30px #fff9f5 inset;
    -webkit-text-fill-color: #000;
}
.order_simple .progress_step .li_fullwidth.info_list li.active .li_cnt input:-webkit-autofill,
.order_simple .progress_step .li_fullwidth.info_list li.active .li_cnt input:-webkit-autofill:hover,
.order_simple .progress_step .li_fullwidth.info_list li.active .li_cnt input:-webkit-autofill:focus,
.order_simple .progress_step .li_fullwidth.info_list li.active .li_cnt input:-webkit-autofill:active,
.order_mass .progress_step .li_fullwidth.info_list li.active .li_cnt input:-webkit-autofill,
.order_mass .progress_step .li_fullwidth.info_list li.active .li_cnt input:-webkit-autofill:hover,
.order_mass .progress_step .li_fullwidth.info_list li.active .li_cnt input:-webkit-autofill:focus,
.order_mass .progress_step .li_fullwidth.info_list li.active .li_cnt input:-webkit-autofill:active{
    transition: background-color 5000s ease-in-out 0s;
}
.progress_step .li_fullwidth.info_list li .li_cnt.add_img {
    margin-top: 17px;
    margin-right: 18px;
}
.progress_step .li_fullwidth.info_list .info_add li .li_tit,
.progress_step .li_fullwidth.info_list .info_add li .li_cnt {
    color: #707070;
}
.progress_step .li_fullwidth.info_list .info_add li.textarea_sec {
    height: auto;
}
.progress_step .li_fullwidth.info_list .info_add li.textarea_sec .li_cnt {
    clear: both;
    width: 100%;
    float: inherit;
    padding: 25px;
    box-sizing: border-box;
    resize: none;
}
.progress_step .li_fullwidth.info_list .info_add li.textarea_sec .li_cnt textarea {
    width: 100%;
    box-sizing: border-box;
    border: none;
    height: 200px;
    margin: 0;
    resize: none;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.39;
    letter-spacing: normal;
    text-align: left;
    outline: none;
}
.progress_step .li_fullwidth.info_list .info_add li.textarea_sec .li_cnt textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #a2a2a2;
    opacity: 1; /* Firefox */
}
.progress_step .li_fullwidth.info_list .info_add li.textarea_sec .li_cnt textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #a2a2a2;
}
.progress_step .li_fullwidth.info_list .info_add li.textarea_sec .li_cnt textarea::-ms-input-placeholder{ /* Microsoft Edge */
    color: #a2a2a2;
}
.order_simple .progress_step .li_fullwidth.info_list .textarea_sec.active .li_cnt textarea,
.order_mass .progress_step .li_fullwidth.info_list .textarea_sec.active .li_cnt textarea {
    background-color: #fff9f5;
}
.progress_step .agree_list {
    margin: 30px auto 0;
    /*width: 700px;*/
    width: 100%;
}
.progress_step .agree_list li {
    margin-bottom: 17px;
    width: 100%;
    margin-right: 0;
    float: inherit;
}
.progress_step .agree_list li:last-child {
    margin-bottom: 0;
}
.btn_wrap {
    margin: 25px auto;
    text-align: center;
}
.btn_wrap:after {
    display: block;
    content: '';
    clear: both;
}
.btn_wrap.btn_wrap_last {
    margin-top: 30px;
}
.btn_wrap .btn_prev {
    display: inline-block;
    margin-right: 25px;
    width: 61px;
    height: 56px;
    border-radius: 5px;
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    line-height: 56px;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    color: #707070;
}
.btn_wrap .btn_next {
    display: inline-block;
    width: 411px;
    height: 56px;
    border-radius: 5px;
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: rgba(181, 11, 44, 0.5);
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 56px;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}
.btn_wrap .btn_next:hover {
    background-color: #b50b2c;
}
.btn_wrap.btn_wrap_last .btn_prev {
    display: inline-block;
    margin-right: 25px;
    width: 61px;
    height: 56px;
    border-radius: 5px;
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    line-height: 56px;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    color: #707070;
}
/*.btn_wrap.btn_wrap_last .btn_next {
    display: inline-block;
    width: 500px;
    height: 56px;
    border-radius: 5px;
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #e76115;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 56px;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}*/
.btn_wrap.btn_wrap_center {
    margin: 0;
}
.btn_wrap.btn_wrap_center .btn_prev {
    float: none;
    margin: 0;
    width: 40px;
    height: 80px;
    box-shadow: none;
    line-height: inherit;
    position: fixed;
    top: 500px;
    left: 120px;
}
.btn_wrap.btn_wrap_center .btn_prev img {
    width: 100%;
}
.btn_wrap.btn_wrap_center .btn_next {
    float: none;
    margin: 0;
    width: 40px;
    height: 80px;
    box-shadow: none;
    line-height: inherit;
    position: fixed;
    top: 500px;
    right: 120px;
}
.btn_wrap.btn_wrap_center .btn_next img {
    width: 100%;
}
.order_submit_btn {
    display: none;
    background: #e76115;
    color: #fff;
    height: 64px;
    border-radius: 5px;
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.16);
    width: 530px;
    margin: 0 auto;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    line-height: 64px;
}
.order_submit_btn a {
    color: #fff;
}
/* ���웾, 媛꾪렪 寃ъ쟻 */
.progress_step.order_ect {
    display: block;
    width: 550px;
}
.mass_cate_wrap {
    margin: 50px auto 10px;
    width: 550px;
}
.mass_cate_wrap select {
    width: calc(100% - 3px);
    height: 64px;
    position: relative;
    -ms-text-align-last: center;
    -moz-text-align-last: center;
    color: #707070;
    text-align-last: left;
    border: 0.5px solid #a2a2a2;
    border-radius: 5px;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.progress_step .li_fullwidth.info_list .info_cnt_select {
    float: left;
    margin-right: 10px;
    width: calc(50% - 6px);
    z-index: 10;
    height: 64px;
    border-radius: 5px;
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
    position: relative;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: none;
}
.progress_step .li_fullwidth.info_list .info_cnt_select select {
    width: 100%;
    height: 100%;
    border: 0;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: #707070;
}
.btn_save {
    height: 64px;
    border-radius: 5px;
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #e76115;
    display: block;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 64px;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}
/* �뒪留덊듃 �솕�옣�떎 */
.order_toilet .progress_step.step_2 > ul {
    margin: 0 auto;
    width: 415px;
}
.order_toilet .progress_step.step_2 .btn_basic input[type="checkbox"] + label {
    font-size: 18px;
}
/* �뒪留덊듃 �쉶�쓽�떎 */
.order_conference .progress_step.step_2 > ul {
    margin: 0 auto;
    width: 415px;
}
/* �뒪留덊듃 蹂묒썝 */
.order_hospital .progress_step.step_2 > ul {
    margin: 0 auto;
    width: 415px;
}
/* �뒪留덊듃 罹좏띁�뒪 */
.order_campus .progress_step.step_2 > ul {
    margin: 0 auto;
    width: 415px;
}
/* �뒪留덊듃 二쇱감�옣 */
.order_parking .progress_step.step_2 > ul {
    margin: 0 auto;
    width: 415px;
}
/* 寃ъ쟻 寃곌낵 �럹�씠吏� */
.result_page_top {
    padding-top: 99px;
    height: 273px;
    background: url(../image/user/resultpage_top_img.png) no-repeat center;
    -webkit-background-size: 100% 273px;
    background-size: 100% 273px;
}
.result_page .result_page_cnt {
    padding-top: 50px;
    text-align: center;
}
.result_page .result_page_cnt img {
    padding: 50px 0;
    width: 200px;
}
.result_page .result_page_cnt p {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.39;
    letter-spacing: normal;
    text-align: center;
    color: #707070;
}
.result_page .result_page_cnt a {
    display: block;
    width: 530px;
    height: 64px;
    border-radius: 5px;
    background-color: #e76115;
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.16);
    margin: 71px auto 0;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    line-height: 64px;
}

input[type="text"], input[type=email], input[type="password"], textarea {
    border: 1px solid #b4b4b4;
}
.box_wrap {
    border: 3px solid #d2d2d2;
}
.box_wrap h1 {
    margin: 75px 0 28px;
    text-align: center;
    font-weight: 700;
    font-size: 37px;
    color: #000;
}
.box_wrap p {
    margin-bottom: 75px;
    text-align: center;
    color: #000;
    font-size: 16px;
}
.box_wrap .box_cnt li:after {
    display: block;
    content: '';
    clear: both;
}
.box_wrap .box_cnt li .tit {
    float: left;
    width: 294px;
    font-weight: 700;
    color: #000;
    font-size: 22px;
    text-align: right;
}
.box_wrap .box_cnt li.prod_type_wrap .tit p {
    text-align: right;
}
.box_wrap .box_cnt li .cnt {
    position: relative;
    float: left;
    padding-left: 79px;
    width: calc(100% - 294px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.box_wrap .box_cnt li .cnt:after {
    display: block;
    content: '';
    clear: both;
}
.box_wrap .box_cnt li .essential:before {
    display: block;
    content: '';
    position: absolute;
    top: 7px;
    left: 17px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ee5f0e;
}
.box_wrap .box_cnt li .cnt li {
    float: left;
}
.box_wrap .box_cnt li .cnt li label span {
    display: block;
}
.box_wrap .box_cnt li:first-child .tit p {
    font-size: 17.5px;
    text-align: right;
    margin-right: -3px;
}
.box_wrap .box_cnt li:first-child .cnt {
    margin-bottom: 50px;
}
.prod_type_list li {
    /*position: relative;
    margin-right: 90px;
    text-align: center;*/
    position: relative;
    float: left;
    margin: 0 10px 10px 0;
    padding: 23.5px 0;
    width: calc(270px - 2px);
    height: 64px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.prod_type_list li:after {
    display: block;
    content: '';
    clear: both;
}
.prod_type_list li:nth-child(even) {
    margin-right: 0;
}
.prod_type_list label span.nm {
    margin-top: 21px;
}
.prod_type_list input[type="checkbox"] {
    display:none;
}
.prod_type_list input[type="checkbox"] + label {
    display: block;
    text-align: center;
    font-size: 18.5px;
    color: #000;
    cursor: pointer;
}
.box_content .prod_type_list input[type="checkbox"] + label {
    font-size: 15px;
    color: #707070;
}
.box_content .progress_step .li_fullwidth.info_list .info_necessary li .li_tit,
.box_content .progress_step .li_fullwidth.info_list .info_necessary li .li_cnt {
    color: #707070;
}
.prod_type_list input[type="checkbox"]:checked + label span.chk {
    position: absolute;
    top: 24.5px;
    right: 29.5px;
    background: url(../image/user/order_mass_chk.png) no-repeat center;
    background-size: 15px;
    cursor: pointer;
    width: 15px;
    height: 15px;
}
.place_wrap .cnt {
    margin-bottom: 76px;
}
.place_wrap .cnt li {
    width: 69px;
    margin-right: 80px;
    text-align: center;
}
.agree_wrap {
    margin-top: 65px;
    margin-bottom: 18px;
}
.agree_wrap .tit {
    height: 100px;
}
.box_wrap .box_cnt li .cnt .agree_list li {
    float: inherit;
    margin-bottom: 35px;
}
.box_wrap .box_cnt li .cnt .agree_list li label span {
    display: inline-block;
    margin-right: 20px;
}
.agree_list {
    margin: 50px 0;
}
.agree_list li {
    margin-bottom: 26px;
}
.agree_list input[type="checkbox"] {
    display:none;
}
.agree_list input[type="checkbox"] + label {
    color: #414141;
    cursor: pointer;
    font-size: 17px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.12;
    letter-spacing: normal;
    text-align: left;
}
.agree_list input[type="checkbox"] + label span {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0 10px 0 0;
    vertical-align:middle;
    background:url(../image/user/btn_round_off.png) no-repeat;
    background-size: 24px;
    cursor:pointer;
}
.agree_list input[type="checkbox"]:checked + label span {
    background:url(../image/user/btn_round_on.png) no-repeat;
    background-size: 24px;
}
input[type="text"] {
    padding-left: 10px;
    height: 35px;
    font-size: 14px;
    border: 1px solid #b4b4b4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="text"]::placeholder, textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #b4b4b4;
    opacity: 1; /* Firefox */
}
input[type="text"]:-ms-input-placeholder, textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #b4b4b4;
}
input[type="text"]::-ms-input-placeholder, textarea::-ms-input-placeholder { /* Microsoft Edge */
    color: #b4b4b4;
}
.choice input[type="radio"] {
    display:none;
}
.choice input[type="radio"] + label {
    white-space: nowrap;
    color: #000;
    font-size: 18.5px;
    text-align: center;
}
.choice input[type="radio"] + label span {
    display: block;
    margin: 14px auto 0;
    width:21px;
    height:21px;
    vertical-align:middle;
    background:url(../image/user/btn_round_off.png) no-repeat;
    background-size: 21px;
    cursor:pointer;
}
.choice input[type="radio"]:checked + label span {
    background:url(../image/user/btn_round_on.png) no-repeat;
    background-size: 21px;
}
.gird2 input[type="text"] {
    width: 128px;
}
/*.filebox input[type="file"] {
    position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip:rect(0,0,0,0); border: 0;
}
.filebox label {
    display: block;
    color: #fff;
    font-size: 14px;
    vertical-align: middle;
    cursor: pointer;
    width: 100px;
    height: 35px;
    background-color:#ee5f0e;
    line-height: 35px;
    text-align: center;
    float: left;
}
.filebox .upload-name {
    display: block;
    float: left;
    padding: 3px 0 3px 18px;
    width: 357px;
    height: 35px;
    font-size: 12px;
    font-family: inherit;
    vertical-align: middle;
    background-color: transparent;
    border: 1px solid #b4b4b4;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}*/
select {
    width: 207px;
    height: 35px;
    padding: 3px 0 3px 18px;
    font-weight: 700;
    font-size: 14px;
    color: #b4b4b4;
    background: url(../image/user/arrow_down.png) no-repeat 90% 50%;
    background-size: 4%;
    background-color: #fff;
    border: 1px solid #b4b4b4;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
select::-ms-expand {
    display: none;
}
input:-internal-autofill-previewed, input:-internal-autofill-selected, textarea:-internal-autofill-previewed, textarea:-internal-autofill-selected, select:-internal-autofill-previewed, select:-internal-autofill-selected {
    background-color: transparent;
}
.btn_big {
    margin-bottom: 50px;
    background-color: #ee5f0e;
    height: 94px;
    font-weight: 800;
    font-size: 29px;
    line-height: 94px;
    text-align: center;
}
.btn_big a {
    display: block;
    color: #fff;
}
.order_simple_btn {
    margin-bottom: 50px;
    text-align: center
}
.order_simple_btn button {
    background-color: #ee5f0e;
    color: #fff;
    border: none;
    width: 457px;
    height: 50px;
    font-size: 18px;
    padding: 0;
    margin-left: 80px;
}
/* 寃ъ쟻�쓽猶� - �솃 IoT */
.box_wrap .box_cnt li.iot_sec .cnt {
    margin-bottom: 60px;
    width: calc(100% - 505px);
}
.box_wrap .box_cnt li.iot_sec .cnt li {
    margin-right: 0;
    margin-bottom: 20px;
    width: 172px;
    text-align: left;
}
.prod_type_list input[type="checkbox"] + label.inline_style {
    text-align: left;
}
.box_wrap .box_cnt li .cnt li label.inline_style span {
    display: inline-block;
    margin-top: 0;
}
input.prod_num {
    margin-top: 10px;
    margin-left: 25px;
    width: calc(100% - 52px);
    height: 25px;
}

.blog_layer_wrap {
    display: none;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    z-index: 200;
}
.overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
}
.blog_layer {
    position: relative;
    margin: 0 auto;
    padding-bottom: 30px;
    width: 450px;
    background-color: #fff;
}
.blog_layer .header {
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.blog_layer h1 {
    font-size: 21px;
    color: #fff;
    position: absolute;
    right: 20px;
    left: 20px;
    bottom: 50px;
}
.blog_layer .header img {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 18px;
    cursor: pointer;
}
.blog_layer .cnt {
    padding: 0 20px;
}
.blog_layer .cnt p {
    margin-top: 10px;
}
.blog_layer p:after {
    display: block;
    content: '';
    clear: both;
}

/* 鍮꾪쉶�썝 寃ъ쟻�솗�씤 */
.proforma_nonmember .txt {
    margin: 20px 0 75px;
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.18;
    letter-spacing: normal;
    text-align: center;
    color: #707070;
}
.proforma_nonmember .txt a {
    color: #e76115;
}
/* �궡 寃ъ쟻臾몄쓽 �솗�씤李� */
.proforma_form {
    margin: 50px auto 0;
    width: 530px;
}
.proforma_form > ul {
    margin-bottom: 15px;
    padding: 0 30px;
    border-radius: 5px;
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.08);
}
.proforma_form > ul > li {
    padding: 16px 0;
    border-bottom: 1px solid #ececec;
}
.proforma_form > ul > li:last-child {
    border-bottom: none;
}
.proforma_form > ul > li:after {
    display: block;
    content: '';
    clear: both;
}
.proforma_form .tit {
    float: left;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.08;
    letter-spacing: normal;
    text-align: left;
    color: #707070;
}
.proforma_form .cnt {
    float: right;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.08;
    letter-spacing: normal;
    text-align: right;
    color: #707070;
}
.proforma_form .cnt span {
    display: block;
    text-align: right;
    font-weight: bold;
}
.goods_wrap h4,
.request_wrap h4 {
    font-size: 22px;
    margin: 50px 0 25px 0;
    padding-bottom: 25px;
    border-bottom: 1px solid #eaeaea;
    text-align: left;
}
.goods_wrap ul {
    padding-top: 10px;
    padding-bottom: 16px;
}
.goods_wrap ul li {
    position: relative;
    float: left;
    margin-bottom: 5px;
    width: calc(50% - 5px);
    height: 46px;
    margin-right: 10px;
    text-align: center;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 56px;
    letter-spacing: normal;
    border-radius: 5px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
}
.goods_wrap ul li:nth-child(even) {
    margin-right: 0;
}
.goods_wrap ul li div:first-child {
    left: 0;
    right: 0;
    text-align: center;
}
.goods_wrap ul li div:last-child {
    position: absolute;
    top: 16px;
    right: 20px;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.08;
    letter-spacing: normal;
    text-align: right;
    color: #707070;
}
.request_wrap p {
    margin-top: 10px;
    min-height: 250px;
    text-align: left;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.choice_bid_wrap h6 {
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.08;
    letter-spacing: normal;
    text-align: left;
    color: #e76115;
    margin-top: 16px;
    margin-bottom: 10px;
}
.choice_bid_wrap div {
    width: calc(100% - 3px);
    height: 64px;
    border-radius: 5px;
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
    position: relative;
    margin-bottom: 10px;
    border: solid 0.5px #e76115;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.choice_bid_wrap div span:first-child {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    float: left;
    margin-top: 22px;
    margin-left: 25px;
    color: #e76115;
}
.choice_bid_wrap div span:last-child {
    float: right;
    margin-top: 22px;
    margin-right: 25px;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: right;
    color: #707070;
}
.choice_bid_wrap div > p {
    white-space: pre;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: #707070;
    padding: 22px 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.btn_confirm {
    margin-top: 22px;
    height: 64px;
    border-radius: 5px;
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.16);
    display: block;
    background: #e76115;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    line-height: 64px;
}
.btn_list {
    height: 64px;
    border-radius: 5px;
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.16);
    display: block;
    font-size: 19px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 64px;
    letter-spacing: normal;
    text-align: center;
    color: #707070;
    margin-top: 12px;
}
.btn_list.btn_orange {
    background-color: #e76115;
    color: #ffffff;
}

.suggestion_wrap {
    margin-top: 16px;
}
.suggestion_wrap h4 {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.08;
    letter-spacing: normal;
    text-align: left;
    color: #e76115;
}
.suggestion_wrap > div {
    width: 100%;
    height: 64px;
    border: solid 1px #e76115;
    border-radius: 5px;
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
    position: relative;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.suggestion_wrap > div span:first-child {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    float: left;
    margin-top: 22px;
    margin-left: 25px;
    color: #e76115;
}
.suggestion_wrap > div span:last-child {
    float: right;
    margin-top: 12px;
    margin-right: 25px;
    color: #707070;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: right;
}
.suggestion_wrap > div span:last-child input {
    border: none;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: right;
    color: #707070;
}
.suggestion_wrap textarea {
    height: 250px;
    border-radius: 5px;
    border: solid 1px #e76115;
    width: 100%;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: #707070;
    padding: 22px 25px;
    box-sizing: border-box;
}
/* �궡寃ъ쟻臾몄쓽 �솗�씤 �썑 �뾽泥댁꽑�젙 */
.layer_modal_wrap {
    display: none;
    position: fixed;
    overflow-x: hidden;
    overflow-y: auto;
    /* top: 0; */
    top: 30px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
}

.layer_modal_event_wrap {
	display: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.layer_modal_pop_wrap  {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
}

.layer_modal_new_area_wrap {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.layer_modal_new_area {
	display: none;
    position: absolute;
   	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    width: 1000px;
    height: 530px;
    background: #fff;
    border: 1.5px solid #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10000;
}

.mask {
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.layer_modal {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 50px 50px 60px;
    width: 600px;
    height: 800px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.layer_modal_event {
	display: none;
    position: absolute;
    top: 60px;
    left: 30px;
    padding: 5px;
    width: auto;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10000;
}
.layer_modal_pop {
	display: none;
    /* position: absolute; */
    top: 30px;
    left: 30px;
    padding: 5px;
    width: auto;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.popupContentWrap {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 10px;
    background: #ffffff;
    display: inline-block;
    /* width: 450px; */
    /* max-height: 720px; */
    padding: 10px;
    border: 3px solid #000000;
    display: flex;
    flex-direction: column;
}
.popupContent {
	cursor: pointer;
	/* max-height: 650px; */
    -ms-overflow-style: none;
    overflow-y: auto;
}

.popupContent::-webkit-scrollbar{
	display: none !important;
}
.popupContent img {
	width: 100% !important;
}

#layer_modal {
    display:none;
    position: relative;
    margin: 0 auto;
    z-index: 9999;
}
.modal-dialog {
    max-width: 900px;
    background-color: #fff;
    border-radius: 5px;
    z-index: 9999;
}
.modal_content {
    overflow: hidden;
}
.modal_head {
    position: relative;
    padding-left: 20px;
    height: 60px;
    line-height: 60px;
    cursor: move;
}
.modal_head h1 {
    float: left;
    font-size: 24px;
    font-weight: bold;
}
.modal_head .close_btn {
    float: right;
    margin-right: 30px;
    color: #000;
    font-size: 16px;
    cursor: pointer;
}
.modal_body {
    padding: 0 20px 20px;
}
#layer_modal table {
    min-width: initial;
}
#layer_modal table.table_rows th, #layer_modal table.table_rows td {
    text-align: center;
    vertical-align: middle;
}
#layer_modal input[type="text"], #layer_modal select, #layer_modal input[type="password"] {
    width: 130px;
    height: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#modalSub label.error {
    display: block;
    margin-top: 8px;
    margin-left: 5px;
    color: #f20000;
}
.modal_footer {
    margin-bottom: 20px;
    text-align: center;
}
.modal_close_btn {
    border-color: #34445e;
    color: #34445e;
}
.modal_close_btn:hover, .modal_close_btn:focus {
    box-shadow: inset 100px 0 0 0 #34445e;
    color: #fff;
}


.btn_modal_close {
    position: absolute;
    top: -70px;
    right: 0;
}
.btn_modal_close img {
    width: 50px;
}
.confirm_list ul {
    overflow-y: auto;
    height: 515px;
}
.confirm_list li {
    padding: 20px 25px;
    border-radius: 5px;
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.16);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.confirm_list li a > div:after {
    display: block;
    content: '';
    clear: both;
}
.confirm_list li .com_nm {
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.18;
    letter-spacing: normal;
    float: left;
}
.confirm_list li .custom_price {
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.18;
    letter-spacing: normal;
    float: right;
}
.confirm_list li p {
    clear: both;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.18;
    letter-spacing: normal;
    text-align: left;
    color: #707070;
    padding-top: 20px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.confirm_list li.on {
    border: 2px solid #e76115;
}
.confirm_list li.on .com_nm,
.confirm_list li.on .custom_price {
    color: #e76115;
}
.confirm_list li.on p {
    overflow: auto;
    -ms-text-overflow: inherit;
    text-overflow: inherit;
    display: block;
    -webkit-line-clamp: auto;

    white-space: pre-line;
    word-break: break-all;
}
.confirm_list .btn_wrap {
    margin: 0;
}
.confirm_list .btn_wrap a:first-child {
    height: 80px;
    border-radius: 5px;
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.16);
    display: block;
    background: #e76115;
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 80px;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
    margin-bottom: 12px;
}
.confirm_list .btn_wrap a:last-child {
    display: block;
    height: 80px;
    border-radius: 5px;
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.16);
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    line-height: 80px;
}

/* �뙆�듃�꼫�뒪 �엯李� */
/*.cate_select_wrap select {
    height: 57px;
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.16);
}*/
.suggestion_wrap.bid h4 {
    color: #414141;
}
.suggestion_wrap.bid > div span:first-child {
    color: #707070;
}
.suggestion_wrap.bid textarea {
    border: 1px solid #707070;
    outline: none;
}
/* 濡쒓렇�씤, �쉶�썝媛��엯, 鍮꾨�踰덊샇 李얘린, �븘�씠�뵒 李얘린 */
.content_wrap.login {
    position: relative;
    padding: 0;
    width: 100%;
    height: 100vh;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.join {
    width: 600px;
}
.join-td {
    margin: 0 auto 30px;
    width: 400px;
}
.join-td label {
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -8px;
    font-size: 14px;
    color: #999;
    cursor: text;
    transform-origin: bottom left;
    transition-property: color, bottom, transform;
    transition: all .3s cubic-bezier(0.4, 0, 0.2, 1);
}
.join-td input[type="text"],
.join-td input[type="number"],
.join-td input[type="email"],
.join-td input[type="password"] {
    width: 100%;
    height: 51px;
    line-height : normal;
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 5px;
    background-color: transparent;
    outline-style: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.join-td.focus label {
    display: inline-block;
    padding: 0 5px;
    text-align: center;
    color: #ee5f0e;
    font-size: 14px;
    -webkit-transform: scale(0.75) translateX(-20px) translateY(-39px);
    -moz-transform: scale(0.75) translateX(-20px)  translateY(-39px);
    transform: scale(0.75) translateX(-20px)  translateY(-39px);
    background-color: #fff;
    z-index: 11;
}
.join-td.focus input[type="text"],
.join-td.focus input[type="email"],
.join-td.focus input[type="password"] {
    border: 1px solid #ee5f0e;
    z-index: 10;
}
.join-btn_area {
    margin-top: 20px;
}
.btn-join {
    width: 400px;
    color: #fff;
    background-color: #ff6a28;
}
.ask-stit {
    font-size: 12px;
    font-weight: 300;
    text-align: right;
    width: 400px;
    margin: 10px auto 0;
}
.join .txt {
    font-weight: bold;
    margin-top: 30px;
    font-size: 14px;
}
.join .txt a {
    color: #ee5f0e
}
.btn-duplicate {
    top: 0;
    right: 0;
    padding: 0 20px;
    width: 50px;
    height: 51px;
    line-height: 51px;
    font-size: 12px;
    background-color: #ee5f0e;
}
/* �쉶�썝�젙蹂댁닔�젙 */
.join-tit2 {
    margin: 0 auto 30px;
    width: 400px;
    text-align: left;
}
.join-agree {
    border: 1px solid #ddd;
    text-align: left;
    padding: 15px;
    font-size: 16px;
    color: #adb0b2;
    display: inline-block;
    width: 400px;
    box-sizing: border-box;
}

/* 二쇰Ц */
input#order_quantity, input#in_camera_cnt, input#out_camera_cnt {
    width: 100%
}

/* 寃뚯떆�뙋 */
/*
.table_form {
    margin: 0 auto;
    width: 1016px;
}
.table_form table {
    width: 100%;
    border-top: 1px solid #f0f0f0;
}
.table_form table tr {
    text-align: center;
}
.table_form table th,
.table_form table td {
    padding: 13px 0;
}
.table_form table th {
    background-color: #000;
    border-bottom: 1px solid #fdfdfd;
}
.table_form table tr td.subject {
    text-align: left;
    padding-left: 80px;
}
*/
.table_form {
    margin: 38px auto 0;
    width: 1016px;
}
.table_form li:after {
    display: block;
    content: '';
    clear: both;
}
.table_form li div {
    float: left;
    text-align: center;
    height: 14px;
}
.table_form li div:first-child {
    width: 139px;
    padding-left: 20px;
    text-align: left;
    box-sizing: border-box;
}
.table_form li div:nth-child(2) {
    /*width: 546px;*/
    width: 330px;
    text-align: left;
}
.table_form li div:nth-child(3) {
    width: 179px;
}
.table_form li div:nth-child(4) {
    width: 131px;
}
.table_form li div:nth-child(5) {
    width: 140px;
}
.table_form li div:last-child {
    width: 97px;
}
.table_form .table_head {
    padding: 16px 0;
    border-bottom: 2px solid #aaa;
}
.table_form .table_head div {
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.08;
    letter-spacing: normal;
    text-align: center;
    float: left;
    color: #707070;
}

.table_form .table_head div:nth-child(2) {
    text-align: center;
}
.table_form .table_body ul {
    width: 100%;
}
.table_form .table_body ul li {
    padding: 25px 0;
    border-bottom: 1px solid #eee;
}
.table_form .table_body ul li:last-child {
    border-bottom: 2px solid #aaa;
}
.table_form .table_body ul li:hover a {
    color: #ff6a28;
}
.table_form .table_body ul li div {
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.08;
    letter-spacing: normal;
    text-align: center;
}
.table_form .table_body div:first-child {
    text-align: left;
}
.table_form .table_body ul li div.address1 {
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.table_form .table_body ul li.no_data p {
    padding: 200px 0;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: center;
}


.panel_group {
    margin: 100px auto;
    width: 980px;
}
.panel_group .panel_wrap {
    border-top: 2px solid #323437;
}
.panel_group .panel_wrap:after {
    display: block;
    content: '';
    clear: both;
}
.panel_wrap .panel_head div {
    float: left;
    padding: 26px 0;
    text-align: center;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.08;
    letter-spacing: normal;
    color: #707070;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}
.panel_wrap .panel_head div.subject {
    width: calc(100% - 160px);
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.86;
    letter-spacing: normal;
    text-align: left;
    color: #333333;
}
.panel_wrap .panel_head div.date {
    width: 80px;
}
.panel_wrap .panel_head div.btn_action {
    width: 80px;
}
.panel_wrap .panel_body .cnt {
    display: none;
    clear: both;
    padding: 25px 65px;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.77;
    letter-spacing: normal;
    text-align: left;
    color: #666666;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.panel_wrap .panel_body .cnt img {
	width: 100% !important;
}

.panel_wrap.on div {
    border-bottom: none;
}
.panel_wrap.on div.btn_action img {
    transform: rotate(180deg);
}
.panel_wrap.on .cnt {
    display: block;
    border-top: 1px solid #eaeaea;
    background-color: #f8f8f8;
}
.panel_wrap.on .cnt .date {
    display: none;
}
.panel_wrap.on .cnt iframe {
	width: 850px;
    height: 500px;
}
.qna_panel .panel_wrap .panel_head div.subject {
    width: calc(100% - 210px);
}
.panel_wrap .panel_head div.reply_result {
    width: 50px;
    color: #138d00;
}
.panel_wrap .panel_head div.reply_result.reply_cpt {
    color: #e76115;
}
.qna_inquiry {
    margin-bottom: 30px;
}
.qna_panel h6 {
    font-weight: bold;
    color: #000;
}
/* 1:1 臾몄쓽 湲� �옉�꽦 */
.qna_write_table {
    margin: 37px auto 0;
    width: 667px;
}
.qna_write_table th {
    width: 67px;
    vertical-align: middle;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.08;
    letter-spacing: normal;
    text-align: left;
    color: #707070;
}
.qna_write_table td {
    width: 600px;
    padding: 20px 0;
    border: none;
}
.qna_write_table input {
    width: 100%;
}
.qna_write_table textarea {
    padding: 13px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.qna_write_table input::placeholder,
.qna_write_table textarea::placeholder {
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.08;
    letter-spacing: normal;
    text-align: left;
    color: #707070;
    opacity: 1;
}
.qna_write_table input:-ms-input-placeholder,
.qna_write_table textarea:-ms-input-placeholder {
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.08;
    letter-spacing: normal;
    text-align: left;
    color: #707070;
}
.qna_write_table input::-ms-input-placeholder,
.qna_write_table textarea::-ms-input-placeholder {
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.08;
    letter-spacing: normal;
    text-align: left;
    color: #707070;
}
.btn_qna_submit {
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.15;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    display: block;
    margin: 0 auto 100px;
    height: 64px;
    border-radius: 5px;
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #ff6a28;
    width: 400px;
    padding: 21px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* 1:1 臾몄쓽 �옉�꽦 寃곌낵 */
.question_write_result .help_txt {
    margin-top: 36px;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.39;
    letter-spacing: normal;
    text-align: center;
    color: #707070;
}
.question_write_result .help_txt a {
    color: #ff6a28;
}
.question_write_result figure {
    margin: 50px auto;
    text-align: center;
}
.question_write_result figure img {
    width: 200px;
}
.question_write_result p.time span {
    display: block;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.39;
    letter-spacing: normal;
    text-align: center;
    color: #707070;
}
.question_write_result .btn_wrap {
    margin: 50px auto 130px;
    text-align: center;
}
.question_write_result .btn_wrap:after {
    display: block;
    content: '';
    clear: both;
}
.question_write_result .btn_wrap a {
    height: 64px;
    border-radius: 5px;
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #ff6a28;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    width: 250px;
    box-sizing: border-box;
    padding: 23px 0;
}
.question_write_result .btn_wrap a:first-child {
    margin-right: 30px;
    background-color: #ff6a28;
    color: #ffffff;
}
.question_write_result .btn_wrap a:last-child {
    background-color: #fff;
    color: #707070;
}


/* �씠�슜諛⑸쾿 */
.useguide .container {
    width: 1000px;
}
.useguide_cate h1 {
    font-size: 30px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.27;
    letter-spacing: normal;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 37px;
    color: #414141;
}
.useguide_cate p {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.9;
    letter-spacing: normal;
    text-align: center;
    color: #414141;
}
.useguide_box_wrap {
    margin-bottom: 70px;
    padding: 2px;
    text-align: center;
}
.useguide_box_wrap li {
    position: relative;
    display: inline-block;
    margin-right: 81px;
    width: 275px;
    height: 162px;
    border-radius: 5px;
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
}
.useguide_box_wrap li:last-child {
    margin-right: 0;
}
.useguide_box_wrap li img {
    position: absolute;
    top: 35px;
    left: 50%;
    margin-left: -30px;
    width: 60px;
}
.useguide_box_wrap li:first-child img {
    top: 15px;
    margin-left: -34.5px;
    width: 69px;
}
.useguide_box_wrap li h5 {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: center;
    color: #707070;
    position: absolute;
    bottom: 35px;
    right: 0;
    left: 0;
}
.useguide_box_wrap li h4 {
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 162px;
    letter-spacing: normal;
    text-align: center;
    color: #ff5c00;
}
.useguide_txt_wrap li {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.9;
    letter-spacing: normal;
    text-align: left;
    color: #414141;
}
.useguide_txt_wrap li span {
    color: #ff5c00;
}
.useguide_banner {
    position: relative;
    margin-top: 188px;
    height: 223px;
    background-color: #4753ff;
}
.useguide_banner .container {
    width: 788px;
}
.useguide_banner figure {
    width: 300px;
    position: absolute;
    top: -88px;
}
.useguide_banner figure img {
    width: 100%;
}
.useguide_banner .container div {
    padding-top: 67px;
    padding-left: 385px;
}
.useguide_banner .container div img {
    width: 244px;
}
.useguide_banner div p {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.useguide_cnt h3 {
    margin-top: 50px;
    margin-bottom: 100px;
    font-size: 30px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.27;
    letter-spacing: normal;
    text-align: left;
    color: #414141;
}
.useguide_cnt ol h6 {
    font-size: 89px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.43;
    letter-spacing: normal;
    text-align: left;
    color: #4753ff;
    position: absolute;
    top: -16px;
    left: -51px;
    z-index: 1;
}
.useguide_cnt ol {
    overflow: inherit;
}
.useguide_cnt ol:after {
    display: block;
    content: '';
    clear: both;
}
.useguide_cnt ol li {
    position: relative;
    float: left;
    margin-bottom: 109px;
    width: calc(50% - 50px);
    margin-right: 100px;
}
.useguide_cnt ol li:nth-child(even) {
    margin-right: 0;
}
.useguide_cnt ol li figure {
    position: relative;
    z-index: 2;
}
.useguide_cnt ol li figure img {
    width: 100%;
}
.useguide_cnt ol li p {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.9;
    letter-spacing: normal;
    text-align: center;
    color: #414141;
}

.useguide_app h1 {
    margin-top: 50px;
    font-size: 36px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: center;
    color: #707070;
}
.useguide_app .useguide_banner {
    height: 291px;
}
.useguide_app .useguide_banner .container div {
    padding-left: 340px;
    width: 100%;
}
.useguide_app .useguide_banner .container div:after {
    display: block;
    content: '';
    clear: both;
}
.useguide_app .useguide_banner .container div:last-child {
    padding-top: 30px;
}
.useguide_app .useguide_banner .container div img {
    float: left;
}
.useguide_app .useguide_banner .container div p {
    margin-left: 300px;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}
.useguide_app .useguide_banner .container div:last-child p {
    margin-top: 18px;
}
.useguide_app .app_cnt li {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.9;
    letter-spacing: normal;
    text-align: right;
    color: #707070;
}
.useguide_app .app_cnt li span img {
    width: 28px;
}
.useguide_app .app_cnt figure {
    float: right;
    margin-top: 85px;
    width: 393px;
}
.useguide_app .pc_view {
    float: left;
    margin-top: 300px;
}
.useguide_app .mb_view {
    display: none;
}
.question_wrap {
    margin-top: 61px;
}
.question_wrap .help_txt {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.39;
    letter-spacing: normal;
    text-align: center;
    color: #707070;
}
.question_wrap figure {
    margin: 50px 0;
    text-align: center;
}
.question_wrap figure img {
    width: 200px;
}
.question_wrap .time span {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.39;
    letter-spacing: normal;
    text-align: center;
    color: #707070;
}
.question_wrap .btn_wrap {
    margin: 50px auto 130px;
    text-align: center;
}
.question_wrap .btn_wrap:after {
    display: block;
    content: '';
    clear: both;
}
.question_wrap .btn_wrap a {
    height: 64px;
    border-radius: 5px;
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #ff6a28;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    width: 250px;
    box-sizing: border-box;
    padding: 23px 0;
}
.question_wrap .btn_wrap a:first-child {
    margin-right: 30px;
    background-color: #ff6a28;
    color: #ffffff;
}
.question_wrap .btn_wrap a:last-child {
    background-color: #fff;
    color: #707070;
}




/**************************************************************************************** 媛쒖씤�젙蹂� 痍④툒諛⑹묠 ****************************************************************************************/
.privacy {
    margin: 0 auto;
    width: 760px;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.42;
    letter-spacing: normal;
    text-align: left;
    color: #707070;
}
.privacy h1 {
    margin-bottom: 50px;
    font-size: 20px;
}
.privacy h3 {
    margin-bottom: 20px;
    font-size: 17px;
}
.privacy h5 {
    margin-bottom: 10px;
    font-size: 14px;
}
.privacy p {
    margin-bottom: 30px;
}
.privacy p span {
    display: block;
}
/*********** spinner start *************/
.wan-spinner {
    position: relative;
}
.wan-spinner input {
    border: none;
    width: 100px;
    font-size: 26px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.15;
    letter-spacing: normal;
    text-align: center;
    height: 29px;
    position: absolute;
    top: 50%;
    margin-top: -14.5px;
    left: 50%;
    margin-left: -50px;
    padding: 0;
}

.wan-spinner .minus,
.wan-spinner .plus {
    position: absolute;
    top: 0;
    width: 80px;
    height: 100%;
    line-height: 90px;
    text-align: center;
    font-size: 30px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #414141;
}
.wan-spinner .minus {
    left: 0;
}
.wan-spinner .plus {
    right: 0;
}
.wan-spinner:hover input {
    color: #e76115;
}
.btn_basic_full.wan-spinner .minus {
    left: 235px;
}
.btn_basic_full.wan-spinner .plus {
    right: 235px;
}
.wan-spinner.wan-spinner-vertical {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    background-color: rgba(231, 97, 21, 0.5);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.btn_check.on .wan-spinner.wan-spinner-vertical {
    display: block;
}
.wan-spinner.wan-spinner-vertical input {
    width: 100%;
    left: 0;
    margin-left: 0;
    background-color: transparent;
    font-size: 20px;
}
.wan-spinner.wan-spinner-vertical .minus,
.wan-spinner.wan-spinner-vertical .plus {
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    margin-top: 0;
    height: 30px;
    line-height: 30px;
}
.wan-spinner.wan-spinner-vertical .plus {
    width: 100%;
}
.wan-spinner.wan-spinner-vertical .minus {
    bottom: 0;
    top: auto;
    width: 100%;
}

.progress_intro {
    margin: 0 auto;
    padding-bottom: 135px;
    width: 760px;
}
.progress_intro h3 {
    margin-top: 40px;
    font-size: 25px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 20px;
    text-align: left;
    color: #707070;
    margin-bottom: 30px;
 }
.progress_intro h3.subtit {
    margin-top: 20px;
}
.progress_intro p {
    font-size: 17px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 35px;
    letter-spacing: normal;
    text-align: left;
    color: #707070;
}
.progress_intro p.desc {
    margin-top: 40px;
}
.figure_big {
    margin: 40px 0 0;
    text-align: center;
}
.figure_big.mb {
    display: none;
}
.figure_wrap {
    margin: 20px 0;
    text-align: center;
}
.figure_wrap:after {
    display: block;
    content: '';
    clear: both;
}
.figure_wrap.figure_wrap_third figure:last-child {
    margin-right: 0;
}
.figure_wrap.figure_wrap_third figure {
    display: inline-block;
    margin-right: 106px;
    width: 180px;
}
.figure_wrap.figure_wrap_four figure:last-child {
    margin-right: 0;
}
.figure_wrap.figure_wrap_four figure {
    display: inline-block;
    margin-right: 9px;
    width: 180px;
}
.figure_wrap figure img {
    width: 100%;
}
.figure_wrap figure figcaption {
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.42;
    letter-spacing: normal;
    text-align: center;
    color: #707070;
    margin-top: 20px;
}
/*********** spinner end *************/

.postapi_wrap {
    display:none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -250px;
    width: 500px;
    height: 500px;
    border: 1px solid #000;
    z-index: 999;
}

/* �뙆�씪 �뾽濡쒕뱶 */
.progress_step .li_fullwidth.info_list li .li_cnt .filebox {
    text-align: right;
}
.progress_step .li_fullwidth.info_list li .li_cnt .filebox input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip:rect(0,0,0,0);
    border: 0;
}

.progress_step .li_fullwidth.info_list li .li_cnt .filebox label {
    display: inline-block;
    padding: 9px 10px 8px 11px;
    vertical-align: middle;
    cursor: pointer;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.08;
    letter-spacing: normal;
    text-align: center;
    background-color: #717171;
    color: #fff;
    height: 30px;
    box-sizing: border-box;
}

/* named upload */
.progress_step .li_fullwidth.info_list li .li_cnt .filebox .upload-name {
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 308px;
    height: 30px;
    border: 0.5px solid #717171;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: right;
    color: #707070;
    box-sizing: border-box;
    padding-right: 7px;
}

/* 怨듭��궗�빆 �뙘�뾽 */
.notice_popup {
    position: fixed;
    top: 100px;
    left: 214px;
    background: #fff;
    width: 450px;
    border: 1px solid #707070;
    z-index: 100;
}
.notice_popup .container {
    padding: 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.popup_header {
    position: relative;
    margin-bottom: 20px;
}
.btn_close_popup {
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    cursor: pointer;
}
.popup_header h2 {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}
.popup_body {
    padding: 20px 0;
    max-height: 300px;
    overflow-y: auto;
    border-top: 0.5px solid #707070;
    border-bottom: 0.5px solid #707070;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.popup_footer {
    margin: 20px -20px -20px;
    padding: 13px 0 12px 20px;
    height: 45px;
    background-color: #f8f9fd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.popup_footer input[type="checkbox"] {
    margin: 0 10px 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: url("../image/user/popup_chk.png") no-repeat center;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
}
.popup_footer label {
    vertical-align: super;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.08;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}


.applic_mb {
    display: none;
}
.order_mass .info_necessary .li_tit,
.order_simple .li_tit {
    display: none;
}
.order_mass .progress_step .li_fullwidth.info_list .info_necessary li.active .li_cnt input,
.order_simple .progress_step .li_fullwidth.info_list li.active .li_cnt input,
.order_mass .progress_step .li_fullwidth.info_list .info_necessary li .li_cnt input,
.order_simple .progress_step .li_fullwidth.info_list li .li_cnt input{
    color: #707070;
}
.order_mass .info_necessary .li_cnt,
.order_simple .li_cnt {
    width: 94% !important;
}
.order_mass .info_necessary .li_cnt input,
.order_simple .li_cnt input {
    text-align: left !important;
}

/*�젣�뭹蹂닿린*/
.content_wrap.product {
    background-color: #fdfdfd;
}
.content_wrap.product .search_box_wrap {
    text-align: center;
    padding-top: 25px;
}
.content_wrap.product .search_box_wrap > div {
    position: relative;
    margin: 0 auto;
    width: 364px;
    height: 38px;
    text-align: left;
    border: solid 1px #707070;
    background-color: #ffffff;
}
.content_wrap.product .search_box_wrap input[type=text] {
    width: calc(100% - 56px);
    vertical-align: middle;
    display: block;
    height: 100%;
    border: none;
    outline: none;
}
.content_wrap.product .search_box_wrap > div img {
    position: absolute;
    top: 10px;
    right: 9px;
}
.prod_view{
    padding: 30px 0;
}
.prod_view h1{
    position: relative;
    font-size: 33px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.12;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
}

.prod_view h1 a {
    font-size: 15px;
    color: #6b6b6b;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
}


.prod_list li{
    width: 250px;
    height: 340px;
    border: solid 0.5px #cccccc;
    float: left;
    margin-right: 38px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    background-color: #fff;
    cursor: pointer;
}
.prod_list li:nth-child(4n) {
    margin: 0;
}
.prod_list li:nth-child(n+5) {
    margin-top: 40px;
}
.prod_list li:hover {
    border: 0.5px solid #ee5f0e;
}
.prod_list .prod_img{
    width: 220px;
    height: 220px;
}

.prod_list li h6{
    font-size: 18px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.11;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    padding-top: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.prod_list li p{
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    padding-top: 6px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.product_detail {
    background-color: #fff;
}
.product_detail_top {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    padding: 27px 0 26px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.product_detail .container {
    position: relative;
    width: 758px;
}
.product_detail_top figure {
    width: 220px;
    float: left;
}
.product_detail_top figure img {
    width: 100%;
}
.product_detail_top .product_detail_top_cnt {
    float: left;
    margin-left: 55px;
    width: 300px;
    word-break: keep-all;
}
.product_detail_top h2 {
    margin-top: 13px;
    font-size: 36px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}
.product_detail_top p {
    margin: 5px 0 7px;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    white-space: pre-line;
}
.product_detail_top span {
    display: block;
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: #ff6a28;
}
.product_detail_top ul:after {
    display: block;
    content: '';
    clear: both;
}
.product_detail_top ul li {
    float: left;
    margin-right: 15px;
}
.product_detail_top ul li img {
    width: 64px;
}
.product_detail_top .btn_buy {
    width: 185px;
    height: 64px;
    border-radius: 5px;
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #ff6a28;
    position: absolute;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 64px;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    right: 0;
    bottom: 0;
}
.product_detail_cnt {
    padding: 50px 0;
}


.basic_info_wrap {
    margin: 0 auto 20px;
    width: 530px;
}
.basic_info_wrap:last-of-type {
    margin-bottom: 0;
}
.basic_info_wrap .panel_collapse {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.basic_info_wrap > ul > li {
    padding: 16px 0;
    border-bottom: 1px solid #ececec;
}
.basic_info_wrap > ul > li:last-child {
    border-bottom: none;
}
.basic_info_wrap > ul > li:after {
    display: block;
    content: '';
    clear: both;
}
.basic_info_wrap .tit {
    float: left;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.08;
    letter-spacing: normal;
    text-align: left;
    color: #707070;
}
.basic_info_wrap .cnt {
    float: right;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.08;
    letter-spacing: normal;
    text-align: right;
    color: #707070;
}
.basic_info_wrap .cnt span {
    display: block;
    text-align: right;
    font-weight: bold;
}

/* 留ㅻЪ由ъ뒪�듃 */
.itemlist_wrap li {
    float: left;
    margin: 0 2% 2% 0;
    width: 49%;
    height: 300px;
    border: 1px solid #d5d9dd;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.itemlist_wrap li:nth-child(even) {
    margin-right: 0;
}
.itemlist_wrap li a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}
.item_info {
    /*position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px;*/
}
.item_desc h4 {
    position: absolute;
    bottom: 70px;
    left: 30px;
    font-size: 18px;
    color: #fff;
}
.itemlist_wrap .item_type {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 1px 10px;
    height: 30px;
    box-sizing: border-box;
    background-color: #b50b2c;
    color: #fff;
    letter-spacing: 1px;
    border-radius: 3px;
    line-height: 28px;
    font-size: 12px;
}
.item_desc .item_tradetype {
    position: absolute;
    bottom: 45px;
    left: 30px;
    font-size: 16px;
    color: #f1f1f1;
}
.item_desc .item_datatype {
    position: absolute;
    bottom: 20px;
    left: 30px;
    color: #fff;
}
.like_num {
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.like_num img {
    margin-right: 5px;
    width: 14px;
}
.like_num span {
    color: #fff;
    font-size: 14px;
    vertical-align: top;
}

/* 留ㅻЪ �긽�꽭 */
.my_item {
    margin-top: 100px;
    padding-bottom: 150px;
}
.my_item_top {
    margin-bottom: 50px;
}
.my_item_info_wrap {
    padding: 30px 0;
}
.my_item_top h4 {
    font-size: 38px;
    font-weight: 300;
    letter-spacing: -2px;
    margin-top: 10px;
    text-align: center;
}
.my_item_top .price_wrap {
    text-align: center;
}
.my_item_top .price_wrap li {
    display: inline-block;
    margin-top: 21px;
    margin-right: 30px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #20c063;
    letter-spacing: -2px;
}
.my_item_top .price_wrap li:last-child {
    margin-right: 0
}
.panel_heading h5 {
    margin-bottom: 0;
    font-size: 15px;
    padding: 20px;
    color: #444;
    font-weight: 600;
    cursor: pointer;
    background-color: #fff;
}
.panel_heading h5:after {
    font-family: fontawesome;
    content: "\f106";
    position: relative;
    float: right;
    margin-right: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.panel_heading h5.carusel_closed:after {
    transform: rotate(180deg);
}
.collapse_closed {
    height: 0;
}
/* 留ㅻЪ�긽�꽭 - �넗吏� */
.land_wrap .my_item .my_item_top h4 .item_addr {
    display: none;
}
.land_wrap .my_item .my_item_top h4 .item_addr:first-child {
    display: inline-block;
}
/* 留ㅻЪ �벑濡� */
.info_box {
    margin-top: 50px;
}
.radio_btn {
    display: inline-block;
    position: relative;
    float: left;
    margin-right: 15px;
}
.radio_btn input[type=radio] {
    position: absolute;
    visibility: hidden;
}
.radio_btn input[type=checkbox] {
    position: absolute;
    visibility: hidden;
}
.radio_btn label {
    display: inline-block;
    position: relative;
    margin: 0 auto;
    padding-left: 24px;
    z-index: 9;
    cursor: pointer;
    vertical-align: sub;
}
.radio_btn .check {
    display: block;
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -6px;
    width: 12px;
    height: 12px;
    z-index: 5;
    border: 1px solid #aaa;
    border-radius: 100%;
}
.radio_btn .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 6px;
    width: 6px;
    top: 2px;
    left: 2px;
    margin: auto;
}
.txt_sp .radio_btn .check {
    top: 6px;
}
.radio_btn input[type=radio]:checked ~ .check {
    border: 1px solid #aaa;
}
.radio_btn input[type=radio]:checked ~ .check::before{
    background: #aaa;
}

.radio_btn_square {
    display: inline-block;
    position: relative;
    margin: 5px 5px 5px 0;
}
.radio_btn_square2 {
    display: inline-block;
    position: relative;
    margin: 5px 5px 5px 0;
}
.estate_type_wrap:after {
    display: block;
    content: '';
    clear: both;
}
.estate_type_wrap .radio_btn_square {
    display: block;
    position: relative;
    float: left;
    margin: 0 0 30px;
    width: 25%;
    text-align: center;
}
.radio_btn_square img {
    display: block;
    margin: 0 auto 10px;
    width: 56px;
}
.radio_btn_square input {
    position: absolute;
    visibility: hidden;
}
.radio_btn_square label {
    display: inline-block;
    z-index: 9;
    cursor: pointer;
    padding: 11px 25px;
    font-size: 14px;
    background-color: #eee;
}
.radio_btn_square .down_btn {
    display: inline-block;
    z-index: 9;
    cursor: pointer;
    padding: 11px 25px;
    font-size: 16px;
    background-color: #b71333;
    color: #fff;
    width: 60px;
    height: 30px;
    vertical-align: middle;
    line-height: 30px;
}
.radio_btn_square .down_btn2 {
    display: inline-block;
    z-index: 9;
    cursor: pointer;
    padding: 11px 25px;
    font-size: 16px;
    background-color: #b71333;
    color: #fff;
    width: 60px;
    height: 30px;
    vertical-align: middle;
    line-height: 15px;
}

.radio_btn_square2 .down_btn {
    display: inline-block;
    z-index: 9;
    cursor: pointer;
    padding: 11px 25px;
    font-size: 16px;
    background-color: #b71333;
    color: #fff;
    width: 100px;
    height: 30px;
    vertical-align: middle;
    line-height: 0.75;
}

.radio_btn_square input:checked + label {
    background-color: #b50b2c;
    color: #fff;
}

/* 2024-01-11 다운로드 버튼 */
.down_file_btn_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 5px;
    width: calc(100% - 10px);
}

.down_file_btn {
	height: 50px;
    background: #b71333;
    width: calc(25% - 5px);
    display: flex;
    justify-content: center;
    align-items: center;
}
.down_file_btn2 {
	height: 50px;
    background: #b71333;
    width: calc(20% - 5px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.down_file_btn>a, .down_file_btn2>a {
	display: block;
    width: 100%;
    height: auto;
    text-align: center;
    color: #fff;
    font-size: 14px;
    /* white-space: pre-wrap; */
    padding: 18px 5px;
}

.srch_addr {
    border: 1px solid #dbdbdb;
}
.srch_addr > div {
    border-bottom: 1px solid #dbdbdb;
}
.srch_addr > div:after {
    display: block;
    content: '';
    clear: both;
}
.srch_addr input {
    width: 100%;
    height: 50px;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.1;
    letter-spacing: normal;
    color: #dbdbdb;
    padding: 0 24px;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f9f9f9;
}
input#roadZip {
    width: calc(100% - 100px);
    float: left;
    border-bottom: 1px solid #dbdbdb;
}
.btn_srch_addr {
    display: block;
    float: left;
    width: 100px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    background-color: #b50b2c;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.self_input > div:first-of-type {
    float: left;
    width: 40%;
}
.self_input > div:last-of-type {
    float: left;
    width: 60%;
}
.self_input > div:last-of-type span {
    width: 50%;
    display: block;
    float: left;
}
.self_input > div:last-of-type span input {
    width: 80%;
    background: #fff;
    color: #333;
    text-align: center;
}
.btn_load_info {
    width: 100%;
    border: none;
    background: #b50b2c;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    height: 50px;
    line-height: 50px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.info_box_ect th {
    font-size: 14px;
    text-align: left;
    padding-left: 10px;
}
.info_box_ect td {
    padding: 10px 0;
    border: none;
}
.info_box_ect input {
    padding: 0 5px;
}
.info_box_ect input::placeholder {
    font-size: 12px;
}
.progress_step.step_3 > ul > li,
.progress_step.step_4 > ul > li {
    float: inherit;
    margin-right: 0;
    margin-bottom: 40px;
    width: 100%;
}
.progress_step.step_3 input,
.progress_step.step_3 textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* 留ㅻЪ�솗�씤 */
.cnt_wrap {
    margin-top: 50px;
}
.cnt_section_left {
    float: left;
    width: 720px;
}
.cnt_section_right {
    float: right;
    width: 300px;
}
.main_features {
    background-color: #f7f7f7;
    background: linear-gradient(to bottom, #f9f9f9 0%, #f6f6f6);
    border-radius: 3px;
    width: 100%;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0 30px 24px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.main_features li {
    float: left;
    display: inline-block;
    margin-right: 44px;
    padding: 24px 0 0 0;
    line-height: 30px;
}
.main_features h4 {
    font-size: 17px;
    color: #888;
}
.main_features p {
    color: #444;
}
.detail_wrap li {
    float: left;
    margin-bottom: 25px;
    width: 33.33%;
}
.detail_wrap li span {
    font-size: 14px;
}
.option_wrap li {
    float: left;
    margin-bottom: 25px;
    width: 20%;
}
.cnt_section_right > div {
    margin-bottom: 50px;
}
.cnt_section_right h4 {
    margin-bottom: 20px;
    font-size: 22px;
}
.dealer_wrap li {
    margin-bottom: 5px;
}
.dealer_wrap span {
    font-size: 14px;
}
.dealer_wrap table {
    width: 100%;
    text-align: center;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}
.dealer_wrap table thead tr {
    border-bottom: 1px solid #eee;
}
.dealer_wrap table thead tr th {
    padding: 10px 0;
    font-size: 14px;
    background-color: #f7f7f7;
}
.dealer_wrap table tbody td {
    padding: 8px 0;
    vertical-align: middle;
    border: none;
    font-size: 12px;
}
    /* 遺��룞�궛 �솕硫� */
.tooltip_info {
    border: 5px solid #FF0000;
    border-radius: 10px;
    width:100px;
    height:50px;
    background: #FFFFFF;
}
.map_wrap {
    position: relative;
    /* margin-top: 74px */
}
.map_top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
    border-bottom: 1px solid #eee;
}
.map_top li select {
    width: auto;
    background: url("/image/user/arrow_down.png") no-repeat 90% 50%;
    background-size: 12px 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 1px solid rgba(0,0,0,0.12);
    font-size: 12px;
    line-height: 19px;
    letter-spacing: -.43px;
    display: inline-block;
    position: relative;
    height: 32px;
    padding: 6px 29px 5px 9px;
    border-radius: 2px;
    background-color: #fff;
    vertical-align: top;
    color: #444;
    font-weight: normal;
}

.sale_type {
	padding-right: 15px;
    color: #ffffff;
    padding: 10px 15px;
}
.sale_type.type1 {
	background: #b71333;
}
.sale_type.type2 {
	background: #640b9b;
}
.sale_type.type3 {
	background: #0044cc;
}
.sale_type.type4 {
	background: #ffa600;
}

.map_top .map_classification {
    padding-left: 20px;
    /*border-bottom: 1px solid #eee;*/
}
.map_top .map_classification li {
    float: left;
    padding: 15px 10px;
}
.map_top .map_classification li.on {
    border-bottom: 5px solid #dc3838;
}
.map_top .map_classification li a {
    font-size: 14px;
}
.map_top .map_search {
    padding: 10px 0 10px 30px;
}
.map_top .map_search li {
    margin-right: 10px;
}
.map_aside {
    position: absolute;
    top: 104px;
    left: 0;
    bottom: 0;
    background: #fff;
    z-index: 999;
}
.aside_left {
    float: left;
    width: 500px;
    height: 100%;
}
.aside_left .btn_close_aside {
    cursor: pointer;
    position: absolute;
    top: 18px;
    right: -42px;
    width: 42px;
    height: 42px;
    padding: 12px 13px;
    font-size: 16px;
    color: #222;
    border: 1px solid rgba(0,0,0,0.16);
    border-left: 0;
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.function_wrap {
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.function_wrap ul li {
    float: left;
    width: 20%;
    text-align: center;
}
.function_wrap ul li img {
    display: block;
    margin: 0 auto;
    height: 24px;
}
.function_wrap ul li span {
    display: block;
    margin-top: 15px;
    font-size: 14px;
}
.item_info_wrap {
    position: relative;
    padding: 20px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    /* height: 200px; */
    height: auto;
    min-height: 200px;
}
.item_info_wrap2 {
    position: relative;
    padding: 10px 20px;
}
.item_info_wrap > a {
    display: block;
    /* padding-bottom: 30px; */
}
.item_info_wrap .item_info_basic {
    position: relative;
}
.item_info_wrap .item_info_basic span.item_trade_staute {
    /*font-size: 14px;*/
    position: absolute;
    /* top: -15px; */
    top: 0;
    left: 0;
    padding: 5px 10px;
    color: #ffffff;
    font-size: 10px;
    background-color: #b71333;
}
.item_info_wrap .item_info_basic h1 {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.5px;
    font-weight: 600;
    display: inline-block;
    width: 100%;
}
.item_info_wrap h1 span {
    font-weight: 600;
}
.item_info_wrap .item_info_basic p {
    padding-top: 5px;
    font-size: 13px;
    letter-spacing: -0.5px;
    color: #555;
    width: calc(100% - 130px);
}
.item_info_wrap .item_info_price h1 {
    font-size: 20px;
    line-height: 20px;
    margin: 7px 0;
    font-weight: 600;
    color: #4c94e8;
    letter-spacing: -1.5px;
    max-width: 65%;
}
/* START : 2020-06-02 異붽�*/
.item_info_wrap .item_info_price h1 span {
    color: #4c94e8;
    font-size: 15px;
}
/* END : 2020-06-02 異붽�*/
.item_info_wrap .item_info_price p {
    font-size: 11px;
    line-height: 16px;
    color: #555;
}
.item_info_img {
    position: absolute;
    top: 50%;
    right: 5px;
    width: 35%;
    transform: translateY(-50%);
}
.item_info_img2 {
    position: absolute;
    top: 50%;
    left: 5px;
    width: 42%;
    transform: translateY(-50%);
    max-height: 151px;
}
.item_info_img img {
    width: 100%;
    height: 130px;
}
.item_info_img2 img {
    width: 100%;
    height: 151px;
}

.item_info_desc_wrap {
	margin-left: 45%;
	cursor: pointer;
}
.item_info_desc_wrap p {
	margin: 10px 0;
	font-size: 13px;
}
.item_info_desc_wrap .desc1 {
	height: 12.5px;
}
.item_info_desc_wrap .desc1 .desc_new {
	background: #b71333;
    color: #ffffff;
    padding: 2px 10px;
}
.item_info_desc_wrap .desc1 .desc_complate {
	background: #0044cc;
    color: #ffffff;
    padding: 2px 10px;
}
.item_info_desc_wrap .desc1 .desc_back {
	background: #af27bf;
    color: #ffffff;
    padding: 2px 10px;
}
.item_info_desc_wrap .desc1 .desc_estate {
	background: #ffffff;
    color: #000000;
    border: 1px solid #000000;
    padding: 1px 10px;
}
.item_info_desc_wrap .desc1 .desc_default {
	background: #b71333;
    color: #ffffff;
    border: 1px solid #b71333;
    padding: 1px 10px;
}
.item_info_desc_wrap .desc1 .desc_data_type {
    position: absolute;
    right: 10px;
}
.item_info_desc_wrap .desc2 {

}
.item_info_desc_wrap .desc3 {

}
.item_info_desc_wrap .desc4 {
	font-size: 20px;
    margin-bottom: 5px;
    color: #4c94e8;
}
.item_info_desc_wrap .desc5 {

}
.item_info_desc_wrap .desc6 {

}
.item_info_desc_wrap .desc6>span {
	font-size: 20px;
    font-weight: 600;
}

.aside_right {
    display: none;
    position: relative;
    float: right;
    width: 500px;
    height: 100%;
}
.aside_right .btn_close_aside {
    cursor: pointer;
    position: absolute;
    top: 18px;
    right: -42px;
    width: 42px;
    height: 42px;
    padding: 12px 13px;
    font-size: 16px;
    color: #222;
    border: 1px solid rgba(0,0,0,0.16);
    border-left: 0;
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.aside_right_cnt {
    height: 100%;
    overflow-y: auto;
}
.aside_right_bottom {
    margin-top: 30px;
    padding: 0 20px;
}
.aside_right_bottom > div {
    margin-bottom: 30px;
}
.aside_right_bottom h3 {
    margin-bottom: 20px;
    font-size: 18px;
}
.item_info_table {
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
    word-break: break-all;
    word-wrap: break-word;
    font-size: 13px;
}
caption {
    width: 1px;
    height: 1px;
    margin-top: -1px;
    margin-left: -1px;
    overflow: hidden;
}
.item_info_cnt {
    border-top: 1px solid #f0f0f0;
}
.item_info_cnt:first-child {
    border-top-color: #e6e6e6;
}
.item_info_cnt .table_th {
    width: 110px;
    padding: 9px 0 10px 9px;
    background-color: #fafafa;
    font-weight: normal;
    letter-spacing: -0.5px;
    text-align: left;
    vertical-align: middle;
    color: #777;
}
.item_info_cnt .table_td {
    padding: 9px 5px 10px 13px;
    vertical-align: middle;
}
.layer_modal_tel, .layer_modal_tel2 {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 50px 50px 20px;
    text-align: center;
    border: 2px solid #000;
    z-index: 100000;
}
.layer_modal_tel h1, .layer_modal_tel2 h1 {
    font-size: 32px;
    margin-bottom: 20px;
}
.layer_modal_tel p, .layer_modal_tel2 p {
    font-size: 38px;
    color: #b71333;
    font-weight: 500;
    margin-bottom: 10px;
}
.layer_modal_tel .btn_close_modal_tel, .layer_modal_tel2 .btn_close_modal_tel {
    width: 100%;
    margin-top: 30px;
    padding: 10px;
    box-sizing: border-box;
    background-color: #b71333;
    color: #fff;
    border-radius: 10px;
}
.layer_modal_request {
	display: none;
    height: 320px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 10px;
    text-align: center;
    border: 2px solid #000;
    overflow: hidden;
}
.layer_modal_request .request_btn, .layer_modal_complate .request_btn{
	color: #ffffff;
    background: #b50b2c;
    padding: 5px 10px;
    border: none;
}
.layer_modal_complate {
	display: none;
    height: 320px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 10px;
    text-align: center;
    border: 2px solid #000;
    overflow: hidden;
}
.contact_wrap_mb {
    display: none;
}

/* �궗�슜�옄 湲덉븸 蹂��솚 */
.convertFee {
    margin-top: 5px;
 	font-size: 14px;
 	color: #696969;
 	margin-left: 10px;
}
.detail_wrap {
	background-color: #fff;
}

.detail_header {
	position: sticky;
	top: 0;
	height: 50px;
	width: 100%;
	background-color: #b71333;
	text-align: center;
	z-index: 1000;
}

.detail_header h2 {
	color: #ffffff;
	font-size: 20px;
	padding: 15px 0;
}

.detail_back {
	position: absolute;
	left: 0;
	padding: 11px 11px;
	cursor: pointer;
}

.detail_close {
	position: absolute;
	right: 0;
	padding: 17px 11px;
	cursor: pointer;
}

.detail_back img, .detail_close img {
	width: 15px;
}

.detail_body {

}

.function_wrap {
	padding-bottom: 0px;
	background-color: #eee;
}

.swiper-container {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}

.swiper-slide {
	background-size: cover;
	background-position: center;
}

.gallery-top {
	height: 300px;
	width: 100%;
}

.gallery-thumbs {
	height: 100px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.gallery-thumbs .swiper-slide {
	height: 100%;
	opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}

.txt_help {
	padding: 10px;
}

.txt_help p {
	font-size: 14px;
}

.detail_content_wrap {
	margin: 20px 10px 10px;
}

.detail_content_wrap h3 {
	font-size: 18px;
	margin-bottom: 20px;
	display: inline-block;
}

.detail_table {
	text-align: center !important;
	width: 100%;
	word-break: break-all;
	word-wrap: break-word;
	font-size: 13px;
}

.detail_table tr th, td {
	vertical-align: middle;
	padding: 15px 5px;
	border-bottom: 1px solid #d6d6d6;
}

.detail_table .table_th {
	background-color: #fafafa;
	color: #777;
	border-top: 1px solid #d6d6d6;
}

.detail_table .table_td {

}

.request_btn_view {
	color: #b71333;
	background-color: #ffffff;
	border: 1px solid #b71333;
	display: inline-block;
	margin: 0 5px;
	position: absolute;
	text-align: center;
	font-size: 11px;
	padding: 5px 10px;
}

.request_btn {
	color: #fff;
	background-color: #b71333;
	display: inline-block;
	width: 24%;
	text-align: center;
	height: 40px;
	line-height: 3;
	font-size: 13px;
	vertical-align: middle;
}

.download_btn {
	color: #fff;
	background-color: #b71333;
	display: inline-block;
	width: 30%;
	height: 50px;
	text-align: center;
	font-size: 13px;
	vertical-align: middle;
}

.txt_desc {
	background-color: #fafafa;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	border-right: none;
	border-left: none;
	white-space: pre-line;
	text-align: left;
	line-height: 1.5;
}
/* 愿묎퀬�뙘�뾽 */
.layer_modal_ad_view_wrap {
}
.layer_modal_ad_view {
	position: absolute;
    top: 323px;
    right: 45px;
    background-color: #fff;
    text-align: center;
    width: 250px;
    /* max-height: 605px; */
    height: auto;
    z-index: 10100;
    margin: 10px;
    box-shadow: rgb(0 0 0 / 20%) 1px 1px 5px 1px;
    border-radius: 15px;
    padding: 5px;
    font-size: 14px;
}

.ad_title {
    display: inline-block;
    padding: 5px 30px;
    border-radius: 5px;
    border: 1px solid #b71333;
    background-color: #b71333;
    color: #fff;
}
.ad_cont {
    max-height: 710px;
	overflow-y: auto;
	margin-top: 5px;
}
.ad_cont::-webkit-scrollbar {
    width: 0;
    background-color: transparent;
}
.ad_item {
    margin: 5px;
    border-radius: 15px;
    padding: 10px;
    box-shadow: rgb(0 0 0 / 20%) 1px 1px 5px 1px;
    cursor: pointer;
}
.ad_item img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
    transform: translateZ(0);
    backface-visibility: hidden;
}
.ad_close_wrap {
    text-align: center;
    width: 100%;
    margin: 10px auto;
}
.ad_close {
    border: 1px solid;
    padding: 0px 15px;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #b71333;
    background-color: #b71333;
    color: #fff;
}
/* 愿묎퀬�뙘�뾽 - 吏��룄 */
.layer_modal_ad_view2 {
	position: absolute;
    /* top: 165px; */
    top: 180px;
    right: 15px;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    background: #fff;
    overflow: hidden;
    z-index: 2;
    width: 239px;
    padding: 5px;
    text-align: center;
}
.ad_title2 {
    display: inline-block;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #b71333;
    background-color: #b71333;
    color: #fff;
    font-size: 12px;
}
.ad_close_wrap2 {
    text-align: center;
    width: 100%;
    margin: 5px auto;
}
.ad_close2 {
    border: 1px solid;
    padding: 0px 15px;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #b71333;
    background-color: #b71333;
    color: #fff;
    font-size: 12px;
}
/* 愿묎퀬�뙘�뾽 - �긽�꽭 */
.layer_modal_ad_view3 {
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	border-radius: 15px;
	text-align : center;
	padding: 20px;
	height: auto;
	box-shadow: rgb(0 0 0 / 20%) 1px 1px 5px 1px;
	z-index: 10100;
}
/* 愿묎퀬�뙘�뾽 - 怨꾩빟�셿猷� �뙘�뾽 */
.cst_ad_wrap {
	position: absolute;
	top: 0;
	right: 0;
	width: 340px;
	height: 340px;
}
.cst_ad_wrap>h1 {
	font-size: 24px;
	font-weight: bold;
	margin: 10px;
}
.cst_ad_wrap>div>img {
	width: 255px;
	height: 255px;
}
.cst_ad_wrap>p {
	font-size: 17px;
	font-weight: bold;
	margin: 10px;
}
.cst_ad_wrap2 {
	position: absolute;
    top: 0px;
    right: -310px;
    width: 320px;
    height: 306px;
    background: #ffF;
    text-align: center;
    border-radius: 5px;
}
.cst_ad_wrap2>h1 {
	font-size: 24px;
    font-weight: bold;
    line-height: 60px;
}
.cst_ad_wrap2>div {
	width: 200px;
    height: 200px;
    margin: 0 60px;
}
.cst_ad_wrap2>div>img {
	width: 100%;
}
.cst_ad_wrap2>p {
	font-size: 17px;
	font-weight: bold;
	margin: 10px;
}
/* 踰뺤젙��由ъ씤 �뿰�씫泥� 蹂닿린 */
/* �젅�씠�뼱 */
.layer_modal_tel_view_wrap, .layer_modal_sms_view_wrap,
	.layer_modal_mod_view_wrap, .layer_modal_com_view_wrap,
	.layer_modal_road_view_wrap {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10100;
	display: none;
}

.layer_modal_tel_view, .layer_modal_sms_view, .layer_modal_mod_view,
	.layer_modal_com_view {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	text-align: center;
	width: 350px;
	padding: 30px;
	z-index: 10100;
}

.layer_modal_tel_view h1, .layer_modal_sms_view_wrap h1,
	.layer_modal_mod_view_wrap h1, .layer_modal_com_view_wrap h1 {
	font-size: 24px;
	margin-bottom: 30px;
	font-weight: 600;
}

.layer_modal_tel_view p {
	margin: 20px 0;
}

.layer_modal_tel_view .p_num {
	color: #b71333;
	font-size: 25px;
	font-weight: 600;
}

.layer_modal_tel_view .p_txt {
	font-size: 14px;
}

.layer_modal_tel_view .tel_btn, .layer_modal_sms_view_wrap .tel_btn,
	.layer_modal_mod_view_wrap .tel_btn, .layer_modal_com_view_wrap .tel_btn
	{
	background-color: #b71333;
	color: #fff;
	display: block;
	width: 50%;
	margin: 0 auto;
	padding: 10px;
}
@media screen and (max-width: 1366px) {
	/* �궗�슜�옄 湲덉븸 蹂��솚 */
	.convertFee {
	    margin-top: 5px;
	 	font-size: 14px;
	 	/* color: #696969; */
	 	margin-left: 10px;
	}
    .mb_kakao {
        display: block;
        position: fixed;
        right: 0;
        bottom: 0;
        z-index: 100;
    }
    .content_wrap {
        min-height: 100vh;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .container {
        margin: 0;
        padding: 0 10px;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    header {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        padding: 0;
        height: auto;
    }
    header .container {
        padding: 0;
    }
    .logo {
        float: inherit;
        margin: 0;
        height: 50px;
        text-align: center;
    }
    .logo img {
        margin-top: 10px;
        height: 28px;
    }
    .logo span {
        display: none;
    }
    .gnb {
        display: none;
        float: inherit;
        margin-right: 0;
        margin-top: 0;
        height: 44px;
        line-height: 44px;
        border-top: 1px solid #eee;
        text-align: center;
        overflow: hidden;
    }
    .gnb > ul > li {
        display: block;
        width: auto;
    }
    .gnb > ul > li > a {
        font-size: 15px;
        line-height: 1.13;
    }
    .gnb div {
        display: inline-block;
        float: inherit;
        margin-right: 36px;
        font-size: 14px;
    }
    .gnb div:first-child {
        margin-right: 32px;
    }
    .btn_toggle {
        /* display: block;
        position: absolute;
        top: 50%;
        left: 15px;
        margin-top: -10px;
        width: 31px;
        height: 20px; */
        display: block;
        position: absolute;
        top: 23%;
        left: 0;
        margin-top: -10px;
        width: 31px;
        height: 20px;
        padding: 15px;
    }
    .btn_toggle img {
        height: 20px;
    }
    .aside_wrap {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1000000;
    }
    .aside_overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.6);
    }
    .aside_cnt {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 255px;
        background-color: #fff;
        overflow-y: auto;
    }
    .aside_cnt .btn_aside_close {
        position: absolute;
        top: 16px;
        right: 16px;
        width: 18px;
        z-index: 1000000;
    }
    .aside_cnt .btn_aside_close img {
        width: 100%;
    }
    .cate_wrap > li,
    .ect_wrap > li {
        padding: 14px 0;
    }
    .cate_wrap > li.on,
    .ect_wrap > li.on {
        padding-bottom: 0;
    }
    .aside_cnt li a {
        position: relative;
        display: block;
        margin-left: 21px;
        font-size: 16px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.13;
        letter-spacing: normal;
        text-align: left;
    }
    .cate_wrap > li > a:after {
        display: block;
        content: '';
        position: absolute;
        top: 50%;
        right: 15px;
        margin-top: -6px;
        width: 21px;
        height: 12px;
        background: url(../image/user/arrow_down.png) no-repeat center;
        background-size: 21px 12px;
    }
    .cate_wrap > li.on > a:after {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .aside_cnt li ul {
        display: none;
        position: relative;
        top: 0;
        left: 0;
        margin-top: 10px;
        width: 100%;
        background-color: #e9e9e9;
    }
    .aside_cnt li.on ul {
        display: block;
    }
    .aside_cnt li ul li {
        margin-top: 15px;
    }
    .aside_cnt li ul li:last-child {
        margin-bottom: 15px;
    }
    .aside_cnt li ul li a {
        font-size: 12px;
        line-height: 1.08;
        outline: none;
    }
    .aside_cnt .member_link {
        height: 50px;
	    padding: 16px 15px 16px 21px;
	    box-sizing: border-box;
	    border-bottom: 0.2px solid #707070;
	    position: fixed;
	    top: 0;
	    left: 0;
	    width: 254px;
	    z-index: 100000;
	    background-color: #fff;
    }
    .aside_cnt .member_link a {
        margin-left: 0;
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.13;
        letter-spacing: normal;
        text-align: left;
        color: #ee5f0e;
        vertical-align: middle;
    }
    .aside_cnt .ect_wrap {
   	    margin-top: 55px;
    }

    /* footer */
    .footer_wrap .footer_top {
        padding: 14px 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .footer_wrap .container {
        padding: 0 20px;
    }
    .footer_wrap .footer_top .container {
        padding: 0 20px;
    }
    .footer_wrap .footer_top li {
        width: 50%;
        margin-right: 0;
        margin-bottom: 5px;
    }
    .footer_wrap .footer_top li:last-child {
        margin-right: 0;
    }
    .footer_wrap .footer_top li a {
        font-size: 14px;
        line-height: 1.14;
    }
    .footer_wrap .footer_cnt {
        margin: 14px 0 20px;
    }
    .footer_wrap .footer_cnt p {
        font-size: 13px;
        line-height: 1.92;
    }
    /*.link_wrap {
        position: relative;
        bottom: 14px;
        right: inherit;
        text-align: center;
    }*/
    .link_wrap div {
        width: 68px;
        margin-right: 10px;
        float: inherit;
        display: inline-block;
    }
    .link_wrap div img {
        width: 100%;
    }

    /* home */
    .content_wrap {
        padding-top: 50px;
    }
    .top_banner {
        padding-top: 24.5px;
        height: 300px;
    }
    .top_banner .top_banner_txt {
        margin-bottom: 0;
    }
    .top_banner .top_banner_txt h2 {
        height: auto;
        font-size: 20px;
    }
    .top_banner > ul {
        margin-top: 25.5px;
        width: calc(100% - 25px);
    }
    .top_banner > ul li {
        /*width: 110px;*/
        width: calc(33% - 6px);
        height: 130px;
        margin-right: 10px;
    }
    .top_banner > ul li:nth-child(even) {
        margin-right: 10px;
    }
    .top_banner > ul li:nth-child(2n+1) {
        margin-bottom: 0;
    }
    .top_banner > ul li img {
        bottom: 48px;
        width: 57px;
        top: inherit;
        margin-left: -28.5px;
    }
    .top_banner > ul li:first-child img {
        width: 55px;
        top: inherit;
        margin-left: -27.5px;
    }
    .top_banner > ul li h5 {
        bottom: 25px;
        font-size: 12px;
        line-height: 1.08;
    }
    .top_banner > ul li span {
        bottom: 20px;
        font-size: 9px;
    }
    .top_banner > div span {
        display: none;
    }
    .top_banner > div h2 {
        font-size: 18px;
    }
    .btn_reg {
        width: 230px;
        height: 58px;
        margin-left: -115px;
        font-size: 17px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 58px;
        letter-spacing: normal;
        text-align: center;
        bottom: 20px;
    }
    .short_wrap {
        width: calc(100% - 20px);
        left: 0;
        margin-left: 0;
        bottom: -257px;
    }
    .short_slide {
        display: none;
    }
    .short_cnt {
        position: absolute;
        bottom: -267px;
        width: 100%;
        padding: 31px 5px;
        height: 550px;
        left: 10px;
        margin-left: 0;
    }
    .short_cnt li {
        width: calc(33.33% - 4px);
        height: 69px;
        margin-right: 5px;
        margin-bottom: 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .short_cnt li:nth-child(3n) {
        margin-right: 0;
    }
    .short_cnt li:nth-child(n+13) {
        margin-bottom: 15px;
    }
    .short_wrap img {
        width: 34px;
    }
    .short_wrap span {
        font-size: 11px;
        line-height: 1.09;
    }
    .help_sec {
        display: none;
    }
    .applciation_sec {
        border-bottom: 3px solid #e4e4e4;
    }
    .applciation_sec .container {
        padding: 0;
    }
    .applciation_sec .bx-wrapper {
        width: 100%;
        margin: 0;
    }
    .applciation_sec .list_all {
        display: none;
    }
    .applciation_wrap {
        padding: 0;
        height: auto;
        border-bottom: none;
    }
    .application_list {
        float: inherit;
        padding: 15px 32px 15px 35px;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .application_list li {
        float: inherit;
        margin: 0 0 10px;
        width: 100%;
    }
    .application_list li:after {
        display: block;
        content: '';
        clear: both;
    }
    .application_list li:last-child {
        margin-bottom: 0;
    }
    .application_list span {
        font-size: 12px;
    }
    .application_list span.type {
        margin-right: 10px;
        width: 49px;
        height: 24px;
        line-height: 24px;
    }
    .application_list span.tit {
        margin-top: 0;
        margin-right: 10px;
        width: calc(100% - 195px);
        height: 24px;
        box-sizing: border-box;
        line-height: 24px;
    }
    .application_list span.place {
        margin-top: 5px;
        margin-right: 10px;
        width: 83px;
    }
    .application_list span.date {
        margin-top: 5px;
    }
    .applciation_wrap > div {
        display: none;
    }
    .example_list {
        overflow: hidden;
    }
    .example_list .container {
        padding: 0 20px;
        padding-top: 0 !important;
    }
    .example_list h1 {
        padding: 20px 0;
        font-size: 18px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.18;
        letter-spacing: normal;
        text-align: center;
        color: #000000;
    }
    .example_list .item_list .item {
        float: inherit;
        width: calc(50% - 3.5px);
        margin-right: 7px;
        margin-bottom: 10px;
    }
    .example_list .item_list .item:nth-child(even) {
        margin-right: 0;
    }
    /*.example_list .item_list .item:nth-child(3n) {
        margin-right: 7px;
    }*/
    .example_list .item_list .item:nth-child(n+4) {
        display: block;
    }
    .example_list .item_list .item a {
        display: block;
        width: 100%;
        height: 100%;
    }
    .example_list .item_list .item .item_bg {
        height: 110px;
    }
    .example_list .item_list .item .item_cnt {
        padding: 6px 0;
        box-sizing: border-box;
        border: none;
    }
    .example_list .item_list .item .item_cnt .subject {
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 16px;
        letter-spacing: normal;
        text-align: left;
    }
    .example_list .item_list .item .item_cnt .desc {
        font-size: 10px;
    }
    .example_list .item_list .item .item_cnt .date {
        right: 20px;
        bottom: 8px;
        font-size: 10px;
    }
    .swiper-container {
        width: 100%;
        height: 100%;
    }
    .swiper-slide {
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .adv_sec .adv1 {
        display: none;
    }
    .naver_ss {
        float: inherit;
        width: 100%;
        height: auto;
    }
    .process {
        /*overflow: inherit;*/
        margin-top: 30px;
    }
    .process > div {
        float: inherit;
        width: 100%;
    }
    .link_wrap li {
        margin-right: 5%;
        width: 30%;
    }
    .link_wrap li:last-child {
        margin-right: 0;
    }
    .link_wrap li img {
        width: 100%;
    }
    /* �쟾泥� 怨듯넻 */
    .subpage_top.subpage_top_bg {
        padding-top: 54px;
        height: 151px;
        background-size: cover;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .subpage_top.subpage_top_bg h3 {
        font-size: 20px;
        color: #fff;
    }
    .subpage_top.subpage_top_bg p {
        font-size: 10px;
        color: #fff;
    }
    .subpage_lnb {
        margin-bottom: 30px;
        height: auto;
    }
    .subpage_lnb ul {
        width: 100%;
    }
    .subpage_lnb li {
        height: auto;
        margin-right: 15px;
    }
    .subpage_lnb li a {
        font-size: 14px;
        line-height: 34px;
    }
    .postapi_wrap {
        width: 100%;
        margin-left: -50%;
        height: calc(100% - 55px);
        margin-top: 0;
        top: 55px;
        z-index: 999999999999999999999999999;
        background: #fff;
        box-sizing: border-box;
    }
    .vali_id {
        width: 65px;
        height: 40px;
        line-height: 40px;
        font-size: 10px;
    }

    /* �쉶�썝 �엯�젰�뤌 */
    .login .member_form {
        top: 50%;
        left: 50%;
        margin: -98.5px 0 0 -165px;
        width: calc(100% - 30px);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .login .member_form input[type="text"],
    .login .member_form input[type="number"],
    .login .member_form input[type="password"],
    .login .member_form input[type="email"] {
        padding-left: 11.5px;
        height: 40px;
        line-height: 38px;
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: normal;
        text-align: left;
        color: #707070;
    }
    .btn_submit {
        height: 40px;
        line-height: 40px;
        font-size: 12px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff;
    }
    /* 濡쒓렇�씤 */
    .member_form {
        width: 100%;
    }
    .find_info {
        margin: 15px 0;
        font-size: 14px;
        line-height: 1.08;
    }
    .join_wrap {
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.08;
        letter-spacing: normal;
        text-align: center;
    }
    /* �쉶�썝媛��엯 */
    .join .subpage_top.subpage_top_bg {
        margin-bottom: 30px;
    }
    .join_result_partner figure img {
        width: 150px;
    }
    /* �쉶�썝媛��엯 寃곌낵 */
    .content_wrap.join_result {
        min-height: 100vh;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .join_result .subpage_top.subpage_top_bg {
        margin-bottom: 30px;
    }
    /* �쉶�썝媛��엯_�뙆�듃�꼫 */
    .join_partner .subpage_top.subpage_top_bg {
        margin-bottom: 30px;
    }
    /* �쉶�썝媛��엯_�뙆�듃�꼫 寃곌낵 */
    .join_result_partner .subpage_top.subpage_top_bg {
        margin-bottom: 30px;
    }
    .join_result_partner h3.txt {
        margin: 30px 0 10px;
        font-size: 12px;
        line-height: 1.08;
    }
    .join_result_partner p.info_txt {
        font-size: 10px;
        line-height: 1.5;
    }
    .join_result_partner p.time {
        margin-bottom: 30px;
        font-size: 10px;
        line-height: 1.5;
    }
    /* 留덉씠�럹�씠吏� */
    .mypage .subpage_lnb li:nth-child(3) {
        margin-right: 0;
    }
    .mypage .subpage_lnb li:last-child {
        display: none;
    }
    /* 留덉씠�럹�씠吏�_�뙆�듃�꼫 */
    .mypage_partner .subpage_lnb li:nth-child(3) {
        margin-right: 0;
    }
    .mypage_partner .subpage_lnb li:last-child {
        display: none;
    }
    /* 鍮꾪쉶�썝 寃ъ쟻�솗�씤 */
    .content_wrap.proforma_nonmember {
        min-height: 100vh;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .proforma_nonmember .subpage_top.subpage_top_bg {
        margin-bottom: 30px;
    }
    .proforma_nonmember .txt {
        font-size: 12px;
        line-height: 1.08;
    }
    /* �븘�씠�뵒李얘린 */
    .result_div {
        font-size: 12px;
        line-height: 1.08;
        height: 40px;
    }
    .result_div .result_tit {
        top: 14px;
        left: 12px;
    }
    .result_div .result_cnt {
        top: 14px;
        right: 12px;
    }


    /* 寃ъ쟻�럹�씠吏� 怨듯넻 */
    .content_wrap.order_cate .subpage_top h3 {
        padding-top: 35px;
    }
    .content_wrap.order_cate .subpage_top p {
        display: none;
    }
    .content_wrap.order_home .subpage_top {
        padding-bottom: 50px;
    }
    .content_wrap.order_home .subpage_top h3 {
        padding-top: 60px;
    }
    .content_wrap.order_home .subpage_top p {
        display: none;
    }
    .content_wrap.order_business .subpage_top {
        margin-top: 35px;
    }
    .content_wrap.order_business div.li_fullwidth {
        margin-top: 0 !important;
    }
    .content_wrap.order_dwelling .subpage_top {
        margin-top: 35px;
    }
    .content_wrap.order_dwelling div.li_fullwidth {
        margin-top: 0 !important;
    }
    .progress_step.step_last {
        width: 100%;
    }

    .subpage_top_mobile {
        display: block;
    }
    .subpage_top_pc {
        display: none;
    }
    .subpage_top {
        background: none;
        padding: 0 0 30px;
        height: inherit;
    }
    .order_page .subpage_top {
        margin-top: 50px;
    }
    .subpage_top.subpage_top1 {
        background: none;
        margin-top: 30px;
        padding: 30px 0;
    }
    .subpage_top h3 {
        margin-bottom: 0;
        font-size: 20px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.15;
        letter-spacing: normal;
        color: #414141;
        text-align: center;
    }
    .subpage_top p {
        font-size: 10px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.2;
        letter-spacing: normal;
        text-align: center;
        color: #414141;
        margin-top: 8px;
    }
    .order_list {
        width: 100% !important;
        height: auto;
        margin: 0;
        padding: 0 50px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .order_list li {
        width: calc(50% - 8.5px);
        margin-right: 15px;
        margin-bottom: 15px;
        height: 165px;
    }
    .content_wrap.order_cate .order_list li {
        width: 100%;
    }
    .order_list li:nth-child(even) {
        margin-right: 0;
    }
    .order_list li img {
        top: 36px;
        width: 60px;
        margin-left: -30px;
    }
    .order_cate .order_list li:first-child img {
        top: 7px;
        width: 77px;
        margin-left: -38.5px;
    }
    .order_list li h5 {
        bottom: 30px;
        font-size: 12px;
        line-height: 1.08;
    }
    .order_list li h5:hover {
        color: #db601b;
    }
    .order_cate .order_list li h5 {
        font-size: 16px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.13;
        letter-spacing: normal;
        text-align: center;
        color: #707070;
        bottom: 36px;
    }
    .order_cate .order_list li:active h5 {
        color: #db601b;
    }
    .progress_bar {
        margin-bottom: 50px;
        position: fixed;
        top: 50px;
        right: 0;
        left: 0;
        z-index: 2;
    }
    .progress_bar_circle {
        width: 15px;
        height: 15px;
        border: 2px solid #e76115;
    }
    .progress_bar_line {
        height: auto;
        font-size: 10px;
        padding: 10px 0;
        text-align: center;
    }
    .progress_step {
        margin: 0;
        /*padding: 50px 15px 90px;*/
        padding: 50px 0 90px;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .order_toilet .progress_step.step_2 > ul,
    .order_hospital .progress_step.step_2 > ul,
    .order_conference .progress_step.step_2 > ul,
    .order_campus .progress_step.step_2 > ul,
    .order_parking .progress_step.step_2 > ul {
        width: 100%;
    }
    .btn_basic_list.space_list {
        margin-top: 20px;
    }

    .progress_intro {
        padding-bottom: 0;
        width: 100%;
    }
    .progress_intro h3 {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 17px;
    }
    .progress_intro p {
        font-size: 12px;
        line-height: 18px;
    }
    .figure_big {
        margin-top: 20px;
    }
    .figure_big.pc {
        display: none;
    }
    .figure_big.mb {
        display: block;
    }
    .figure_big img {
        width: 100% !important;
    }
    .figure_wrap {
        margin-bottom: 20px;
    }
    .figure_wrap.figure_wrap_third figure {
        width: calc(33.33% - 9px);
        margin-right: 10px;
    }
    .figure_wrap.figure_wrap_four figure {
        width: calc(50% - 12px);
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .figure_wrap.figure_wrap_four figure:nth-child(even) {
        margin-right: 0;
    }
    .figure_wrap figure figcaption {
        margin-top: 15px;
    }

    .progress_step > ul > li {
        width: calc(100% - 3px);
        height: 66px;
        margin-right: 0;
    }
    .progress_step > ul > li.li_fullwidth {
        margin: 0;
    }
    .progress_step h6 {
        margin-bottom: 3px;
        padding-bottom: 5px;
        font-size: 10px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.2;
        letter-spacing: normal;
    }
    .progress_step .li_fullwidth {
        margin-top: 20px;
        height: auto;
    }
    .progress_step .li_fullwidth.info_list li {
        height: 40px;
    }
    .progress_step .li_fullwidth.info_list li .li_tit {
        margin-top: 14px;
        margin-left: 12px;
        font-size: 12px;
        line-height: 1.08;
        font-weight: bold;
    }
    .progress_step .li_fullwidth.info_list li .li_cnt {
        margin-top: 10px;
        margin-right: 12px;
        width: calc(100% - 110px);
    }
    .progress_step .li_fullwidth.info_list li .li_cnt input {
        font-size: 12px;
        line-height: 1.08;
    }
    .progress_step .li_fullwidth.info_list li .li_cnt .filebox .upload-name {
        width: calc(100% - 70px);
        height: 20px;
        font-size: 10px;
    }
    .progress_step .li_fullwidth.info_list li .li_cnt .filebox label {
        display: inline-block;
        padding: 0;
        vertical-align: middle;
        cursor: pointer;
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 21px;
        letter-spacing: normal;
        text-align: center;
        background-color: #717171;
        color: #fff;
        height: 20px;
        box-sizing: border-box;
    }
    .progress_step .agree_list {
        margin-top: 10px;
        width: 100%;
    }
    .agree_list.agree_list_ect {
        margin-top: 20px;
    }
    .margin_error {
        margin-top: 5px !important;
    }
    .btn_wrap {
        position: relative;
        bottom: 0;
        right: 0;
        left: 0;
        margin: 0;
        padding: 15px 0;
        background: #fff;
        z-index: 1;
    }
    .btn_wrap.btn_wrap_center {
        display: none;
    }
    .content_wrap_mobile .btn_wrap {
        position: absolute;
        bottom: 50px;
        margin: 0;
        width: calc(100% - 86px);
    }
    .btn_wrap .btn_prev,
    .btn_wrap.btn_wrap_last .btn_prev {
        margin-right: 15px;
        width: 52px;
        height: 40px;
        border-radius: 5px;
        box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.16);
        background-color: #ffffff;
        font-size: 12px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 40px;
        letter-spacing: normal;
        text-align: center;
        color: #707070;
    }
    .btn_wrap .btn_next,
    .btn_wrap.btn_wrap_last .btn_next {
        width: 222px;
        height: 40px;
        border-radius: 5px;
        box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.16);
        background-color: #b50b2c;
        font-size: 12px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 40px;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff;
    }
    .btn_wrap.btn_wrap_last {
        margin-top: 5px;
    }
    .btn_basic_list {
        margin: 0;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .btn_basic {
        width: 100%;
        height: 66px;
        margin-bottom: 15px;
    }
    .btn_basic.checks {
        width: calc(50% - 7.5px);
        height: 66px;
        margin-right: 15px;
        margin-bottom: 15px;
    }
    .btn_basic.checks:nth-child(even){
        margin-right: 0;
    }
    .btn_basic_full_mb .btn_basic.checks {
        width: calc(100% - 3px);
        margin-right: 0;
    }
    .btn_basic_180 {
        height: 66px;
    }
    .btn_basic_132 {
        height: 132px !important;
        font-size: 10px;
    }
    .btn_basic.btn_basic_132 input[type="radio"] + label {
        line-height: 132px !important;
    }
    .btn_basic input[type="radio"] + label {
        font-size: 12px;
        line-height: 66px;
    }
    .btn_basic .label_strong strong {
        font-size: 12px;
        line-height: 0.8;
    }
    .btn_basic .label_strong span {
        font-size: 10px;
        line-height: 0.8 !important;
    }
    .wan-spinner input[type="text"] {
        width: 50% !important;
        font-size: 16px;
        line-height: 1.13;
        margin-left: -25%;
    }
    /*.wan-spinner .minus, .wan-spinner .plus {
        width: 20px;
        height: 100%;
        top: 0;
        margin-top: 0;
        line-height: 66px;
        font-size: 13px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
    }*/
    .wan-spinner .plus {
        font-size: 20px;
        line-height: 66px;
    }
    .wan-spinner .minus {
        font-size: 20px;
        line-height: 66px;
    }
    .btn_basic_full.wan-spinner .minus {
        left: 50px;
        font-size: 28px;
        line-height: 1.14;
        margin-top: -15.5px;
    }
    .btn_basic_full.wan-spinner .plus {
        right: 50px;
        font-size: 28px;
        line-height: 1.14;
        margin-top: -15.5px;
    }
    /*.btn_basic_full.wan-spinner input[type="text"] {
        width: 40% !important;
    }*/
    .content_wrap.order_temp .step_2 .btn_basic {
        width: 100%;
    }
    .wan-spinner.wan-spinner-vertical {
        width: 19px;
    }
    .wan-spinner.wan-spinner-vertical input {
        font-size: 14px;
        line-height: 1.2;
        width: 100% !important;
        margin-left: 0;
        height: 30px;
    }
    .wan-spinner.wan-spinner-vertical .minus {
        height: 20px;
        line-height: 20px;
        font-size: 14px;
    }
    .wan-spinner.wan-spinner-vertical .plus {
        height: 20px;
        line-height: 20px;
        font-size: 14px;
    }
    .btn_w40 .wan-spinner.wan-spinner-vertical {
        width: 40px;
    }
    .btn_w40 .wan-spinner.wan-spinner-vertical .minus {
        right: 0;
        height: 20px;
        line-height: 20px;
        font-size: 16px;
    }
    .btn_w40 .wan-spinner.wan-spinner-vertical .plus {
        right: 0;
        height: 20px;
        line-height: 20px;
        font-size: 16px;
    }
    .btn_basic input[type="checkbox"] + label {
        line-height: 66px;
    }
    .btn_basic.btn_basic_132 input[type="radio"] + label[for="qualityId0"],
    .btn_basic.btn_basic_132 input[type="radio"] + label[for="qualityId1"] {
        line-height: 12px !important;
        top: 49px !important;
    }
    .btn_basic.btn_basic_132 input[type="radio"] + label[for="comId0"],
    .btn_basic.btn_basic_132 input[type="radio"] + label[for="comId1"],
    .btn_basic.btn_basic_132 input[type="radio"] + label[for="comId2"],
    .btn_basic.btn_basic_132 input[type="radio"] + label[for="comId3"] {
        top: 54px !important;
        line-height: 18px !important;
    }
    .btn_basic.btn_basic_132 input[type="radio"] + label[for="prodCode0"],
    .btn_basic.btn_basic_132 input[type="radio"] + label[for="prodCode1"] {
        font-size: 13px;
    }
    .content_wrap.order_temp .step_2 .btn_basic input[type="checkbox"] + label[for="prod0"],
    .content_wrap.order_temp .step_2 .btn_basic input[type="checkbox"] + label[for="prod1"] {
        font-size: 13px;
    }
    .content_wrap.order_shop .step_2 .btn_basic input[type="checkbox"] + label {
        font-size: 13px !important;
    }
    .content_wrap.order_shop .step_3 .btn_basic input[type="checkbox"] + label {
        font-size: 10px !important;
        line-height: 66px;
    }
    .content_wrap.order_hospital .step_2 .btn_basic input[type="checkbox"] + label {
        font-size: 13px;
    }
    .content_wrap.order_security .progress_step.step_2 > ul > li {
        width: calc(100% - 2px);
    }
    .content_wrap.order_security .step_2 .btn_basic input[type="checkbox"] + label {
        line-height: 66px;
        font-size: 12px !important;
    }
    .content_wrap.order_parking .step_2 .btn_basic input[type="checkbox"] + label {
        font-size: 13px;
    }
    .content_wrap.order_campus .step_2 .btn_basic input[type="checkbox"] + label {
        font-size: 13px;
    }
    .content_wrap.order_toilet .step_2 .btn_basic input[type="checkbox"] + label {
        font-size: 13px;
    }
    .content_wrap.order_conference .step_2 .btn_basic input[type="checkbox"] + label {
        font-size: 13px !important;
    }
    .content_wrap.order_iot .step_4 .btn_basic input[type="checkbox"] + label {
        font-size: 10px !important;
        line-height: 66px;
    }
    .content_wrap.order_relieved .step_2 .btn_basic {
        width: 100%;
    }
    .content_wrap.order_relieved .step_3 .btn_basic {
        width: 100%;
    }
    .content_wrap.order_relieved .step_3 .btn_basic input[type="checkbox"] + label {
        font-size: 10px !important;
        line-height: 66px;
    }
    .content_wrap.order_kitchen .step_2 .btn_basic {
        width: 100%;
    }
    .content_wrap.order_kitchen .step_2 .btn_basic input[type="checkbox"] + label {
        font-size: 10px !important;
        line-height: 66px;
    }
    .content_wrap.order_cctv .step_2 > ul > li {
        float: none;
    }
    .content_wrap.order_cctv .step_2 .btn_basic input[type="radio"] + label {
        font-size: 10px;
    }
    .content_wrap.order_cctv .step_3 .btn_basic input[type="radio"] + label {
        font-size: 10px;
    }
    .content_wrap.order_cctv .step_3 .li_fullwidth:last-child,
    .content_wrap.order_cctv .step_4 .li_fullwidth:last-child {
        margin-top: 15px;
    }
    .content_wrap.order_doorlock .step_3 .btn_basic input[type="radio"] + label {
        font-size: 10px !important;
    }
    .content_wrap.order_iot .step_2 .btn_basic input[type="radio"] + label {
        font-size: 10px;
    }


    /* 寃ъ쟻 �셿猷� */
    .result_page .result_page_cnt p {
        font-size: 10px;
        line-height: 1.3;
    }
    .result_page .result_page_cnt p:first-child {
        font-size: 12px;
        line-height: 1.08;
    }
    .result_page .result_page_cnt img {
        width: 110px;
        padding: 35px 0;
    }
    .result_page .result_page_cnt a {
        width: calc(100% - 100px);
        margin: 24px 50px 0;
        height: 40px;
        font-size: 12px;
        line-height: 40px;
    }


    /* ���웾寃ъ쟻, 媛꾪렪寃ъ쟻*/
    .order_mass .subpage_top.subpage_top_bg,
    .order_simple .subpage_top.subpage_top_bg {
        background: url(../image/user/subpage_top_img_1.png) no-repeat center;
    }
    .mass_cate_wrap {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .prod_type_list li {
        width: calc(50% - 7px);
        height: 40px;
        padding: 14px 0;
    }
    .prod_type_list input[type="checkbox"] + label {
        font-size: 10px;
        line-height: 1.2;
    }
    .mass_cate_wrap:after {
        display: block;
        content: '';
        clear: both;
    }
    .mass_cate_wrap select {
        height: 40px;
        width: calc(100% - 6px) !important;
        background-size: 13px 8px;
        border-radius: 5px;
        padding: 0;
        font-size: 12px;
        line-height: 1.08;
        font-weight: bold;
        padding-left: 10px;
    }
    .progress_step.order_ect {
        padding: 0 50px;
        width: 100%;
    }
    .progress_step .li_fullwidth.info_list .info_cnt_select {
        width: calc(50% - 7px);
        height: 40px;
    }
    .progress_step .li_fullwidth.info_list .info_cnt_select select {
        height: 40px;
        font-size: 12px;
        font-weight: bold;
        line-height: 1.08;
        color: #e76115;
        width: 100% !important;
        background-size: 13px 8px;
    }
    .progress_step .li_fullwidth.info_list .info_necessary li .li_cnt input#installCnt {
        width: calc(100% - 20px) !important
    }
    .progress_step .li_fullwidth.info_list .info_necessary li .li_cnt input + span {
        display: inline-block;
        font-size: 12px;
        line-height: 1.08;
        color: #e76115;
    }
    .box_content .prod_type_list input[type="checkbox"]:checked + label span.chk {
        width: 14px;
        height: 14px;
        background: url(../image/user/order_mass_chk.png) no-repeat center;
        background-size: 14px;
        top: 14px;
        right: 10px;
    }
    .btn_save {
        height: 40px;
        padding: 14px 0 13px;
        box-sizing: border-box;
        font-size: 12px;
        line-height: 1.08;
    }
    .order_simple .progress_step .li_fullwidth.info_list .info_cnt_select select {
        color: #707070;
    }
    .box_content .container {
        padding: 0 10px;
    }
    .box_wrap h1 {
        margin: 25px 0 10px;
        font-size: 24px;
    }
    .box_wrap p {
        margin-bottom: 30px;
        font-size: 14px;
        text-align: center;
    }
    .box_wrap .box_cnt {
        padding: 10px;
    }
    .box_wrap .box_cnt li .tit {
        float: inherit;
        margin-bottom: 20px;
        width: 100%;
        text-align: center;
        font-size: 18px;
    }
    .box_wrap .box_cnt li .essential:before {
        display: none;
    }
    .box_wrap .box_cnt li:first-child .tit p {
        font-size: 14px;
        text-align: center;
        margin-right: 0;
    }
    .box_wrap .box_cnt li .cnt {
        margin-bottom: 32px;
        width: 100%;
        padding-left: 0;
        float: inherit;
    }
    .box_wrap .box_cnt li .cnt ul:after {
        display: block;
        content: '';
        clear: both;
    }
    .box_wrap .box_cnt li .cnt li {
        margin-right: 0 !important;
        margin-bottom: 30px;
        width: 50%;
    }
    .box_wrap .box_cnt li.gird2 .tit,
    .box_wrap .box_cnt li.gird2 .cnt {
        width: 100% !important;
    }
    input[type="text"], input[type=email], input[type="password"], textarea {
        /*width: 100% !important;*/
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .progress_step .agree_list li {
        height: auto;
        margin-bottom: 15px;
    }
    .box_wrap .box_cnt li .cnt .agree_list li {
        float: inherit;
        margin-bottom: 15px;
        width: 100%;
    }
    .agree_list input[type="checkbox"] + label {
        font-size: 10px;
        line-height: 1.2;
    }
    .box_wrap .box_cnt li .cnt .agree_list li label span {
        margin-right: 10px;
    }
    .agree_list input[type="checkbox"] + label span {
        display: inline-block;
        width: 12px;
        height: 12px;
        margin: 0 10px 0 0;
        vertical-align: middle;
        background: url(../image/user/btn_round_off.png) no-repeat;
        background-size: 12px;
        cursor: pointer;
    }
    .agree_list input[type="checkbox"]:checked + label span {
        background-size: 12px;
    }
    .content_wrap.order_business .btn_basic_list {
        padding: 0 43px;
    }
    .content_wrap.order_business .btn_basic_list .btn_basic {
        height: 66px;
    }
    .content_wrap.order_business .btn_basic_list .btn_basic a {
        font-size: 13px;
        padding: 0;
        line-height: 66px;
    }
    .content_wrap.order_dwelling .btn_basic_list {
        padding: 0 43px;
    }
    .content_wrap.order_dwelling .btn_basic_list .btn_basic {
        height: 66px;
    }
    .content_wrap.order_dwelling .btn_basic_list .btn_basic a {
        font-size: 13px;
        padding: 0;
        line-height: 66px;
    }
    .content_wrap.order_dwelling .btn_basic_list .btn_basic a.line2 {
        padding-top: 20px;
        line-height: 1.3;
    }
    .content_wrap.order_dwelling .btn_basic_list .btn_basic a span {
        font-size: 10px;
    }
    .filebox .upload-name {
        /*width: 70%;*/
        width: 70% !important;
    }
    .filebox label {
        /*width: 30%;*/
        width: calc(30% - 10px) !important;
    }
    .box_wrap .box_cnt li.iot_sec .cnt {
        width: 100%;
    }
    .box_wrap .box_cnt li.iot_sec .cnt li {
        width: 50%;
    }
    .box_wrap .box_cnt li.prod_type_wrap .tit p {
        text-align: center;
    }

    /* 寃ъ쟻�솗�씤 怨듯넻 */
    .cate_select_wrap {
        margin: 0;
        box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.16);
    }
    .proforma_list_wrap > div {
        margin: 0 !important;
        width: 100% !important;
    }
    .cate_select_wrap select {
        width: 50% !important;
        height: 34px;
        margin: 0 !important;
        font-size: 10px;
        background: url(../image/user/arrow_down.png) no-repeat 95% 50%;
        background-size: 10px auto;
        box-shadow: none;
    }
    .cate_select_wrap.third select {
        width: 33.33% !important;
    }
    .proforma_form {
        width: 100%;
        padding: 0 50px 30px;
        box-sizing: border-box;
        margin-top: 30px;
    }
    .proforma_form > ul {
        padding: 0 11px;
    }
    .proforma_form .tit {
        font-size: 12px;
    }
    .proforma_form .cnt {
        font-size: 12px;
    }
    .goods_wrap h4, .request_wrap h4 {
        font-size: 10px;
        line-height: 1.2;
    }
    .goods_wrap ul li {
        height: 40px;
        margin: 0 0 10px;
        width: calc(100% - 3px);
        line-height: 40px;
    }
    .goods_wrap ul li div:last-child {
        font-size: 12px;
        top: 14px;
    }
    .request_wrap p {
        min-height: 150px;
        font-size: 12px;
        padding: 14px 11.5px;
    }
    .btn_confirm,
    .btn_list {
        height: 40px;
        line-height: 40px;
        font-size: 12px;
    }
    .suggestion_wrap > div {
        height: 40px;
    }
    .suggestion_wrap > div span:first-child {
        margin-top: 14px;
        margin-left: 11.5px;
        font-size: 12px;
        line-height: 1.08;
    }
    .suggestion_wrap > div span:last-child {
        margin-top: 14px;
        margin-right: 11.5px;
        font-size: 12px;
        line-height: 1.08;
        width: calc(100% - 80px);
        margin-top: 0;
    }
    .suggestion_wrap > div span:last-child input {
        width: 80% !important;
        outline: none;
    }
    .suggestion_wrap textarea {
        padding: 14px 11.5px;
        font-size: 12px;
        line-height: 1.08;
    }

    .choice_bid_wrap > div {
        height: 40px;
    }
    .choice_bid_wrap > div span:first-child {
        margin-top: 14px;
        margin-left: 11.5px;
        font-size: 12px;
        line-height: 1.08;
    }
    .choice_bid_wrap > div span:last-child {
        margin-top: 14px;
        margin-right: 11.5px;
        font-size: 12px;
        line-height: 1.08;
    }
    .choice_bid_wrap textarea {
        padding: 14px 11.5px;
        font-size: 12px;
        line-height: 1.08;
    }
    .choice_bid_wrap div > p {
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.08;
        letter-spacing: normal;
        text-align: left;
        color: #707070;
    }
    /* �뾽泥댁꽑�젙 �젅�씠�뼱 */
    .layer_modal {
        padding: 30px;
        width: calc(100% - 40px);
        height: calc(100vh - 90px);
    }
    .btn_modal_close {
        top: -40px;
    }
    .btn_modal_close img {
        width: 30px;
    }
    .confirm_list ul {
        height: calc(100vh - 245px);
        padding: 2px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .confirm_list li {
        padding: 14px 11.5px;
    }
    .confirm_list li .com_nm {
        font-size: 12px;
        line-height: 1.08;
    }
    .confirm_list li .custom_price {
        font-size: 12px;
        line-height: 1.08;
    }
    .confirm_list li p {
        font-size: 12px;
        line-height: 1.08;
    }
    .confirm_list .btn_wrap a:first-child,
    .confirm_list .btn_wrap a:last-child {
        height: 40px;
        line-height: 40px;
        font-size: 12px;
    }

    .table_form {
        margin: 30px 0 0;
        padding: 0 15px;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .proforma_list .table_form {
        margin: 0;
    }


    select {
        float: left;
        margin-right: 4% !important;
        width: 48% !important;
    }
    select:last-of-type {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .agree_wrap {
        margin-top: 40px;
    }
    .agree_wrap .tit {
        display: none;
    }
    .btn_big {
        font-size: 18px;
        height: 56px;
        line-height: 56px;
    }
    input.prod_num {
        margin: 5px 0 0;
        width: calc(100% - 15%) !important;
    }
    .order_simple_btn button {
        margin: 0;
        width: 80%;
    }
    #viewArea2 select {
        float: right;
        margin-bottom: 10px;
    }

    .table_form li div:first-child,
    .table_form li div:nth-child(4),
    .table_form li div:nth-child(5) {
        display: none;
    }

    .table_form li div:nth-child(2) {
        /*width: calc(100% - 220px);*/
        width: 40%;
    }
    .table_form li div:nth-child(3) {
        width: 40%;
    }
    .table_form li div:last-child {
        width: 20%;
    }
    .table_form .table_body ul li div.address1 {
        -webkit-line-clamp: 1;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .blog_layer {
        width: 100%;
    }

    .join {
        width: 100%;
    }
    .join-td {
        width: 100%;
    }
    .btn-join {
        width: 100%;
    }
    .ask-stit {
        width: 100%;
        text-align: center;
    }
    .join .txt {
        word-break: keep-all;
    }
    .btn-duplicate {
        height: 44px;
        line-height: 44px;
    }

    .panel_group {
        margin: 30px 15px;
        width: calc(100% - 30px);
    }
    .panel_wrap .panel_head div.subject {
        width: calc(100% - 40px);
	    font-size: 14px;
	    line-height: 1.2;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
	    white-space: pre-line;
    }
    .panel_wrap .panel_head div.date,
    .panel_wrap .panel_head div.hits {
        display: none;
    }
    .panel_wrap .panel_body .cnt {
        padding: 20px;
    }
    .panel_wrap.on .cnt iframe {
	    width: 100%;
   		height: auto;
	}
    .panel_wrap.on .cnt .date {
        display: block;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.2;
        letter-spacing: normal;
        text-align: left;
        color: #707070;
        margin-bottom: 7px;
    }
    .panel_wrap.on .cnt p {
        font-size: 18px;
    }
    .qna_panel .panel_wrap .panel_head div.subject {
        width: calc(100% - 90px);
    }
    .panel_wrap .panel_head div.btn_action {
        width: 40px;
    }




    .content_wrap.order_cctv .step_5 .btn_basic input[type="radio"] + label[for="comId2"] {
        top: 25px;
    }

    .content_wrap.order_video .step_3 .btn_basic input[type="radio"] + label {
        font-size: 10px;
    }

    .box_content .prod_type_list input[type="checkbox"] + label {
        font-size: 10px;
    }


    .useguide .container {
        padding: 0 28px;
        width: 100%;
    }
    .useguide_cate h1 {
        font-size: 20px;
        line-height: 1.9;
        margin: 30px 0 15px;
    }
    .useguide_cate p {
        display: none;
    }
    .useguide_box_wrap li {
        margin-right: 15px;
        width: calc(33.33% - 13px);
        height: 90px;
    }
    .useguide_box_wrap li img {
        top: 20px;
        margin-left: -15.5px;
        width: 31px;
    }
    .useguide_box_wrap li:first-child img {
        top: 11px;
        margin-left: -17.5px;
        width: 35px;
    }
    .useguide_box_wrap li h5 {
        font-size: 10px;
        line-height: 1.2;
        bottom: 15px;
    }
    .useguide_txt_wrap li {
        margin-bottom: 35px;
        font-size: 13px;
        line-height: 1.46;
        text-align: center;
    }
    .useguide_txt_wrap li span {
        display: block;
    }
    .useguide_banner {
        margin-top: 61px;
        height: 100px;
    }
    .useguide_banner .container {
        width: 100%;
    }
    .useguide_banner figure {
        top: -40px;
        width: 135px;
        left: 20px;
    }
    .useguide_banner .container div {
        padding-top: 26px;
        padding-left: 170px;
    }
    .useguide_banner .container div img {
        width: 113px;
    }
    .useguide_banner div p {
        font-size: 12px;
        line-height: 1.25;
    }
    .useguide_banner div p span {
        display: none;
    }
    .useguide_cnt h3 {
        font-size: 20px;
        line-height: 1.9;
        text-align: center;
        margin: 30px 0 22px;
    }
    .useguide_cnt ol li {
        float: inherit;
        width: 100%;
        margin-right: 0;
        margin-bottom: 48px;
    }
    .useguide_cnt ol h6 {
        font-size: 30px;
        line-height: 1.27;
        top: -14px;
        left: 3px;
    }
    .useguide_cnt ol li p {
        font-size: 13px;
        line-height: 1.92;
        text-align: left;
    }
    .question_wrap .help_txt {
        font-size: 12px;
        line-height: 1.25;
    }
    .question_wrap figure {
        margin: 35px 0;
    }
    .question_wrap figure img {
        width: 110px;
    }
    .question_wrap .time span {
        font-size: 10px;
        line-height: 1.3;
    }
    .question_wrap .btn_wrap {
        margin: 24px 50px 65px;
        position: relative;
        box-shadow: none;
        padding: 0;
    }
    .question_wrap .btn_wrap a {
        font-size: 12px;
        line-height: 1.02;
        height: 40px;
        padding: 14px 0 13px;
        width: 100%;
    }
    .question_wrap .btn_wrap a:first-child {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .useguide_simple .useguide_box_wrap li {
        width: calc(50% - 20px);
        margin-right: 35px;
    }
    .useguide_simple .useguide_box_wrap li:last-child {
        margin-right: 0;
    }
    .useguide_box_wrap li h4 {
        font-size: 12px;
        line-height: 90px;
    }

    .progress_bar_100 {
        display: none;
    }


    .question_write_result .help_txt {
        font-size: 12px;
        line-height: 1.25;
    }

    .question_write_result figure img {
        width: 110px;
    }
    .question_write_result p.time span {
        font-size: 10px;
        line-height: 1.3;
    }
    .question_write_result .btn_wrap {
        margin: 24px 50px 60px;
        position: relative;
        box-shadow: none;
        padding: 0;
    }
    .question_write_result .btn_wrap a {
        width: 100%;
        height: 40px;
        line-height: 1.08;
        font-size: 12px;
        padding: 14px 0 13px;
    }
    .question_write_result .btn_wrap a:first-child {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .notice_popup {
        position: absolute;
        top: 75px;
        left: 21px;
        width: calc(100% - 42px);
    }
    .popup_body {
        max-height: 210px;
    }

    .useguide_app .mb_view {
        display: block;
        margin-top: 134px;
        width: calc(100% - 190px);
        float: left;
        overflow: visible;
    }
    .useguide_app .pc_view {
        display: none;
    }

    .useguide_app .useguide_banner {
        height: 159px;
    }
    .useguide_app .useguide_banner .container div:last-child {
        display: none;
    }
    .useguide_app .app_cnt figure {
        width: 188px;
    }
    .useguide_app .app_cnt li {
        position: relative;
        margin-bottom: 20px;
        font-size: 13px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.38;
        letter-spacing: normal;
        text-align: right;
        color: #707070;
    }
    .useguide_app .app_cnt li {
        position: absolute;
        top: 1px;
        right: -21px;
    }
    .useguide_app .app_cnt li span img {
        width: 15px;
    }
    .useguide_app h1 {
        font-size: 20px;
        line-height: 1.9;
    }
    .useguide .app_cnt .container {
        padding: 0;
    }

    .confirm_list .btn_wrap {
        margin: 0;
        position: relative;
        box-shadow: none;
        padding: 0;
    }
    .privacy {
        width: 100%;
        padding: 20px;
        margin-top: 100px;
    }
    .applic_mb {
        display: block;
    }
    .applic_pc {
        display: none;
    }

    .qna_write_table {
        width: calc(100% - 40px);
    }
    .qna_write_table th {
        width: 150px;
    }
    .btn_qna_submit {
        width: calc(100% - 40px);
    }

    .mt5 {
        margin-top: 5px !important;
    }

    .progress_step .li_fullwidth.info_list .info_add li.textarea_sec .li_cnt {
        padding: 15px 12px;
    }
    .progress_step .li_fullwidth.info_list .info_add li.textarea_sec .li_cnt textarea {
        height: 117px;
        font-size: 12px;
        line-height: 1.33;
    }
    .link_wrap {
        display: none;
    }
    .link_wrap.mb {
        display: block;
        position: relative;
        top: 10px;
        right: inherit;
        text-align: center;
    }

    .order_mass .btn_wrap.btn_wrap_last,
    .order_simple .btn_wrap.btn_wrap_last {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        padding: 15px 50px;
    }


    .order_relieved .btn_basic input[type="checkbox"] + label {
        font-size: 12px !important;
    }

    .product .subpage_top.subpage_top_bg {
        padding-top: 37px !important;
        background-size: cover !important;
    }
    .content_wrap.product .search_box_wrap > div {
        width: 190px;
        height: 20px;
    }
    .content_wrap.product .search_box_wrap > div img {
        width: 13px !important;
        height: 11px !important;
        top: 5px !important;
        right: 4.5px !important;
    }
    .product .container {
        padding: 0 15px;
        height: auto;
    }
    .product .container.prod_view {
        padding: 15px;
    }
    .prod_view h1 {
        font-size: 18px;
        line-height: 1.17;
    }
    .prod_view h1 a {
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.08;
        letter-spacing: normal;
        text-align: left;
        color: #000000;
    }
    .prod_list li {
        margin-right: 15px;
        margin-bottom: 15px;
        padding: 10px 10px 18px 10px;
        width: calc(50% - 7.5px);
        height: 243px;
    }
    .prod_list li:nth-child(2n) {
        margin-right: 0;
    }
    .prod_list li:nth-child(n+5) {
        margin-top: 0;
    }
    .prod_list .prod_img {
        width: 100%;
        height: 145px;
    }
    .prod_list li h6 {
        font-size: 15px;
        line-height: 1.2;
    }
    .prod_list li p {
        font-size: 10px;
        line-height: 1.6;
    }
    .product_detail_top {
        height: 100%;
        padding: 25px 0 0;
    }
    .product_detail .container {
        width: 100%;
        height: auto;
        padding: 0 25px;
    }
    .product_detail_top figure {
        width: 100%;
    }
    .product_detail_top .product_detail_top_cnt {
        width: 100%;
        margin: 0;
    }
    .product_detail_top h2 {
        font-size: 20px;
        line-height: 1.15;
        margin-top: 25px;
    }
    .product_detail_top p {
        font-size: 10px;
        line-height: 1.2;
        margin: 6px 0;
    }
    .product_detail_top span {
        font-size: 10px;
        line-height: 1.2;
        margin-bottom: 21px;
    }
    .product_detail_top ul {
        display: none;
    }
    .product_detail_top .btn_buy {
        position: relative;
        right: inherit;
        bottom: inherit;
        display: block;
        width: calc(100% + 50px);
        margin-left: -25px;
        margin-right: -25px;
        font-size: 16px;
        height: 56px;
        line-height: 56px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        clear: both;
    }
    .product_detail_cnt {
        padding: 20px 0;
    }
    .product_detail_cnt .container {
        width: 100%;
        height: auto;
        padding: 0 15px;
    }
    .product_detail_cnt img {
        width: 100%;
    }

    /* 留ㅻЪ由ъ뒪�듃 */
    .itemlist .itemlist_wrap li {
        float: inherit;
        width: 100%;
        height: 200px;
    }

    /* �슦由ъ쭛�젙蹂� �긽�꽭 */
    .my_item_top .price_wrap li:first-child {
        margin-right: 0;
    }
    .itemdetail .my_item h4 {
        font-size: 24px;
        text-align: center;
        word-break: keep-all;
        font-weight: 600;
    }
    .itemdetail .price_wrap {
        margin-top: 20px;
        text-align: center;
    }
    .basic_info_wrap {
        margin-top: 10px;
        width: 100%;
    }
    .basic_info_wrap > ul {
        padding: 0 11px;
    }
    .basic_info_wrap .tit {
        font-size: 12px;
    }
    .basic_info_wrap .cnt {
        font-size: 12px;
    }

    /* 濡쒓렇�씤 */
    .login .member_form {
        top: inherit;
        left: inherit;
        margin: 0 auto;
        width: 100%;
        padding: 20px;
    }
    .member_func {
        margin-top: 30px;
    }
    .member_func li {
        line-height: 42px;
    }
    .member_func li:after {
        display: block;
        content: '';
        clear: both;
    }
    .member_func li a {
        float: right;
        line-height: 18px;
    }
    .login_partner {
        float: inherit;
        line-height: 42px;
    }
    .login_partner a {
        float: right;
        line-height: 18px;
    }
    /* 硫붿씤 */
    .top_banner_section h1 {
        font-size: 32px;
    }
    .top_banner_section .slide1 h1,
    .top_banner_section .slide2 h1 {
        top: 30vh;
        right: 0;
        left: 0;
        text-align: center;
    }
    .section_default li {
        float: inherit;
        margin: 0 0 60px;
        width: 100%;
    }
    .useguide_wrap ol li {
        float: inherit;
        margin-bottom: 60px;
        width: 100%;
    }
    /* 留ㅻЪ�벑濡� */
    .estate_type_wrap .radio_btn_square {
        width: 50%;
    }
    .progress_step.step_1 {
        width: 100%;
    }
    .srch_addr input {
        height: 40px;
        font-size: 12px;
    }
    input#roadZip {
        width: calc(100% - 100px);
    }
    .btn_srch_addr {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .self_input > div:last-of-type span {
        font-size: 12px;
    }

    /* 留ㅼ슱�솗�씤 */
    .cnt_section_left {
        width: 100%;
        float: inherit;
    }
    .main_features {

    }
    .itemdetail .my_item .main_features li {
        display: block;
        width: 100%;
        margin-right: 0;
    }
    .itemdetail .my_item .main_features li h4 {
        text-align: left;
        font-size: 18px;
    }
    .itemdetail .my_item .main_features li p {
        font-size: 14px;
    }
    .detail_wrap li {
        width: 50%;
    }
    .option_wrap li {
        width: 33.33%;
    }
    .cnt_section_right {
        float: inherit;
        width: 100%;
    }


    .contact_wrap_mb {
        display: table-footer-group
    }
    .contact_wrap_mb td {
        padding-top: 15px;
        border: none;
    }
    .contact_wrap_mb a {
        display: block;
        background-color: #b71333;
        color: #fff;
        padding: 10px 0;
        width: 80%;
        margin: 0 auto;
    }
    .layer_modal_wrap {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .layer_modal_tel_mb {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background-color: #fff;
        text-align: center;
        padding: 50px 30px;
        width: 80%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 999;
    }
    .layer_modal_tel_mb h1 {
        font-size: 24px;
        margin-bottom: 30px;
        font-weight: 600;
    }
    .layer_modal_tel_mb p {
        color: #b71333;
        font-size: 25px;
        font-weight: 600;
        margin-bottom: 10px;
    }
    .layer_modal_tel_mb span {
        font-size: 14px;
    }
    .layer_modal_tel_mb a {
        display: block;
        margin-top: 30px;
        background-color: #b71333;
        color: #fff;
        padding: 10px 0;
        border-radius: 10px;
    }
    .layer_modal_tel_mb h5 {
        text-align: left;
        margin-top: 20px;
        margin-bottom: 10px;
        font-size: 14px;
    }

    .radio_btn_square .down_btn {
	    display: inline-block;
	    z-index: 9;
	    cursor: pointer;
	    padding: 11px 20px;
	    font-size: 16px;
	    background-color: #b71333;
	    color: #fff;
	    width: 38px;
	    height: 20px;
	    vertical-align: middle;
	    line-height: 18px;
	}
	.radio_btn_square .down_btn2 {
	    display: inline-block;
	    z-index: 9;
	    cursor: pointer;
	    padding: 11px 20px;
	    font-size: 11px;
	    background-color: #b71333;
	    color: #fff;
	    width: 38px;
	    height: 20px;
	    vertical-align: middle;
	    line-height: 11px;
	}
	.radio_btn_square2 .down_btn {
        display: inline-block;
    	z-index: 9;
	    cursor: pointer;
	    padding: 10px;
	    font-size: 16px;
	    background-color: #b71333;
	    color: #fff;
	    width: 76px;
	    height: 40px;
	    vertical-align: middle;
	    line-height: 0.9;
	}

	.layer_modal_request {
		display: none;
		z-index: 99999001;
	    top: 50%;
	    left: 50%;
	    width: calc(100% - 30px);
	}
	.layer_modal_request .request_btn, .layer_modal_complate .request_btn{
	}
	.layer_modal_complate {
		display: none;
		z-index: 99999001;
	    top: 50%;
	    left: 50%;
	    width: calc(100% - 30px);
        /* height: 310px; */
	}
	.layer_modal_pop {
		display: none;
	    /* position: absolute; */
	    top: 0;
	    left: 0;
	    padding: 5px;
	    width: auto;
	    height: auto;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	}
	.popupContentWrap {
		float: left;
		margin: 0px;
	    background: #ffffff;
	    display: inline-block;
	    width: auto;
	    max-height: 100vh;
	    padding: 10px;
	    border: 3px solid #000000;
	    display: flex;
    	flex-direction: column;
	}
	.popupContent {
		cursor: pointer;
	    height: calc(100vh - 60px);
	    -ms-overflow-style: none;
	    overflow-y: auto;
	}
	.member_form {
		width: 100%;
	}
	.content_wrap.join .member_form {
		width: 95%;
		padding
	}
	.layer_modal_event {
		transform: translateX(-5%);
	}

	/* 紐⑤컮�씪 - �뿰�씫泥� 蹂닿린 愿��젴 紐⑤떖 �겕湲� */
	.layer_modal_tel_view, .layer_modal_sms_view, .layer_modal_mod_view,
	.layer_modal_com_view {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		background-color: #fff;
		text-align: center;
		width: 70%;
		padding: 30px;
		z-index: 10100;
	}
	/* 愿묎퀬�뙘�뾽 - 紐⑤컮�씪 �뙘�뾽*/
	.layer_modal_ad {
		position: fixed;
		top: 50%;
	    left: 50%;
		width: 220px;
	    text-align: center;
	    transform: translate(-50%, -50%);
	    padding: 10px;
	    background-color: rgb(204, 204, 204, 0.9);
	    border-radius: 15px;
	    z-index: 99999001;
	}
	.layer_modal_ad>h1 {
		font-size: 20px;
	    font-weight: bold;
	    margin: 10px;
	}
	.layer_modal_ad>div {
		background: #fff;
	    border-radius: 15px;
	    border: 2px solid;
	    padding: 15px;
	}
	.layer_modal_ad>div>img {
	    width: 100%;
    	border-radius: 15px;
	}
	.layer_modal_ad>p {
		font-size: 15px;
	    font-weight: bold;
	    margin: 10px 10px 15px;
        letter-spacing: 0.5px;
	}
	.layer_modal_ad>a {
		font-size: 13px;
	    background-color: #b71333;
	    padding: 2px 15px;
	    color: #fff;
	    border-radius: 5px;
	}
	/* 愿묎퀬�뙘�뾽 - 紐⑤컮�씪 怨꾩빟�셿猷� �뙘�뾽 */
	.layer_modal_ad_contract {
		text-align: center;
    	margin: 15px 0 0;
	}
	.layer_modal_ad_contract>h1 {
		font-size: 24px;
	    font-weight: bold;
	}
	.layer_modal_ad_contract>div {

	}
	.layer_modal_ad_contract>div>img {
		width: 80%;
	}
	.layer_modal_ad_contract>p {
		font-size: 15px;
	    font-weight: bold;
	    margin: 10px 10px 0;
	}
}

@media screen and (max-width: 320px) {
    .gnb div {
        margin-right: 20px;
    }
    .gnb div:first-child {
        margin-right: 20px;
    }
    .top_banner > div h2 {
        font-size: 16px;
    }
    .btn_reg {
        width: 200px;
        height: 48px;
        line-height: 48px;
        font-size: 20px;
        margin-left: -100px;
    }
    .process-text_top {
        left: 5%;
        width: 90%;
    }

    /*.short_cnt {
        bottom: -75px;

    }*/

    .top_banner .top_banner_txt h2 {
        font-size: 16px;
    }
    .btn_reg {
        font-size: 16px;
    }

    .radio_btn_square .down_btn {
	    display: inline-block;
	    z-index: 9;
	    cursor: pointer;
        padding: 11px 15px;
	    font-size: 16px;
	    background-color: #b71333;
	    color: #fff;
	    width: 38px;
	    height: 20px;
	    vertical-align: middle;
	    line-height: 18px;
	}
	.radio_btn_square .down_btn2 {
	    display: inline-block;
	    z-index: 9;
	    cursor: pointer;
	    padding: 11px 15px;
	    font-size: 11px;
	    background-color: #b71333;
	    color: #fff;
	    width: 38px;
	    height: 20px;
	    vertical-align: middle;
	    line-height: 11px;
	}
}
