/* input 기본 스타일 초기화 */
input {-webkit-appearance: none; -moz-appearance: none; appearance: none;}
/* IE10 이상에서 input box 에 추가된 지우기 버튼 제거 */
input::-ms-clear { display: none; }

input[type='checkbox']{display: inline-block; vertical-align: middle; width: 16px; height: 16px; border: 1px solid #ccc; border-radius: 3px; margin-right: 6px; background: #fff;}
input[type='checkbox']:checked{background: url(/img/sub/check.png) no-repeat center #08bdfa!important;}

/* title */
.title{padding: 50px; text-align: center;}
.title h1{font-size: 42px; font-weight: 700; position: relative; display: inline-block;}
.title h1::after{display: block; content: ''; position: absolute; width: 20px; height: 11px; background: url(/img/main/tt_icon.png) no-repeat; right: -20px; top: 0;}

/* 회사소개 */
.intro_wrap{width: 100%; background: url(/img/sub/intro_bg02.jpg) no-repeat; background-position: center right; background-size: cover; border-top: 2px solid #08bdfa;}
.intro_in{max-width: 1360px; margin: 0 auto; padding-top: 100px;}
.intro_tt h1{font-size: 50px; font-weight: 600; color: #fff; text-shadow: 0 0 5px rgba(0,0,0,0.2); margin-bottom: 20px;}
.intro_tt p{font-size: 24px; font-weight: 400; color: #fff; text-shadow: 0 0 5px rgba(0,0,0,0.2);}
.intro_tt p:first-of-type{margin-bottom: 10px;}

.intro_info{background: rgba(255,255,255,1); display: inline-block; padding: 80px 50px 20px; width: 800px; margin-top: 40px; border-radius: 0 50px 0 0;}
.intro_info p{font-size: 18px; margin-bottom: 20px; line-height: 30px; word-break: keep-all;}
.intro_info p:last-of-type{margin-bottom: 0; font-size: 18px; font-weight: 600; color: #08bdfa;}

/* product */
.wh_list{width: 100%; display: flex; flex-wrap: wrap;}

.left_menu{width: 260px; margin-right: 50px;}
.left_menu{transition: ease-in all 0.3s;}
.left_in{width: 100%;}
.top_tt{padding: 20px 0; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #ccc; border-top: 2px solid #08bdfa;}
.top_tt h1{font-size: 20px; font-weight: 600;}

.clear{display: inline-block; width: 60px; height: 25px; line-height: 25px; border: 1px solid #08bdfa; color: #08bdfa!important; font-size: 13px!important; text-align: center; cursor: pointer; border-radius: 15px; font-weight: 400!important; transition: ease-in all 0.3s;}

.ct_sel{display: flex!important; align-items: flex-start!important; justify-content: flex-start!important;}
.ct_sel input{position: relative; top: 2px;}

.left_in:first-of-type{margin-bottom: 50px;}
.left_in ul{width: 100%;}
.left_in ul li{width: 100%;}

.left_in ul li ul{width: 100%; padding: 20px; background: #f9f9f9; display: none;}
.left_in ul li ul li{margin-bottom: 15px; cursor: pointer;}
.left_in ul li ul li:last-of-type{margin-bottom: 0;}
.left_in ul li ul li input{}
.left_in ul li ul li input:checked{}
.left_in ul li ul li span{font-size: 14px; color: #666;}

.ct_tt{width: 100%; padding: 20px 0; border-bottom: 1px solid #ccc; background: #fff; display: flex; align-items: center; justify-content: space-between; cursor: pointer;}
.ct_tt input{display: inline-block; vertical-align: middle; width: 16px; height: 16px; border: 1px solid #ccc; border-radius: 3px; margin-right: 6px;}
.ct_tt input:checked{background: url(/img/sub/check.png) no-repeat center #08bdfa!important;}
.ct_tt span{font-size: 16px; color: #282828; font-weight: 600; display: inline-block; vertical-align: middle;}



/* 리스트 부분 */
.pr_list{width: calc(100% - 310px); border-top: 2px solid #08bdfa;}
.pr_in{width: 100%;}
.pr_top{width: 100%; position: relative;}
.pr_top h3{padding: 20px 0; font-size: 20px; font-weight: 600; border-bottom: 1px solid #ededed; cursor: pointer;}
.pr_top h3 img{display: inline-block; vertical-align: middle; margin-left: 10px; transform: rotate(0);}
.pr_top ul{width: 100%; background: #f5f5f5; padding: 20px; display: flex; flex-wrap: wrap;}
.pr_top ul li{display: block; padding: 10px 15px; margin-right: 10px; background: #fff; border-radius: 30px; border: 1px solid #ccc; cursor: pointer; margin-bottom: 10px;}
.pr_top ul li span{font-size: 15px; color: #666;}
.pr_top ul li img{display: inline-block; vertical-align: middle; margin-left: 3px;}
.pr_top select{position: absolute; top: 13px; right: 0; display: block; border: 1px solid #ccc; border-radius: 30px; padding: 8px 20px; font-size: 15px;}

.pr_wrap{width: 100%; margin-top: 50px;}
.pr_wrap *{transition: ease-in all 0.3s;}
.pr_wrap ul{width: 100%; display: flex; flex-wrap: wrap;}
.pr_wrap ul li{width: calc(100% / 5 - 16px); margin-right: 20px; margin-bottom: 40px; position: relative;}
.btn_cart{position: absolute; top: 55%; left: 80%; transform: translate(-50%,-35%); opacity: 0; width: 50px; height: 50px; border-radius: 25px; background: #08bdfa; border: none; text-align: center; color: #fff;}
.btn_cart i{font-size: 20px;}
.pr_wrap ul li:nth-of-type(5n){margin-right: 0;}
.pr_wrap ul li:nth-of-type(36), .pr_wrap ul li:nth-of-type(37), .pr_wrap ul li:nth-of-type(38), .pr_wrap ul li:nth-of-type(39), .pr_wrap ul li:nth-of-type(40){margin-bottom: 0;}
.pro_img img{transition: ease-in all 0.3s;}

.pr_wrap ul li:hover .btn_cart{opacity: 1; box-shadow: 0 0 10px rgba(0,0,0,0.3);}
.pr_wrap ul li:hover .pro_img{overflow: hidden;}
.pr_wrap ul li:hover .pro_img img{transform: translate(-50%,-50%) scale(1.12); opacity: 0.3;}
.pr_wrap ul li:hover{background: transparent;}

.btn_cart{width: 50px; height: 50px; border-radius: 25px;}

.pr_wrap .pro_name span{display: none;}
.pr_wrap .pro_img{margin-bottom: 20px;}

.rotate{transform: rotate(180deg)!important;}

/* 페이징 */
.paging{width: 100%; margin-top: 70px;}
.paging ul{width: 100%; text-align: center;}
.paging ul li{display: inline-block; width: 35px; height: 35px; border-radius: 50%; position: relative; color: #666; font-weight: 600; line-height: 35px; overflow: hidden;}
.paging ul li a{display: block; width: 100%; height: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); font-weight: 600; color: #666;}
.paging ul li img{width: 18px;}
.paging ul li img:last-of-type{display: none;}
.paging ul li:first-of-type img{transform: rotate(180deg);}

.pg_active{background: #444; color: #fff!important;}

/* view */
.view_wrap{width: 100%; border-top: 2px solid #08bdfa;}
.view_in{max-width: 1300px; margin: 0 auto; margin-top: 70px;}
.view_in form{width: 100%; display: flex; align-items: flex-start; justify-content: space-between;}
.view_thumb{width: calc(100% / 2 - 25px); display: flex; margin-right: 50px;}
.small_thumb{width: 80px; margin-right: 20px;}
.small_thumb li{width: 100%; padding-top: 100%; background: #fff; border: 1px solid #ccc; border-radius: 15px; margin-bottom: 20px; position: relative; cursor: pointer;}
.small_thumb li img{position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); max-height: 80%; max-width: 80%;}
.small_thumb li:last-of-type{margin-bottom: 0;}
.big_pic{width: calc(100% - 100px); padding-top: 83%; border: 1px solid #ccc; border-radius: 30px; background: #fff; position: relative;}
.big_pic img{position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); max-height: 85%; max-width: 85%;}

.li_active{border: 2px solid #08bdfa!important; box-shadow: 0 0 10px rgba(0,0,0,0.15);}

.view_info{width: calc(100% / 2 - 25px);}
.view_info h1{font-size: 32px; font-weight: 600; line-height: 36px; margin-bottom: 20px;}
.view_info>p{font-size: 20px; color: #666; }
.view_info>p:first-of-type{margin-bottom: 10px;}

.info_in ul{margin: 30px 0; padding: 40px 0; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc;}
.info_in ul li{width: 100%; margin-bottom: 20px;}
.info_in ul li:last-of-type{margin-bottom: 0!important;}
.info_in ul li span{display: inline-block; vertical-align: top; width: 180px; font-size: 16px; color: #009dcc; font-weight: 500; line-height: 20px;}
.info_in ul li p{display: inline-block; vertical-align: top; width: calc(100% - 184px); font-size: 16px; color: #000;}
#sit_opt_added{border-top: none!important;}
#sit_opt_added li{padding: 0;}

.quan span{vertical-align: middle!important;}

.quan{width: 100%; margin-bottom: 40px;}
.quan span{display: inline-block; vertical-align: middle; width: 180px; font-size: 16px; color: #009dcc; font-weight: 500; line-height: normal;}
.quan .sound_only{display: none!important;}
.quan .quan_in{display: inline-block; vertical-align: middle;}
.quan .quan_in::after{display: block; clear: both; content: '';}
.quan .quan_in input{float: left; width: 90px; height: 30px; font-size: 18px; color: #009dcc; background: #f7fdff; border: 1px solid #ccc; font-weight: 600; cursor: pointer;}
.quan .quan_in div{float: left; height: 30px; line-height: 30px; text-align: center; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; font-size: 18px; font-weight: 500; width: 70px;}

.info_btn{width: 100%;}
.info_btn::after{display: block; content: ''; clear: both;}
.info_btn button{float: left; display: block; width: 229px; height: 60px; background: #08bdfa; line-height: 60px; font-size: 20px; font-weight: 600; color: #fff; text-align: center; border-radius: 30px; margin-right: 15px; border: none;}
.info_btn .down{float: left; display: block; width: 229px; height: 60px; background: #282828; line-height: 60px; font-size: 20px; font-weight: 600; color: #fff; text-align: center; border-radius: 30px; margin-right: 15px; transition: ease-in all 0.3s; cursor: pointer;}
.info_btn .list_btn{float: left; display:block; height: 60px; border-radius: 30px; background: #aaa; position: relative; transition: ease-in all 0.3s; line-height: 60px; padding: 0 30px;}
.info_btn .list_btn img{display: inline-block; vertical-align: middle; margin-right: 10px;}
.info_btn .list_btn span{font-size: 20px; font-weight: 600; color: #fff; display: inline-block; vertical-align: middle;}

.detail{width: 100%; margin-top: 70px; padding-top: 70px; border-top: 1px solid #08bdfa; text-align: center;}

#sit_pvi{float: none; margin-right: 50px;}

#sit_pvi_nw li{padding: 10px; border: 1px solid #ccc;}

#sit_pvi_big img{border: 1px solid #ccc; border-radius: 30px; overflow: hidden;}
#sit_pvi_big #popup_item_image{border-radius: 50%; overflow: hidden; bottom: 20px; right: 20px;}
#sit_pvi_big:hover #popup_item_image{background: #08bdfa; color: #fff; border: none;}
#sit_pvi_thumb li{border-radius: 10px; overflow: hidden; border: 1px solid #ccc; padding: 10px;}
#sit_pvi_thumb li img{border: none;}
#sit_pvi_thumb li img:hover{border: none;}
#sit_pvi_big a.visible{}

/* 브랜드 */
.brand_list{width: 100%; border-top: 2px solid #08bdfa;}
.brand_li_in{width: 100%; margin-top: 50px;}

.top_brand h1{font-size: 26px; font-weight: 600; margin-bottom: 30px; padding-bottom: 30px; margin-bottom: 30px; border-bottom: 1px solid #ccc; display: none;}

.top_list{width: 100%; margin-bottom: 40px;}
.top_list h3{display: inline-block; background: #08bdfa; font-size: 18px; font-weight: 600; color: #fff; padding: 10px 30px; border-radius: 30px;}
.top_list ul{width: 100%; margin-top: 30px; display: flex; flex-wrap: wrap;}
.top_list ul li{width: calc(100% / 5 - 24px); margin-right: 30px; border: 1px solid #ccc; border-radius: 30px; display: block; margin-bottom: 30px; padding: 0 20px; transition: ease-in all 0.3s}
.top_list ul li:nth-of-type(5n){margin-right: 0;}

.cts_brand{width: 100%;}
.cts_brand h3{display: inline-block; background: #08bdfa; font-size: 18px; font-weight: 600; color: #fff; padding: 10px 30px; border-radius: 30px; margin-bottom: 20px;}
.cts_brand>p{font-size: 16px; margin-bottom: 20px;}

.cts_sel{padding: 10px; background: #f9f9f9; width: 100%; margin-bottom: 50px;}
.cts_sel ul{width: 100%;}
.cts_sel ul::after{display: block; content: ''; clear:both;}
.cts_sel ul li{float: left; border-right: 1px solid #ccc;}
.cts_sel ul li:last-of-type{border-right: none;}
.cts_sel ul li a{display: block; padding: 0 10px; font-size: 16px; color: #666;}

.brand_gr{width: 100%;}
.brand_gr *{transition: ease-in all 0.3s;}
.brand_gr .gr_in{width: 100%; margin-bottom: 30px;}
.brand_gr .gr_in>p{font-size: 20px; font-weight: 600; padding-bottom: 10px; margin-bottom: 30px; border-bottom: 1px solid #ededed;}
.brand_gr .gr_in ul{width: 100%; display: flex; flex-wrap: wrap;}
.brand_gr .gr_in ul li{width: calc(100% / 7 - 17.14px); margin-right: 20px; margin-bottom: 20px; text-align: center; padding: 0 10px; border: 1px solid #ccc; border-radius: 15px;}
.brand_gr .gr_in ul li:nth-of-type(7n){margin-right: 0;}

.brand_gr .gr_in ul li a{display: block;}
.gr_logo{width: 100%; padding-top: 65%; position: relative;}
.gr_logo img{position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); max-width: 60%; display: block;}
.brand_gr .gr_in ul li a p{font-size: 15px; padding: 15px 0; border-top: 1px solid #ccc; color: #666;}

/* 게시판 */
#bo_w{margin-top: 30px;}
.wr_content textarea, .tbl_frm01 textarea, .form_01 textarea, .frm_input{box-shadow: none; font-size: 16px; padding: 10px;}
#bo_w .btn_cancel{width: 180px; height: 60px; line-height: 60px; border-radius: 30px; background: #282828; color: #fff; text-align: center; font-size: 16px; font-weight: 600; margin-right: 10px; transition: ease-in all 0.3s;}
#bo_w .btn_submit{width: 180px; height: 60px; line-height: 60px; border-radius: 30px; background: #08bdfa; color: #fff; text-align: center; font-size: 16px; font-weight: 600; border:none; transition: ease-in all 0.3s;}

.mbskin .btn_cancel{background: #282828; border-radius: 30px; padding: 0;}

/* 주문내역 */
.sod_left{display: inline-block; float: none;}
.sod_right{display: inline-block; float: none;}

.itopt_info p{display: inline-block;}
.itopt_info span{display: inline-block; color: #444;}

.tt_weight{font-size: 16px; text-align: right; background: #f9f9f9!important;}
.tt_weight ul{width: 100%;}
.tt_weight ul li{width: auto; display: inline-block; vertical-align: middle;}
.tt_weight ul li span{font-weight: 600; color: #ff006c;}
.tt_weight ul>span{width: 1px; height: 16px; background: #ccc; margin: 0 10px; display: inline-block; vertical-align: middle;}

.sod_opt li:before{content: 'Option';}

/* 회원가입 */
.mbskin{margin: 0; width: 100%; padding-top: 50px; border-top: 2px solid #08bdfa;}
#fregister section{border-bottom: 1px solid #ededed;}
#fregister p{padding: 20px 0; background: #f2fcff; color: #444; font-size: 16px; position: relative;}
#fregister p::before{display: block; width: 3px; height: 100%; content: ''; background: #08bdfa; position: absolute; top: 0; left: 0;}
#fregister h2{margin-top: 20px; font-size: 18px;}
#fregister textarea{width: 100%; padding: 20px; border-radius: 20px; resize: none; overflow-y: scroll;}
#fregister .fregister_agree label{font-size: 14px; color: #666;}
#fregister_private .tbl_head01 th{border: none; border-top: 2px solid #000; background: #f9f9f9; font-size: 14px;}
#fregister_private .tbl_head01 td{padding: 15px 10px; font-size: 12px;}

#fregister .btn_confirm{margin-bottom: 0; margin-top: 60px;}
.btn_submit{width: 180px; height: 60px; background: #08bdfa; border-radius: 100px; font-size: 16px; font-weight: 600; border: none; color: #fff; transition: ease-in all 0.3s;}
a.btn_cancel{width: 180px; height: 60px; background: #999; border-radius: 100px; font-size: 16px; font-weight: 600; border: none; color: #fff; line-height: 60px; transition: ease-in all 0.3s;}
#sod_bsk_act{margin-top: 50px;}
a.btn01{background: #f5f5f5;}
a.btn02{width: 180px; height: 60px; background: #08bdfa; border-radius: 100px; font-size: 16px; font-weight: 600; border: none; color: #fff; transition: ease-in all 0.3s; line-height: 60px; padding: 0;}
#sod_bsk_act .btn_submit{margin-left: 5px;}
#sod_bsk_act .btn01{border-radius: 30px;}

.tbl_frm01 table{}
.mbskin .tbl_frm01 th{width: 180px; text-align: left; font-weight: 500; font-size: 14px;}
.wr_content textarea, .tbl_frm01 textarea, .form_01 textarea, .frm_input{width: 100%;}
.mbskin .tbl_frm01 caption{font-size: 16px; background: #f9f9f9; padding: 20px;}
.tbl_frm01{margin: 0 0 50px;}
.tbl_frm01 .frm_info{color: #08bdfa;}

.tb_bd{border: 1px solid #ededed; padding: 20px 0;}
.tb_bd td{padding: 10px 0;}
#reg_result{text-align: center;}
.reg_info{background: #f7fdff; padding: 50px 0;}
.reg_info p{font-size: 14px;}
.reg_info p:first-of-type{font-weight: 600; color: #08bdfa; font-size: 18px; margin-bottom: 20px;}

.reg_info img{display: inline-block; margin-bottom: 10px; width: 45px;}

#mb_login_notmb{display: none!important;}

/* 마이페이지 */
#smb_my{padding-top: 50px; border-top: 2px solid #08bdfa;}

/* 장바구니 */
.btn_cart_del button{background: #282828; color: #fff; border: none;}
.center{text-align: center;}
#mod_option_frm .btn_confirm{background: transparent;}
#mod_option_frm #sit_sel_option #sit_opt_added li{border: 1px solid #e6e9ed; padding: 10px;}
#mod_option_frm .btn_confirm .btn_submit{font-size: 12px;}

.num_input{border: 1px solid #ccc; padding: 10px; border-radius: 3px;}
.sod_name button{padding: 9px;}

/* 주문서 작성 */
#sod_frm{padding-top: 50px; border-top: 2px solid #08bdfa;}
#sod_frm .tbl_frm01 th{width: 200px;}
#display_pay_button .btn_submit{border: none;}
#sod_frm section h2{background: #f7fdff; color: #08bdfa;}
#sod_frm_pay h2{display: none;}
#od_tot_price{background: #f7fdff;}
#sod_frm_taker .order_choice_place{background: #f9f9f9;}
.sod_left{width: calc(70% - 23px);}
.sod_right{width: 30%;}
#display_pay_button{border-top: 1px solid #e3e5e8;}
/*#sod_frm .tbl_frm01 td .btn_address{display: none;}*/
#display_pay_button .btn01{line-height: 30px; border-radius: 25px;}
#sod_frm #sod_bsk_tot .sod_bsk_point{display: none;}

/* 주문서 확인 */
#sod_fin{padding-top: 50px; border-top: 2px solid #08bdfa;}
#sod_fin .sod_left h3{background: #f7fdff; border-top: none;}
#sod_fin_orderer{border: 1px solid #ededed;}
#sod_fin_receiver{border: 1px solid #ededed;}
#sod_fin_dvr{border: 1px solid #ededed;}
.sod_right #sod_bsk_tot{border: 1px solid #ededed;}
#sod_fin_pay{border: 1px solid #ededed;}
#sod_fin_legend dt{width: 100px; font-size: 14px;}
#sod_fin_legend dd{font-size: 14px;}
#sod_fin_legend{padding: 20px;}
#sod_fin .sod_left th{width: 200px;}
#sod_fin_no{border: 1px solid #cef2fe; background: #f7fdff; color: #000}

/* 게시판 */
#bo_list{padding-top: 50px; border: none; border-radius: 0; border-top: 2px solid #08bdfa;}
#bo_li_top_op{padding-bottom: 20px; border-bottom: 2px solid #000;}
#bo_list_total{display: inline-block; padding: 10px 20px ;border-radius: 40px; background: #08bdfa; color: #fff; font-weight: 600;}
.list_head{border-bottom: 1px solid #ccc; position: relative;}
.list_head::after{display: block; clear: both; content: '';}
.list_head li{float: left; text-align: center; font-weight: 600; padding: 20px 0; font-size: 16px; background: #f9f9f9; position: relative;}
.num{width: 5%; text-align: center;}
.tit{width: 71%;}
.wri{width: 8%; text-align: center;}
.view{width: 8%; text-align: center;}
.date{width: 8%; text-align: center;}

.list_03 ul li{display: flex; flex-wrap: wrap; border-bottom: 1px solid #ededed; position: relative;}
.list_03 ul li div{padding: 20px 0; font-size: 14px;}
.list_03 ul li div a{font-size: 14px;}
#bo_sch form{border-radius: 15px 0 0 15px;}
#bo_sch .sch_btn{height: 40px;}

#bo_list .sel{position: absolute; background: transparent; z-index: 10;}
#bo_list .li_chk{position: absolute; left: 0; top: 50%; transform: translate(0,-50%);}
#bo_list .li_chk label{padding-left: 0;}

#bo_li_op{border-top: none; padding: 0 20px;}

#bo_list a.btn_b01{padding: 10px 30px; border-radius: 5px; background: #282828; color: #fff; font-size: 14px; font-weight: 600;}
#bo_list a.btn_admin{padding: 10px; background: #d13f4a; color: #fff; border-radius: 5px;}
#bo_list .btn_b04{padding: 10px; border: 1px solid #ededed; border-radius: 5px; background: #f9f9f9;}
.btn_bo_adm2 li button{width: 110px;}
.btn_bo_adm2 li button:hover{color: #08bdfa;}
.btn_top2{bottom: -30px;}

#bo_sch{float: right;}

#bo_v{padding-top: 50px; border-radius: 0; border-top: 2px solid #08bdfa;}
#bo_v #bo_v_title{font-size: 18px;}
#bo_v_info{padding: 15px; background: #f9f9f9;}
.profile_info{color: #282828;}
#bo_v_info .bo_vc_btn{color: #08bdfa;}

#bo_v a.btn_b02{padding: 10px 30px; font-size: 14px; font-weight: 600; border-radius: 5px; background: #08bdfa;}
#bo_v a.btn_b01{padding: 10px 30px; font-size: 14px; background: #282828; color: #fff; line-height: normal; height: auto; border-radius: 5px; font-weight: 600; }

#bo_v_con{min-height: 300px;}
#bo_vc{margin-top: 30px;}

#bo_vc>h2{color: #08bdfa;}

.wli_captcha{text-align: left;}
#bo_w .bo_w_info .wli_tit{font-weight: 600;}
#bo_w .bo_w_info{padding: 30px; border: 1px solid #ededed;}
#bo_w{border: none; padding: 0; margin-top: 0; padding-top: 50px; border-top: 2px solid #08bdfa;}

#bo_w .bo_w_btn{margin: 20px 0;}

/* 로그인 */
#mb_login{padding: 30px 0; width: 550px;}
#mb_login #login_fs{padding: 20px;}
#mb_login #login_fs .login_id{left: 20px; font-size: 14px; font-weight: 600;}
#mb_login #login_fs .login_pw{left: 20px; font-size: 14px; font-weight: 600; top: 78px;}
#mb_login #login_fs .frm_input{margin: 0 0 5px 110px; width: calc(100%  - 120px);}

#mb_login #login_fs .btn_submit{position: relative; top: auto; right:auto; width: 100%; display: inline-block; border-radius: 5px;}
.log_btn{width: 100%; text-align: center; margin-top: 20px;}

.auto_lo{display: block; text-align: center; margin-top: 10px;}
.mbskin a.btn02{width: auto; height: auto; line-height: normal; font-size: 12px; font-weight: 400; padding: 8px 10px; border-radius: 5px; background: #282828;}

.btn_confirm a{display: inline-block; padding: 10px; background: #f9f9f9; border-radius: 5px; border: 1px solid #ccc;}

/* 상담신청 */
.center_form .agree_box textarea{border: 1px solid #ccc; width: 100%; padding: 20px; font-size: 16px; line-height: 25px; resize: none; height: 200px; margin-bottom: 10px; color: #999;}
.center_form .input_check{text-align: left;}
.center_form .agree_box input{top: 1px; margin-right: 5px; width: 18px; height: 18px;}
.center_form .agree_box label{cursor: pointer; font-size: 16px;}
.center_form .agree_box .color{color: red;}

.center_form .online{border-top: 2px solid #13b3f2; padding-top: 10px;}
.center_form .online{}
.center_form .online li{display: flex; padding: 10px 0;border-bottom: 1px solid #eee;}
.center_form .online h1{font-weight: 500; width: 200px; padding: 18px 0; font-size: 18px; color: #444}
.center_form .online h1 .color{color: red;}
.center_form .online h1 p{font-size: 14px; color: #999; font-weight: 400;}
.center_form .online .notice_chk{padding: 10px 0;}
.center_form .online .notice_chk input{width: 18px; height: 18px; margin-right: 10px; display: inline-block; top: 1px;}
.center_form .online .notice_chk label{cursor: pointer; color: #666;}
.center_form .online .input_div{width: calc(100% - 200px);}
.center_form .online .input_div input{border: 1px solid #ccc; padding: 20px; font-size: 16px; width: 100%;}
.center_form .online .input_div textarea{border: 1px solid #ccc; padding: 20px; width: 100%; resize: none; height: 300px; font-size: 16px; line-height: 22px;}
.center_form .online .input_div .row{display: flex; align-items: center;}
.center_form .online .input_div .row a{display: block; background: #666; color: #fff; font-size: 14px; font-weight: 500; padding: 10.5px 10px; margin-left: 5px; cursor: pointer;}
.center_form .online .file_div{height: auto; border: none; display: flex; flex-direction: column; justify-content: center;}
.center_form .online .file_div>input{font-size: 14px;}
.center_form .online .file_div .span{display: block; margin-top: 5px;}
.center_form .online .file_div .span input{width: auto; width: 18px; height: 18px; display: inline-block; vertical-align: middle; margin-right: 5px;}
.center_form .online .file_div .span label{cursor: pointer; font-size: 14px;}

.center_form .online .date_div{display: flex; align-items: center;}
.center_form .online .date_div input{width: 200px; cursor: pointer; text-align: center; background: #f7f7f7;}
.center_form .online .date_div .span{margin: 0 20px;}

.write_btn{display: block; margin: 50px auto 0; background: #333; color: #fff; border: 1px solid #333; font-weight: 600; width: 180px; height: 60px; font-size: 16px;}

.show{display: block!important;}

#captcha #captcha_info{display: none;}

.flex_cen{align-items: center;}

/* 카탈로그 */
.catalogue {width: calc(100% - 140px); margin: 0 auto;}
.catalogue .pdf-container {height: 65vw;}



/* 마우스 오버 스타일 (모바일 방지) */
@media screen and (min-width:1000px) and (max-width:3000px){
	.clear:hover{background: #08bdfa; color: #fff!important;}
	
	.pr_wrap ul li:hover .pro_img{border: 1px solid #08bdfa; box-shadow: 0 0 30px rgba(0,0,0,0.2);}
	
	.paging ul li:hover{background: #444; color: #fff;}
	.paging ul li:hover a{color: #fff;}
	.paging ul li:hover img:first-of-type{display: none;}
	.paging ul li:hover img:last-of-type{display: inline-block;}
    
    .info_btn button:hover, .info_btn .down:hover, .info_btn .list_btn:hover{box-shadow: 0 0 20px rgba(0,0,0,0.15);}
    
    .top_list ul li:hover{box-shadow: 0 0 30px rgba(0,0,0,0.2);}
    .top_list ul li:hover p{color: #08bdfa;}
    
    .brand_gr .gr_in ul li:hover{border: 1px solid #08bdfa; box-shadow: 0 0 20px rgba(0,0,0,0.15);}
    .brand_gr .gr_in ul li:hover a p{border-top: 1px solid #08bdfa; color: #08bdfa;}
    .cts_sel ul li a:hover{color: #08bdfa;}
	
	#bo_w .btn_cancel:hover, #bo_w .btn_submit:hover{box-shadow: 0 0 10px rgba(0,0,0,0.3);}
    
    .btn_submit:hover{background: #6bd7fc; color: #fff;}
    a.btn02:hover{background: #6bd7fc; color: #fff;}
    a.btn01:hover{background: #ccc;}
}