﻿/*Common*/
#container {
    background: #fff
}

#container .contents {
    width: 100%;
    display: inline-block;
    padding-top: 100px;
    font-style: normal
}

article {
    width: 1200px;
    position: relative;
    display: inline-block
}

.contents article.specifications,
.contents article.ordering_info {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*Page Direction*/
.page_direction {
    background: #fff;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 5px;
    text-align: center;
    margin-top: -4px;
    line-height: 0
}

.page_direction ul.my_pos {
    float: left
}

.page_direction ul.my_pos li {
    height: 55px;
    float: left;
    padding: 0 20px;
    border-right: 1px solid #dbdbdb;
    text-align: left;
    line-height: 55px;
    font-size: 0.9em
}

.page_direction li.home {
    width: 70px;
    text-align: center;
    border-left: 1px solid #dbdbdb;
    padding: 0
}

.page_direction li.home a {
    width: 100%;
    display: block;
    height: 55px;
    text-align: center
}

.page_direction li.page {
    position: relative
}

.page_direction li.page span {
    width: 100%;
    display: block;
    color: #828282;
    text-align: left;
    padding-right: 30px;
    background: url(/kimg/arrow_down_gray2.png) no-repeat right center
}

.page_direction li.page span:hover {
    color: #00acc8
}

.page_direction li.page span.now {
    color: #00acc8;
    font-weight: 400;
    background: url(/kimg/arrow_down_cyan.png) no-repeat right center;
    cursor: pointer
}

.page_direction li.page .depth_list {
    position: absolute;
    right: -1px;
    top: 55px;
    border: 1px solid #dbdbdb;
    box-sizing: content-box;
    background: #fff;
    z-index: 1;
    display: none;
    min-width: 100%
}

.page_direction li.page .depth_list a {
    width: 100%;
    display: block;
    padding: 15px 20px;
    color: #343434;
    line-height: 18px;
    white-space: nowrap;
}

.page_direction li.page .depth_list a:hover {
    background: #00acc8;
    color: #fff
}

.page_direction .share {
    position: absolute;
    right: 0;
    top: 0;
    height: 55px;
    border-right: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    z-index: 1
}

.page_direction a.share_btn {
    width: 100%;
    display: block;
    font-size: 0.9em;
    color: #828282;
    background: url(/kimg/arrow_down_gray2.png) no-repeat 90% center;
    padding: 0 25px 0 15px;
    line-height: 55px
}

.page_direction a.share_btn img {
    margin-right: 7px
}

.page_direction a.share_btn:hover {
    color: #00acc8;
    background: url(/kimg/arrow_down_cyan.png) no-repeat 90% center
}

.page_direction a.on {
    color: #00acc8;
    background: url(/kimg/arrow_up_cyan.png) no-repeat 90% center
}

.page_direction .share_list {
    width: 210px;
    height: 195px;
    position: absolute;
    right: -1px;
    top: 55px;
    border: 1px solid #dbdbdb;
    background: #fff;
    display: none
}

.page_direction .share_list ul {
    padding: 0 10px
}

.page_direction .share_list li.tit {
    text-align: left;
    margin: 10px 0;
    line-height: 1.4em;
    font-size: 0.9em
}

.page_direction .share_list li.sns {
    padding-bottom: 10px;
    border-bottom: 1px solid #dbdbdb
}

.page_direction .share_list li.sns a {
    margin: 0 3px
}

.page_direction .share_list li.url input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #343434;
    color: #8e8e8e;
    background: url(/kimg/share_url.gif) no-repeat left center;
    padding-left: 15px;
    line-height: 1.6em
}

.page_direction .share_list li.copy_btn {
    text-align: right;
    margin-top: 8px
}

.page_direction .share_list li.copy_btn button {
    background: #8c96a0;
    color: #fff;
    border: none;
    padding: 5px 10px;
    font-size: 0.7em
}

.page_direction .share_list li.copy_btn button:hover {
    background: #6f7983
}

/*Add Files*/
.attachments {
    width: 100%;
    display: inline-block;
    padding: 5px 0
}

.attachments input.file_name {
    width: 340px !important;
    height: 30px;
    border: 1px solid #dbdbdb;
    padding: 0 2%;
    display: inline-block;
    vertical-align: top
}

.attachments div.file_input {
    position: relative;
    width: 153px;
    height: 32px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top
}

.attachments div.file_input button.file_input_btn {
    width: 153px;
    height: 32px;
    vertical-align: top;
    margin-left: 5px;
    background: #3f3f3f;
    color: #fff;
    border: none
}

.attachments div.file_input input.file_input_hidden {
    width: 153px;
    height: 32px;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0";
    cursor: pointer
}

/*Bottom Button*/
.bottom_btn_area button.com_sub_btn {
    width: 214px;
    height: 58px;
    display: inline-block;
    font-size: 0.9em;
    padding: 0;
    margin: 0 5px
}

.bottom_btn_area button.com_sub_btn:hover {
    text-decoration: underline
}

.bottom_btn_area button.com_sub_btn img {
    margin-left: 30px;
    vertical-align: middle
}

.bottom_btn_area button.com_sub_btn.type1 {
    background: #00acc8;
    color: #fff;
    border: 1px solid #00acc8
}

.bottom_btn_area button.com_sub_btn.type2 {
    background: #fff;
    color: #444;
    border: 1px solid #444
}

/*Paging*/
.paging {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 25px 0
}

.paging li {
    display: inline-block;
    vertical-align: middle
}

.paging li a {
    width: 30px;
    height: 30px;
    display: inline-block;
    color: #343434;
    line-height: 30px
}

.paging li a:hover {
    color: #00acc8
}

.paging li a.now {
    color: #e21a1a
}

.paging li.icon_btn a {
    border: 1px solid #dbdbdb;
    line-height: 25px
}

.paging li.icon_btn a img.on {
    display: none
}

.paging li.icon_btn a mg.off {
    display: inline-block
}

.paging li.icon_btn a:hover {
    border: 1px solid #00acc8
}

.paging li.icon_btn a:hover img.on {
    display: inline-block
}

.paging li.icon_btn a:hover img.off {
    display: none
}

.paging li.num {
    margin: 0 25px
}

.paging li.select_num {
    display: none
}

/*Board View*/
.sub_board_view .view_data {
    padding: 100px 0 200px 0
}

.sub_board_view .subject {
    width: 100%;
    text-align: left;
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
}

.sub_board_view .subject span.type {
    width: 100%;
    display: inline-block;
    margin-bottom: 5px;
    font-size: 0.9em;
    color: #3a3a3a
}

.sub_board_view .subject h3 {
    width: 100%;
    font-size: 1.8em;
    line-height: 1.2em
}

.sub_board_view .subject h4 {
    width: 100%;
    margin: 10px 0 0 0;
    font-size: 1.2em;
    line-height: 1.2em;
    /* font-style: italic; */
}

.sub_board_view .view_con {
    width: 100%;
    display: inline-block;
    padding: 50px 0;
    text-align: left;
    border-bottom: 1px solid #dbdbdb;
    border-top: 1px solid #dbdbdb
}

.sub_board_view .other_contents {
    width: 100%;
    display: inline-block;
    margin-top: 30px
}

.sub_board_view .other_list {
    width: 100%;
    display: inline-block;
    margin-top: 40px
}

.sub_board_view .other_list h3 {
    width: 100%;
    display: inline-block;
    text-align: left;
    font-weight: normal;
    font-size: 1.2em;
    line-height: 38px
}

.sub_board_view .other_list h3 a {
    float: right;
    font-size: 0.7em;
    background: #778492;
    border: 1px solid #66798e;
    color: #fff;
    padding: 0 20px
}

.sub_board_view .other_list h3 a img {
    margin-left: 8px
}

.sub_board_view .other_list ul {
    width: 100%;
    text-align: left;
    display: inline-block;
    margin-top: 20px
}

.sub_board_view .other_list ul li {
    width: 24.7%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 50px
}

.sub_board_view .other_list ul li a.photo {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    border: 1px solid #dcdcdc;
    line-height: 0
}

.sub_board_view .other_list ul li a.photo span {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: 15px solid #dcdcdc;
    display: none
}

.sub_board_view .other_list ul li a.photo:hover span {
    display: block
}

.sub_board_view .other_list ul li a.photo div {
    width: 100%;
    height: 180px;
    display: inline-block;
    line-height: 0;
    overflow: hidden
}

.sub_board_view .other_list ul li a.photo div.no_img {
    position: relative
}

.sub_board_view .other_list ul li a.photo div.no_img img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -68px;
    margin-top: -50px
}

.sub_board_view .other_list ul li a.photo div.has_img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

/*Product Menu List*/
.prd_menu_list {
    position: absolute;
    left: 0;
    top: 100px;
    z-index: 8
}

.prd_menu_list .list_open_btn {
    width: 136px;
    position: absolute;
    left: 50%;
    margin-left: -68px;
    top: 0;
    padding: 20px 0;
    color: #fff;
    z-index: 1;
    background: rgba(0, 0, 0, .4);
    border-radius: 0 0 10px 10px;
    cursor: pointer
}

.prd_menu_list .list_open_btn img {
    vertical-align: middle;
    margin-left: 10px;
    filter: brightness(0) invert(1);
}

.prd_menu_list .list_data_area {
    width: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    padding: 50px 0;
    display: none;
    z-index: 2;
    box-shadow: 0px 3px 10px gray
}

.prd_menu_list .cate_tit {
    width: 100%;
    position: relative;
    font-size: 2em;
    line-height: 1em;
    margin-bottom: 35px;
    font-weight: 700
}

.prd_menu_list .cate_tit span {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -13px;
    cursor: pointer
}

.prd_menu_list .cate_tab {
    position: relative;
    width: 100%;
    display: inline-block;
    padding-top: 30px;
}

.prd_menu_list .cate_tab::before {
    content: '';
    position: absolute;
    top: 0;
    left: calc(50% - 15px);
    width: 30px;
    height: 1px;
    background: #343434;
}

.prd_menu_list .cate_tab li {
    display: inline-block;
    vertical-align: middle
}

.prd_menu_list .cate_tab li a {
    color: #343434;
    font-weight: 300
}

.prd_menu_list .cate_tab li a:hover {
    text-decoration: underline
}

.prd_menu_list .cate_tab li a.on {
    color: #05a3bc;
    text-decoration: underline
}

.prd_menu_list .cate_tab li.line {
    color: #d3d3d3;
    font-size: 0.6em;
    margin: 0 20px
}

.prd_menu_list .data_list {
    width: 100%;
    display: inline-block;
    margin-top: 50px
}

.prd_menu_list .tab_data {
    width: 100%;
    display: inline-block
}

.prd_menu_list ul.cate_info {
    width: 20%;
    float: left;
    text-align: left;
    margin-top: 40px
}

.prd_menu_list ul.cate_info li.tit {
    font-size: 1.8em;
    line-height: 1em;
    font-weight: 700;
    margin-bottom: 50px
}

.prd_menu_list ul.cate_info li.tit span {
    font-size: 0.6em;
    font-weight: 300;
    margin-left: 10px
}

.prd_menu_list ul.cate_info li.text {
    position: relative;
    padding-top: 20px;
    font-size: 0.8em;
    font-weight: 300;
}

.prd_menu_list ul.cate_info li.text::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 8px;
    height: 2px;
    background: #999;
}

.prd_menu_list .prd_list {
    width: 80%;
    float: right
}

.prd_menu_list .prd_list a {
    position: relative;
    width: 25%;
    height: 190px;
    float: left;
    color: #343434
}

.prd_menu_list .prd_list a::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 130px;
    background: linear-gradient(to bottom, rgba(223, 223, 223, 0) 10%, #dfdfdf 45%, #dfdfdf 55%, rgba(223, 223, 223, 0) 90%);
    transform: translateY(-50%);
}

.prd_menu_list .prd_list a img {
    width: 100%;
    max-width: 172px
}

.prd_menu_list .prd_list a:active {
    color: #343434
}

.prd_menu_list .prd_list span.prd_name {
    width: 100%;
    display: inline-block;
    font-size: 0.9em;
    font-weight: 300
}

.prd_menu_list .prd_list span.tag {
    display: inline-block;
    /* font-family: Dotum; */
    font-size: 0.6em;
    margin-top: 10px;
    padding: 2px 7px;
    border-radius: 3px;
    color: #fff
}

.prd_menu_list .prd_list span.tag.new {
    background: #128c9f
}

.prd_menu_list .prd_list span.tag.best {
    background: #27a19a
}

.prd_menu_list .prd_list a:hover span.prd_name {
    text-decoration: underline
}

.prd_menu_list .prd_list a:nth-child(4n+0)::before {
    display: none;
}

/*Sub Top Image*/
.sub_top_img {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;
    height: 546px
}

.sub_top_img_bg {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.sub_top_img_bg img {
    object-fit: cover;
    object-position: center;
    display: block;
    width: 100%;
    height: 100%;
}

.sub_top_img h3 {
    position: relative;
    display: block;
    width: calc(100% - 20px);
    font-size: 2.5em;
    line-height: 1.2;
    color: #fff;
    font-weight: 700;
}

.sub_top_img .sub_top_img_bg~h3 {
    margin: 0;
}

.sub_top_img p {
    position: relative;
    display: block;
    width: calc(100% - 20px);
    margin: 30px auto 0 auto;
    font-size: .95em;
    line-height: 1.2;
    color: #fff;
}

/*Your Hand*/
.your_hand .topimg {
    height: 499px;
    background: url(/kimg/your_hand_banner3.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 43px
}

.your_hand .topimg h3 {
    text-align: left;
    font-size: 58px;
    color: #fff;
    line-height: 1;
    font-weight: 600;
    padding-left: 5%;
    text-transform: uppercase;
}

.your_hand .topimg h3 span {
    display: block;
    font-weight: 400;
    font-size: 32px;
    margin: 11px 0 0 7px;
    font-family: sans-serif, Noto Sans
}

.your_hand .topimg .yh_logo {
    position: absolute;
    right: 4.4%;
    top: 70.2%
}

.your_hand .topimg h4 {
    margin-top: 49px;
    font-weight: 300;
    font-size: 21px;
    color: #fff
}

.your_hand .topimg .slide_area {
    width: 100%;
    margin-top: 25px;
    position: relative
}

.your_hand .topimg .slide_area .flex-viewport {
    overflow: hidden;
    z-index: 1
}

.your_hand .topimg .slide_area .slides li {
    display: inline-block;
    width: 100%
}

.your_hand .topimg .slide_area .slides li a {
    float: left;
    margin-left: 20px;
    width: 224px;
    position: relative
}

.your_hand .topimg .slide_area .slides li a.on {
    background: url(/kimg/your_hand_download_icon.png) no-repeat center center
}

.your_hand .topimg .slide_area .slides li a:first-child {
    margin-left: 0
}

.your_hand .topimg .slide_area li img {
    width: 100%
}

.your_hand .topimg .slide_area li img.icon {
    width: 52px;
    position: absolute;
    left: 50%;
    margin-left: -26px;
    top: 28%;
    display: none
}

.your_hand .topimg .slide_area a div {
    margin-top: 10px;
    font-size: 14px;
    color: #fff
}

.your_hand .topimg .slide_area a div span {
    margin-top: 5px;
    font-size: 12px;
    display: block;
    font-weight: 300
}

.your_hand .topimg .flex-direction-nav {
    position: absolute;
    width: 100%;
    top: 31%
}

.your_hand .topimg .flex-direction-nav a {
    display: block;
    text-indent: -9999px;
    width: 16px;
    height: 33px
}

.your_hand .topimg .flex-direction-nav a.flex-prev {
    background: url(/kimg/your_hand_prev.png) no-repeat center center;
    background-size: cover;
    float: left;
    margin-left: -40px
}

.your_hand .topimg .flex-direction-nav a.flex-next {
    background: url(/kimg/your_hand_next.png) no-repeat center center;
    background-size: cover;
    float: right;
    margin-right: -40px
}

.your_hand .topimg .mobile {
    display: none
}

.your_hand_notice {
    margin-top: -2px;
    padding-bottom: 5%
}

.your_hand_notice .notice_area {
    width: 100%;
    max-width: 1195px;
    margin: auto;
    padding-top: 60px;
    padding-bottom: 2%;
    display: inline-block
}

.your_hand_notice .filter {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px
}

.your_hand_notice .filter .page_count {
    float: left;
    line-height: 43px
}

.your_hand_notice .filter .page_count span {
    color: #e21a1a
}

.your_hand_notice .filter select {
    height: 43px;
    border: 1px solid #555;
    padding-left: 10px;
    width: 150px;
    float: right
}

.color_chg {
    color: #e21a1a
}

.your_hand_notice .notice_area .notice_contents {
    width: 100%;
    position: relative;
    margin: 0 auto
}

.your_hand_notice .notice_contents .grid {
    width: 350px;
    min-height: 100px;
    background: #fff;
    font-size: 12px;
    float: left;
    border: 1px solid #dbdbdb;
    transition: top 1s ease, left 1s ease;
}

.your_hand_notice .notice_contents .grid strong {
    margin-top: 5%;
    display: block;
    padding: 0 0 5px;
    font-size: 16px;
    text-align: center;
    color: #222
}

.your_hand_notice .notice_contents .grid p {
    display: block;
    margin-bottom: 6%;
    padding: 4%;
    font-size: 14px;
    text-align: left;
    color: #696969
}

.your_hand_notice .notice_contents .grid .imgholder img {
    width: 100%;
    display: block
}

.your_hand_notice .notice_contents_area {
    position: relative;
    padding-bottom: 8%;
    text-align: left
}

.your_hand_notice .notice_contents_area .notice_more {
    width: 100%;
    display: inline-block
}

.your_hand_notice .notice_contents_area .notice_more a {
    display: inline-block;
    border: 1px solid #3a3a3a;
    padding: 15px 50px;
    color: #3a3a3a;
    border-radius: 30px;
    font-size: 0.8em;
    margin-top: 30px
}

.your_hand_notice .notice_contents_area .notice_more a img {
    margin-left: 15px;
    vertical-align: middle
}

.your_hand_notice .notice_contents_area .notice_more a img.white {
    display: none
}

.your_hand_notice .notice_contents_area .notice_more a:hover {
    background: #00acc8;
    border: 1px solid #00acc8;
    color: #fff;
    text-decoration: underline
}

.your_hand_notice .notice_contents_area .notice_more a:hover img.gray {
    display: none
}

.your_hand_notice .notice_contents_area .notice_more a:hover img.white {
    display: inline-block
}

/*20210628 추가*/
.your_hand .topimg .slide_area .slides li.other a {
    width: 183px
}

/*Your Hand View*/
.your_hand_view .sub_top_img {
    background: url(/kimg/yh_view_top_img.jpg)no-repeat center center;
    background-size: cover
}

.your_hand_view .subject h3 {
    padding-right: 120px
}

.your_hand_view .subject .update {
    position: absolute;
    right: 0;
    top: 35px;
    color: #868686;
    font-weight: 300;
    font-size: 0.8em
}

.your_hand_view a.more_btn {
    display: inline-block;
    border: 1px solid #3a3a3a;
    padding: 15px 50px;
    color: #3a3a3a;
    border-radius: 30px;
    font-size: 0.8em;
    margin-top: 30px
}

.your_hand_view a.more_btn img {
    margin-left: 15px;
    vertical-align: middle
}

.your_hand_view a.more_btn img.white {
    display: none
}

.your_hand_view a.more_btn:hover {
    background: #00acc8;
    border: 1px solid #00acc8;
    color: #fff;
    text-decoration: underline
}

.your_hand_view a.more_btn:hover img.gray {
    display: none
}

.your_hand_view a.more_btn:hover img.white {
    display: inline-block
}

.your_hand_view .other_list ul li .info {
    width: 100%;
    display: inline-block;
    margin-top: 10px;
    text-align: left;
    color: #222
}

.your_hand_view .other_list ul li .info span {
    width: 100%;
    color: #3a3a3a;
    font-weight: 300;
    font-size: 0.8em;
    display: inline-block;
    margin-top: 10px
}

/*Share Your Main*/
.share_your .sub_top_img {
    background: url(/kimg/share_your_memories_top_img.jpg)no-repeat center center;
    background-size: cover
}

.share_your .feedback_input_area {
    width: 1195px;
    padding: 70px 26px
}

.share_your .feedback_input_area .input_comment span:first-child {
    color: #e21a1a
}

.share_your .feedback_input_area .input_comment span:last-child {
    padding-left: 12px;
    display: block
}

.share_your .feedback_input_area .input_comment {
    text-align: left;
    font-size: 14px;
    color: #343434
}

.share_your .feedback_input_area .table_form {
    width: 100%;
    margin-top: 15px
}

.share_your .feedback_input_area .table_form table {
    width: 100%;
    border-top: 1px solid #000
}

.share_your .feedback_input_area .table_form tr {
    border-bottom: 1px solid #dbdbdb
}

.share_your .feedback_input_area .table_form th {
    width: 202px;
    background-color: #f4f4f4;
    font-size: 13px;
    font-weight: 100;
    text-align: left;
    padding: 16px 16px 16px 35px;
    vertical-align: top
}

.share_your .feedback_input_area .table_form th span {
    color: #ff0000
}

.share_your .feedback_input_area .table_form td {
    text-align: left;
    padding: 10px 0
}

.share_your .feedback_input_area .table_form select {
    font-size: 12px;
    float: left;
    margin-left: 20px;
    padding-left: 12px;
    width: 269px;
    height: 31px;
    border: 1px solid #dbdbdb
}

.share_your .feedback_input_area .table_form input {
    height: 32px;
    font-size: 12px;
    float: left;
    margin-left: 20px;
    padding-left: 12px;
    width: 903px;
    border: 1px solid #dbdbdb
}

.share_your .feedback_input_area .table_form textarea {
    width: 903px;
    height: 127px;
    margin-left: 20px;
    padding: 10px;
    border: 1px solid #dbdbdb;
    font-family: 'Noto Sans';
    overflow-y: scroll
}

.share_your .feedback_input_area .mobile_ver {
    display: none;
    text-align: left
}

.share_your .feedback_input_area .mobile_ver dl {
    border-top: 1px solid #000;
    margin-top: 15px;
    padding: 5px;
    color: #343434;
    font-size: 0.9em
}

.share_your .feedback_input_area .mobile_ver dt {
    padding: 11px 5px 15px 0
}

.share_your .feedback_input_area .mobile_ver dt span {
    color: #ff0000
}

.share_your .feedback_input_area .mobile_ver dd {
    margin-bottom: 10px
}

.share_your .feedback_input_area .mobile_ver select {
    width: 35.8%;
    height: 32px;
    border: 1px solid #dbdbdb;
    padding-left: 1.8%;
}

.share_your .feedback_input_area .mobile_ver dd:nth-child(4) {
    margin-bottom: 17px
}

.share_your .feedback_input_area .mobile_ver input {
    width: 100%;
    height: 32px;
    border: 1px solid #dbdbdb;
    padding-left: 1.8%
}

.share_your .feedback_input_area .mobile_ver textarea {
    width: 100%;
    height: 127px;
    border: 1px solid #dbdbdb;
    padding: 1.8%
}

.share_your .bottom_btn_area {
    margin-top: 5%
}

/*Product Detail Common*/
.product_details {
    position: relative
}

.product_details .details {
    width: 100%;
    display: inline-block
}

.product_details .prd_info_list {
    width: 100%;
    position: relative
}

.product_details .prd_info_list ul {
    width: 100%
}

.product_details .prd_info_list li {
    height: 500px;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    background-size: cover
}

.product_details .sd_card ul li:nth-child(1) {
    background-position-x: 70%
}

.product_details .prd_info_list li div.logo-text {
    width: 1200px;
    position: relative;
    height: 500px;
    display: inline-block
}

.product_details .prd_info_list li img.prd_logo {
    display: block;
    height: 52px;
}

.product_details .prd_info_list li img.prd_logo.large {
    height: 100px;
}

.product_details .prd_info_list li span.prd_more_info {
    display: block;
    font-size: 1.3em;
    padding-top: 17px;
    font-style: italic;
    width: 100%
}

.product_details .prd_info_list li span.gray {
    color: #b7b7b7
}

.product_details .prd_info_list li span.black {
    color: #343434
}

.product_details .prd_info_list li span.white {
    color: #fff
}

.product_details .prd_info_list li div.prd_info {
    position: absolute
}

.product_details .prd_info_list li div.prd_info.left {
    left: 0;
    text-align: left
}

.product_details .prd_info_list li div.prd_info.right {
    right: 0;
    text-align: right
}

.product_details .prd_info_list li div.prd_info.top {
    top: 18%
}

.product_details .prd_info_list li div.prd_info.middle {
    top: 35%
}

.product_details .prd_info_list li div.prd_info.bottom {
    bottom: 22%
}

.product_details .prd_info_list li a.detail_view {
    display: inline-block;
    margin-top: 25px;
    padding: 13px 32px;
    font-size: 0.75em;
    text-align: center
}

.product_details .prd_info_list li a.detail_view.white {
    color: #fff;
    border: 1px solid #fff
}

.product_details .prd_info_list li a.detail_view.black {
    color: #3a3a3a;
    border: 1px solid #3a3a3a;
}

.product_details .prd_info_list li a.detail_view img {
    margin-left: 8px
}

.product_details .prd_info_list li a.detail_view img.on {
    display: none
}

.product_details .prd_info_list li a.detail_view:hover {
    background: #00acc8;
    border: 1px solid #00acc8;
    color: #fff
}

.product_details .prd_info_list li a.detail_view:hover img.on {
    display: inline-block
}

.product_details .prd_info_list li a.detail_view:hover img.off {
    display: none
}

.product_details .ssd ul li[data-style="C910Lite"] .prd_info {
    top: 20%
}

/*klevv News*/
.klevv_news .sub_top_img {
    background: url(/kimg/news_top_img.jpg)no-repeat center center;
    background-size: cover
}

.klevv_news form {
    display: inline-block;
    position: relative
}

.klevv_news .search {
    padding: 65px 0;
    background: #f7f7f7;
    margin-top: -5px;
    float: left
}

.klevv_news .search select {
    height: 43px;
    border: 1px solid #555;
    padding-left: 10px;
    width: 150px
}

.klevv_news .search input.search_field {
    width: 490px;
    height: 43px;
    float: right;
    border: 1px solid #555;
    padding: 0 50px 0 10px;
    margin-left: 10px
}

.klevv_news .search button {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 43px;
    background: url(/kimg/news_search_btn.gif);
    text-indent: -99999999px;
    border: none
}

.klevv_news .search .select_tab {
    width: 490px;
    float: right;
    margin-top: 25px
}

.klevv_news .search .slides li {
    text-align: left
}

.klevv_news .search .slides li a {
    color: #343434;
    font-weight: 300;
    padding-bottom: 5px;
    display: inline-block;
    margin-right: 10px
}

.klevv_news .search .slides li a:hover span {
    color: #e21a1a;
    border-bottom: 1px solid #e21a1a
}

.klevv_news .search .flex-direction-nav {
    position: absolute;
    right: 0;
    bottom: 0
}

.klevv_news .search .flex-direction-nav li {
    float: left
}

.klevv_news .search .flex-direction-nav li a {
    height: 23px;
    text-indent: -999999px;
    width: 100%;
    display: block
}

.klevv_news .search .flex-direction-nav li.flex-nav-prev {
    width: 23px
}

.klevv_news .search .flex-direction-nav li.flex-nav-prev a {
    background: url(/kimg/search_left_btn.gif)
}

.klevv_news .search .flex-direction-nav li.flex-nav-next {
    width: 22px
}

.klevv_news .search .flex-direction-nav li.flex-nav-next a {
    background: url(/kimg/search_right_btn.gif)
}

.klevv_news .important {
    padding: 40px 0
}

.klevv_news .important article {
    display: table;
    margin: 0 auto
}

.klevv_news .important .photo {
    display: table-cell;
    width: 528px;
    line-height: 0;
    border: 1px solid #dedede;
}

.klevv_news .important .photo.no_thumb {
    height: 265px;
    overflow: hidden;
    background: #ededed
}

.klevv_news .important .photo img {
    width: 100%
}

.klevv_news .important span.space {
    width: 50px;
    display: table-cell;
    vertical-align: top
}

.klevv_news .important ul {
    text-align: left;
    display: table-cell;
    border-top: 1px solid #dedede;
    vertical-align: top;
    border-bottom: 1px solid #dedede
}

.klevv_news .important ul li {
    width: 100%;
    display: inline-block
}

.klevv_news .important ul li.date {
    font-size: 0.9em;
    color: #009ad4;
    margin: 10px 0 20px 0
}

.klevv_news .important ul li.tit {
    margin-bottom: 25px
}

.klevv_news .important ul li.tit a {
    width: 460px;
    float: left;
    font-size: 1.6em;
    color: #343434;
    font-weight: 700;
    line-height: 1.6em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.klevv_news .important ul li.tit a:hover {
    text-decoration: underline
}

.klevv_news .important ul li.tit span {
    float: right
}

.klevv_news .important ul li.text {
    font-size: 0.8em;
    font-weight: 400;
    line-height: 1.5em;
    margin-bottom: 20px
}

.klevv_news .important ul li.part {
    margin: 20px 0;
    color: #778492;
    /* font-family: Dotum */
}

.klevv_news .important ul li.date2 {
    font-size: 0.9em;
    color: #009ad4;
    margin: 10px 0 5px 0
}

.klevv_news .important ul li.tit2 a {
    font-size: 1.6em;
    color: #343434;
    font-weight: 700;
    line-height: 1.2em
}

.klevv_news .important ul li.tit2 a:hover {
    text-decoration: underline
}

.klevv_news .filter {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px
}

.klevv_news .filter .page_count {
    float: left;
    line-height: 43px
}

.klevv_news .filter .page_count span {
    color: #e21a1a
}

.klevv_news .filter select {
    height: 43px;
    border: 1px solid #555;
    padding-left: 10px;
    width: 150px;
    float: right
}

.klevv_news .list {
    width: 100%;
    display: inline-block;
    text-align: left
}

.klevv_news .list ul {
    width: 33%;
    min-height: 502px;
    display: inline-block;
    border: 1px solid #dbdbdb;
    padding: 25px 10px;
    margin-bottom: 25px;
    vertical-align: top
}

.klevv_news .list ul li {
    width: 100%;
    display: inline-block
}

.klevv_news .list ul li.logo img {
    height: 28px
}

.klevv_news .list ul li.logo span {
    font-size: 0.8em;
    margin-left: 10px
}

.klevv_news .list ul li.tit {
    margin: 10px 0 15px 0
}

.klevv_news .list ul li.tit a {
    width: 70%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
    color: #343434;
    font-size: 1.1em
}

.klevv_news .list ul li.tit span {
    float: right;
    color: #38a3f2;
    font-size: 0.8em
}

.klevv_news .list ul li.text {
    font-weight: 300;
    line-height: 1.4em;
    font-size: 0.9em;
    margin-bottom: 20px;
    height: 40px
}

.klevv_news .list ul li.prd_photo {
    border: 1px solid #dbdbdb;
    height: 265px;
    overflow: hidden;
}

.klevv_news .list ul li.prd_photo.no_img {
    position: relative
}

.klevv_news .list ul li.prd_photo.no_img img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -68px;
    margin-top: -50px
}

.klevv_news .list ul li.prd_photo.has_img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.klevv_news .list ul li.prd_photo.has_img img {
    visibility: hidden
}

.klevv_news .list ul li.more {
    margin-top: 25px;
    text-align: center
}

.klevv_news .list ul li.more a {
    background: #778492;
    display: inline-block;
    padding: 10px 25px;
    font-size: 0.8em;
    color: #fff;
    border: 1px solid #66798e
}

.klevv_news .list ul li.more a img {
    margin-left: 10px
}

.klevv_news .list ul li.date {
    color: #38a3f2;
    font-size: 0.8em;
    text-align: center
}

.klevv_news .list ul li.tit2 {
    margin: 10px 0 15px 0
}

.klevv_news .list ul li.tit2 a {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
    color: #343434;
    font-size: 1.1em;
    text-align: center;
    line-height: 1.5em;
}

.klevv_news .list ul li.text2 {
    font-weight: 300;
    line-height: 1.4em;
    font-size: 0.9em;
    margin-bottom: 20px;
    height: 40px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 5px;
}

/*Klevv News View*/
.news_view .sub_top_img {
    background: url(/kimg/news_top_img.jpg)no-repeat center center;
    background-size: cover
}

.news_view .subject .update {
    width: 100%;
    display: inline-block;
    color: #009ad4;
    font-weight: 300;
    font-size: 0.8em;
    margin-top: 15px
}

.news_view .other_list ul li a.bbs_link {
    width: 100%;
    display: block;
    text-align: left;
    margin: 15px 0 10px 0;
    color: #343434;
    line-height: 1.4em;
    font-weight: 500;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news_view .other_list ul li a.bbs_link:hover {
    text-decoration: underline
}

.news_view .other_list ul li span {
    width: 100%;
    text-align: left;
    display: inline-block;
    color: #38a3f2;
    font-weight: 300;
    font-size: 0.8em
}

/*Common popup*/
.info_popup {
    position: fixed;
    top: 13%;
    right: 1%;
    z-index: 1
}

.info_popup a {
    position: absolute;
    height: 7%
}

.info_popup a img {
    width: 100%;
    height: 100%
}

.info_popup .close {
    top: 0;
    right: 0;
    width: 65px;
    height: 65px
}

.info_popup .k_link.en {
    width: 23.7%;
    top: 53.5%;
    left: 37.3%
}

.info_popup .j_link.en {
    width: 23.7%;
    top: 61.4%;
    left: 37.3%
}

.info_popup .k_link.jp {
    width: 17.4%;
    top: 61.4%;
    left: 35.2%
}

.info_popup .j_link.jp {
    width: 17.4%;
    top: 69.1%;
    left: 35.2%
}

.info_popup .k_link.kr {
    width: 23.9%;
    top: 53.9%;
    left: 37.2%
}

.info_popup .j_link.kr {
    width: 23.9%;
    top: 61.9%;
    left: 37.2%
}

.info_popup .k_link.tw {
    width: 23.9%;
    top: 55.9%;
    left: 37.2%
}

.info_popup .j_link.tw {
    width: 23.9%;
    top: 63.7%;
    left: 37.2%
}

/****共用banner****/
.c-banner {
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;
    width: 100%;
    min-height: 280px;
    background: #000;
    overflow: hidden;
}

.c-banner_bg {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.c-banner_bg img {
    position: relative;
    object-fit: cover;
    object-position: center;
    display: block;
    width: 100%;
    height: 100%;
}

.c-banner_content {
    position: relative;
    display: block;
    width: calc(100% - 120px);
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
    color: #fff;
    text-align: center;
}

.c-banner_content_title {
    position: relative;
    display: block;
    width: 100%;
    font-size: 40px;
    line-height: 1.2;
    color: inherit;
    font-family: inherit;
    font-weight: 700;
}

.c-banner_content_text {
    position: relative;
    display: block;
    width: 100%;
    margin: 30px auto 0 auto;
    font-size: 15px;
    line-height: 1.2;
    color: inherit;
    font-family: inherit;
    font-weight: 400;
}

/****news box****/
.newsFocus {
    display: flex;
    align-items: stretch;
    align-content: stretch;
    justify-items: flex-start;
    justify-content: space-between;
    width: 98%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
    overflow: hidden;
}

.newsFocus__pic {
    position: relative;
    display: block;
    width: calc(50% - 25px);
}

.newsFocus__pic__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;
    width: calc(80% - 5px);
    height: 100px;
    max-width: 250px;
    transform: translate(-50%, -50%);
}

.newsFocus__pic__logo img {
    display: block;
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 100%;
}

.newsFocus__pic__inner {
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;
    width: 100%;
    padding: 66.66% 0 0 0;
    border: 1px solid #dbdbdb;
    overflow: hidden;
}

.newsFocus__pic__inner img {
    position: absolute;
    top: 50%;
    left: 50%;
    object-fit: cover;
    object-position: center;
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    transform: translate(-50%, -50%);
}

.newsFocus__content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-items: flex-start;
    justify-content: flex-start;
    width: calc(50% - 25px);
    padding: 20px 0;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    order: 10;
}

.newsFocus__content__date {
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
    font-size: 0.9em;
    color: #009ad4;
    text-align: left;
}

.newsFocus__content__title {
    display: block;
    width: 100%;
    font-size: 1.6em;
    color: #343434;
    font-weight: 700;
    line-height: 1.3;
    text-align: left;
}

.newsFocus__content__sub {
    display: block;
    width: 100%;
    margin: 10px 0;
    font-size: .95em;
    color: #343434;
    font-weight: 700;
    line-height: 1.3;
    text-align: left;
    /* font-style: italic; */
}

.newsFocus__content__title a {
    display: inline;
    width: auto;
    max-width: 100%;
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.newsFocus__content__title a:hover {
    text-decoration: underline;
}

.newsFocus__content__text {
    width: 100%;
    margin: 10px 0 0 0;
    font-size: .8em;
    font-weight: 400;
    line-height: 1.8;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newsBox {
    position: relative;
    left: -5px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: stretch;
    justify-items: flex-start;
    justify-content: flex-start;
    width: calc(100% + 10px);
}

.newsBox__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-items: flex-start;
    justify-content: flex-start;
    width: calc(100% / 3 - 10px);
    margin: 0 5px 25px 5px;
    padding: 25px max(5%, 10px);
    border: 1px solid #dbdbdb;
    text-align: center;
}

.newsBox__item__content {
    display: block;
    width: 100%;
    height: 100%;
    flex: 0 1 auto;
}

.newsBox__item__content__date {
    display: block;
    width: 100%;
    margin: 0 auto 10px auto;
    font-size: .8em;
    color: #38a3f2;
}

.newsBox__item__content__title {
    width: 100%;
    margin: 0 auto 15px auto;
    font-size: 1.1em;
    line-height: 1.35;
    color: #343434;
    text-align: left;

    /* display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; */
}

.newsBox__item__content__title a {
    display: inline;
    width: auto;
    max-width: 100%;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font-family: inherit;
    font-weight: 700;
}

.newsBox__item__content__sub {
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
    font-size: .95em;
    color: #343434;
    font-weight: 700;
    line-height: 1.3;
    text-align: left;
    /* font-style: italic; */
}

.newsBox__item__content__text {
    width: 100%;
    margin: 0 0 20px 0;
    font-size: .9em;
    line-height: 1.55;
    text-align: left;
    /* display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; */
    display: none;
}

.newsBox__item__content__pic {
    position: relative;
    display: block;
    width: 100%;
    flex: 0 0 auto;
}

.newsBox__item__content__pic__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;
    width: calc(80% - 5px);
    height: 100px;
    max-width: 250px;
    transform: translate(-50%, -50%);
}

.newsBox__item__content__pic__logo img {
    display: block;
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 100%;
}

.newsBox__item__content__pic__inner {
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;
    width: 100%;
    padding: 66.66% 0 0 0;
    border: 1px solid #dbdbdb;
    overflow: hidden;
}

.newsBox__item__content__pic__inner img {
    position: absolute;
    top: 50%;
    left: 50%;
    object-fit: cover;
    object-position: center;
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    transform: translate(-50%, -50%);
}

.newsBox__item__link {
    display: inline-block;
    width: auto;
    max-width: 100%;
    margin: 25px auto 0 auto;
    padding: 10px 25px;
    font-size: 0.8em;
    color: #fff;
    background: #778492;
    border: 1px solid #66798e;
}

.newsBox__item__link:active {
    background: #778492;
}

.newsBox__item__link img {
    margin: 0 0 0 10px;
}

/*Share Your Main*/
.sub_board_view .view_con img {
    max-width: 100%;
}

@media all and (max-width:1760px) {
    .your_hand .topimg .yh_logo {
        display: none
    }
}

@media all and (max-width:1400px) {

    /*Common*/
    article {
        width: 100%;
        padding: 0 1%
    }

    /*Share Your Main*/
    .share_your .feedback_input_area {
        width: 100%;
        padding: 70px 85px
    }

    .share_your .feedback_input_area .table_form input,
    .share_your .feedback_input_area .table_form textarea {
        width: 96%
    }

    .share_your .feedback_input_area .table_form select {
        width: 32.2%
    }

    .share_your .feedback_input_area .table_form th {
        width: 20%;
        padding-left: 3%
    }

    .attachments input.file_name {
        width: 36% !important
    }

    /*Product Detail Common*/
    .product_details .prd_info_list li div.info_left {
        left: 5%
    }

    .product_details .prd_info_list li div.info_right {
        right: 5%
    }

    /*Your Hands*/
    .your_hand article {
        max-width: 1200px
    }

    .your_hand .topimg .slide_area .slides li a {
        width: 19.1%;
        margin-left: 1.1%
    }

    /*20210628 추가*/
    .your_hand .topimg .slide_area .slides li.other a {
        width: 15.75%
    }
}

@media all and (max-width:1300px) {

    /*Your Hands*/
    .your_hand .topimg .slide_area {
        padding: 0 4%
    }

    .your_hand .topimg .flex-direction-nav a.flex-prev {
        margin-left: -24px
    }

    .your_hand .topimg .flex-direction-nav a.flex-next {
        margin-right: 5.9%
    }

}

@media all and (max-width:1360px) {
    #container .contents {
        padding-top: 60px
    }

    /*Product Detail Common*/
    .prd_menu_list {
        top: 60px
    }

    .footer .copyright article {
        width: 100% !important
    }

    .klevv_news {
        padding-top: 60px
    }

}

@media all and (max-width:1200px) {
    .prd_menu_list .list_open_btn {
        padding: 15px 0;
        font-size: 0.8em
    }

    .product_details .prd_info_list li div.logo-text {
        width: 96%
    }
}

@media all and (max-width:1060px) {
    #container .contents {
        padding-top: 56px
    }

    .prd_menu_list {
        top: 56px
    }

    .prd_menu_list .list_open_btn {
        width: 110px;
        margin-left: -55px;
        padding: 10px 0;
        font-size: 0.8em
    }

    .sub_board_view .other_list ul li {
        width: 20%
    }

    .your_hand .topimg .slide_area .slides li a {
        width: 19.5%;
        margin-left: 0.5%
    }

    .your_hand .topimg .slide_area .slides li.other a {
        width: 16.2%
    }
}

@media all and (max-width:1024px) {
    .page_direction li.home {
        border-left: none
    }

    /*klevv_news*/
    .klevv_news {
        padding-top: 55px
    }

    .klevv_news .important span.space {
        width: 15px
    }

    .klevv_news .important ul li.tit {
        margin-bottom: 10px
    }

    .klevv_news .important ul li.tit a {
        width: 100%
    }

    .klevv_news .important ul li.text {
        margin-bottom: 10px
    }

    .klevv_news .filter .page_count {
        line-height: 34px
    }

    .klevv_news .filter select {
        height: 34px
    }

    /*Your Hand*/
    .your_hand_notice .filter .page_count {
        line-height: 34px
    }

    .your_hand_notice .filter select {
        height: 34px
    }

    /*Share Your Main*/
    .share_your .feedback_input_area {
        padding: 55px 20px
    }
}

@media all and (max-width:1000px) {
    .info_popup {
        display: none
    }
}

@media all and (max-width:880px) {

    /*******Deskt Top Reset******/
    #container .contents {
        padding-top: 0
    }

    .prd_menu_list {
        top: 0
    }

    /*Common*/
    article {
        padding: 0 2.5%
    }

    .klevv_news .sub_top_img {
        height: 230px
    }

    .sub_top_img h3 {
        margin-top: 80px
    }

    .paging li.num {
        display: none
    }

    .paging li.select_num {
        display: inline-block
    }

    .paging li.select_num select {
        width: 60px;
        height: 30px;
        border: 1px solid #dbdbdb;
        vertical-align: top;
        text-align: center;
        padding-left: 10px
    }

    .page_direction article {
        padding: 0;
        border-bottom: 1px solid #dbdbdb
    }

    .page_direction .share {
        border-right: none
    }

    .page_direction a.share_btn {
        padding: 0;
        background: none;
        width: 55px;
        text-indent: -99999999px;
        background: url(/kimg/share_icon.png) no-repeat center center
    }

    .page_direction a.share_btn:hover {
        background: url(/kimg/share_icon.png) no-repeat center center
    }

    .page_direction a.share_btn.on {
        background: url(/kimg/share_icon.png) no-repeat center center
    }

    .page_direction .share_list {
        width: 100%;
        height: auto;
        right: 0;
        box-sizing: content-box;
        border-right: none
    }

    .page_direction .share_list ul {
        padding: 20px 0 0 0
    }

    .page_direction .share_list li.sns {
        border-bottom: none
    }

    .page_direction .share_list li.sns a {
        width: 100%;
        display: block;
        margin: 0;
        margin-bottom: 20px
    }

    .page_direction .share_list li.tit {
        display: none
    }

    .page_direction .share_list li.url {
        display: none
    }

    .page_direction .share_list li.copy_btn {
        display: none
    }

    /*Board View*/
    .sub_board_view {
        padding-top: 0
    }

    .sub_board_view .view_data {
        padding: 50px 0
    }

    .sub_board_view .other_list ul li {
        width: 40%;
        margin: 10px 3% 10px 3%
    }

    .sub_board_view .other_list ul li a.photo div {
        height: 100px
    }

    .sub_board_view .view_con iframe {
        width: 100%
    }

    /*Your Hand*/
    .your_hand {
        padding-top: 0
    }

    .your_hand .topimg {
        background-position-x: left;
        padding-top: 70px;
        height: 689px
    }

    .your_hand .topimg .slide_area {
        display: none
    }

    .your_hand .topimg h3 {
        padding-left: 2%;
        font-size: 50px
    }

    .your_hand .topimg h3 span {
        margin: 10px 0 0 0
    }

    .your_hand .topimg h4 {
        font-size: 24px
    }

    .your_hand article {
        max-width: 100%;
        padding-right: 0
    }

    .your_hand .topimg .mobile {
        display: inline-block;
        width: 100%;
        text-align: left;
        margin-top: 30px
    }

    .your_hand .topimg .mobile ul {
        display: inline-block;
        width: 100%;
        white-space: nowrap;
        overflow-x: auto;
        padding-bottom: 20px
    }

    .your_hand .topimg .mobile li {
        display: inline-block;
        width: 45%;
        margin-right: 3.3%
    }

    .your_hand .topimg .mobile a {
        display: block;
        position: relative;
        width: 100%;
        text-align: center
    }

    .your_hand .topimg .mobile a>img {
        width: 100%
    }

    .your_hand .topimg .mobile span {
        position: absolute;
        right: 0;
        top: 0;
        display: block;
        font-size: 20px;
        background: rgba(0, 0, 0, 0.8);
        color: #fff;
        width: 63.4%;
        padding: 4.4% 0;
    }

    .your_hand .topimg .mobile span img {
        width: 13.6%;
        margin: -1% 5.7% 0 0;
        vertical-align: middle
    }

    .your_hand .topimg .mobile div {
        font-size: 20px;
        margin-top: 20px;
        color: #fff
    }

    /*Share Your Main*/
    .share_your {
        padding-top: 0
    }

    .share_your .feedback_input_area .table_form {
        display: none
    }

    .share_your .feedback_input_area .mobile_ver {
        display: block
    }

    .attachments input.file_name {
        width: 76% !important
    }

    .attachments div.file_input button.file_input_btn,
    .attachments div.file_input input.file_input_hidden {
        width: 100%
    }

    .attachments div.file_input {
        width: 20.6%;
        margin-left: -1.3%
    }

    .share_your .feedback_input_area .input_comment br {
        display: none
    }

    .share_your .feedback_input_area .input_comment span:last-child {
        padding-left: 0;
        display: inline
    }

    /*klevv_news*/
    .klevv_news {
        padding-top: 0
    }

    .klevv_news .search {
        padding: 30px 0
    }

    .klevv_news .search form {
        width: 93%
    }

    .klevv_news .search select {
        display: none
    }

    .klevv_news .search .select_tab {
        width: 100%
    }

    .klevv_news .search input.search_field {
        width: 100%
    }

    .klevv_news .search .flex-viewport {
        width: 100%
    }

    .klevv_news .important article {
        display: inline-block
    }

    .klevv_news .important .photo {
        width: 100%;
        display: block;
        padding: 0
    }

    .klevv_news .important span.space {
        display: none
    }

    .klevv_news .important ul {
        width: 100%;
        border-top: 0;
        border-bottom: 1px solid #dedede;
        margin-top: 20px;
        display: inline-block
    }

    .klevv_news .list ul {
        width: 100%;
        min-height: initial
    }

    .klevv_news .list ul li.text {
        min-height: 40px
    }

    .klevv_news .list ul li.text2 {
        min-height: 40px
    }

    .klevv_news .list ul li.prd_photo {
        height: auto;
        overflow: initial
    }

    .klevv_news .list ul li.prd_photo.no_img {
        position: relative;
        height: 200px
    }

    .klevv_news .list ul li.prd_photo.has_img {
        background: none !important
    }

    .klevv_news .list ul li.prd_photo.has_img img {
        visibility: visible;
        width: 100%
    }

    /*Product Menu List*/
    .prd_menu_list {
        top: 0
    }

    .prd_menu_list .list_data_area {
        padding: 30px 0
    }

    .prd_menu_list .cate_tit {
        font-size: 1.6em
    }

    .prd_menu_list ul.cate_info {
        width: 100%;
        margin-bottom: 30px;
        display: inline-block
    }

    .prd_menu_list ul.cate_info li.tit {
        font-size: 1.8em;
        margin-bottom: 0px;
        display: inline-block;
        vertical-align: middle
    }

    .prd_menu_list ul.cate_info li.text {
        display: none;
        padding-top: 0;
        padding-left: 20px;
        font-size: 0.8em;
        margin-left: 10px;
        vertical-align: middle
    }

    .prd_menu_list ul.cate_info li.text::before {
        top: calc(50% - .5px);
        height: 1px;
    }

    .prd_menu_list .prd_list {
        width: 100%
    }

    .prd_menu_list .prd_list a {
        width: 33.33%;
        height: 150px;
        margin: 0 0 30px 0;
        font-size: 0.8em
    }

    .prd_menu_list .prd_list a::before {
        height: 100px;
        transform: translateY(calc(-50% - 10px));
    }

    .prd_menu_list .prd_list a:nth-child(4n+0)::before {
        display: block;
    }

    .prd_menu_list .prd_list a:nth-child(3n+0)::before {
        display: none;
    }

    /*Product Detail Common*/
    .product_details {
        margin-top: 0px
    }

    .product_details .prd_info_list li div.prd_info.middle {
        width: 50%
    }

    .product_details .prd_info_list li img.prd_logo {
        max-width: 100%;
        height: 30px;
    }

    .product_details .prd_info_list li img.prd_logo.large {
        height: 70px;
    }

    /*Product Detail Common*/
    .prd_menu_list {
        top: 0
    }

    .product_details .prd_info_list li div.info_left {
        left: 4%
    }

    .product_details .prd_info_list li div.info_right {
        right: 4%
    }

    .product_details .prd_info_list li div.left_bottom {
        top: 65%
    }

    .product_details .prd_info_list li div.right_bottom {
        top: 65%
    }

    .product_details .prd_info_list li a.detail_btn {
        padding: 11px 32px;
        margin-top: 20px
    }

    .product_details .ssd ul li[data-style="C910"] {
        background-position-x: 34%
    }

    .product_details .ssd ul li[data-style="C910Lite"] {
        background-position-x: 60%
    }

    .product_details .ssd ul li[data-style="C730"] {
        background-position-x: 60%
    }

    .product_details .ssd ul li[data-style="S1"] {
        background-image: url(/kimg/list_ssd_bg_02_m.jpg) !important
    }

    .product_details .ssd ul li[data-style="R1"] {
        background-position-x: 30%
    }

    .product_details .ssd ul li[data-style="S1"] .prd_info {
        top: 19%;
        left: 0;
        text-align: left
    }

    .product_details .ssd ul li[data-style="R1"] .prd_info {
        top: 19%;
        right: 0;
        text-align: right;
        left: unset
    }

    .product_details .ssd ul li[data-style="C920"] .prd_info {
        bottom: 22%;
        right: unset;
        text-align: left;
        left: 0;
        top: unset
    }

    .product_details .ssd ul li[data-style="C910Lite"] .prd_info {
        top: 15%;
        min-width: 90%
    }

    .product_details .sd_card ul li:nth-child(1) {
        background-position-x: 43%
    }

    .product_details .sd_card ul li:nth-child(2) {
        background-position: center 0
    }

    .product_details .sd_card ul li:nth-child(1) .prd_info {
        top: 19%
    }

    .product_details .sd_card ul li:nth-child(2) .prd_info {
        top: unset;
        bottom: 22%
    }

    .product_details .usb ul li:nth-child(1) {
        background-position: 36%
    }

    .product_details .usb ul li:nth-child(2) {
        background-position: 66%
    }

    .product_details .usb ul li:nth-child(3) {
        background-image: url(/kimg/list_usb_bg_02_m.jpg) !important
    }

    .product_details .usb ul li:nth-child(4) {
        background-image: url(/kimg/list_usb_bg_03_m.jpg) !important
    }

    .product_details .usb ul li:nth-child(5) {
        background-image: url(/kimg/list_usb_bg_04_m.jpg) !important
    }

    .product_details .usb ul li:nth-child(1) .prd_info,
    .product_details .usb ul li:nth-child(2) .prd_info,
    .product_details .usb ul li:nth-child(3) .prd_info {
        top: 19%
    }

    /*Your Hand*/
    .your_hand_notice {
        padding: 0 1% 30px 1%
    }

    /****共用banner****/
    .c-banner_content {
        width: calc(100% - 60px);
    }

    /****news box****/
    .newsFocus {
        width: 95%;
    }

}

@media all and (max-width:768px) {

    /*Sub Top Image*/
    .sub_top_img {
        height: 319px;
    }

    .sub_top_img h3 {
        font-size: 2.7em;
    }

    .sub_top_img p {
        font-size: 1.12em;
    }

    /*Your Hand*/
    .your_hand_notice .notice_area .notice_contents {
        width: 100% !important
    }

    .your_hand_notice .notice_contents .grid {
        width: 100% !important;
        position: static !important;
        float: none
    }

    .your_hand_notice .notice_contents .grid p {
        text-align: center
    }

    /****news box****/
    .newsFocus {
        display: block;
    }

    .newsFocus__pic {
        width: 100%;
        margin: 25px auto 0 auto;
    }

    .newsFocus__content {
        display: block;
        width: 100%;
    }

    .newsBox {
        left: 0;
        display: block;
        width: 100%;
    }

    .newsBox__item {
        width: 100%;
        margin: 0 0 25px;
    }
}

@media all and (max-width:700px) {

    /*Common*/
    .page_direction {
        border-bottom: none
    }

    .page_direction li.page {
        z-index: 5
    }

    /*Board View*/
    .sub_board_view .view_data {
        padding: 50px 0 100px 0
    }

    /*Share Your Main*/
    .sub_board_view .view_con img {
        max-width: 90%;
    }

}

@media all and (max-width:640px) {

    /*Sub Top Image*/
    .sub_top_img {
        height: 261px;
    }

    .sub_top_img h3 {
        font-size: 2.25em;
    }

    .sub_top_img p {
        font-size: .93em;
    }

    .your_hand .topimg {
        height: 500px;
        padding-top: 50px
    }

    .your_hand .topimg h4 {
        margin-top: 30px
    }

    .your_hand .topimg .mobile div {
        margin-top: 15px
    }

    .prd_menu_list .list_open_btn {
        width: 80px;
        margin-left: -40px;
        padding: 7px 0;
    }

    /****共用banner****/
    .c-banner_content {
        width: calc(100% - 40px);
    }

    .c-banner_content_title {
        font-size: 30px;
    }

    .c-banner_content_text {
        margin: 30px auto 0 auto;
        font-size: 13px;
    }
}

@media all and (max-width:500px) {

    /*Page Direction*/
    .page_direction ul.my_pos li {
        padding: 0 5px;
        font-size: 0.7em
    }

    .page_direction li.home {
        width: 35px
    }

    .page_direction li.page span {
        padding-right: 15px
    }

    /*Board View*/
    .sub_board_view .view_data {
        padding: 0 0 50px 0
    }

    .news_view .other_list ul li a.bbs_link {
        font-size: 0.8em
    }

    .news_view .other_list ul li span {
        font-size: 0.7em
    }

    /*Sub Top Image*/
    .sub_top_img h3 {
        font-size: 1.8em
    }

    /*Product list*/
    .product_details .prd_info_list li div.prd_info {
        width: 50%
    }

    .product_details .prd_info_list li span.prd_type_info {
        font-size: 0.9em;
        padding-top: 8px
    }

    .product_details .prd_info_list li a.detail_btn {
        padding: 8px 18px;
        margin-top: 15px;
        font-size: 0.65em
    }

    .product_details .prd_info_list li a.detail_btn img {
        vertical-align: top;
        margin-top: 5px
    }

    /*klevv_news*/
    .klevv_news .sub_top_img {
        background: url(/kimg/mobile/news_top_img.jpg)no-repeat center center;
        background-size: cover
    }

    .klevv_news .search .slides li a {
        font-size: 0.8em
    }

    .your_hand_notice .notice_contents .grid {
        width: 100% !important
    }

    /*Your Hand*/
    .your_hand_notice {
        display: inline-block
    }

    .bottom_btn_area button.com_sub_btn {
        width: 110px;
        height: 44px;
        font-size: 0.8em
    }
}

@media all and (max-width:550px) {
    .sub_top_img h3 {
        font-size: 1.93em;
    }

    .sub_top_img p {
        font-size: .8em;
    }
}

@media all and (max-width:500px) {
    .your_hand .topimg {
        padding-top: 30px;
        height: 325px
    }

    .your_hand .topimg h3 {
        font-size: 32px
    }

    .your_hand .topimg h3 span {
        margin-top: 7px;
        font-size: 20px
    }

    .your_hand .topimg h4 {
        font-size: 16px;
        margin-top: 15px
    }

    .your_hand .topimg .mobile {
        margin-top: 15px
    }

    .your_hand .topimg .mobile span {
        font-size: 14px
    }

    .your_hand .topimg .mobile div {
        margin-top: 7px;
        font-size: 14px
    }
}

@media all and (max-width:364px) {

    /*Page Direction*/
    .page_direction ul.my_pos li {
        font-size: 0.6em;
        height: 40px;
        line-height: 40px
    }

    .page_direction li.home {
        width: 40px
    }

    .page_direction li.home a {
        height: 40px
    }

    .page_direction li.page .depth_list a {
        font-size: 0.7em
    }

    .page_direction .share {
        height: 40px
    }

    .page_direction a.share_btn {
        width: 40px;
        line-height: 40px
    }

    .page_direction .share_list {
        top: 40px
    }

    /*Board View*/
    .news_view .other_list ul li a.bbs_link {
        font-size: 0.7em
    }

    .news_view .other_list ul li span {
        font-size: 0.6em
    }

    /*Sub Top Image*/
    .sub_top_img h3 {
        font-size: 1.4em
    }

    /*Your Hand*/
    .product_details .prd_info_list li {
        height: 350px
    }

    .product_details .prd_info_list li div.logo-text {
        height: 350px
    }

    .product_details .prd_info_list li div.prd_info.middle {
        width: 65%
    }

    .product_details .prd_info_list li span.prd_more_info {
        font-size: 0.9em
    }

    .your_hand .topimg {
        height: 290px
    }

    .your_hand .topimg h3 {
        font-size: 28px
    }

    .your_hand .topimg h3 span {
        font-size: 16px
    }

    .your_hand .topimg h4 {
        font-size: 14px;
        margin-top: 12px
    }

    .your_hand .topimg .mobile span {
        font-size: 12px
    }

    .your_hand .topimg .mobile div {
        margin-top: 5px;
        font-size: 13px
    }
}