* { margin: 0; padding: 0; box-sizing: border-box; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, enter, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, select, textarea { margin: 0; padding: 0; border: 0; background: transparent; vertical-align: baseline; letter-spacing: -0.04em; font-family: 'Pretendard'; }
html, body { width: 100%; height: 100%; font-style: normal;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
h1, h2, h3, h4, h5, h6{color: #000;}
ul, ol, li { list-style: none; font-style: normal;}
a { text-decoration: none; color: inherit; }
table { border-collapse: collapse; border-spacing: 0; }
hr { border: none; }

button { border:none; background: transparent; font-family: inherit; font-size: inherit; text-align: left; cursor: pointer; }
button:active { outline: none; }
button:focus { outline: none; }




/************************************* header start *************************************/
.header_wrap { background-color: #151515; width: 100%; height: 80px; position: fixed; z-index: 9990; left: 0; top: 0; }
.header_logo { text-align: center; padding: 22px; }
.sub_top { height: 360px; width: 100%; position: relative; margin-top: 80px; }
.sub_top .text_wrap { width: 1440px; position: absolute; left: 50%; bottom: 130px; transform: translateX(-50%); z-index: 5; }
.sub_top .text_wrap h2 { font-size: 42px; color: #FFF; margin-bottom: 60px; position: relative; }
.sub_top .text_wrap h2::after { content: ''; display: block; position: absolute; left: 0; bottom: -25px; width: 40px; height: 1px; background-color: #ff0000; }
.sub_top .text_wrap p { font-size: 20px; color: #DDD; line-height: 1.5em; font-weight: 300; }
.lnb_bg { background: rgba(0, 0, 0, 0.7); width: 100%; position: absolute; bottom: 0; }
.lnb_wrap { margin: 0 auto; max-width: 1140px; text-align: center; }
.lnb { }
.lnb ul li { float: left; width: 16.66%; height: 55px; display: table; box-sizing: border-box; }
.lnb ul li:first-child { background: none; }
.lnb ul li.on { border-bottom: 5px solid #f52538; }
.lnb_2 ul { display: inline-block; }
.lnb_2 ul li { width: 172px; }
.lnb ul li.on a { color: #f52538; }
a:link { text-decoration: none; }
.lnb ul li a { display: table-cell; vertical-align: middle; text-align: center; color: #fff; font-size: 16px; font-family: "noto"; }


@media screen and (max-width: 1470px){
    .sub_top .text_wrap{width: 96%;}
    .m_none{display:none;}
}

@media screen and (max-width: 768px){
    .sub_top{height: 280px;}
    .sub_top .text_wrap{width: 90%; bottom: 100px;}
    .sub_top .text_wrap h2{font-size: 32px;}
    .sub_top .text_wrap p{font-size: 16px;}

    .lnb_2 ul {display: inline-block; width: 100%;}
    .lnb_2 ul li { width: 33%; }
}

@media screen and (max-width: 500px){
    .sub_top{height: 240px;}
    .sub_top .text_wrap{bottom: 95px;}
    .sub_top .text_wrap h2{font-size: 24px; margin-bottom: 40px;}
    .sub_top .text_wrap h2::after{bottom: -15px;}
    .sub_top .text_wrap p{font-size: 14px;}
}

/************************************* header end *************************************/




/************************************* contents start *************************************/

.intro { width: 100%; height: 100vh; }
.intro:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; }
.intro .intro_wrap { background-position: center; background-size: cover; width: 50%; height: 100vh; float: left; position: relative; top: 0; left: 0; }
.intro_wrap.left { background: url(/img/intro_left.jpg) no-repeat; }
.intro_wrap.right { background: url(/img/intro_right.jpg) no-repeat; }
.intro .intro_con { position: absolute; top: 40%; color: #fff; left: 40%; transform: translateX(-50%); }

.intro .intro_con h3 {font-size:40px; font-weight:normal; color:#fff;}
.intro .intro_con p {font-size:46px; font-weight:bold; padding-bottom:20px;}
.intro .intro_con span {font-size:24px; font-weight:normal; border:1px solid #fff; padding:7px 20px;}




/* /specialty-store-info.html (edití¬í•¨)*/
.sub06_02_01{margin-top: 80px; margin-bottom: 140px;}
.sub06_02_01 .user_info_wrap{margin-top: 40px;}
.sub06_02_01 .user_info_wrap table{width: 100%;}
.sub06_02_01 .user_info_wrap table th{font-size: 18px; font-weight: 500; color: #FFF; background-color: #282828; width: 220px; padding: 0 30px; height: 60px; border-bottom: 1px solid #555; vertical-align: middle;}
.sub06_02_01 .user_info_wrap table td{font-size: 18px; font-weight: 500; color: #151515; vertical-align: middle; border-top: 1px solid #dfdfdf; border-right: 1px solid #dfdfdf; padding: 5px 30px; box-sizing: border-box; word-break: keep-all; line-height: 1.4em;}
.sub06_02_01 .user_info_wrap table tr:last-child td{border-bottom: 1px solid #dfdfdf;}
.sub06_02_01 .user_info_wrap table td input[type="password"]{height: 60px; width: 100%; font-size: 18px;}
.sub06_02_01 .user_info_wrap table td input[type="password"]:focus{outline: none;}
.sub06_02_01 .user_info_wrap table tr.service_item td div.item_list{display: flex; flex-wrap: wrap; column-gap: 35px;}
.sub06_02_01 .user_info_wrap table tr.service_item td div.item_list span.item{font-weight: 700; position: relative; width: fit-content;}
.sub06_02_01 .user_info_wrap table tr.service_item td div.item_list span.item:not(:last-child)::after{content:''; display: block; position: absolute; width: 1px; height: 14px; background-color: #CCC; top: 50%; transform: translateY(-50%); right: -17.5px;}
.sub06_02_01 .btn_wrap{display: flex; column-gap: 2%; margin-top: 25px;}
.sub06_02_01 .btn_wrap a,
.sub06_02_01 .btn_wrap button{position: relative; display: block; width: 49%; text-align: center; height: 60px; line-height: 60px; font-size: 18px; font-weight: 500; color: #151515; border: 1px solid #CCC; cursor: pointer;}
.sub06_02_01 .btn_wrap button,
.sub06_02_01 .btn_wrap a.black{background-color: #282828; color: #FFF;}
.section_inner_mini{position: relative; width: 800px; margin: 0 auto;}



/* ê³µí†µ */
.sub06_02_tabs{display: flex; width: 630px; border: 1px solid #DDD; position: relative; margin: 0 auto;}
.sub06_02_tabs>li{width: 33.3333%;}
.sub06_02_tabs>li>a{display: flex; text-align: center; width: 100%; height: 50px; justify-content: center; align-items: center; color: #555; font-size: 18px;}
.sub06_02_tabs>li.active>a{background-color: #151515; color: #FFF;}
.section_inner{position: relative; width: 1440px; margin: 0 auto;}
.search_wrap{margin-top: 20px; display: flex; position: relative; justify-content: right; margin-bottom: 40px;}
.search_wrap select{appearance: none; border: 1px solid #efefef; background-color: #fafafa; width: 160px; height: 40px; box-sizing: border-box; padding: 0 24px; font-size: 16px; color: #999; background: url(/img/board_search_select.png) no-repeat 85% 50%/cover; background-size: 9px 6px; background-color: #fafafa; margin-right: 8px; font-family: 'Pretendard';}
.search_wrap select option:first-child{color: #999;}
.search_wrap select option:not(:first-child){color: #000;}
.search_wrap .search_box{width: 260px; position: relative; height: 40px;}
.search_wrap .search_box input#boardSearch{width: 100%; height: 100%; appearance: none; border: 1px solid #efefef; background-color: #fafafa; overflow: hidden; padding-left: 25px; padding-right: 65px; font-size: 16px; color: #000;font-family: 'Pretendard'; }
.search_wrap .search_box input#boardSearch::placeholder{color: #999;}
.search_wrap .search_box input#submitBtn{position: absolute; top: 0; right: 0;  width: 40px; height: 40px; appearance: none; background-color: #151515; border-radius:0; border: none; text-indent: -9999px; cursor: pointer; background: url(/img/board_search_icon.png) no-repeat; background-size: cover; }



/* warranty_issue.html */
#sub06_02_02{margin-top: 80px; margin-bottom: 140px;}
#sub06_02_02 h3{font-size: 42px; font-weight: 700; text-align: center; margin-top: 60px; margin-bottom: 40px;}
.guarantee_wrap{position: relative; width: 100%;}
.guarantee_wrap .table:not(:last-child){margin-bottom: 60px;}
.guarantee_wrap .table h4{font-size: 20px; font-weight: 700; font-family: '3MCircularTT'; margin-bottom: 10px;}
.guarantee_wrap .table h4 span.red{font-family: 'Pretendard';}
.guarantee_wrap .table>ul{display: flex;}
.guarantee_wrap .table.table1>ul,
.guarantee_wrap .table.table2>ul{flex-wrap:wrap}
.guarantee_wrap .table>ul>li{width: 50%; display: flex;}
.guarantee_wrap .table>ul>li .tit{width:35%;background-color: #282828; color: #FFF; font-size: 18px; font-weight: 500; padding: 20px 30px; box-sizing: border-box; border-bottom: 1px solid #555; vertical-align: middle; line-height: 1.4em;}
.guarantee_wrap .table>ul>li .tit span.important{color: #ff0000;}
.guarantee_wrap .table>ul>li .con{border-bottom: 1px solid #dfdfdf; width:65%; box-sizing: border-box; padding: 0 35px; border-right: 1px solid #dfdfdf; line-height: 1.4em;}
.guarantee_wrap .table>ul>li .con p,
.guarantee_wrap .table>ul>li .con input{width: 100%; height: 100%; display: flex; align-items: center; font-size: 18px; font-weight: 500; color: #151515;}
.guarantee_wrap .table>ul>li .con input:focus{outline: none;}
.guarantee_wrap .table>ul>li:last-child .tit{border-bottom: none;}
.guarantee_wrap .table.table1>ul>li:nth-child(5) .tit{border-bottom: none;}
.guarantee_wrap .table.table2>ul>li:nth-child(3) .tit{border-bottom: none;}
.guarantee_wrap .table.table1>ul>li:first-child .con,
.guarantee_wrap .table.table1>ul>li:nth-child(2) .con{border-top: 1px solid #dfdfdf;}
.guarantee_wrap .table.table2>ul>li:first-child .con,
.guarantee_wrap .table.table2>ul>li:nth-child(2) .con{border-top: 1px solid #dfdfdf;}
.guarantee_wrap .table.table3>ul>li:first-child .con{border-top: 1px solid #dfdfdf;}
.guarantee_wrap .table.table3>ul{flex-direction: column;}
.guarantee_wrap .table.table3>ul>li{width: 100%;}
.guarantee_wrap .table.table3>ul>li:last-child .tit{display: flex; align-items: center;}
.guarantee_wrap .table.table3>ul>li .tit span{font-size: 14px; color: #DDD; font-weight: 300; line-height: 1.4em; margin-top: 8px; display: block; word-break: keep-all;}
.guarantee_wrap .table.table3>ul>li .con{display: flex; flex-direction: column; justify-content: center;  padding: 15px 35px; }
.guarantee_wrap .table.table3>ul>li .con.no_line{border-right: none;}
.guarantee_wrap .table.table3>ul>li .con p{height: auto; margin-bottom: 15px;}
.guarantee_wrap .table.table3>ul>li .con input:not([type="radio"]), .guarantee_wrap .table.table3>ul>li .con select { appearance: none; border: 1px solid #dfdfdf; border-radius: 5px; height: 45px; box-sizing: border-box; padding: 0 25px; font-size: 18px; color: #151515; font-family: 'Pretendard'; }
.guarantee_wrap .table.table3>ul>li .con select{background: url(/img/sub06_02_select_arrow.png) no-repeat; background-position: 93% 50%; background-size: 10px 6px;}
.guarantee_btn_wrap{display: flex; justify-content: center; margin-top: 60px; column-gap: 8px;}
.guarantee_btn_wrap a,
.guarantee_btn_wrap button{display: block; width: 395px; height: 60px; line-height: 60px; text-align: center; background-color: #282828; color: #FFF; font-size: 18px; font-weight: 500;}

.con_block { display: block !important; }
.con_block select { width:100% }
.radio_wrap { display: flex; align-items: center; gap: 20px; }
.radio_wrap label { display: flex; align-items: center; font-size: 16px; color: #151515; white-space: nowrap; height: 45px; margin-right: 10px; }

.frm_input {height:40px !important; border:1px solid #ccc; max-width:300px;}
.input_text { height:40px !important;  border:1px solid #ccc; max-width:300px; margin-top:10px; margin-bottom:10px;}

.txt_gray {color:#444; font-size:14px;}

/* warranty_list.html */
#sub06_02_03{margin-top: 80px; margin-bottom: 140px;}
#sub06_02_03 h3{font-size: 42px; font-weight: 700; text-align: center; margin-top: 60px; margin-bottom: 40px;}
#sub06_02_03 p {text-align:center; font-size:18px; color:#333;padding: 10px 0 0 0;}
#sub06_02_03 .search_wrap{margin-top: 0;}
#sub06_02_03 .board_con{margin-top: 0; width: 100%;}
#sub06_02_03 .board_con th{background-color: #282828; color: #FFF; font-size: 18px; color: #FFF; font-weight: 500; height: 60px; text-align: center; vertical-align: middle;}
#sub06_02_03 .board_con th:not(:last-child){border-right: 1px solid #555;}
#sub06_02_03 .board_con th:first-child{width: 7%;}
#sub06_02_03 .board_con th:nth-child(2){width: 22%;}
#sub06_02_03 .board_con th:nth-child(3){width: 21%;}
#sub06_02_03 .board_con th:nth-child(4){width: 30%;}
#sub06_02_03 .board_con th:nth-child(5){width: 20%;}
#sub06_02_03 .board_con td{font-size: 18px; font-weight: 300; color: #151515; height: 60px; text-align: center; border-bottom: 1px solid #efefef; vertical-align: middle; line-height: 1.4em;}
#sub06_02_03 .board_con td.board_serial_num a{font-weight: 500; display: block; width: 100%; height: 100%; line-height: 60px;}
#sub06_02_03 .board_con tr:nth-child(2n) td{background-color: #f9f9f9;}
#sub06_02_03 .search_wrap{margin-top: 0;}

#sub06_02_03 .board_con02 {width: 100%; margin:20px 0;}
#sub06_02_03 .board_con02 th{background-color: #282828; color: #FFF; font-size: 18px; color: #FFF; font-weight: 500; height: 60px; text-align: center; vertical-align: middle;}
#sub06_02_03 .board_con02 th:not(:last-child){border-right: 1px solid #555;}
#sub06_02_03 .board_con02 td{font-size: 18px; font-weight: 300; color: #151515; height: 60px; text-align: center; border-bottom: 1px solid #efefef; vertical-align: middle; line-height: 1.4em;}
#sub06_02_03 .board_con02 td.board_serial_num a{font-weight: 500; display: block; width: 100%; height: 100%; line-height: 60px;}
#sub06_02_03 .board_con02 tr:nth-child(2n) td{background-color: #f9f9f9;}
/* active */
#sub06_04 ul>li.active{background-color: #fafafa;}
#sub06_04 ul>li.active div.list_q i img{transform: rotate(180deg);}


/* 제품소개 메타시공가격표 */
.meta_tit {
    margin-bottom: 15px;
    font-size: 20px;
	color:#444;
}
.meta_wrap {
    margin-bottom: 27px;
    border-top: 1px solid #323232;
}
.meta_wrap thead th:first-child {
    border-left: none;
}
.meta_wrap thead th {
    padding: 15px 5px;
    background-color: #f0f0f0;
    border-bottom: 1px solid #d2d2d2;
    border-left: 1px solid #d2d2d2;
    font-size: 15px;
    font-family: "noto-demilight";
    font-weight: normal;
    word-break: break-all;
	line-height:1.3;
	vertical-align: middle;
}

.meta_wrap tbody th {
    padding: 10px 5px;
    background-color: #f9f9f9;
    border: 1px solid #d2d2d2;
    border-right: none;
    border-left: none;
    font-size: 15px;
    font-family: "noto-demilight";
    font-weight: normal;
    word-break: break-all;
	vertical-align: middle;
}

.meta_wrap tbody td {
    padding: 15px 5px;
    border: 1px solid #d2d2d2;
    border-right: none;
    text-align: center;
    font-size: 15px;
    font-family: "noto-demilight";
    color: #646464;
    word-break: break-all;
	vertical-align: middle;
}
.meta_txt li {
    margin-bottom: 8px;
    padding-left: 10px;
    line-height: 1.5;
    font-size: 15px;
    color: #646464;
}
.padding_b60 {padding-bottom:60px;}
.tb_font_14 th, .tb_font_14 td {
    font-size: 14px !important;
}
.tb_font_14 th, .tb_font_14 td {
    font-size: 14px !important;
}

























/*paging*/
.pagination{display: flex; justify-content: center; position: relative; margin-top: 60px;}
.pagination>a{display: block; width: 40px; height: 40px; line-height: 40px; text-align: center; border-radius: 40px; color: #AAA; font-size: 15px; font-weight: 700;}
.pagination>a.active{background-color: #151515; color: #FFF;}
.pagination>a.prev1{background: url(/img/pagination_prev.png) no-repeat center /cover; background-size: 11px 19px;}
.pagination>a.next1{background: url(/img/pagination_next.png) no-repeat center /cover; background-size: 11px 19px;}
.pagination>a.prev2{background: url(/img/pagination_prev2.png) no-repeat center /cover; background-size: 18px 19px;}
.pagination>a.next2{background: url(/img/pagination_next2.png) no-repeat center /cover; background-size: 19px 19px;}

.red{color: #ff0000;}

.product_wrap { text-align: center; padding-top: 50px; }
.product_wrap div { width: calc(100% / 8); display: inline-block; text-align: center; padding-bottom: 50px; cursor: pointer; }
.product_wrap div img { width: 90%; }
.film_info_wrap { width: 100%; }
.film_info_wrap:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; }
.film_info_wrap h2 { padding-bottom: 20px; }
.info_img { max-width: 260px; float: left; }
.info_txt { float: left; }
.info_txt li { margin-bottom: 8px; padding-left: 10px; line-height: 1.5; color: #151515; }
.txt_wrap li { 
	margin-bottom: 8px;
    padding-left: 10px;
    line-height: 1.5;
    font-size: 15px;
    color: #646464;}

.con_p{ padding-top:10px; }


@media screen and (max-width: 1530px){
    #sub02_02 .con2 .con2_top .img_wrap.section_inner{width: 96%;}
}

@media screen and (max-width: 1470px){
    .section_inner{width: 96%;}

    .intro .intro_con h3 {font-size:30px; font-weight:normal; color:#fff;}
    .intro .intro_con p {font-size:36px; font-weight:bold; padding-bottom:20px;}
    .intro .intro_con span {font-size:20px; font-weight:normal; border:1px solid #fff; padding:7px 20px;}
}
@media screen and (max-width: 1024px){
    .guarantee_wrap .table>ul>li{width: 100%;}
    .guarantee_wrap .table.table1>ul>li:nth-child(5) .tit{border-bottom: 1px solid #555;}
    .guarantee_wrap .table.table2>ul>li:nth-child(3) .tit{border-bottom: 1px solid #555;}
    .guarantee_wrap .table.table1>ul>li:nth-child(2) .con{border-top: none;}
    .guarantee_wrap .table.table2>ul>li:nth-child(2) .con{border-top: none;}
    .guarantee_wrap .table>ul>li{flex-wrap: wrap;}
    .guarantee_wrap .table.table3>ul>li .tit{width: 100%;}
    .guarantee_wrap .table.table3>ul>li .con{width: 100%; border-left: 1px solid #dfdfdf;}
    .guarantee_wrap .table.table3>ul>li:first-child .con{border-top: none;}
    .guarantee_wrap .table.table3>ul>li:nth-child(2) .con:last-child,
    .guarantee_wrap .table.table3>ul>li:last-child .con:nth-child(3),
    .guarantee_wrap .table.table3>ul>li:last-child .con:nth-child(4){display: none;}
    .guarantee_wrap .table.table3>ul>li .con select{background-position: 96% 50%;}

    .product_wrap div {width: calc(100%/ 5);}

    .intro .intro_wrap {
        width:100%;
        height:50vh;
        background-size: cover;
    }

    .intro .intro_con h3 {font-size:24px;}
    .intro .intro_con p {font-size:24px; padding-bottom:15px;}
    .intro .intro_con span {font-size:18px; padding:5px 15px;}

}

@media screen and (max-width: 830px){
    .section_inner_mini{width: 96%;}
    .sub06_02_01 .user_info_wrap table th{width: 20%; padding: 20px 10px; word-break: keep-all; height: auto; word-break: keep-all; line-height: 1.4em;}
    .sub06_02_01 .user_info_wrap table td{padding: 10px 30px;}
    .sub06_02_01 .user_info_wrap table tr.service_item td div.item_list{row-gap: 10px; column-gap: 0;}
    .sub06_02_01 .user_info_wrap table tr.service_item td div.item_list span.item{width: 50%;}
    .sub06_02_01 .user_info_wrap table tr.service_item td div.item_list span.item:not(:last-child)::after{display: none;}
}

@media screen and (max-width: 768px){
    .sub06_02_01{margin-top: 40px; margin-bottom: 100px;}
    .section_inner_mini{width: 90%;}
    .sub06_02_01 .user_info_wrap table th{width: 30%; font-size: 16px; padding: 10px;}
    .sub06_02_01 .user_info_wrap table td{font-size: 16px;}
    .sub06_02_01 .user_info_wrap table td input[type="password"]{height: 40px; font-size: 16px;}
    .sub06_02_01 .btn_wrap a,
    .sub06_02_01 .btn_wrap .change_pwd_btn_wrap,
    .sub06_02_01 .btn_wrap button{font-size: 16px; height: 40px; line-height: 40px;}
    .sub06_02_01 .btn_wrap a.black,
    .sub06_02_01 .btn_wrap input,
    .sub06_02_01 .btn_wrap a button{height: 40px; line-height: 40px;}

    .section_inner{width: 90%;}
    .sub06_02_tabs{width: 100%;}
    .sub06_02_tabs>li>a{font-size: 16px; box-sizing: border-box; padding: 0 10px; word-break: keep-all;}

    #sub06_02_02{margin-top: 40px; margin-bottom: 100px;}
    #sub06_02_02 h3{font-size: 32px; margin-top: 40px; margin-bottom: 20px;}
    .guarantee_wrap .table h4{font-size: 18px;}
    .guarantee_wrap .table:not(:last-child){margin-bottom: 40px;}
    .guarantee_wrap .table>ul>li .tit{padding: 15px 25px; font-size: 16px; width: 32%; word-break: keep-all;}
    .guarantee_wrap .table>ul>li .con{padding: 0 20px; width: 68%;}
    .guarantee_wrap .table>ul>li .con p,
    .guarantee_wrap .table>ul>li .con input{font-size: 16px;}
    .guarantee_wrap .table.table3>ul>li .con{padding:  10px 20px;}
    .guarantee_wrap .table.table3>ul>li .con input,
    .guarantee_wrap .table.table3>ul>li .con select{font-size: 16px;}
    .guarantee_btn_wrap{margin-top: 40px;}
    .guarantee_btn_wrap a,
    .guarantee_btn_wrap button{font-size: 16px; height: 40px; line-height: 40px;}

    #sub06_02_03{margin-top: 40px; margin-bottom: 100px;}
    #sub06_02_03 h3{font-size: 32px; margin-top: 40px; margin-bottom: 20px;}
    #sub06_02_03 .board_con th{font-size: 16px; height: auto; padding: 15px 0;}
    #sub06_02_03 .board_con td.board_serial_num a{line-height: 1.4em;}
    #sub06_02_03 .board_con td{font-size: 16px; height: auto; padding: 15px 0;}

    #sub06_02_03 .board_con02 th{font-size: 16px; height: auto; padding: 15px 0;}
    #sub06_02_03 .board_con02 td.board_serial_num a{line-height: 1.4em;}
    #sub06_02_03 .board_con02 td{font-size: 16px; height: auto; padding: 15px 0;}

    .product_wrap div {width: calc(100%/ 3);}

}

@media screen and (max-width: 500px){
    .search_wrap select{font-size: 14px; width: 120px;  padding: 0 15px;}
    .search_wrap .search_box{width: 240px;}
    .search_wrap .search_box input#boardSearch{font-size: 14px; padding-left: 15px; padding-right: 55px;}
    .sub06_02_01{margin-top: 20px; margin-bottom: 80px;}
    .sub06_02_01 .user_info_wrap{margin-top: 20px;}
    .sub06_02_01 .user_info_wrap table th{font-size: 14px; padding: 10px;}
    .sub06_02_01 .user_info_wrap table td{font-size: 14px; padding:0 10px; }
    .sub06_02_01 .user_info_wrap table td input[type="password"]{height: 40px; font-size: 14px;}
    .sub06_02_01 .btn_wrap a,
    .sub06_02_01 .btn_wrap .change_pwd_btn_wrap,
    .sub06_02_01 .btn_wrap button{font-size: 14px; height: 40px; line-height: 40px;}
    .sub06_02_01 .btn_wrap a.black,
    .sub06_02_01 .btn_wrap input,
    .sub06_02_01 .btn_wrap button button{height: 40px; line-height: 40px;}

    .sub06_02_tabs>li>a{font-size: 14px;}

    #sub06_02_02{margin-top: 20px; margin-bottom: 80px;}
    #sub06_02_02 h3{font-size: 24px;}
    .guarantee_wrap .table h4{font-size: 16px;}
    .guarantee_wrap .table>ul>li .tit{font-size: 14px; padding: 10px 20px;}
    .guarantee_wrap .table>ul>li .con p,
    .guarantee_wrap .table>ul>li .con input{font-size: 14px;}
    .guarantee_wrap .table.table3>ul>li .con p{margin-bottom: 5px;}
    .guarantee_wrap .table.table3>ul>li .con input,
    .guarantee_wrap .table.table3>ul>li .con select{font-size: 14px;}
    .guarantee_btn_wrap a,
    .guarantee_btn_wrap button{font-size: 14px;}

    #sub06_02_03{margin-top: 20px; margin-bottom: 80px;}
    #sub06_02_03 h3{font-size: 24px;}
    #sub06_02_03 .board_con th{font-size: 14px;}
    #sub06_02_03 .board_con th:first-child{width: 9%;}
    #sub06_02_03 .board_con th:nth-child(2){width: 23%;}
    #sub06_02_03 .board_con th:nth-child(3){width: 16%;}
    #sub06_02_03 .board_con th:nth-child(4){width: 23%;}
    #sub06_02_03 .board_con th:nth-child(5){width: 20%;}
    #sub06_02_03 .board_con td{font-size: 14px;}

    #sub06_02_03 .board_con02 th{font-size: 14px;}
    #sub06_02_03 .board_con02 td{font-size: 14px;}


    .pagination{margin-top: 50px;}
    .pagination>a{width: 30px; height: 30px; font-size: 14px; line-height: 30px;}
    .pagination>a.prev1{background-size: 9px 17px;}
    .pagination>a.next1{background-size: 9px 17px;}
    .pagination>a.prev2{background-size: 16px 17px;}
    .pagination>a.next2{background-size: 17px 17px;}

	.meta_wrap tbody td {
		font-size: 14px;
	}
}


/*login*/
.login_container {display: flex; justify-content: center; align-items: center; min-height: 700px; padding: 20px; flex-direction: column;}
.login_inner {display: flex; flex-direction: row; align-items: center; justify-content: center;}
.login_logo {width: auto; height: 190px; margin-right: 40px;}
.login_wrapper {width: 100%; text-align: left;}
.login_title {font-size: 40px; color: #000; margin-bottom: 50px; font-weight: bold; text-align: center;}
.login_form {display: flex; flex-direction: column; align-items: center;}
.login_input {width: 100%; min-width:300px; max-width: 320px; padding: 14px; margin: 10px 0; border: 1px solid #ddd; border-radius: 4px; font-size: 16px;}
.login_button {width: 100%; max-width: 320px; padding: 14px; background-color: #ed1b24; color: white; border: 1px solid #ddd; border-radius: 4px; cursor: pointer; font-size: 16px; text-align: center;}
.login_button:hover {border-color: #ed1b24;}
.login_notice {margin-top: 20px; font-size: 16px; color: #333; line-height: 1.5; text-align: left;}

@media (max-width: 768px) {
    .login_logo {width: 50%; height:50%; margin-right: 20px; margin-bottom:50px;}
    .login_title {font-size: 28px;margin-bottom:50px;}
    .login_inner {flex-direction: column;}
}
@media (max-width: 480px) {
    .login_logo {width: 50%; height:50%; margin-right: 0;}
    .login_title {font-size: 24px;}
    .login_notice {text-align: left;}
}


/************************************* contents end *************************************/






/************************************* footer start *************************************/

#footer{background-color: #151515;height: auto !important;}
#footer>div{padding-top: 40px;}
#footer .logo_wrap{width: 160px; margin-bottom: 25px;}
#footer .logo_wrap img{width: 100%;}
#footer .footer_top{display: flex; justify-content: space-between; border-bottom: 1px solid #555; padding-bottom: 40px;}
#footer .footer_top .top_left ul{display: flex; flex-wrap: wrap; column-gap: 40px; row-gap: 15px; width: 500px;}
#footer .footer_top .top_left ul li{color: #999; font-size: 14px; font-weight: 400;}
#footer .footer_top .top_right ul li {text-align: right;}
#footer .footer_top .top_right ul li.privacy{margin-bottom: 15px;}
#footer .footer_top .top_right ul li a{font-size: 14px; font-weight: 400; color: #999; }
#footer .footer_top .top_right ul li.privacy a{color: #FFF;}

#footer .footer_bottom{padding-top: 25px; padding-bottom: 30px;}
#footer .footer_bottom p{font-size: 14px; font-weight: 400; color: #555;}



#footer.main_footer>div{padding-top: 40px; height: 100% !important;}


@media screen and (max-width: 768px){

    #footer .footer_top{flex-direction: column; align-items: center;}
    #footer .logo_wrap{margin: 0 auto; position: relative; }
    #footer .footer_top .top_left ul{ width: 100%; justify-content: center; margin: 40px 0;}
    #footer .footer_top .top_left ul li{width: 100%; text-align: center;}
    #footer .footer_top .top_right ul{display: flex; column-gap: 30px}
    #footer .footer_bottom p{text-align: center; word-break: keep-all;}
}

@media screen and (max-width: 500px){
    #footer .footer_top{margin-bottom: 0px; padding-bottom: 30px;}
    #footer .footer_top .top_left ul{margin: 30px 0; row-gap: 10px; column-gap: 0;}
}

/************************************* footer end *************************************/