a {
    text-decoration: none;
}

.con_box {
    width: 943px;
    box-sizing: border-box;
    margin: 0 auto;
}

.detail_page_category {
    color: #959595;
    font-size: 12px;
    margin: 32px 0 0 28px;
}

.prod_detail_img {
    width: 400px;
    height: 399px;
    cursor: pointer;
}

.prod_detail_img>img {
    width: 400px;
    height: 399px;
}

.prod_detail_imgbox {
    height: 48px;
    margin: 10px 0 5px 0;
    box-sizing: border-box;
}

.prod_detail_imgbox>img {
    width: 46px;
    height: 46px;
    cursor: pointer;
    margin: 0 1px 1px 0;
}

.prod_detail_imgbox>.prod_detail_img_chk {
    box-sizing: border-box;
    width: 46px;
    height: 46px;
    border: 3px solid #0475d5;
}

.prod_detail_imgDown {
    width: 400px;
    height: 80px;
    padding: 20px 0 0 0;
    box-sizing: border-box;
    background-image: url(../images/detail_imgdown_back.png);
}

.prod_detail_imgDown::after {
    content: '';
    clear: both;
    display: block;
}

.detail_imgDown_box {
    margin-top: 8px;
    float: left;
    width: 117px;
    line-height: 16px;
    letter-spacing: -1.5px;
    word-spacing: -2px;
    font-size: 18px;
    text-align: center;
    color: #4f4f4f;
    font-weight: bold;
}

.detail_imgDown_box>span {
    letter-spacing: -1px;
    font-weight: normal;
    font-size: 12px;
    color: #3692dd;
}

.detail_imgDown_box2 {
    margin: 12px 0 0 19px;
    color: #959595;
    line-height: 18px;
    float: left;
    letter-spacing: -1px;
    width: 264px;
    font-size: 12px;
}

.prod_detail_box {
    position: relative;
    margin: 19px 28px 0 29px;
    border-bottom: 1px solid #e7e7e7;
}

.prod_detail_box::after {
    clear: both;
    content: '';
    display: block;
}

.prod_detail_div {
    width: 400px;
    float: left;
}

.prod_detail_ul {
    letter-spacing: -1px;
    color: black;
    font-size: 15px;
    margin-left: 29px;
    width: 457px;
    border-top: 3px solid #0475d5;
    float: left;
}

.prod_detail_ul>li {
    padding-left: 17px;
    border-top: 1px solid #e7e7e7;
}

.prod_detail_ul>li::after {
    clear: both;
    content: '';
    display: block;
}

.detail_ul_KW>div {
    margin-bottom: 3px;
    font-weight: bold;
    color: black;
}

.detail_ul_KW {
    letter-spacing: -1px;
    padding: 16px 0 23px 0;
    line-height: 24px;
    color: #959595;
}

.prod_detail_ul>li:first-child {
    border-top: 0px;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -2px;
    word-spacing: -2px;
    line-height: 46px;
}

.prod_detail_ul>li>ul {
    padding: 13px 0 18px 0;
    line-height: 32px;
}

.prod_ss_text {
    color: #ff0000;
    font-size: 13px;
}

.detail_ul_back {
    background-color: #f6f6f6;
}

.detail_ul_ul>li {
    position: relative;
}

.detail_ul_ul>li .prod_detail_supp_page {
    /*background-image: url(../images/detail_supp_page.png);*/
    /*background-position: 108px;*/
    /*background-repeat: no-repeat;*/
    padding: 0 7px 0 7px;
    background-color: #0475d5;
    color: #fff;
}

.detail_ul_ul>li a.prod_detail_supp_page:link,
.detail_ul_ul>li a.prod_detail_supp_page:visited,
.detail_ul_ul>li a.prod_detail_supp_page:hover,
.detail_ul_ul>li a.prod_detail_supp_page:active,
{
    text-decoration: none;
    color: #fff;
}

.prod_detail_title {
    float: left;
    font-weight: bold;
    min-height: 1px;
    width: 145px;
}

.prod_detail_title_2 {
    width: 295px;
    float: left;
    padding-top: 6px;
    line-height: 20px;
}

.prod_detail_title2 {
    float: left;
    font-weight: bold;
    min-height: 1px;
    width: 145px;
    line-height: normal;
}

.prod_detail_content {
    width: 280px;
    float: left;
    line-height: 140%;
    word-wrap: break-word;
    position: relative;
}

.prod_detail_price {
    padding: 0 10px 0 7px;
    color: white;
}

.price_type_blue {
    background-color: #0475d5;
}

.price_type_brown {
    background-color: #6b3906;
}

.price_type_green {
    background-color: #197b30;
}

.price_type_navy {
    background-color: #000080;
}

.price_type_orange {
    background-color: #ff5d1d;
}

.price_type_purple {
    background-color: #800080;
}

.price_type_red {
    background-color: #ff0000;
}

.price_type_turquoise {
    background-color: #40E0D0;
}

.price_type_yellow {
    background-color: #ffbf1d;
}

.price_type_lightgreen {
    background-color: #acac0e;
}

.detail_ul_back img {
    vertical-align: middle;
}

.detail_ul_back p {
    float: left;
}

.detail_option_show {
    cursor: pointer;
    margin-right: 2px;
    height: 22px;
    font-size: 11px;
    letter-spacing: -1.5px;
    word-spacing: 2px;
    line-height: normal;
}

.prod_detail_btn {
    margin: 20px 0 0 458px;
}

.btn_approve {
    background-image: url(../images/detail_btn_1.png);
    background-repeat: no-repeat;
    background-position: 12px 12px;
    text-align: left;
    padding-left: 36px;
    width: 168px;
    height: 39px;
    box-sizing: border-box;
    background-color: #0475d5;
    border: 0px;
    color: white;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

button.btn_app_complete {
    background-image: url(../images/detail_btn_1_active.png);
    background-color: #ff871d;
}

.btn_order {
    background-image: url(../images/detail_btn_2.png);
    background-repeat: no-repeat;
    background-position: 11px 10px;
    text-align: left;
    padding-left: 36px;
    margin-left: 2px;
    width: 168px;
    height: 39px;
    font-size: 16px;
    box-sizing: border-box;
    color: #0475d5;
    font-weight: bold;
    background-color: white;
    border: 2px solid #0475d5;
    cursor: pointer;
}

.enq_btn {
    text-align: center;
    margin-left: 2px;
    width: 168px;
    height: 39px;
    font-size: 16px;
    box-sizing: border-box;
    color: white;
    font-weight: bold;
    background-color: #9b9b9b;
    border: 2px solid #595959;
    cursor: pointer;
}

.prod_detail_tab {
    border-bottom: 1px solid #d7d7d7;
    margin: 78px 26px 22px 32px;
}

.prod_detail_tab>.prod_detail_tab_act {
    margin-bottom: -1px;
    height: 39px;
    border-bottom: 1px solid white;
    background-color: white;
    color: #0475d5;
}

.prod_detail_tab::after {
    clear: both;
    display: block;
    content: '';
}

.prod_detail_tab>div {
    cursor: pointer;
    margin-right: 1px;
    box-sizing: border-box;
    background-color: #9e9e9e;
    border: 1px solid #d7d7d7;
    border-bottom: 0px;
    line-height: 37px;
    color: white;
    font-weight: bold;
    text-align: center;
    float: left;
    width: 198px;
    height: 39px;
}

.detail_notice_div {
    margin-left: 105px;
    font-size: 15px;
    padding-left: 40px;
    line-height: 42px;
    height: 42px;
    background-image: url(../images/detail_notice_div.png);
    background-repeat: no-repeat;
    font-weight: bold;
    letter-spacing: -2px;
}

.detail_notice_ul {
    letter-spacing: -1.5px;
    border-top: 3px solid #0475d5;
    padding: 21px 0 30px 0;
    margin: 0 29px 0 30px;
    font-size: 12px;
    line-height: 28px;
    color: #6d6d6d;
}

.detail_notice_ul>li {
    padding: 4px 0;
    border-bottom: 1px solid #e5e5e5;
}

.detail_notice_ul>li:first-child {
    border-top: 0px;
}

.detail_notice_ul>li>div {
    float: left;
}

.detail_notice_ul>li>div:first-child {
    box-sizing: border-box;
    padding-left: 15px;
    width: 131px;
    color: #0475d5;
    font-weight: bold;
}

.detail_notice_li {
    width: 753px;
    padding: 5px 0 6px 0;
    line-height: 160%;
}

.detail_notice_ul>li::after {
    clear: both;
    display: block;
    content: '';
}

.prod_detail_notice {
    margin: 0 29px 31px 30px;
    letter-spacing: -2px;
    word-spacing: 1px;
    box-sizing: border-box;
    color: #5d5d5d;
    padding-top: 14px;
    line-height: 27px;
    font-size: 15px;
    background-color: #f1f1f1;
}

.prod_detail_notice::after {
    clear: both;
    content: '';
    display: block;
}

.prod_detail_notice>div {
    float: left;
    overflow: hidden;
}

.prod_detail_notice_1 {
    background-image: url(../images/prod_detail_notice.png);
    background-repeat: no-repeat;
    background-position: 26px 21px;
    box-sizing: border-box;
    padding: 47px 0 0 24px;
    width: 131px;
    font-weight: bold;
    font-size: 17px;
    line-height: 24px;
    color: black;
}

.prod_detail_notice>div>span {
    color: #0a5deb;
}

.prod_detail_notice_content {
    box-sizing: border-box;
    width: 753px;
    padding-right: 14px;
    padding-bottom: 14px;
}

.detail_page_option {
    display: none;
    top: 0px;
    left: -1px;
    position: absolute;
    background-color: white;
    border-radius: 3px;
    width: 915px;
    min-height: 460px;
    box-sizing: border-box;
    border: 2px solid #e1e1e1;
    z-index: 999;
}

.page_option_head {
    font-size: 14px;
    font-weight: bold;
    margin: 43px 35px 15px 32px;
}

.page_option_head>span {
    display: inline-block;
}

.detail_page_option>ul {
    margin: 0 35px 0 32px;
    width: 844px;
    border-top: 1px solid #0475d5;
    font-size: 14px;
}

.detail_page_option>ul>li {
    line-height: 44px;
    border-top: 1px solid #eeeeee;
}

.detail_page_option>ul>li:first-child {
    border-top: 0px;
}

.detail_page_option>ul>li>span {
    display: inline-block;
}

.detail_page_name {
    width: 350px;
}

.detail_page_price_1 {
    box-sizing: border-box;
    text-align: center;
    width: 90px;
    margin: 0px;
}

.detail_page_volume {
    text-align: center;
    width: 100px;
}

.detail_page_min {
    text-align: center;
    width: 80px;
    margin-right: 20px;
}

.detail_page_price_2 {
    text-align: center;
    width: 85px;
}

.detail_page_price_3 {
    text-align: center;
    width: 85px;
}

.detail_option_btn>div {
    float: right;
    margin: 5px 4px 0 0;
}

.detail_option_btn::after {
    clear: both;
    content: '';
    display: block;
}

.option_btn_copy {
    cursor: pointer;
    background-image: url(../images/option_copy.png);
    background-repeat: no-repeat;
    background-position: 12px center;
    background-color: #0475d5;
    padding-left: 38px;
    color: white;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    height: 26px;
    width: 111px;
    border: 0px;
    float: left;
}

.option_btn_close {
    cursor: pointer;
    margin-left: 4px;
    background-image: url(../images/option_close.png);
    height: 26px;
    width: 26px;
    border: 0px;
    float: left;
}

.content_section {
    width: 884px;
    margin: 0 auto;
}

.content_section img {
    max-width: 884px;
}

.prod_app_state {
    margin: 0 29px 0 30px;
}

.prod_app_state table {
    text-align: center;
}

.clearfix::after {
    content: '';
    clear: both;
    display: block;
}

.input_clip_holder {
    width: 1px;
    height: 1px;
    position: absolute;
    left: -9999px;
    opacity: 0;
}

.prod_keyword {
    font-weight: normal !important;
}

.prd_notice_info {
    border: 1px solid #d02b25;
    box-sizing: border-box;
    line-height: 22px;
    margin: 0 29px 30px 30px;
    padding: 15px;
    background-color: #d9534f;
    color: #fff;
}

.return_comment_info {
    border: 1px solid #ec9821;
    box-sizing: border-box;
    margin: 0 29px 30px 30px;
    padding: 15px;
    background-color: #f0ad4e;
    color: #fff;
}

.return_comment_info .rci_title {
    font-weight: bold;
}

.return_comment_info .rci_content {
    margin-top: 12px;
    line-height: 22px;
}
.return_comment_info .rci_info{
    margin-top: 10px;
}

.ss_category {
    position: relative;
}

.ss_delivery {
    position: relative;
}

.ss_buy_info {
    position: relative;
}

.icon_ss_q {
    position: absolute;
    top: -4px;
    left: 232px;
    width: 14px;
    height: 14px;
}

.icon_ss_q_2 {
    position: absolute;
    top: -2px;
    left: 175px;
    width: 14px;
    height: 14px;
}

.icon_ss_q_3 {
    position: absolute;
    top: -2px;
    left: 181px;
    width: 14px;
    height: 14px;
}

.icon_ss_q_4 {
    position: absolute;
    top: 6px;
    left: 108px;
    width: 14px;
    height: 14px;
}

.ss_q_box {
    display: none;
    position: absolute;
    width: 50%;
    top: -58px;
    left: 242px;
    box-sizing: border-box;
    width: 200px;
    line-height: 140%;
    border: 1px solid #d3d3d3;
    background-color: #fff;
    text-align: justify;
    font-weight: normal;
    font-size: 12px;
    padding: 5px;
}

.ss_q_box_2 {
    display: none;
    position: absolute;
    width: 50%;
    top: -40px;
    left: 183px;
    box-sizing: border-box;
    width: 200px;
    line-height: 140%;
    border: 1px solid #d3d3d3;
    background-color: #fff;
    text-align: justify;
    font-weight: normal;
    font-size: 12px;
    padding: 5px;
}

.ss_q_box_3 {
    display: none;
    position: absolute;
    width: 50%;
    top: -40px;
    left: 188px;
    box-sizing: border-box;
    width: 200px;
    line-height: 140%;
    border: 1px solid #d3d3d3;
    background-color: #fff;
    text-align: justify;
    font-weight: normal;
    font-size: 12px;
    padding: 5px;
}

.ss_q_box_4 {
    display: none;
    position: absolute;
    width: 50%;
    top: 0px;
    left: 123px;
    box-sizing: border-box;
    width: 400px;
    line-height: 140%;
    border: 1px solid #d3d3d3;
    background-color: #fff;
    text-align: justify;
    font-weight: normal;
    font-size: 12px;
    padding: 5px;
    z-index: 99;
}

.btn_copy_keyword,
.btn_copy_category {
    cursor: pointer;
    margin-right: 2px;
    height: 22px;
    font-size: 11px;
    letter-spacing: -1.5px;
    word-spacing: 2px;
    line-height: normal;
    color: #333;
    margin-left: 5px;
}

.input_clip_holder {
    width: 1px;
    height: 1px;
    position: absolute;
    left: -9999px;
    opacity: 0;
}

.sup_grade {
    position: absolute;
    top: 0px;
    left: 230px;
    width: 170px;
    background-color: #f4f4f4;
    border: 2px solid #595959;
    z-index: 990;
}

.sup_grade dl>dt {
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
    padding-left: 5px;
}

.sup_grade dl>dd {
    border-top: 1px solid #d5d5d5;
}

.sup_grade dl>dd .class_title,
.sup_grade dl>dd .class_content {
    display: inline-block;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    margin: 0;
    padding-left: 5px;
}

.sup_grade dl>dd .class_title {
    width: 165px;
}

.sup_grade dl>dd .class_content {
    width: 55px;
}

.total_start_num_0 {
    width: 40px;
    height: 16px;
    line-height: 16px;
    background-color: #b8b8b8;
    margin-left: 5px;
    border: 0px;
    border-radius: 3px;
    color: white;
    cursor: pointer;
}

.total_start_num_1 {
    width: 40px;
    height: 16px;
    line-height: 16px;
    background-color: #b8b8b8;
    margin-left: 5px;
    border: 0px;
    border-radius: 3px;
    color: white;
    cursor: pointer;
}

.total_start_num_2 {
    width: 40px;
    height: 16px;
    line-height: 16px;
    background-color: #909090;
    margin-left: 5px;
    border: 0px;
    border-radius: 3px;
    color: white;
    cursor: pointer;
}

.total_start_num_3 {
    width: 40px;
    height: 16px;
    line-height: 16px;
    background-color: #6c6c6c;
    margin-left: 5px;
    border: 0px;
    border-radius: 3px;
    color: white;
    cursor: pointer;
}

.total_start_num_4 {
    width: 40px;
    height: 16px;
    line-height: 16px;
    background-color: #484848;
    margin-left: 5px;
    border: 0px;
    border-radius: 3px;
    color: white;
    cursor: pointer;
}

.total_start_num_5 {
    width: 40px;
    height: 16px;
    line-height: 16px;
    background-color: black;
    margin-left: 5px;
    border: 0px;
    border-radius: 3px;
    color: white;
    cursor: pointer;
}

.total_start_num_6 {
    width: 40px;
    height: 16px;
    font-size: 11px;
    line-height: 14px;
    background-color: #5cb85c;
    margin-left: 5px;
    border: 0px;
    border-radius: 3px;
    color: white;
    cursor: pointer;
}

.class_star_title {
    font-weight: bold;
}

#agree_view_div {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    display: none;
    width: 300px;
    padding: 10px;
    background-color: #f4f4f4;
    border: 1px solid #a9a9a9;
    text-align: center;
    font-size: 12px;
    line-height: 140%;
}

.agree_title {
    text-align: left;
    margin-bottom: 5px;
    font-weight: bold;
}

.agree_info {
    text-align: left;
    margin-bottom: 5px;
}

.agree_sub_title {
    font-weight: bold;
    text-align: left;
    margin-bottom: 5px;
}

#agree_comment {
    width: 100%;
    height: 50px;
    border: 1px solid #ddd;
    margin-bottom: 5px;
}

.agree_reg_ok {
    background-color: #595959;
    border: 1px solid #595959;
    color: white;
    padding: 5px;
    cursor: pointer;
}

.agree_div_clo {
    background-color: white;
    border: 1px solid #595959;
    padding: 5px;
    cursor: pointer;
}

sup.dpv {
    vertical-align: super;
    font-size: smaller;
}

.foreign_section ul {
    overflow: hidden;
    width: 885px;
    margin: 30px 0px 0px 30px;
}

.foreign_section ul li {
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
    padding: 5px 0px 5px 0px;
    line-height: 22px;
}

.foreign_section .fgn_title {
    clear: both;
    float: left;
    width: 110px;
    font-size: 12px;
    color: #0475d5;
    padding: 0px 0px 0px 20px;
}

.foreign_section .fgn_sub {
    float: left;
    width: 755px;
    font-size: 12px;
    color: #595959;
}

.foreign_section .fgn_main_title {
    border-top: 2px solid #0475d5;
    padding-top: 20px;
}