@charset "UTF-8";

/* @import url('bootstrap.custom.css?v=1.0.1'); */
/* @import url('nanumgothic.css'); */
@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);
/*@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');


/* ## reset */
*{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
html {height: 100%; overflow-x: hidden; font-size: 20px;}
body {min-width: 320px; height: 100%; color: #333; word-break: keep-all; word-wrap: break-word; font-weight: 400; font-size: 0.75rem; font-family: 'Noto Sans KR', sans-serif; line-height: 1.5;}
h1, h2, h3, h4, h5, h6 {font-size: 15px; line-height: 100%; font-family: 'Noto Sans KR', sans-serif;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, th, td, p {margin: 0px; padding: 0px; -webkit-text-size-adjust: none;}
blockquote, q {quotes: none}
blockquote:before, blockquote:after,q:before, q:after {content:'';content:none}
table {border-collapse: collapse; border-spacing: 0px; /*table-layout: fixed;*/}
fieldset, img, abbr, acronym {border: 0px;}
img {vertical-align: top;}
legend {position: absolute; height: 0; line-height: 0; font-size: 0; overflow: hidden;}
ins {font-style: normal;}
del {text-decoration: none;}
address, caption, cite, code, dfn, em, var {font-style: normal; font-weight: normal;}
ol, ul {list-style: none;}
caption {height: 0; line-height: 0; font-size: 0; overflow: hidden; text-indent: -10000px;}
a {color: inherit; text-decoration: none; cursor: pointer;}
/*a:active, a:hover {color:#888; text-decoration:none}*/
a > * {color: inherit;}
a:hover, a:focus, a:visited{text-decoration: none; outline: none;}
hr{display: none;}
button {padding: 0; border: 0 none; background: none;}
button:focus, button:active{outline: none;}
button > span {color: inherit;}
.hidden {display: none;}
header, footer, article, section, aside, details, figure, figcaption, nav {display: block; margin: 0; padding: 0;}
small {font-size: 11px; padding-left: 10px;}
audio[controls], canvas, video {display: inline-block;}
button, input, select, textarea {margin: 0; font-size: 100%; vertical-align: middle;}
button, html input[type="button"], input[type="reset"], input[type="submit"] {cursor: pointer; -webkit-appearance: button;}
input[type="checkbox"], input[type="radio"] {box-sizing: border-box;}
input[type="search"] {-webkit-appearance: none; -moz-box-sizing: content-box;}
input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
button::-moz-focus-inner, input::-moz-focus-inner {border: 0; padding: 0;}
textarea {overflow: auto; vertical-align: top; resize: none}
textarea:focus{outline: none;}
select{-webkit-appearance: none; -moz-appearance:none; appearance:none; background:url('../images/icon/ico_arrow_down.png') no-repeat 96% 50%}
select::-ms-expand {display: none;}
label input[type="checkbox"], label input[type="radio"] {vertical-align: baseline;}
input[type='text'], input[type='email'], input[type='password'], input[type='number'], input[type='search'], textarea {box-sizing: border-box; color: #636363;}
input:focus{outline: none;}

/* input[placeholder]{color: #969696; opacity: 1; } */
input::-webkit-input-placeholder {color: #a6a6a6; font-size: 13px;}
input:-moz-input-placeholder {color: #a6a6a6; font-size: 13px;}
input::-moz-input-placeholder {color: #a6a6a6; font-size: 13px;}
input:-ms-input-placeholder {color: #a6a6a6; font-size: 13px;}

textarea::placeholder{color: #a6a6a6; font-size: 13px; font-weight: 300;}
input[type=file]{color: #a6a6a6; font-size: 13px;}

/* WebKit browsers */
::-webkit-input-placeholder {color: #a6a6a6; opacity: 1;}
/* Mozilla Firefox 4 to 18 */
:-moz-placeholder {color: #a6a6a6; opacity: 1;}
/* Mozilla Firefox 19+ */
::-moz-placeholder {color: #a6a6a6; opacity: 1;}
/* Internet Explorer 10+ */
:-ms-input-placeholder {color: #a6a6a6; opacity: 1;}


/* ## common */
body.over_hidden{overflow: hidden}
.clearfix {clear: both;}
.bold {font-weight: 500;}
.view-all {float: right; width: 75px; position: absolute; top: 10px; right: 0;}
.help-inline {display: inline-block; color: #737373; margin-left: 10px; padding-top: 7px; vertical-align: middle;}
.nopost {text-align: center; padding: 120px 0 !important;}
.highlight {font-weight: bold; color: #7519FF}
textarea.dhtmleditor{width: 100%; height: 350px;}
.sound-only{position: absolute; top: 0; left: 0; width: 1px; height: 1px; overflow: hidden; padding: 0; border: 0; margin: -1px;}
h3.page-title {font-size: 18px; display: block; width: 100%; padding-bottom: 5px; margin-bottom: 20px; line-height: inherit; color: #333; border: 0; border-bottom: 1px solid #e5e5e5;}
.text-right{text-align: right;}
.text-left{text-align: left !important;}
.text-color{color: #084499}
.fl{float: left;}
.fr{float: right;}
.container-small{max-width: 1060px;}
.container-md{max-width: 1310px;}

.view-mobile{display: none}

.noto{font-family: 'Noto Sans', sans-serif !important;}

.slick, .slick-wrapper {width: 100%;}

/* checkbox-custom */
.checkbox-custom{position: relative; display: inline-block; line-height: 1.25;}
.checkbox-custom input[type=checkbox]{opacity: 0; position: absolute; top: 0; left: 0; z-index: 0;}
.checkbox-custom label{display: inline; width: 15px; height: 15px; cursor: pointer; text-align: center; margin-left: 20px; line-height: 1em; font-weight: normal;}
.checkbox-custom label::before, .checkbox-custom label::after {content: ''; position: absolute; top: 2px; left: 0;}
.checkbox-custom label::before{width: 12px; height: 12px; background: #fff; -webkit-transition: all .3s ease; transition: all .3s ease; content: "";}
.checkbox-custom input[type="checkbox"]:checked + label::after {content: ''; width: 11px; height: 11px; top: 4px; left: 2px; color: #fff; background: #276bc1; z-index: 1; line-height: 1;}

.checkbox-custom.border label::before{border: 1px solid #797979; width: 13px; height: 13px;}
.checkbox-custom label em{font-size: 13px;}

/* table */
.dx-table{width: 100%; border-top: 1px solid #333;}
.dx-table thead th{font-weight: normal; padding: 9px 0; background: #f9f9f9; text-align: center; border-bottom: 1px solid #f0f0f0; border-top: 1px solid #797979;}
.dx-table tbody th{padding: 14px 0; text-align: center; border-bottom: 1px solid #a6a6a6; background-color: #f2f2f2; font-weight: 500;}
.dx-table tbody td{padding: 14px 0; border-bottom: 1px solid #a6a6a6;}
.dx-table tbody td.noborder{border-bottom: 0;}
.form-desc{font-size: 12px; color: #636363;}

.empty-table {padding:50px 0 !important;text-align:center;color:#777 !important; width: 100% !important;}
.empty-list, .empty-li {padding:20px 0 !important;text-align:center !important; }


/* btn */
.btn-cancel{background: #a6a6a6; width: 120px; border-radius: 0; height: 40px; line-height: 40px; color: #fff; border: 0; padding: 0; outline: none; font-size: 13px;}
.btn-submit{background: #276bc1; width: 120px; border-radius: 0; height: 40px; line-height: 40px; color: #fff; border: 0; padding: 0; outline: none; font-size: 13px;}
.btn-submit:hover, .btn-submit:focus{background-color: #235cb6; color: #fff; outline: none !important;}
.btn-cancel:hover, .btn-cancel:focus{background-color: #ccc; color: #000; outline: none !important;}
a.btn-submit{display: inline-block; text-align: center; color: #fff;}
.btn-layer-close{position: absolute; top: 20px; right: 20px; width: 20px; height: 20px;}
.btn-layer-close.cross:before, .btn-layer-close.cross:after{width: 25px; height: 1px; top: 50%; margin-top: -1px; left: -2px; content: ""; background: #070707; transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); position: absolute;}
.btn-layer-close.cross:after {transform: rotate(-45deg); -moz-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg);}

.btn-layer-close.cross.white:before, .btn-layer-close.cross.white:after{background-color: #fff;}

.btn-wrap{text-align: center; margin: 1rem 0 0;}
.btn-wrap .btn + .btn{margin-left: 0.75rem;}

.btn-line{border: 1px solid #333;}
.btn:active{border-radius: 0; box-shadow: none;}


/* tabs */
.dx-tabs{margin: 0 auto 3rem; overflow: hidden;}
.dx-tabs li{float: left; margin-right: 1rem;}
.dx-tabs li:last-child{margin-right: 0; }
.dx-tabs li a{border: 1px solid #797979; padding: 0.6rem 0; text-align: center; display: block; color: #797979; font-size: 0.9rem;  line-height: 1em;}
.dx-tabs li a.active{background-color: #084499; border-color: #084499; color: #fff;}

.tab-content{display: none;}
.tab-content.active{display: block;}


/* input */
textarea.dx-input{resize: none; height: 100px; line-height: 1.4; font-family: 'Noto Sans KR'; padding: 10px;}
select.dx-input{color: #646464; background:url('../images/icon/ico_arrow_down.png') no-repeat 98% 50%;}
.dx-input{background: #fff; height: 35px; padding: 3px 10px; border: 1px solid #ccc;}
.dx-input.full{width: 100%;}
.dx-input:focus{outline: none;}
.label-req{display: inline-block; color: #db202b; margin-left: 3px;}

.tel-wrap select{width: 100px;}
.tel-wrap input{width: calc(100% - 114px);}
.tel-wrap input.input_auto{width: auto;}

.tel-wrap.col3 input{width: 32%; float: left;}
.tel-wrap.col3 span{width: 2%; float: left; line-height: 40px; text-align: center;}

.wr_content textarea,
.tbl_frm01 textarea,
.form_01 textarea,
.frm_input {border:1px solid #ccc;background:#fff;color:#000;vertical-align:middle; padding:5px; font-family: 'Noto Sans KR'; font-weight: 300;}
.tbl_frm01 textarea {padding:5px; font-family: 'Noto Sans KR'; font-weight: 300;}
.frm_input {height:40px}

.full_input {width:100%}
.half_input {width:49.5%}

/* input file */
.file-header{display:flex; align-items: center; margin-bottom: 20px; }
.file-header h4{font-size: 0.9rem; font-weight: 400;}
.file-header .btn-add{margin-left: auto;}

.file-inner{position: relative; overflow: hidden;}
.hidden-input{position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; border: 0;}
.file-inner .dx-input{width: 100%; float: left; width: calc(100% - 120px);}
.file-inner .btn-file{float: left; background: #636363; font-size: 12px; padding: 9px 16px 10px; color: #fff; margin-left: 10px; max-width: 80px;}

.file-inner.with-btn{display: flex;}
.file-inner.with-btn .dx-input{float: none; width: auto; flex: 1;}
.file-inner.with-btn .btn-file{float: none; width: auto;}
.file-inner.with-btn button{font-size: 12px; line-height: 1.2; padding: 0 12px;}


/* form group */
.form-list .label{display: block; margin-bottom: 5px; font-weight: 400;}

/* pagination */
.pagination{overflow: hidden; text-align: center; margin: 2rem auto;}
.pagination li{display: inline-block; width: 2rem; height: 2rem; line-height: 2rem; vertical-align: middle}
.pagination li a{display: block; font-weight: bold;}
.pagination li.active{border: 1px solid #e3e3e3}
.pagination li.active a{color: #109342}

/* layer popup */
.layer-popup{display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 9999}
.layer-dim{position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: ""; background: #000; opacity: .4; z-index: 1}
.pop-wrap{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); padding: 30px; background: #f9f9f9; z-index: 20;}
.pop-header{margin-bottom: 30px;}
.pop-header h3{font-size: 21px; font-weight: bold;}
.pop-content h4{font-size: 0.8rem; margin-bottom: 10px;}
.pop-wrap .btn-close{position: absolute; top: -20px; right: -20px; width: 20px; height: 20px; text-indent: -9999px}
.pop-wrap .btn-close.cross:before, .pop-wrap .btn-close.cross:after{width: 25px; height: 1px; top: 50%; margin-top: -1px; left: -2px; content: ""; background: #fff; transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); position: absolute;}
.pop-wrap .btn-close.cross:after {transform: rotate(-45deg); -moz-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg);}
.pop-wrap .btn-close.cross.dark:before, .pop-wrap .btn-close.cross.dark:after{background-color: #000; }



/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;font-size:0;line-height:0;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left:0;width:0;height:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}

/* 본문 바로가기 */
#skip_to_container a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skip_to_container a:focus, #skip_to_container a:active {width:100%;height:75px;background:#21272e;color:#fff;font-size:2em;font-weight:bold;text-align:center;text-decoration:none;line-height:3.3em}


/* ## popup */
#hd_pop{width:1280px}
#hd_pop {z-index:1000;position:relative;margin:0 auto;height:0}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff}
.hd_pops img {max-width:100%}
.hd_pops_footer {padding:0;background:#000;color:#fff;text-align:left;position:relative}
.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}
.hd_pops_footer button {padding:10px;border:0;color:#fff}
.hd_pops_footer .hd_pops_reject {background:#000;text-align:left}
.hd_pops_footer .hd_pops_close {background:#393939;position:absolute;top:0;right:0}

/* ## layout */
#wrapper{margin: 0 auto; overflow: hidden; width: 100%;}
.main{width: 100%; clear: both;}
#header{display: block; clear: both; width: 100%; position: relative; border-bottom: 2px solid ; border-image: linear-gradient(to right, #008df0, #276bc1); border-image-slice: 1;  /* box-shadow: 0.5px 0.9px 3.7px 0.3px rgba(59, 59, 59, 0.1); */ background-color: #fff;}
#contents{margin-bottom: 0;}
#footer{background-color: #111; padding: 0; color: #a8a8a8; position: relative;}

/* ## header */
#hd_h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}

#skip-contents a {z-index: 100000; position: absolute; top: 0; left: 0; width: 1px; height: 1px; font-size: 0; line-height: 0; overflow: hidden;}
#header .header-top-menu{float: right; height: 30px; line-height: 40px; display: none;}
#header .header-top-menu .fa{color: #ccc;}
#header .header-top-menu li{float: left; padding: 0 10px; color: #ccc; font-size: 0.6rem;}
#header .header-top-menu li a{color: #ccc; font-size: 0.6rem;}
#header .fa{padding-right: 5px;}
#header .badge{margin-left: 5px; font-size: 10px;}
.header_line{background: #082a47; height: 3px; line-height: 3px; clear: both; width: 100%;}
.m_nav {padding: 8px 10px 0 0;}

.header-inner{margin: 0 auto; position: relative;}
.header-inner .container{display: flex; align-items: center; justify-content: flex-end}
.header-inner .container::before, .header-inner .container::after{display: none;}
/* .header-inner:after, .header-inner .container:after {display: block; visibility: hidden; clear: both; content: "";} */
.header-tnb{display: flex; align-items: center;  margin-left: 3rem;}
.header-tnb > ul > li{margin-left: 30px;}
.header-tnb ul li a{font-size: 0.65rem;}
.header-tnb ul li.event a{color: #f8c221; font-family: 'Noto Sans', sans-serif; font-weight: 700;}

.header-tnb .btn-more-wrap{display: inline-block; margin-top: 0;}
.header-tnb .btn-more-wrap a{background-color: #f8c221; border: 2px solid #f8c221; color: #000; width: auto; padding: 0 6px; border-radius: 4px; font-size: 15px; line-height: 28px; height: 32px; font-weight: 400;}
.header-tnb .btn-more-wrap a:hover{background-color: #f8c221; opacity: .8;}
.header-tnb .btn-more-wrap a .icon-arrow{background-image: url('../images/icon/arw-next.png'); width: 14px; height: 11px; vertical-align: baseline;}

.header-login{display: inline-flex;}
.header-login > li{position: relative;}
.header-login img{vertical-align: middle;}

.user-proc{display: none; position: absolute; top: 40px; left: -70px; z-index: 10; width: 180px; background: #fff; font-size: 14px; box-shadow: 0px 1px 9px 1px rgba(0, 0, 0, 0.1); border: 1px solid #ececec;}
.user-proc .user{padding: 1rem;}
.user-proc .user .btn{min-width: 60px; padding: 5.5px 5px; border-radius: 4px; border: solid 1px #e3e3e3; font-size: 12px; margin-left: 8px;}
.user-proc ul{display: flex; align-items: center; border-top: 1px solid #ececec;}
.user-proc ul li{flex: 1; background-color: #fafafb;}
.user-proc ul li + li{border-left: 1px solid #ececec;}
.user-proc ul li a{display: block; text-align: center; padding: 0.7rem 0; font-size: 12px; font-weight: 600; line-height: 1; color: #0d0d0d; font-weight: 600;}
.header-login li.on .user-proc{display: block;}

.header-top{position: relative; display: flex; margin-bottom: 14px; align-items: center;}
.header-tel{display: flex; align-items: center; margin-right: 30px}
.header-tel .ico-tel{background: url('../images/icon/ico-tel.png') no-repeat center/cover; width: 19px; height: 19px; margin-top: 2px;}
.header-tel .text{color: #fff; font-size: 18px; font-weight: 600; margin-left: 7px;}
.header-tel .text a{color: #fff;}

#googleTranslate{display: inline-block; }
#googleTranslate .goog-te-gadget-simple{border: 0; background: url('../images/icon/lang.svg') no-repeat center/cover; width: 21px; height: 21px; background-color: transparent; margin-top: 2px;}
#googleTranslate .goog-te-gadget-icon{display: none;}
.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed{display: none;}

.bg-gnb{position:absolute; left:0; top:0; background-color: rgba(255, 255, 255, 0.9); opacity: 0; width:100%; height:0; overflow: hidden; z-index: -1; transition: height 0.3s ease-in-out, opacity 0.2s ease-in-out;}
.bg-gnb:before{display:block; content:""; width:100%; height: max(6rem, var(--header-height)); background-color:rgba(255,255,255, 1); position:absolute; left:0; top: 0; border-bottom: 1px solid #e3e3e3;}
.bg-gnb.active{height: max(383px, 16vw); opacity: 1; }

.ico-my{width: 20px;}
.ico-cart{width: 28px;}
.ico-delivery{width: 40px;}
.ico-clip{width: 22px;}

.shop-cart {position: relative; display: inline-block;}
.shop-cart .count{display:inline-block;position:absolute;top:-5px;right:-5px;line-height:16px;padding:0 5px;border-radius:10px;background: #f8c221; color:#fff; width:16px;height:16px;font-size:0.85em; white-space: nowrap;}


.logo-kolas{display: inline-block; position: absolute; top: 20px; right: -100px; transition: all ease .2s;}
.logo-kolas img{width: 87px; vertical-align: middle; transition: width ease .2s;}

.mobile-logo-kolas{margin: 20px;}
.mobile-logo-kolas img{width: 100px; vertical-align: middle;}
.mobile-logo-kolas a+a img{width: 70px; margin-left: 20px;}


/* 아웃로그인 스킨 */
.ol {position:relative}
.ol h2 {margin:0;padding:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}

.ol a.btn_admin {display:inline-block;padding:0 10px;height:25px;background:#d13f4a;color:#fff;text-decoration:none;line-height:25px;vertical-align:middle} /* 관리자 전용 버튼 */
.ol a.btn_admin:focus, .ol a.btn_admin:hover {text-decoration:none}

#ol_before fieldset {position:relative}
#ol_id {display:block;width:100%;margin:5px 0 10px}
.ol_idlabel {color:#333}
#ol_pw {display:block;width:100%;margin:5px 0}
.ol_pwlabel {color:#333}
#auto_login_label {letter-spacing:-0.1em}
#ol_submit {width:100%;height:40px;border:0;border-radius:3px;color:#fff;font-weight:bold}
#ol_before a {letter-spacing:-0.15em}
#ol_svc {text-align:center;margin:10px 0 0}
#ol_svc a {display:inline-block;color:#333;margin:0 5px}
#ol_auto {position:relative;margin:5px 0;font-size:0.92em;color:#555}
#ol_auto label {letter-spacing:-0.1em}
#ol_auto input {width:13px;height:13px;vertical-align:bottom} 

.btn_member_mn {border:0;background:transparent;color:#fff;text-align:center; font-size:0.65rem; vertical-align: top;}
.btn_member_mn .profile_img {display:inline-block;}
.btn_member_mn .profile_img img {border-radius:50%}
.btn_member_mn .profile_name {display:inline-block;max-width:70px; vertical-align: bottom;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}
.btn_member_mn i {display:inline-block;margin-left:5px;font-size:1.2em;font-weight:bold}
.btn_member_mn_on {position: relative; /* background:#fff;color:#000;border:1px solid #d0d0d0;border-bottom:0 */}
.member_mn {display:none;position:absolute; top: 120%; left:0;width:100%;background:#fff;z-index:99;border:1px solid #d0d0d0;border-top:0; min-width: 100px; margin-left: -30px;}

#ol_after_private {text-align:left}
#ol_after_private:after {display:block;visibility:hidden;clear:both;content:""}
#ol_after_private li {margin-bottom:1px;position:relative}
#ol_after_private li:hover a {background:#f7f7f7}
#ol_after_private a {display:block;color:#444;padding:10px 15px;line-height:20px}
#ol_after_private a strong {display:inline-block;color:#fff;overflow:hidden;white-space:nowrap;text-overflow:clip;padding:0 5px;border-radius:15px;font-weight:normal;font-size:0.92em}
#ol_after_private .win_point strong {background:#37bc9b}
#ol_after_private .win_coupon strong {background:#a352c1}
#ol_after_private .win_memo strong {background:#ff8b77}
#ol_after_logout {display:block; line-height:45px;text-align:center;color:#000;border-top:1px solid #f6f6f6}


.header-search{position: relative;}
#hd_sch h3 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#hd_sch {overflow:hidden}
#hd_sch #sch_str {width:140px;height:40px;padding-left:10px; background:#f2f2f2;border:0;border-right:0; color:#000; border-radius: 20px;}
#hd_sch #sch_submit {position: absolute; right: 0; width:30px;height:40px;border:0; color:#000; cursor:pointer; font-size:16px}
#hd_sch .fa {padding-right: 0;}


#header .container, #header-sticky .container{position: relative; }
/* .logo a{display: block; width: 132px; height: 27px; background: url('../images/logo_tessol.png') no-repeat 0 0; background-size: cover; } */
/* .logo a{display: block; width: 174px; height: 35px; background: url('../images/logo-w.png') no-repeat 0 0; background-size: cover; } */
.logo{position: absolute; left: 15px;}
.logo a{display: block; width: 142px; height: 28px; background: url('../images/logo-b.svg') no-repeat 0 0; background-size: cover; transition: all ease .3s;}

#header.header-sticky .logo a{width: 122px; height: 24px;}

#header.header-sticky {position: fixed; z-index: 8000; top: 0; right: 0; left: 0;  width: 100%; margin: 0 auto; /* background-color: rgba(8, 68, 153, 0.95); */ }

#header .header-sticky {position: fixed; z-index: 8000; top: 0; right: 0; left: 0;  width: 100%; margin: 0 auto; /* background-color: rgba(8, 68, 153, 0.95); */ box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.16), 0 3px 12px 0 rgba(0, 0, 0, 0.12);}

.header-sticky .navbar-nav>li>a{padding: 1rem 1.5rem;}
.header-sticky .logo-kolas{top: 10px; right: -90px;}
.header-sticky .logo-kolas img{width: 72px;}
/* .header-sticky .navbar-nav>li:hover a, .header-sticky .navbar-nav>li>a:hover{ color: #fff;} */

.header-bottom.header-sticky{box-shadow: none; -webkit-box-shadow:none; background-color: #000;}
.navigation.header-sticky {position: fixed; z-index: 3; top: 50px; right: 0; left: 0;  width: 100%; margin: 0 auto; /* background-color: rgba(8, 68, 153, 0.95); */ box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.16), 0 3px 12px 0 rgba(0, 0, 0, 0.12);}


/* gnb */
/* #gnb{overflow: hidden;}
#gnb .topmenu{float: right}
#gnb .topmenu > li{float: left; position: relative; }
#gnb .topmenu > li > a{display: block; position: relative; height: 100%; line-height: 1em; color: #0d1314; padding: 28px 30px 26px; }
#gnb .topmenu > li > a .menu-bullet{position: absolute; top: 50%; left: 12px; width: 10px; height: 10px; border-radius: 10px; background: #bfff00; margin-top: -5px; display: none;}
#gnb .topmenu > li > a:hover{color: #070707; font-weight: 700}
#gnb .topmenu > li > a:hover .menu-bullet{display: block;}

#gnb .navbar-toggle {margin-right: 0;}
#gnb .navbar-toggle .icon-bar {background-color: #888;}
 */

.header-bottom {box-shadow: -2.1px 2.1px 7px 0 rgba(0, 0, 0, 0.3); -webkit-box-shadow: -2.1px 2.1px 7px 0 rgba(0, 0, 0, 0.3); -moz-box-shadow: -2.1px 2.1px 7px 0 rgba(0, 0, 0, 0.3); -o-box-shadow: -2.1px 2.1px 7px 0 rgba(0, 0, 0, 0.3); position: relative; z-index: 2; background-color: #fff;}
/* .header-bottom select {background-position: 55% center; border: 1px solid #bfbfbf;}
.header-bottom .top-link ul li:last-child select {border-right: none; margin-right: 0;} */


.nav > li{display: block; position: relative; overflow: hidden; }
.nav > li > a{display: block; position: relative; padding: 11px 28.6px;}
.nav > li > a > span{display: inline-block; transition: all ease .2s; position: relative;}
.nav > li:hover {overflow: visible; position: inherit;}
.nav > li:hover > a span, .nav>li.on>a span, .nav>li.active>a span, .nav>li:focus>a span {color: #276bc1; font-weight: 700;}

.nav {padding-left: 0; margin-bottom: 0; list-style: none;}

.navbar-nav>li:first-child{padding-left: 0;}
.navbar-nav>li:last-child{padding-right: 0;}
.collapse {display: none;}
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {margin-right: -15px; margin-left: -15px;}

.navbar-collapse {padding-right: 15px; padding-left: 15px; overflow-x: visible; -webkit-overflow-scrolling: touch; border-top: 1px solid transparent; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);}

/* Navigation Menu Style */
.navbar-collapse {padding: 0; width: 100%; position: relative;}
/* .navbar-nav>li {padding: 0 23px;} */
.navbar-nav>li.dropdown a {position: relative;}
/* .navbar-nav>li.dropdown>a:after {opacity: 0; border-style: solid; border-width: 11px; border-color: transparent transparent #a22600; position: absolute; content: ""; bottom: 0; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -webkit-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s;
} */
.navbar-nav>li.dropdown:hover>a:after {opacity: 1;}
.navbar-nav>li>a {padding: 1.75rem 1.5rem; font-weight: 400; color: #111; line-height: 20px; letter-spacing: -0.2px; text-align: center; transition: padding .2s ease;}
.navbar-nav>li>a em{position: absolute; bottom: 16px; font-size: 12px; left: 50%; transform: translate(-50%, 0); color: #797979 ; font-weight: 500; transition: all ease .2s;}
.navbar-nav>li>a:hover em{color: #235cb6; font-weight: 600;}
.navbar-nav>li.on em{color: #235cb6; font-weight: 600;}

.header-sticky .navbar-nav>li>a em{bottom: 2px;}

/* .nav>li:hover>a>span::after{position: absolute; width: 100%; height: 1px; background-color: #f8c221; bottom: 0; left: 0; content: '';} */
/* .nav>li:hover>a>span::after, .nav>li.on>a>span::after{position: absolute; width: 100%; height: 1px; background-color: #f8c221; bottom: 0; left: 0; content: '';} */

.header-bottom.header-sticky .nav>li:hover>a>span::after, .header-bottom.header-sticky .nav>li.on>a>span::after{background-color: #fff;}
.header-bottom.header-sticky .nav>li:hover>a, .header-bottom.header-sticky .nav>li.on>a, .header-bottom.header-sticky .nav>li.active>a, .header-bottom.header-sticky .nav>li:focus>a {color: #fff; font-weight: 500;}

.dropdown-menu{display: none;}

/* --- Megamenu Style --- */
.header-sticky .megamenu{top: 60px;}
.megamenu {color: #a4a4a4; opacity: 0; position: fixed; top: 90px; z-index: 10; pointer-events: none;}
.megamenu::after {content: ""; height: 2px; left: 0; background-image: linear-gradient(to right, #008df0, #276bc1) ; position: absolute; top: 0; width: 100%;} /* box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.25) inset; */
.megamenu.full {left: 0; width: 100%; right: 0;}
.megamenu-inner{position: relative; padding: 1.5rem; max-width: 1600px; margin: 0 auto; background-color: #fff; box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.16), 0 14px 16px 0 rgba(0, 0, 0, 0.12);}
.megamenu-inner-top {display: inline-block;width: 100%;}
.megamenu .sub-menu-level1 li.level2 { float: left; min-width: 182px; padding-left: 20px;}
.megamenu .sub-menu-level1 li.level2:first-child {padding-left: 0;}
.megamenu .sub-menu-level1 li.level2:last-child, .megamenu.full .col-md-3.level2:last-child, .megamenu.full .col-md-3.level2:nth-last-child(2) {/* min-width: 170px;*/border-right: 0;}

.megamenu .level2>a {color: #a52b00; display: inline-block; margin-right: 35px; text-transform: uppercase; font-weight: 500; margin-bottom: 10px; max-width: 100%;}
.megamenu .sub-menu-level2 li.level3 {margin-bottom: 18px; text-align: left;}
.megamenu .sub-menu-level2 li.level3>a {display: inline-block;}
.megamenu .sub-menu-level2 li.level3:last-child {margin-bottom: 0;}
.megamenu .sub-menu-level2 li.level3>a:hover {color: #276bc1; font-weight: 600; letter-spacing: -0.35px;}
.megamenu .sub-menu-level2 li.level3>a span {float: left; font-size: 9px; margin-right: 9px; margin-top: -1px;}

.nav>li.level:hover .megamenu {opacity: 1; pointer-events: visible;}
.nav>li.level.active .megamenu {opacity: 1; pointer-events: visible;}

.megamenu a, .megamenu div {color: #111;}
.megamenu .level2>a {color: #f7a900 !important; font-weight: 600;}
.megamenu .product-item-details {position: relative; height: auto; top: 0px; transition: all 0.3s ease 0s; font-size: 0.65rem; text-align: left; }
.megamenu .product-item-details div{overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 100%;}
.megamenu .product-item-model{color: #999; margin-bottom: 5px;}

.sub-menu-brand-list{position: relative; display: flex;}
.sub-menu-brand-list .lists{display: grid; grid-template-columns: 1fr 1fr 1fr 1fr ; row-gap: 30px; flex-grow: 1;}
.sub-menu-brand-list .brand-info{position: relative; width: 20%;}
.sub-menu-brand-list .brand-info .image{border: 1px solid #f2f2f2; padding: 1rem;}
.sub-menu-brand-list .brand-info .image img{width: 100%; max-height: 260px; object-fit: cover;}
.sub-menu-brand-list .brand-info .name{margin-top: 0.5rem; color: #333; line-height: 1;}
.sub-menu-brand-list .brand-info p{margin-top: 0.3rem; color: #888; line-height: 1.4; display: -webkit-box; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; -webkit-line-clamp: 3; height: 65px;}
/* .sub-menu-brand-list .brand-info.all .image{background: url('../images/logo-b.svg') no-repeat center/cover; background-size: 128px auto; height: 300px;}
.sub-menu-brand-list .brand-info.all .image img{display: none;} */
.sub-menu-brand-list .brand-info.all p{display: none;}

.megamenu .list-menu{display: flex;}
.megamenu .list-menu .sub-menu-level2{border-right: 1px solid #276bc1; width: 21.429%; padding-right: 1.5rem;}
.megamenu .list-menu .sub-menu-level2 .level3{margin-bottom: 0;}
.megamenu .list-menu .sub-menu-level2 .level3 a{display: block; padding: 20px; position: relative; background: url('../images/icon/arw-b.svg') no-repeat; background-size: 25px auto; background-position: 98% 50%; transition: background-color ease .2s;}
.megamenu .list-menu .sub-menu-level2 .level3 a::before{content: ''; width: 10px; height: 100%; position: absolute; left: 0; top: 0; transition: background-color ease .2s;}
.megamenu .list-menu .sub-menu-level2 .level3 a:hover{background-color: #f7fbff; letter-spacing: -0.1px;}
.megamenu .list-menu .sub-menu-level2 .level3 a.active{background-color: #f7fbff; letter-spacing: -0.1px; font-weight: 600; color: #276bc1;}
.megamenu .list-menu .sub-menu-level2 .level3 a.active::before{background-color: #276bc1;}
.megamenu .list-menu .sub-menu-level2 .level3 a:hover::before{background-color: #276bc1; }

.megamenu .list-menu .sub-menu-level2 .level3.click a{padding: 32px 20px;}

.megamenu .sub-menu-cont{position: relative; flex-grow: 1;}
.megamenu .sub-menu-cont .pd-wrap{position: relative; padding-left: 1.5rem; text-align: left; height: 100%;}
.megamenu .sub-menu-cont .image-wrap{position: relative; padding-left: 1.5rem; text-align: left;}
.megamenu .sub-menu-cont .pd-wrap > div{display: none;}
.megamenu .sub-menu-cont .pd-wrap > div.active{display: flex; height: 100%; flex-direction: column;}
.megamenu .sub-menu-cont .pd-wrap ul{display: grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr; row-gap: 40px; column-gap: 30px; margin-bottom: 1rem;}
.megamenu .sub-menu-cont .pd-wrap ul li a{display: block;}
.megamenu .sub-menu-cont .pd-wrap ul li img{width: 100%; margin-bottom: 10px; border: 1px solid #f2f2f2;}
.megamenu .sub-menu-cont .pd-wrap ul li .name{text-align: left; font-size: 13px;}

.megamenu .sub-menu-cont .pd-wrap .btn-wrap{margin-top: auto; }
.megamenu .btn-wrap{text-align: right;}

#header .grid{display: grid;}
.grid.grid-new{grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; gap: 20px; margin-bottom: 3rem;}
.grid-new .product-item img{border: 1px solid #f2f2f2; height: 100%; object-fit: cover; width: 100%;}
.grid.grid-application{grid-template-columns: 1fr 1fr 1fr 1fr 1fr; gap: 30px; margin-bottom: 3rem;}
.grid.grid-application .product-item img{/* height: max(284px, 14vw); */ object-fit: cover;}

.btn-all{background-color: #f7f7f7; border: 1px solid #f7f7f7; border-radius: 4px; font-size: 13px; font-weight: 600; padding: 0.85rem 3.1rem; display: inline-block; transition: border-color .2s ease;}
.btn-all:hover{border-color: #276bc1;}

/* ## footer */
.footer-cont{padding: 5rem 0;}
.footer-icons-wrap{margin-top: 3rem;}
.basic-icons{margin: 0 auto; overflow: hidden;}
.static-icon {margin-bottom: 3rem; text-align: center; float: left; width: 20%; margin-left: 6.75rem; max-width: 6rem;}
.static-icon.fist{margin-left: 0;}
.static-icon .circle{border: 1px solid #f2f2f2; border-radius: 50%; background-color: #f9f9f9; text-align: center; margin-bottom: 10px; width: 6rem; height: 6rem; position: relative; display: inline-block;}
.static-icon .circle:hover{border-color: #f8c221;}
.static-icon .circle a{display: block; width: 100%; height: 100%;}
.static-icon .circle img{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.static-icon p{font-weight: 500; color: #333; line-height: 1.3; height: 35px;}

.support .footer-icons-wrap{margin-top: 0; background-color: #f2f2f2;}
.support .static-icon{margin-top: 2rem; margin-bottom: 2rem;}


.footer-line{background-color: #262626; padding: 25px 0;}
.footer-line .container{display: flex; justify-content: space-between;}
.footer-line .container::before, .footer-line .container::after{display: none}
.footer-link{display: flex; align-items: center;}
.footer-link li{margin-right: 3rem;}
.footer-link li:last-child{margin-right: 0;}
.footer-link li a{display: inline-block; font-size: 0.65rem; line-height: 1;}
.footer-link li a strong{color: #fff; font-weight: 500;}
.footer-link li a:hover{color: #fff;}
.footer-link li img{vertical-align: middle;}

.logo-wrap{display: flex; align-items: center;}
.logo-wrap a{display: inline-block; background: url('../images/tessol-w.svg') no-repeat center/cover; width: 104px; height: 20px; opacity: 0.5;}
.logo-wrap a + a{margin-left: 3rem; background-image: url('../images/tsl-w.svg'); width: 180px; height: 20px;}

.about-info{margin-top: 2rem; color: #fff;}
.about-info a{color: #fff;}
.about-info p + p{margin-top: 10px;}

.footer-sns{display: flex; align-items: center;}
.footer-sns a{display: inline-block; margin-left: 1rem; vertical-align: middle; }
.footer-sns a:first-child{margin-left: 0;}
.footer-sns a img{width: 100%; max-height: 21px; transition: opacity .2s ease ;}
.footer-sns a img, .footer-sns a i{display: inline-block; opacity: 0.6; }
/* .footer-sns a:last-child img{max-width: 100%; max-height: 21px;} */
.footer-sns a i{font-size: 22px;}
.footer-sns a:hover img, .footer-sns a:hover i{opacity: 1;}

#footer .logo-wrap.view-mobile{display: none;}

.footer-company{font-size: 0.65rem; color: #a0a0a0; line-height: 1.8; padding: 2rem 0 0; position: relative;}
.footer-company .copyright{margin-top: 2rem;}

.footer-kolas{position: absolute; right: 0; bottom: 30px; display: flex; align-items: center;}
.footer-kolas.view-mobile{display: none;}
.footer-kolas img+img{margin-left: 25px;}

.footer-cont .container{display: flex; justify-content: space-between;}
.footer-cont .container::before, .footer-cont .container::after{display: none}

.footer-ex-logo{ display: flex; background-color: #191919; padding: 2.7rem 2rem;}
.ex-logs + .ex-logs{margin-left: 3rem;}
.ex-logs .logos{display: flex; align-items: center;} 
.ex-logs .logos img{display: block; width: 100%;}
.ex-logs img + img{ margin-left: 1rem;}
.ex-logo-title{color: #6a6a6a; font-size: 13px; text-transform: uppercase; margin-bottom: 1rem; line-height: 1.3;}

.ico-logos-ias{max-width: 78px;}
.ico-logos-gic{max-width: 78px;}
.ico-logos-ilac{max-width: 92px; opacity: 0.8;}
.ico-logos-kolas{max-width: 120px; opacity: 0.4;}


.scroll-top{position: fixed; left: 0; right: 0; bottom: 15%; z-index: 100;}
.scroll-right{position: absolute; bottom: 0; right: 10px;}
.scroll-item{position: relative; text-align: center;}
.scroll-top .scroll-up {display: none; padding-top: 10px;}
.scroll-top .scroll-up a{display: block; width: 40px; height: 40px; margin: 0 auto; background: #333; position: relative; color: #fff; cursor: pointer; line-height: 40px;}
.scroll-top .scroll-up a:before {color: #fff; content: ""; font-family: "FontAwesome"; font-size: 18px;}
.scroll-top .product-inquiry{display: none;}
.scroll-close{text-align: right;}
.btn-scroll-close{display: inline-block; margin-bottom: 5px; background: #000; color: #fff; border-radius: 50%; width: 20px; height: 20px; text-align: center; font-size: 12px;font-weight: 300; cursor: pointer;}

.widget-scroll{position: fixed; bottom: 0; right: 0; width: 396px; z-index: 99; transition: all 0.2s;}
.widget-scroll.aniFadeDown{bottom: -66px;}
.scroll-list{display: flex; background-color: #000; align-items: center; justify-content: center;}
.scroll-list li{flex: 1; padding: 13px 0 13.5px; text-align: center;}
.scroll-list li p{color: #fff; font-size: 10px; margin-top: 2px;}
.scroll-list li a{display: block;}

.scroll-list li:last-child{background-color: #666; padding: 10.5px 0 11px;}
.scroll-list li:last-child p{margin-top: -3px; font-size: 12px;}
.scroll-list li:last-child a:before {color: #fff; content: ""; font-family: "FontAwesome"; font-size: 28px; line-height: 1;}

.ws-top{cursor: pointer;}

/* ----------------------------------------------
 * Generated by Animista on 2020-8-7 15:41:52
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

.draw{transition:all 0.7s;}
.draw:after, .draw:before{content:" "; width:0; height:0; position:absolute; border :0px solid #bfff00; transition:all 0.5s;}
.draw:after{top:-1px; left:-1px; border-top:1px solid #bebec2; border-left:1px solid #bebec2;}
.draw:before{bottom:-1px; right:-1px; border-bottom:1px solid #bebec2; border-right:1px solid #bebec2;}
.draw:hover:before,.draw:hover:after{width:100%; height:100%; border-color: #bfff00;}


/* ## navigation */
.navigation{position: relative; margin-bottom: 3rem; background: #f2f2f2 url('../images/bg_local_gnb_gray.png') no-repeat center/cover;}
.navigation.product{background: #235cb6 url('../images/bg_local_gnb.png') no-repeat center/cover; color: #fff; margin-bottom: 2rem;}
.navigation.lnb-application{margin-bottom: 0;}
.navigation .navi-title{font-size: 0.9rem; font-weight: 700; float: left; line-height: 2.5rem;}
.navigation .navi-title .btn-back{display: inline-block; width: 27px; height: 23px; background: url('../images/icon/ico_back.png') no-repeat center/cover; vertical-align: text-bottom;}
.navigation ul{float: right;}
.navigation ul li{display: inline-block; font-size: 0.65rem; line-height: 2.5rem;}
.navigation ul li .dividing-line{display: inline-block; margin: 0 10px}
.navigation .current{border-bottom: 2px solid #f8c221; padding-bottom: 2px;}
.navigation.product .current{border-bottom-color: #fff;}
.navigation.product.nav-brand{margin-bottom: 3rem;}
.navigation.product.list-navigation{margin-bottom: 3rem;}



/* ## media */
.media {clear: both;}
.media-body, .media-left, .media-right {display: table-cell; vertical-align: top;}
.media-left, .media > .pull-left {padding-right: 10px;}
.media-right, .media > .pull-right {padding-left: 10px;}
.media-heading{font-size: 14px; overflow: hidden;}
.media-body .media-info{font-size: 11px; color: #666;}
.media-body .media-info span{padding-right: 10px;}


/* ## sidebar */
.sidebar{border: 1px solid #e5e5e5; padding: 20px;}
.sidebar .headline{border-bottom: 1px dotted #ccc; display: block; margin-bottom: 15px;}
.sidebar .headline h3{border-bottom: 2px solid #3498db; display: inline-block; margin: 0 0 -2px; padding-bottom: 5px; font-size: 15px;}
.sidebar .loginbox{overflow: hidden;}
.sidebar .loginbox .text {padding-top: 7px;}
.sidebar .loginbox .text li{float: left; padding-right: 7px;}
.sidebar .welcome{overflow: hidden;}
.sidebar .welcome ul{overflow: hidden;}
.sidebar .welcome li{float: left; padding-right: 5px; padding-bottom: 5px;}
.sidebar .sidebar_latest li{padding-bottom: 10px;}
.sidebar .tag-clouds{overflow: hidden;}
.sidebar .tag-clouds ul li{float: left; padding-right: 10px;}


/* ## Sideview */
#nameContextMenu{background: #000; color: #fff; padding: 4px 8px 6px; z-index: 10000;}
#nameContextMenu a{color: #fff; font-size: 0.6rem; line-height: 20px; display: block;}
#nameContextMenu a:hover {color: #ff0000;}
#nameContextMenu td{border: 0px !important;}


.side-menu {height:100%;position:fixed;top:0;right:0;background:#fff;border-left:1px solid #e5e7ea;z-index:120;padding-left:50px;-webkit-box-shadow:0 1px 5px #d6d6d6;
    -moz-box-shadow:0 1px 5px #d6d6d6;
    box-shadow:0 1px 5px #d6d6d6}
.side_mn_wr2 { width:230px;overflow-y:auto;height:100%}

/* ## side_menu - use mobile */
#side_menu {display: block; position: fixed; top: 0; right: 0; width: 100%; height: 100%; overflow: hidden; z-index: 9999; margin: 0; background-color: rgba(0, 0, 0, 0.5); display: none}
#side_menu .side_wr{width: 250px; background: #222222; opacity: 1; position: absolute; top: 0; right: 0; box-shadow: 0 0 10px #000; overflow-x: hidden; height: 100%; overflow-y: auto}
#side_menu .side_wr.add_side_wr{}
#side_menu .side_wr .side_inner_rel{position: relative; height: 100%; display: block; overflow: hidden}
#side_menu .side_wr .side_inner_abs{position: absolute; width: 100%; display: block; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); width: 100%;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust:none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none
}
#side_menu .side_wr {-webkit-overflow-scrolling: touch}
#side_menu .m_menu li{display: block; line-height: 40px; border-top: 1px solid #323232; position: relative; padding-left: 20px;}
#side_menu .m_menu li a.text_link{display: inline-block; width: 65%; white-space: nowrap}
#side_menu .m_menu li a:hover{color: #7080b1;}
#side_menu .m_menu span{position: absolute; right: 20px; top: 15px;}
#side_menu li, #side_menu li > a, #side_menu li.active > a, #side_menu li > a:hover, #side_menu li > a:focus{color: #fff;}
#side_menu .dropdown-custom-menu{background: #222222; overflow: hidden; width: 100%; display: none;}
#side_menu .dropdown-custom-menu li{height: 40px; line-height: 40px; border: none !important; padding-left: 10px; background: none;}
#side_menu .dropdown-custom-menu li a{color: #888;}
#side_menu .dropdown-custom-menu li a:hover{color: #7080b1;}
#side_menu .m_login{text-align: center; margin: 10px;}
#side_menu .m_login span{padding: 0 5px;}
#side_menu .m_board{background: #000; clear: both; margin: 0;}
#side_menu .m_board li{display: block; line-height: 40px; position: relative; padding-left: 35px;}
#side_menu .m_board li a:hover{color: #7080b1;}
#side_menu .m_board span{position: absolute; top: 13px; left: 10px; padding-right: 10px;}
#side_menu .m_search{margin: 0 auto; padding: 20px 10px 0; width: 100%; text-align: center;}


/* ## notification*/
.notifications {position: relative; cursor: pointer;}
.notifications-list{color: #060606; border-bottom: 1px solid #ededed; display: block; overflow: hidden; line-height: 25px;}
.notifications-list a:link{color: #060606;}
.notifications-list a:active, .notifications-list a:hover{color: #2773ae;}
.notifications-menu{position: absolute; top: 100%; left: 0; z-index: 9999; display: none; width: 330px; background-color: #f5f5f6; -webkit-border-radius: 0 0 3px 3px; -webkit-background-clip: padding-box; -moz-border-radius: 0 0 3px 3px; -moz-background-clip: padding; border-radius: 0 0 3px 3px; background-clip: padding-box; -moz-box-shadow: 0 1px 0px rgba(0, 0, 0, .05); -webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, .05); box-shadow: 0 1px 0px rgba(0, 0, 0, .05); border: 1px solid #f8f8f8; padding: 5px 15px;}
.notifications-menu .external{background-color: #fff; display: block;}
.notifications-menu .external a{background-color: #fff; color: #e9423f;}
.notifications-list .point{color: #ec5956 !important; text-align: center;}
.notifications-list span{padding-top: 10px; font-size: 11px;}


/* ## modal */
.modal .modal-body .number{padding-bottom: 10px;}
.modal .modal-body .profile-info{overflow: hidden;}


/* ## lastest */
.latest_comment_count{font-size: 11px; color: #FF7700; margin-left: 5px; font-weight: bold;}


/* ## main */
.section-title .container{position: relative;}
.main .section{padding: 3rem 0; position: relative;}
.bg-section{background-color: #f2f2f2;}

.section-title{text-align: center; margin-bottom: 2rem;}
.section-title h3{display: inline-block; border-bottom: 1px solid #000; font-size: 1.05rem; font-weight: 500; color: #000;}

#screen{position: relative; }
#screen .screen-image{height: 25rem; background-repeat: no-repeat; background-size: cover; background-position: center; /* margin-bottom: 1.5rem; */}
.screen-image-mobile{display: none; background-repeat: no-repeat; background-size: cover; background-position: center; height: 125vw;}
.screen-image-mobile img{width: 100%;  height: 100%; object-fit: cover;}
.screen-image-mobile.empty-mobile-image{height: 125vw; }/* 69.91vh; */
.screen-image-mobile.empty-mobile-image img{height: 100%; object-fit: cover;}
#screen .screen-text-wrap{text-align: center; margin-bottom: 1.5rem; display: none;}
#screen .screen-text1{font-weight: bold; color: #000; line-height: 1; }
#screen .screen-text2{font-weight: 700; font-size: 0.9rem; color: #333; line-height: 1; margin-top: 1rem;}
#screen .screen-text3{color: #333; line-height: 1; margin-top: 1rem;}

.screen-item{outline: 0; border: 0; position: relative;}
.screen-item .video-pops {position:absolute; z-index: 1;}
.screen-item .video-pops .video-wrap {position: relative;}

.slide-control{position: absolute; bottom: 1.5rem; right: 1.5rem; opacity: 0.8;}
.slide-control .arrows{background-color: #fff; display: inline-block;}
.slide-control .arrows .pagingInfo{font-size: 0.65rem; display: inline-block; color: #000; padding: 0 10px ; line-height: 26px; letter-spacing: 2px; height: 28px;}


.list-grid .row{margin-left: -20px; margin-right: -20px;}
.list-grid .col-md-4{padding-left: 20px; padding-right: 20px;}
.list-grid .col-md-3{padding-left: 20px; padding-right: 20px;}
.list-grid .grid-item{margin-bottom: 2.5rem;}
.list-grid .grid-image img{width: 100%;}
.list-grid .grid-content{border-top: 1px solid #e5e5e5; padding: 1rem; color: #000; background-color: #fff;}
.list-grid .grid-content .category{font-weight: 700; line-height: 1; margin-bottom: 5px; font-size: 0.65rem}
.list-grid .grid-content .title{margin-bottom: 0.5rem; max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.list-grid .grid-content .date{color: #636363;}


.btn-more-wrap{text-align: center; margin-top: 0.5rem;}
.btn-more-wrap a{display: inline-block; width: 140px; height: 30px; line-height: 28px; border: 1px solid #000; background-color: transparent; font-size: 13px; position: relative; color: #000;}
.btn-more-wrap a .icon-arrow{background: url('../images/icon/ico_btn_arrow.png') no-repeat center/cover; display: inline-block; width: 24px; height: 7px; vertical-align: text-top; margin: 5px 0 0 5px;}
.btn-more-wrap a .icon-arrow-w{background: url('../images/icon/ico_btn_arrow_w.png') no-repeat center/cover; display: inline-block; width: 24px; height: 7px; vertical-align: text-top; margin: 5px 0 0 5px;}
.btn-more-wrap a:hover{background-color: #e5e5e5;}

.btn-more-wrap a .icon-angle-down{background: url('../images/icon/ico_arw_down.png') no-repeat center/cover; display: inline-block; width: 13px; height: 8px; vertical-align: text-top; margin: 5px 0 0 5px;}

.section-service .btn-more-wrap a{background-color: #636363; color: #fff; border-color: #636363;}
.section-service .btn-more-wrap a:hover{background-color: #000; border-color: #000;}


.slide-control .btn-autoplay{margin-left: 10px;}
.slide-control.topctl{top: 0; right: 15px; left: auto; transform: translate(0); z-index: 2;}
.slide-control.topctl .slick-arrow{float: left; }
.slide-control.topctl .slick-arrow.prev{background-image: url('../images/btn/btn_left_2.png');}
.slide-control.topctl .slick-arrow.prev:hover{background-image: url('../images/btn/btn_left_2_act.png');}
.slide-control.topctl .slick-arrow.next{margin-left: -1px; background-image: url('../images/btn/btn_right_2.png');}
.slide-control.topctl .slick-arrow.next:hover{background-image: url('../images/btn/btn_right_2_act.png');}
.slide-control.topctl .btn-autoplay{float: right; background-image: url('../images/btn/btn_autoplay_stop_2.png');}
.slide-control.topctl .btn-autoplay.on{background-image: url('../images/btn/btn_autoplay_2.png');}
.slide-control.topctl button{display: inline-block; width: 28px; height: 28px; background-repeat: no-repeat; background-position: center; background-size: cover;}

.our-list{overflow: hidden; display: flex; flex-wrap: wrap;}
.our-list li{flex: 0 0 20%; padding: 0 1.125rem; margin-bottom: 3rem; display: inline-block; /* max-width: 262px; */ vertical-align: top;}
/* .our-list .product-detail .model{overflow: hidden; max-width: 99%; white-space: nowrap; text-overflow: ellipsis;} */


.section.section-recommend{padding-bottom: 0;}
.section-recommend .section-title{margin-bottom: 4.5rem;}
.section-recommend .slick-dots{display: block; position: absolute; top: -3rem; left: 50%; width: 100%; text-align: center; transform: translate(-50%, 0);}
.section-recommend .slick-dots li{display: inline-block; margin: 0 0.6rem; }
.slick-active .custom-pager{border-color: #e5e5e5; background-color: #f2f2f2; }
.custom-pager{color:#636363; font-weight: 500; line-height: 1; padding: 6px 10px 7px; display: inline-block; border: 1px solid #fff; font-family: 'Noto Sans', sans-serif;}


.section.section-banner{padding: 0; }
.section-banner .banner-image{position: relative; height: 300px;}
.section-banner .banner-image .set-image{position: relative; background-repeat: no-repeat; background-position: center; height: 100%; background-size: cover;}
.section-banner .banner-content{position: absolute; top: 0; left: 50%; width: 47%; height: 300px; font-size: 0; color: #000; text-align: left; margin-left: 3%;}
.section-banner .banner-content:after {display: inline-block; height: 100%; vertical-align: middle;content: '';}
.section-banner .banner-content .banner-logo{position: relative; display: inline-block; vertical-align: middle; width: auto; margin-right: 50px;}
.section-banner .banner-content .banner-text{position: relative; display: inline-block; vertical-align: middle; }
.section-banner .banner-content .banner-title{font-size: 1.2rem; color: #333; margin-bottom: 0.8rem; line-height: 1; font-weight: 700;}
.section-banner .banner-content .banner-subtitle{font-size: 1.2rem; color: #333; margin-bottom: 20px; line-height: 1; font-weight: 500;}
.btn-view{ display: inline-block; border: 1px solid #000; color: #000; font-size: 13px; width: 130px; height: 30px; line-height: 28px; text-align: center;}
.btn-view:hover{background-color: #333; border-color: #333; color: #fff;}

.banner-02 .banner-text{color: #1c2d5a;}
.banner-02 .banner-text span{color: #ed3426;}

.section-banner.validation .banner-content{left: 58%;}
.section-banner.validation .banner-content .banner-title{color: #133792; font-size: 1.3rem;}
.section-banner.validation .banner-content .banner-subtitle{font-size: 0.9rem; font-weight: 400; line-height: 1.4;}

.section.section-banner.last-banner{margin-bottom: 0;}

.section.section-banner.footer{position: relative;}

.section-banner .slide-control{top: auto; bottom: 20px;}
.section-banner .slide-control .slick-arrow.prev{background-image: url('../images/btn/btn_left_w.png');}
.section-banner .slide-control .slick-arrow.next{margin-left: -1px; background-image: url('../images/btn/btn_right_w.png');}
.section-banner .slide-control .btn-autoplay{float: right; background-image: url('../images/btn/btn_autoplay_stop.png');}
.section-banner .slide-control .btn-autoplay.on{background-image: url('../images/btn/btn_autoplay.png');}
.section-banner .slide-control button{display: inline-block; width: 28px; height: 28px; background-repeat: no-repeat; background-position: center; background-size: cover;}

/* main brand store */
.section.section-brand{padding-top: 0;}
.section-brand .section-header{background-color: #1f1f1f; padding: 2rem 0 1px;}
.section-brand .section-title h3{color: #fff; border-color: #fff;}

.slider-brand{position: relative;}
.brand-banner{margin-bottom: 2rem; background-repeat: no-repeat; background-position: center; background-size: cover;}  /* height: 16rem;  */
.brand-banner-image{position: relative; background-repeat: no-repeat; background-position: center; height: 320px; background-size: cover; background-color: #f2f2f2;}
.mobile-banner-image{display: none; position: relative; background-color: #f2f2f2;}
.brand-banner-content{position: absolute; top: 0; left: 50%; width: 360px; height: 320px; font-size: 0; color: #000; text-align: left; margin-left: -26%;}
.brand-banner-content:after {display: inline-block; height: 100%; vertical-align: middle;content: '';}
.brand-banner-text{position: relative; display: inline-block; width:100%; vertical-align: middle; }
.brand-banner-title{font-size: 1.2rem; color: #000; margin-bottom: 0.8rem; line-height: 1; font-weight: 700;}
.brand-banner-subtitle{font-size: 0.75rem; color: #1f1f1f; margin-bottom: 0.8rem; line-height: 1.6; font-weight: 400;}
.btn-store{ display: inline-block; border: 1px solid #1f1f1f; color: #1f1f1f; font-size: 0.65rem; width: 6.5rem; height: 1.5rem; line-height: 1.3rem; text-align: center;}
.btn-store:hover{background-color: #1f1f1f; border-color: #1f1f1f; color: #fff;}


.slider-brand .our-list li{margin-bottom: 2rem;}
.section-brand .section-title{margin-bottom: 4.5rem;}
.section-brand .slide-control.topctl{top: 57px;}
.section-brand .slick-dots{display: block; position: absolute; top: -3rem; left: 50%; width: 100%; text-align: center; transform: translate(-50%, 0);}
.section-brand .slick-dots li{display: inline-block; margin: 0 0.6rem; }
.section-brand .slick-active .custom-pager{border-color: #235cb6; background-color: #276bc1; }
.section-brand .custom-pager{color:#fff; font-weight: 500; line-height: 1; padding: 6px 10px 7px; display: inline-block; border: 1px solid #1f1f1f; font-family: 'Noto Sans', sans-serif;;}


/* main service */
.main .section-service{background-color: #f6f6f6;}
.section-service .list-grid .grid-item{margin-bottom: 2rem;}
.section-service .list-grid .grid-content{padding: 1rem;}
.section-service .list-grid .grid-content .title{font-weight: 500; margin-bottom: 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.hide-item{display: none;}

/* main application */
.section-app{background-color: #f6f6f6;}


/* ## sub */
.section-small{padding: 3rem 0;}

.page-title{text-align: center; margin-bottom: 2rem;}
.page-title h2{color: #000; font-size: 1.8rem; font-weight: 500;}
.page-title.border{border-bottom: 2px solid #333; padding-bottom: 2rem;}

.content-title{margin-bottom: 1rem;}
.content-title h3{color: #000; font-size: 1.2rem; font-weight: 500; line-height: 1;}

.page-screen{margin-bottom: 4rem;}
.page-screen .screen-image{background-repeat: no-repeat; background-size: cover; background-position: center; height: 15rem;}


.sub{margin-bottom: 4rem;}
.sub .section{padding: 4rem 0; margin-bottom: 4rem;}
.sub .section:last-child{margin-bottom: 0;}

.shop-content{position: relative; margin-bottom: 4rem; }
.shop-content.main, .shop-content.support{margin-bottom: 0;}


/* ## BRAND */
.page-all-brand .page-title h2{font-size: 1.2rem;}
.brand-sort-wrap{text-align: center;}
.brands-sort {display: inline-block; border: 1px solid #ccc; text-align: center; padding: 2px 9px; color: #ccc; background-color: #fff; margin-right: -5px;}
.brands-sort a{display: block;}
.brands-sort.active{font-weight: 500; color: #000;}

.brand-list{margin-top: 2rem;}
.brand-list .row{margin-left: -20px; margin-right: -20px;}
.brand-list .col-md-2, .brand-list .col-sm-2, .brand-list .col-xs-6{padding-left: 20px; padding-right: 20px;}
.brand-list .title{font-weight: bold; font-size: 1.2rem; padding-bottom: 1rem; margin-bottom: 1rem; border-bottom: 1px solid #a6a6a6; line-height: 1; padding-left: 1rem;}
.brand-item{margin-bottom: 1rem;}
.brand-thumb{ margin-bottom: 10px;}
.brand-thumb img{width: 100%; border-radius: 50%; border: 1px solid #e5e5e5;}
.brand-name{color: #000; margin-bottom: 10px; text-align: center;}
.brand-logo{text-align: center;}
.brand-logo img{width: 100%; max-width: 100px; display: block; margin: 0 auto; background-color: #888;}

/* BRAND LIST */
.page-brand .brand-banner{padding: 3rem 0 ; background-color: #f6f6f6; height: auto;}
.page-brand .brand-banner-image{float: left; height: auto; max-width: 700px; width: 55%;}
.page-brand .brand-banner-image img{max-width: 100%; width: auto;}
.page-brand .brand-banner-content{left: auto; margin-left: 2rem; width: 40%; max-width: 25rem; float: left; position: relative;}
.page-brand .brand-banner-text .btn-back{color: #636363; font-size: 13px; text-decoration: underline; margin-bottom: 0.6rem; display: inline-block;}
.page-brand .brand-banner-subtitle{margin-bottom: 0; font-weight: 300;}

.brand-banner-wrap{position: relative;}
.slider-brand-banner{margin-bottom: 3rem;}
.page-brand .slider-brand-banner .banner-image{height: 500px; background-position: center; background-size: cover;}


/* ## PRODUCT  */
.sit_admin {position:absolute;right:0;top:2.5rem;text-align:right}
.sit_admin a {line-height:35px;padding:0 10px}
.sit_admin a i{font-size: 24px;}

.sit_tel_inq{padding:15px 0;margin:20px 0;color:#235cb6; background:#f2f2f2;font-weight:500;text-align:center}

/* PRODUCT LIST */

.slider-category .product-item{text-align: center; display: inline-block;}
.slider-category .product-item img{margin: 0 auto 0.8rem; display: inline-block; max-width: 70px; opacity: 0.6;}
.slider-category .product-item .has-back-image .back-image img{opacity: 1;}
.slider-category .product-item .on img{opacity: 1;}
.slider-category .product-item .product-detail .name{font-weight: 300;}
.slider-category .product-item .on .product-detail .name{font-weight: 400;}

.slider-category .slick-arrow{position: absolute; top: 50%; transform: translate(0, -50%); display: inline-block; width: 17px; height: 35px; z-index: 2; text-indent: -9999px; margin-top: -2rem;}
.slider-category .slick-arrow.slick-prev{left: 0; background: url('../images/btn/btn_arrow_left.png') no-repeat center/cover;}
.slider-category .slick-arrow.slick-next{right: 0; background: url('../images/btn/btn_arrow_right.png') no-repeat center/cover;}

.slider-category .slick-dots{text-align: center; margin-top: 1rem;}
.slider-category .slick-dots li{display: inline-block; margin: 0 5px;}
.slider-category .slick-dots li button{text-indent: -9999px; background-color: #ccc; width: 20px; height: 4px;}
.slider-category .slick-dots li.slick-active button{background-color: #000;}

.widget-box{position: relative; margin-bottom: 2rem;}
.category h4{font-size: 1.2rem; color: #000; border-bottom: 1px solid #000; padding-bottom: 10px;}
.category .opener{position: absolute; display: inline-block; top: 0; right: 0; text-align: center; display: none; cursor: pointer;}
.category .opener .btn-open{border: 1px solid #ccc; display: block; padding: 0 5px; height: 22px; line-height: 20px;}
.category .opener i{font-weight: 100; margin-left: 3px;}
.category .opener .fa-minus{display: none}
.category .opener .fa-plus{display: inline-block}
.category .widget-box.open .opener .fa-plus{display: none}
.category .widget-box.open .opener .fa-minus{display: inline-block}
.category .widget-box > ul > li{padding: 5px 0;}
.category .widget-box > ul > li > a{color: #000; padding: 8px 0; font-weight: 400; display: block; line-height: 1.4; font-size: 15px;}
.category .widget-box > ul > li.active > a, .category > ul > li > a.active{font-weight: 500;}
.category .widget-box > ul > li:first-child{padding-top: 18px;}

.category .widget-box > ul > li ul li a.active{text-decoration: underline; font-weight: 500;}

.category .widget-box > ul > li.on .sub-cate{display: block;}

.sub-cate {display: none; padding-left: 20px; transition: all 0.3 ease;}
.sub-cate > li{padding: 5px 0;}
.sub-cate > li > a{padding: 0 0 5px; display: block; color: #333; font-size: 13px;}

.category-file{margin-top: 2rem;}
.category-file img{max-width: 100%; border: 1px solid #ccc;}
.category-file a span{display: block; padding: 1rem 0; border:1px solid #ccc; text-align: center; /*background: #fff;*/}

/* filter  */
/* .category.normal-filter .cate-list{margin-bottom: 40px;} */
.category.normal-filter .widget-box > ul > li > a{padding: 3px 0;}

.filter {border-bottom: 1px solid #000; margin-top: 3rem;}
.filter h4{font-size: 0.75rem; color: #000; border-bottom: 0; font-weight: 500;}
.filter-brand{border: 1px solid #e5e5e5; padding: 5px 10px; margin-bottom: 1.5rem; height: 160px; overflow-y: scroll;}
.filter-brand ul li{position: relative;}
.filter-brand input[type=checkbox]{position: absolute; top: 6px; left: 0; width: 12px; height: 12px; border: 0; opacity: 0;}
.filter-brand label{display: block; font-size: 11px; color: #636363; padding: 4px 5px 4px 18px; cursor: pointer;}
.filter-brand .cnt{display: inline-block; font-size: 11px; color: #636363;}
.filter-brand label:before{content: ''; position: absolute; top: 6px; left: 0; width: 10px; height: 10px; padding: 0; border: 1px solid #a6a6a6;}
.filter-brand input[type=checkbox]:checked + label::before{background-color: #333;}

.filter-brand input[type=radio]{position: absolute; top: 6px; left: 0; width: 12px; height: 12px; border: 0; opacity: 0; }
.filter-brand input[type=radio] + label:before{border-radius: 50%;}
.filter-brand input[type=radio]:checked + label::before{background-color: #333;}

.filter-brand::-webkit-scrollbar {width: 6px;}
.filter-brand::-webkit-scrollbar-thumb {background-color: #333; background-clip: padding-box;}
.filter-brand::-webkit-scrollbar-track {background-color:transparent; box-shadow: inset 0px 0px 5px white;}

.nfilter-wrap{position: relative;}
.filter-container h5{font-size: 0.75rem; padding: 10px; margin-bottom: 0; font-weight: 500; padding-left: 0; color: #777;}
.filter-container.on h5{color: #000;}
.nfilter-wrap .filter-brand{height: auto; overflow-y: scroll; margin-bottom: 0; max-height: 300px; border: 0; border-bottom: 1px solid #e5e5e5;}
.nfilter-wrap .btn-wrap{margin-bottom: 15px;}

.nfilter-wrap .filter-title{position: relative; cursor: pointer;}
.filter-title .toggle{position: absolute; top: 5px; right: 5px;}
/* .filter-title .toggle .fa{color: #fff;} */

.filter-container{position: relative; margin-top: 1rem;}
.filter-container .toggle .fa-angle-down{display: none;}
.filter-container .toggle .fa-angle-up{display: inline-block;}
.filter-container.on .toggle .fa-angle-down{display: inline-block;}
.filter-container.on .toggle .fa-angle-up{display: none;}

.filter-container .filter-brand{display: none;}
.filter-container.on .filter-brand{display: block;}

.filter-range{background-color: #f7f7f7;}
.filter-range.filter-container h5{padding-left: 10px;}
.filter-range.filter-container .filter-title{border-bottom: 1px solid #e5e5e5;}
.filter-range .filter-title .toggle{display: none;}
.nfilter-wrap .filter-range .filter-brand{overflow: visible;}
/* .filter-range-container.on h5{background-color: #235cb6;}
.filter-range-container h5 {font-size: 0.75rem; background-color: #636363; color: #fff; padding: 10px; margin-bottom: 0; font-weight: 500; }
.filter-range-container.on .toggle .fa-angle-down{display: inline-block}
.filter-range-container .toggle .fa-angle-down{display: none;} */

.filter-range .filter-brand{}

.range-btn{display: flex; justify-content: center; position: absolute; top: 7px; right: 10px;}


.range-box{padding: 35px 10px 15px;}
.range-box .noUi-horizontal {height: 8px;}
.range-box .noUi-horizontal .noUi-handle {width: 6px; height: 18px; right: -3px; }
.range-box .noUi-handle {border: 1px solid #d1d1d1; box-shadow: 0px 1px 1.8px 0.2px rgb(0 0 0 / 10%); background: #fff; cursor: pointer;}
.range-box .noUi-handle:before, .range-box .noUi-handle:after{display: none;}

.range-box .noUi-tooltip{font-size: 12px; padding: 1px 2px;}

.range-input{display: flex; justify-content: space-between; margin-top: 20px; align-items: center; font-size: 12px;}
.range-input .dx-input{flex: 0 0 33%; width: auto; padding: 0 5px; height: 30px; line-height: 30px; min-width: 10px; }
.range-input .btn{font-size: 12px; height: 30px;}

/* .range-box .noUi-horizontal .noUi-tooltip{left: 0; -webkit-transform: translate(0, 0); transform: translate(0, 0);}
.range-box .noUi-origin + .noUi-origin .noUi-tooltip{left: auto; right: 0;} */

.search-filters dl{display: flex; margin: 10px 0; align-items: center;}
.search-filters dt{font-size: 0.7rem;}
.search-filters dd{margin-left: 10px; display: flex}
.search-filters dd a{display: flex; align-items: center; padding: 3px 10px 3px 7px; background-color: #f4f5f9; transition: background-color .3s; flex: 1 1 auto; margin-left: 5px; font-size: 0.7rem;}
.search-filters dd a:hover{background-color: #ddd;}
.search-filters dd a button{display: inline-block; position: relative; }
.btn-remove{text-indent: -9999px; margin-left: 7px; width: 12px; height: 12px;}
.btn-remove:before, .btn-remove:after{width: 15px; height: 1px; top: 50%; left: -2px; content: ""; background: #888; transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); position: absolute;}
.btn-remove:after {transform: rotate(-45deg); -moz-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg);}

.search-filter-reset{display: inline-block; margin-left: 1rem;}


.product-container{position: relative; display: flex;}
.shop-list .product-container{margin-top: 3rem;}
.product-container .category{width: 225px; position: relative;}
.product-container .product-wrap{width: calc(100% - 265px); margin-left: 40px;}
.product-wrap{position: relative;}
.product-list{overflow: hidden; margin: 2rem 0 0; display: flex; flex-wrap: wrap; }
.product-list li{display: inline-block; width: 25%; /* max-width: 262px */; padding: 0 1.125rem; margin-bottom: 3rem; vertical-align: top;}
.product-list li.empty-list{float: none; width: 100%; max-width: 100%; display: block;}

.product-item {position: relative; overflow: hidden;}
.product-item img{margin-bottom: 0.8rem; background-color: #fff;}
.product-item .has-back-image .back-image {position: absolute; right: 0; left: 0; top: 0; width: 100%; transition: opacity 0.1s ease-in-out 0s; -moz-transition: opacity 0.1s ease-in-out 0s; -webkit-transition: opacity 0.1s ease-in-out 0s; backface-visibility: hidden; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; opacity: 0; outline: none;}
.product-item .has-back-image:hover .back-image {opacity: 1;}
.has-back-image .back-image img{background-color: #fff;}

.product-item .product-image{position: relative;}
.product-item .product-image img{margin-bottom: 0; width: 100%; height: auto;}
.product-content{padding: 1rem;}
.product-detail{margin-bottom: 0.8rem;}
.product-detail .name{color: #000; font-weight: 500;}
.product-detail p{color:#636363}
.product-detail .desc{font-size: 13px;}
.product-price{position: relative; margin-bottom: 10px;}
.product-price .org-price{display: block; text-decoration: line-through; color: #636363;}
.product-price .price{display: block; font-weight: 500;}
.discount-rate{position: absolute; width: 2rem; height: 2rem; background-color: #235cb6; color: #fff; line-height: 1.8rem; text-align: center; top: 0; right: 0; font-size: 13px; font-weight: 500;}

.picon-wrap{position: absolute; top:0; left: 0; z-index: 1;}
.picon{display: inline-block; margin-right: 4px; padding: 1px 8px; color: #fff; font-weight: 100; font-size: 12px; vertical-align: top;}
.picon.best{background-color: #ffcd05;}
.picon.discount{background-color: #ff0054;}
.picon.hit{background-color: #00cccc;}
.picon.new{background-color: #ff6600;}
.picon.recommend{background-color: #0088ff;}

.product-content .btn-wish{background: url(../images/icon/ico_clip_act.png) no-repeat center/cover; width: 26px; height: 20px; opacity: 0.4;}
.product-content .btn-wish:hover, .product-content .btn-wish.mywish{opacity: 1;}


/* PRODUCT ITEM */
.image-control a{position: absolute; top: 50%; transform: translate(-50%); display: inline-block; width: 17px; height: 35px; z-index: 2;}
.image-control a.btn-prev{left: 30px; background: url('../images/btn/btn_arrow_left.png') no-repeat center/cover;}
.image-control a.btn-next{right: 12px; background: url('../images/btn/btn_arrow_right.png') no-repeat center/cover;}

.slider-bimage{display: none;}
.slider-bimage .slick-arrow{position:absolute; top: 50%; transform: translate(0, -50%); background-position: center; background-size: cover; text-indent: -9999px; width: 17px; height: 35px; z-index: 2;}
.slider-bimage .slick-arrow.slick-prev{background-image: url('../images/btn/btn_arrow_left.png'); left: 0;}
.slider-bimage .slick-arrow.slick-next{background-image: url('../images/btn/btn_arrow_right.png'); right: 0;}

.slider-bimage .slick-dots{text-align: center; margin-top: 1rem;}
.slider-bimage .slick-dots li{display: inline-block; margin: 0 5px;}
.slider-bimage .slick-dots li button{text-indent: -9999px; background-color: #d7d7d7; width: 10px; height: 10px; border-radius: 50%;}
.slider-bimage .slick-dots li.slick-active button{background-color: #7d7d7d;}
.slider-bimage .slick-slide img{margin: 0 auto;}


.slider-thumb .slick-arrow{position:absolute; top: 50%; transform: translate(0, -50%); background-position: center; background-size: cover; text-indent: -9999px; width: 28px; height: 28px; z-index: 2;}
.slider-thumb .slick-arrow.slick-prev{background-image: url('../images/btn/btn_left_w.png'); left: 0;}
.slider-thumb .slick-arrow.slick-next{background-image: url('../images/btn/btn_right_w.png'); right: 0;}


.nav-info{overflow: hidden; margin-bottom: 2rem;}
.nav-info li{float: left; width: 20%;}
.nav-info li a{color: #a6a6a6; line-height: 1; padding: 0.7rem 0; display: block; text-align: center; background-color: #f2f2f2; border: 1px solid #a6a6a6; border-left: 0;}
.nav-info li a.active{color: #000; background-color: #ffffff; border-color: #000; border-left: 1px solid #000; margin-left: -1px;}
.nav-info li:first-child a{border-left: 1px solid #a6a6a6;}
.nav-info li:first-child a.active{border-left:1px solid #000; margin-left: 0;}

.layer-popup.popup-item-image .pop-wrap{width: 100%; height: 100%; overflow-y: scroll; margin-top: -1px; background-color: #fff;}
.layer-popup.popup-item-image .pop-wrap h2{position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
.popup-item-image .image-list{max-width: 1280px; margin: 0 auto;}
.popup-item-image .image-list li{text-align: center;}
.popup-item-image .image-list li img{display: inline-block; width: auto; max-width: 100%; height: auto;}
.popup-item-image .btn-close{top: 20px; right: 20px;}

/*  item info */
.data-list{margin-top: 1rem;}
.data-list .data-item{display: inline-block; margin: 0 15px 15px 0; max-width: 150px; vertical-align: top;}
.data-list .data-item .data-image{border: 1px solid #ccc; max-width:140px; margin: 0 auto;}
.data-list .data-item .data-image img{width: 100%;}
.data-list .data-item .data-title{margin-top: 10px; text-align: center;}

.relation-group{position: relative;}
#rel-acc{margin-top: 40px;}
/* .relation-group .bx-wrapper{width: 100%; max-width: 100% !important;} */

.st_bg {display: inline-block; width: 1px; height: 10px; margin: 0 10px; background: #e2e1e0; vertical-align: -1px;}


/* ## support */
.menu-list .row{margin-left: -20px; margin-right: -20px;}
.menu-list .col-md-4{padding-left: 20px; padding-right: 20px;}
.menu-item{border: 1px solid #a6a6a6; text-align: center; margin-bottom: 1rem; position: relative;}
.menu-item:hover{background-color: #f6f6f6; border-color: #276bc1;}
.menu-item a{display: block; line-height: 1; padding: 0.9rem 0 1rem; color: #000; font-weight: 400;}
.menu-list ul li{text-align: left; color: #000; padding: 7px 0; display: block;}
.menu-list ul li a{color: #636363; display: block;}
.menu-list ul li a:hover{color: #000;}

.menu-box{height: 7rem; margin-bottom: 2rem; line-height: 7rem; color: #fff; text-align: center; position: relative; cursor: pointer; background-repeat: no-repeat; background-position: center; background-size: cover;}
.menu-name{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%;}
.menu-box a{display: block; font-size: 17px;}
.menu-box:hover::before{background-color: #f8c221 ; opacity: 0.8; content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

.menu-box.support_01{background-image: url('../images/support/support_01.jpg');}
.menu-box.support_02{background-image: url('../images/support/support_02.jpg');}
.menu-box.support_03{background-image: url('../images/support/support_03_v2.jpg');}
.menu-box.support_04{background-image: url('../images/support/support_04_v3.jpg');}
.menu-box.support_05{background-image: url('../images/support/support_05.jpg');}
.menu-box.support_06{background-image: url('../images/support/support_06_v2.jpg');}
.menu-box.support_07{background-image: url('../images/support/support_07.jpg');}
.menu-box.support_08{background-image: url('../images/support/support_08_v2.jpg');}
.menu-box.support_09{background-image: url('../images/support/support_09.jpg');}
.menu-box.support_10{background-image: url('../images/support/support_10.jpg');}
/* .menu-box.support_10::before{position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, .05); content: '';} */
/* .menu-box.support_11{background-image: url('../images/support/support_11_v2.jpg');} */
.menu-box.support_11{background-image: url('../images/support/support_11.jpg');}
.menu-box.support_12{background-image: url('../images/support/support_12_v2.png');}

/* .shop-list .menu-list .row{margin-left: -10px; margin-right: -10px;}
.shop-list .menu-list .col-md-3{padding-left: 10px; padding-right: 10px;} */
.menu-item-wrap{margin-bottom: 2rem;}

.menu-icon{position: absolute; top: -12px; left: -1px; width: 80px; height: 80px; z-index: 1; padding: 10px;}
.menu-image{background-color: #f2f2f2; width: 100%; height: 100%; display: inline-block; background-position: center; background-repeat: no-repeat; background-size: 100%;}
/* .menu-item:hover .menu-image{background-color: #f6f6f6; border-color: #235cb6;} */
.shop-list .menu-item:hover{background-color: #fff;}
/* .menu-item:hover .menu-icon{background-color: #f6f6f6; border-color: #235cb6;} */

.box .menu-icon{width: 60px; height: 60px; top: 0; left: 0;}
.box .menu-image{border-radius: 0;}

.shop-list .menu-item{border: none; }
/* .shop-list .menu-item:hover{background-color: #fff;} */
.shop-list .menu-item:hover a{ border-color: #235cb6;}
.shop-list .menu-item a{border: 1px solid #a6a6a6; padding: 0; height: 60px; line-height: 60px; padding-left: 60px; text-align: left;}
/* .shop-list .menu-list ul{padding-left: 60px;} */
/* .shop-list .menu-list ul li{text-align: left;} */


/* ## support recruit */
.page-recruit .screen-image{background-image: url('../images/support/recruit.jpg');}
.rec-cont .dx-table td{height: 9rem; padding-left: 2rem; line-height: 25px;}


/* ## support company */
.page-company .screen-image{background-image: url('../images/support/company.jpg');}
.company-wrap{text-align: center; max-width: 760px; margin: 0 auto;}
.company-wrap h4{font-size: 0.9rem; margin-bottom: 2rem; line-height: 25px; font-weight: 500;}
.company-wrap p{margin-bottom: 1.5rem; line-height: 25px; color: #636363;}
.company-wrap p:last-child{margin-bottom: 0;}


/* ## support location */
.location-item{padding: 1rem 0; border-top: 1px solid #a6a6a6; overflow: hidden; position: relative;}
.location-item .icons{position:absolute; top: 1.3rem; background-position: center; background-size: contain; background-repeat: no-repeat;}
.location-item .lo-content{padding-left: 22px; font-size: 13px;}
.location-item .lo-content span{font-weight: 500;}
.location-item:last-child{border-bottom: 1px solid #a6a6a6;}

.icon-pin{background-image: url('../images/icon/ico_pin.png'); width: 9px; height: 14px; }
.icon-tel{background-image: url('../images/icon/ico_call.png'); width: 14px; height: 14px;}
.icon-fax{background-image: url('../images/icon/ico_fax.png'); width: 15px; height: 13px;}
.icon-email{background-image: url('../images/icon/ico_envelope.png'); width: 14px; height: 10px;}

#map{width: 100%; height: 25rem; }
#map .map-pointer{background: none !important; border: 0 !important;}
#map .hide{display: none !important;}
.iw_inner{background-color: #0076F4; border: 1px solid #0076F4; border-radius: 22px; color: #fff; padding: 10px; font-weight: 500;}


/* ## support history */
.history-container{padding: 3rem 6rem; background-color: #f9f9f9; }
.history-wrap{position: relative; overflow: hidden; }
.history-wrap:before {content: ""; display: block; position: absolute; width: 1px; height: 100%; background: #a6a6a6; left: 0; right: 0; top: 20px; margin: 0 auto;}

.history-line{display: block; position: absolute; left: 0; right: 0; top: 20px; margin: 0 auto; width: 1px; height: 0; padding-bottom: 0; box-sizing: border-box; background: #235cb6; z-index: 1; }

.history-box {position: relative; }

.history-list {margin: 0 0 40px; text-align: center;}
.history-list .year {position: relative; display: block; line-height: 1.2; font-size: 1.8rem; color: #292c32; font-weight: 500; letter-spacing: 0; margin: 0 0 20px; color: #636363; font-weight: 700;}
.history-list .year .dot {content: ""; display: block; position: absolute; width: 13px; height: 13px; background: #636363; top: 50%; margin-top: -6.5px; border-radius: 50%; z-index: 1; transition: all .3s ease;}

.history-list.active .year{color: #235cb6;}
.history-list.active .year .dot {background: #235cb6; }
.history-list.current .item{background: #e5e5e5; color: #000; }
.history-list.current .item .text{color: #000; }

.history-list .item {position: relative; padding: 14px 0; background: #f2f2f2; margin-bottom: 10px;}
.history-list .item li:last-child {margin: 0;}
.history-list .item li {display: block; box-sizing: border-box; position: relative; padding: 0 0 0 1.5rem; margin: 0 0 13px; }
.history-list .item li .bullet{display: block; position: absolute; top: 2px; }
.history-list .item li .day {display: block; position: absolute; top: 3px; box-sizing: border-box; color: #333; letter-spacing: 0; font-weight: 500;}
.history-list .item li .text {color: #000;}

.history-list:nth-child(even) {margin: 0 0 20px 0; padding: 0 50% 0 0;}
.history-list:nth-child(even) .year {text-align: right; padding: 0 1.5rem 0 0;}
.history-list:nth-child(even) .year .dot {right: -6.5px;}
.history-list:nth-child(even) .item {margin-right: 1.5rem; }
.history-list:nth-child(even) li {padding: 0 2rem 0 0;}
.history-list:nth-child(even) .item li .day {right: 0;}
.history-list:nth-child(even) .item li .bullet {right: 1rem;}
.history-list:nth-child(even) .item li .text {text-align: right;}

.history-list:nth-child(odd) {margin: 0 0 20px 0; padding: 0 0 0 50%; }
.history-list:nth-child(odd) .year {text-align: left; padding: 0 0 0 1.5rem;}
.history-list:nth-child(odd) .year .dot {left: -6.5px;}
.history-list:nth-child(odd) .item {margin-left: 1.5rem;}
.history-list:nth-child(odd) li {padding: 0 0 0 2rem;}
.history-list:nth-child(odd) .item li .day {left: 0;}
.history-list:nth-child(odd) .item li .bullet {left: 1rem;}
.history-list:nth-child(odd) .item li .text {text-align: left; }

.history-box:last-child .history-list:last-child {margin: 0;}
.history-box:last-child .history-list:last-child .item:after {content: ""; display: block; position: absolute; width: 1px; height: 200%; background: #f9f9f9
; left: -1.5rem; top: -1.8rem; margin-left: -1px; }

/* .history-box:last-child .history-list:last-child:after{content: "";display: block;position: absolute;width: 1px;height: 200%;background: #f9f9f9;left: -31px;top: -40px;} */


.history-box:last-child .history-list:nth-child(even):last-child .item:after{left: auto; right: -1.5rem; }


/* ## inquiry */
.inq-table .dx-table tbody th{background-color: #f6f6f6; border-color: #e5e5e5; width: 20%; text-align: left; padding-left: 1rem; font-weight: normal;}
.inq-table .dx-table tbody td{padding-left: 1rem; border-color: #e5e5e5; width: 80%; padding: 12px 0 12px 1rem;}
.inq-table .dx-table tbody tr:last-child th, .inq-table .dx-table tbody tr:last-child td{border-bottom-color: #a6a6a6;}

.radio-box span{display: inline-block; margin-right: 10px;}
.radio-box span label{font-size: 13px;}

.inq-table .table-header{overflow: hidden; margin-bottom: 1rem;}
.inq-table .table-header .radio-box{float: left;}
.inq-table .table-header .table-desc{float: right; font-size: 13px;}

.inq-table .file-attach-wrap{margin-bottom: 1rem; padding-bottom: 30px; border-bottom: 1px solid #a6a6a6;}
.file-attach-wrap .label{display: block; margin-bottom: 5px; color: #000;}
.file-attach-wrap .form-desc{margin-bottom: 15px;}
.inq-table .btn-wrap{text-align: right;}


/* ## support exhibition */
.exh-list .item{border: 1px solid #727233; padding: 20px; display: flex; align-items: flex-end; margin-bottom: 30px;}
.exh-list .item .cont{flex-grow: 1;}
.exh-list .item .image{flex-shrink: 0;}
.exh-list .item .title{text-decoration: underline; font-size: 18px; margin-bottom: 10px; font-weight: 500;}
.exh-list .item .range{color: #ff0000; margin-bottom: 10px;}
.exh-list .item .loc{font-size: 13px;  margin-bottom: 20px;}
.exh-list .item .logo{position: relative; left: auto;}


/* ## support company */
.page-ethic .screen-image{background-image: url('../images/support/banner-ethic.png');}
.ethic-wrap{max-width: 1200px; margin: 0 auto; border: 1px solid #dfdfdf; padding: 40px;}
.ethic-wrap h3{font-size: clamp(18px, 1.25vw, 2.4rem); margin-bottom: 2rem; border-left: 8px solid #276bc1; line-height: 1.3; padding-left: 15px;}

.ethic-wrap .item{}
.ethic-wrap .item + .item{margin-top: 2rem; padding-top: 2rem; border-top: 1px dotted #ccc;}
.ethic-wrap .item h4{font-size: clamp(16px, 0.9375vw, 1.8rem); margin-bottom: 0.7rem;}
.ethic-wrap .item p{}
.ethic-wrap .item ul li + li{margin-top: 3px;}
.ethic-wrap .item ul + .sub-title{margin-top: 0.5rem;}
.ethic-wrap .item .sub-title{margin-bottom: 5px;}

.dash li{display: flex;}
.dash li .dot{flex-shrink: 0; margin-right: 5px;}
.dash li .text{flex-grow: 1;}


/* ## board */
.btn-admin-area{position: absolute; top: 10px; right: 10px; z-index: 1;}
.write-button{margin-top: 2rem; text-align: center;}
.write-button .btn + .btn{margin-left: 10px;}
.tbl_head01 td.empty_table{text-align: center; padding: 2rem 0;}
.mobile-datetime{display: none; color: #888;}

#bo_v_it div{overflow: hidden; margin-bottom: 10px;}
#bo_v_it div dt{float: left; width: 70px;}
#bo_v_it div dd{float: left; width: calc(100% - 90px); margin-left: 20px;}

/* ## paging */
.pg_wrap{text-align: center; margin-top: 1.5rem;}
.pg_page, .pg_current{padding: 0 6px; height: 20px; display: inline-block; margin: 0 2px; position: relative; line-height: 20px; font-size: 13px; vertical-align: middle;}
.pg_current{text-decoration: underline;}
.pg_page:hover{text-decoration: underline;}
.pg_next, .pg_end, .pg_prev, .pg_start{text-indent: -9999px; background: url('../images/paginate.gif') no-repeat; display: inline-block; height: 20px; width: 20px; margin: 0; padding: 0;}

.pg_start{background-position: -9px -9px;}
.pg_prev{background-position: -48px -9px;}
.pg_next{background-position: -85px -9px;}
.pg_end{background-position: -123px -9px;}


.product-model-info{overflow: hidden; padding-bottom: 10px;}
.product-model-info label{display: inline-block; clear: both;}
.pmi-image{float: left; width: 70px; position: relative;}
.pmi-image::before{position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.02); content: "";}
.pmi-content{float: left; width: calc(100% - 90px); margin-left: 20px;}


/* ## newsletter */
.page-newsletter .page-title{margin-bottom: 0; padding-bottom: 1.5rem;}
.page-newsletter .title-desc{color: #636363; margin-top: 10px;}
.subscribe-wrap{margin-bottom: 2rem;}
.subscribe{background-color: #f9f9f9; padding: 20px 0 5px; border-bottom: 1px solid #e5e5e5; }
.subscribe-content{max-width: 800px; margin: 0 auto; width: 100%; padding: 0 15px;}
.subscribe-content .dx-input{width: 100%; height: 40px;}
/* .subscribe-content .chk_box{height: 40px; line-height: 40px;} */
.subscribe-content .chk_box input[type="checkbox"] + label span{left: 0; top: 5px;}
.subscribe-content .chk_box input[type="checkbox"] + label:hover{color: #333;}
.subscribe-content .label-req{font-size: 13px;}
.subscribe-content a{text-decoration: underline;}
.subscribe-content .dividing-line{height: 10px; width: 1px; display: inline-block; margin: 0 10px; background-color: #999;}
.subscribe-banner{height: 90px; background: url('../images/support/banner_event_subs_v2.jpg') no-repeat center/cover; width: 100%; margin-top: 20px; cursor: pointer;}
.btn-agree{text-decoration: underline; font-size: 13px; display: inline-block; margin-left: 10px;}
.btn-agree:hover{text-decoration: underline;}


/* ## CALIBRATION */
.page-calibration{background: #f2f2f2; margin-bottom: 0; padding-bottom: 3rem;}
.page-banner{height: 17rem; background: url('../images/support/cal_title.jpg') no-repeat center/cover; position: relative; margin-top: 4rem;}
.page-banner h3{color: #fff; text-align: center; font-size: 1.6rem; font-weight: 500; padding-top: 8rem;}

.page-banner .btn-more-wrap{position: absolute; right: 1.5rem; bottom: 1.5rem;}
.page-banner .btn-more-wrap a{width: 200px; height: 40px; line-height: 38px; border: 1px solid #fff; color: #fff; font-size: 0.8rem;}
.page-banner .btn-more-wrap a:hover{background-color: #a3a3a3;}
.page-banner .btn-more-wrap a .icon-arrow-w{margin-top: 6px;}

.page-banner .btn-download-wrap{position: absolute; right: 1.5rem; top: 1.5rem;}

.btn-download-wrap a{height: 40px; line-height: 38px; padding: 0 1.5rem; color: #fff; font-size: 0.8rem; background-color: #235cb6; display: inline-block;}
.btn-download-wrap a:hover{opacity: 0.8;}

.page-calibration .dx-tabs{background: #fff; margin-bottom: 0;}
.page-calibration .dx-tabs li{margin-right: 0; width: 16.6666666%; }
.page-calibration .dx-tabs li a{border-color: #a6a6a6; font-size: 0.8rem; padding: 1.05rem 0; border-left: 0; background: #fff; color: #636363;}
.page-calibration .dx-tabs li:first-child a{border-left: 1px solid #a6a6a6;}
.page-calibration .dx-tabs li a:hover, .page-calibration .dx-tabs li a.active{background: #235cb6; color: #fff; border-color: #235cb6;}

.page-calibration .sub{background: #fff; margin-bottom: 0; padding: 0 1rem; position: relative;}
.cal-logo{ position: absolute; right: 1rem; top: 10px;}
.page-calibration .content-title{border-bottom: 1px solid #000; padding-bottom: 1rem; margin-bottom: 3rem; padding-top: 2rem; position: relative;}
.page-calibration .content-title h3{font-size: 1.2rem; font-weight: 700; }

.step3 .cal-logo{right: 0;}

.sub.information .sub-section{font-size: 0.8rem;}
.sub.information .sub-title{background: #f6f6f6; border-bottom: 1px solid #ededed; padding: 15px 0 16px 1.5rem; margin-bottom: 0; font-size: 0.9rem; color: #000; font-weight: 500;}
.sub-content-wrap{padding: 1rem 1.5rem 3rem;}
.sub-container{max-width: 1200px; margin: 0}
.sub-container .sub-text:last-child{margin-bottom: 0;}
.sub-text{margin-bottom: 0.5rem;}
.text-bold{font-weight: 500;}
.text-regular{font-weight: 400;}

.ins-box{margin-top: 1rem;}
.ins-box h4{background: #f8c221; text-align: center; line-height: 40px; color: #000; font-weight: 700; }
.ins-box ul{padding: 1rem 1.5rem;border: 1px solid #ededed; border-top: 0;}
.ins-box li{margin-bottom: 0.5rem; overflow: hidden; position: relative;}

.check-list{margin-top: 1rem;}
.check-list li{margin-bottom: 1rem; overflow: hidden; position: relative;}
.check-list li .fl-txt{margin-left: 21px}
.check-list li:last-child{margin-bottom: 0;}

.circle-list li{margin-bottom: 0.5rem; overflow: hidden; position: relative;}

.dm-box{margin-top: 1rem;}
.dm-box h4{text-align: center; line-height: 40px; color: #000; font-weight: 700; color: #fff;}
.dm-box p{text-align: center; padding: 1.5rem; border: 1px solid #ededed; border-top: 0;}
.dm-box.bx1 h4{background: #3e80f8; }
.dm-box.bx2 h4{background: #194088; }
.dm-box.bx3 h4{background: #09162f; }

.fl-txt{float: left; margin-left: 15px;}
.icon-circle-bull{display: inline-block; width: 7px; height: 7px; background: #f8c221; border-radius: 7px; position: absolute; top: 7px;}
.icon-check-bull{background: #3e80f8; width: 16px; height: 16px; display: inline-block; border-radius: 2px; vertical-align: text-bottom; position: absolute; top: 4px; }
.icon-check-bull:after{content: url('../images/system/ico_checkbox.png'); position: absolute; top: -5px; left: 3px;}

.info-box{border: 1px solid #f8c221; background: #fff7e1; padding: 1rem 2.5rem; font-size: 0.7rem; position: relative;}
.ico-warning{display: inline-block; width: 24px; height: 22px; background: url('../images/system/ico_warning.png') center/cover no-repeat; position: absolute; top: 20px; left: 20px}


.download-box{ position: relative;}
.dn-item{margin-bottom: 2rem; background: #f6f6f6; text-align: center; padding: 1rem;}
.dn-item strong{margin-bottom: 1rem; display: block;}
.dn-btns a{display: inline-block; margin: 0 2.5rem;}
.dn-btns a p{font-size: 13px; margin-top: 5px;}
.dn-btns a img{max-width: 80px;}

.sys-table-wrap{padding-bottom: 3rem;}
.sys-table{width: 100%; position: relative;}
.sys-table.table-fixed{table-layout: fixed;}
.sys-table::before{content: ""; width: 100%; height: 1px; background: #878787; position: absolute; top: 0; left: 0;}
.sys-table thead th{padding: 0.6rem 0; background: #ededed; text-align: center; border-bottom: 1px solid #878787; border-right: 1px solid #878787;}
.sys-table thead th:last-child{border-right: 0;}
.sys-table tbody th{padding: 0.8rem 0; text-align: center; border-bottom: 1px solid #ededed;}
.sys-table tbody td{padding: 0.8rem; text-align: center; border-bottom: 1px solid #ededed; border-right: 1px solid #878787}
.sys-table tbody td:last-child{border-right: 0;}
.sys-table tbody tr:last-child td{border-color: #878787}
.sys-table tbody td.noborder{border-bottom: 0;}

.sys-table-header{margin-bottom: 2rem;}
.sys-table tbody tr.sub_class{background: #f0f0f0; }


/* ## cal 3 */
.page-calibration .btn-wrap{margin-bottom: 2rem; margin-top: 0;}
.page-calibration .btn-wrap a{width: 100%; max-width: 300px; border: 1px solid #235cb6; background: #f2f2f2; font-size: 14px; color: #000; height: 2.5rem; line-height: 2.4rem; padding: 0; font-size: 0.9rem;}
.sub.information.step3 .sub-title{background: #f6f6f6; border: 1px solid #ededed; color: #235cb6;}

.sub-btn{margin-top: 1rem;}
.sub-btn a{display: inline-block; border: 1px solid #235cb6; height: 3rem; line-height: 3rem; color: #235cb6; width: 100%; max-width: 280px; text-align: center;}
.sub-btn a img{vertical-align: middle; margin-left: 5px; margin-top: -3px;}

.sub-desc{background: #ebf2fa; padding: 1.5rem; }
.sub-desc label{display: block; font-weight: 500; color: #235cb6; font-size: 0.9rem; margin-bottom: 10px;}

.step3 .sub-section:last-child{padding-bottom: 3rem;}
.sub-text .pad{padding-left: 2rem;}


/* ## calibration 4 */
.step4 .inq-wrap{padding-bottom: 3rem;}

/* ## calibration 5 */
.process-wrap{padding: 5rem 0; text-align: center;}
.process-icon{margin-bottom: 3rem;}
.process-wrap strong{font-weight: 500;}
.process-wrap p{margin-bottom: 2rem;}
.process-wrap a{background: #333; color: #fff; font-size: 13px; width: 120px; height: 40px; line-height: 40px; display: inline-block;}

.step6 .process-icon{margin-bottom: 1.5rem;}


/* SERVICE / Validation */
.page-service{background: #f2f2f2; margin-bottom: 0; padding-bottom: 3rem;}
.page-service .page-banner{height: 17rem; background: url('../images/service/service_title.jpg') no-repeat center/cover; position: relative; margin-top: 4rem;}
.page-service .page-banner h3{color: #fff; text-align: center; font-size: 1.6rem; font-weight: 500; padding-top: 8rem;}

.service-header{display: flex; border-bottom: 1px solid #000; align-items: center; padding: 1.5rem 0 1rem; position: relative; justify-content: space-between;}
.service-header .content-title{margin: 0; padding: 0; border: 0; }
.service-header .cal-logo{margin-left: auto; position: relative; top: auto; right: auto; left: auto;}

.service-1 .sub-title{margin-top: 2.5rem;}

.service-image{margin-top: 1.5rem;}
.service-image img{width: 100%;}
.service-image p{margin-top: 1rem; text-align: center; font-weight: 400; line-height: 1;}

.sub-content-wrap.v2{padding: 1.5rem 0 3rem 0;}
.sub-content-wrap.v2 .sub-container{padding-left: 1.5rem;}

.page-service .dx-tabs{background: #fff; margin-bottom: 0;}
.page-service .dx-tabs.v2{display: flex; }
.page-service .dx-tabs.v2 li{float: none; flex: 0 0 20%; margin-right: 0; border: 1px solid #a6a6a6; border-left: 0; display: flex; align-items: center; justify-content: center; cursor: pointer;}
.page-service .dx-tabs.v2 li a{border-color: #a6a6a6; font-size: 0.8rem; padding: 0.75rem 0; border-left: 0;  color: #636363; border: 0; width: 100%; line-height: 1.3;}
.page-service .dx-tabs.v2 li:first-child{border-left: 1px solid #a6a6a6;}
.page-service .dx-tabs.v2 li:hover, .page-service .dx-tabs.v2 li.active{background: #235cb6; color: #fff; border-color: #235cb6;}
.page-service .dx-tabs.v2 li:hover a, .page-service .dx-tabs.v2 li.active a{color: #fff; border-color: #235cb6;}

.page-service .sub{background: #fff; margin-bottom: 0; padding: 0 1rem; position: relative;}

.page-service .sub.information .sub-title{border: 1px solid #ededed;}

/* .page-service .content-title{border-bottom: 1px solid #000; padding-bottom: 1rem; margin-bottom: 2.5rem; padding-top: 2rem; position: relative;} */
/* .page-service .content-title h3{font-size: 1.2rem; font-weight: 700; } */

.page-service .inq-table .table-header{display: flex; align-items: center;}
.page-service .inq-table .table-header .table-desc{margin-left: auto; float: none; font-size: 0.8rem; color: #000;}
.inq-table .table-desc span{color: #db202b;}
.page-service .chk_box input[type="checkbox"] + label span{top: 5px;}
.page-service .chk_box input[type="checkbox"] + label{padding-left: 20px; font-weight: 400;}

.val-image{margin-top: 2rem; margin-bottom: 1rem; text-align: center;}
.val-image img{width: 100%;}

.qual-en{font-weight: 300; color: #626262;}
.qual-en span{margin-left: 20px; display: inline-block;}

.qual-list{margin-bottom: 4rem;}
.qual-list .item{border: 1px solid #002857; display: flex; margin-bottom: 1.5rem;}
.qual-list .item .icon{width: 300px; min-height: 180px; background-color: #f2f5fa;}
.qual-list .item .qual-content{padding: 20px 30px; border-left: 1px solid #002857; display: flex; justify-content: center; font-weight: 400; line-height: 1.7; flex: 1; flex-direction: column;}
.qual-list .item:nth-child(1) .icon{background: #f2f5fa url('../images/service/img_IQ.jpg') no-repeat center ;}
.qual-list .item:nth-child(2) .icon{background: #f2f5fa url('../images/service/img_OQ.jpg') no-repeat center;}
.qual-list .item:nth-child(3) .icon{background: #f2f5fa url('../images/service/img_PQ.jpg') no-repeat center;}
.qual-list .item:last-child{margin-bottom: 0;}

.con-list{margin-top: 1.5rem; display: flex; margin-bottom: 4rem;}
.con-list .item{border: 1px solid #385b7d; width: 380px;}
.con-list .item .title{color: #fff; padding: 18px 20px; background-repeat: no-repeat; background-position: 98% 50%; background-color: #385b7d; font-weight: 500;}
.con-list .item:nth-child(1) .title{background-image: url('../images/icon/ico_protocol.png');}
.con-list .item:nth-child(3) .title{background-image: url('../images/icon/ico_test.png');}
.con-list .item:nth-child(5) .title{background-image: url('../images/icon/ico_report.png');}

.con-list .item .con-content{padding: 20px; font-weight: 400; line-height: 1.7;}
.con-list .item.arrow{border: 0; display: flex; align-items: center; height: 260px; margin: 0 10px; display: flex; justify-content: center; align-items: center; width: auto;}
.con-list .item.arrow .icon{background: url('../images/service/next.png') no-repeat center/cover; display: inline-block; width: 33px; height: 53px;}

.line-text{display: flex;}

.inq-service .dx-table{margin-bottom: 20px;}
.inq-table .dx-table.white tbody th{background-color: #fff; font-size: 0.9rem;}
.inq-table .dx-table.white tbody td{padding: 17px 2rem 17px 1rem;}
.dx-table.white {border-top-color: #a6a6a6;}
.dx-table.white .dx-input{height: 40px;}
.dx-table.white textarea.dx-input{height: 100px;}
.dx-table.white .file-inner .dx-input{height: 35px;}

.dx-table.white .without-line th, .dx-table.white .without-line td{border-bottom: 0;}


.process-list{ max-width: 900px; justify-content: center; margin: 3rem auto;}
.process-list .item{border: 1px solid #ededed; display: flex;}
.process-list .item .step{background-color: #f2f5fa; font-weight: 500; padding: 18px 20px; width: 35%; display: flex; align-items: center;}
.process-list .item .text{padding: 18px 20px; font-weight: 400;}

.process-list .arrow{margin: 10px auto; text-align: center; }
.process-list .arrow .icon{background: url('../images/icon/ico_arrow_down.png') no-repeat; width: 13px; height: 9px; display: inline-block;}

.process-list .item:first-child .step{background-color: #385b7d; color: #fff;}
.process-list .item:last-child .step{background-color: #f5a142; color: #fff;}

.page-service .inq-table .btn-wrap{text-align: center;}
/* .page-service .inq-wrap{padding: 3rem 0 5rem;} */
.page-service .inq-wrap{padding: 3rem 0 0; max-width: 1000px; margin: 0 auto;}
/* .css-1y5egfe{display: none !important; height: 0 !important;}
.css-cmwe2v{height: 100% !important;} */

/* ## member */
/* register */
.mgroup-item{float: left; width: 46%; margin-left: 8%;; border: 1px solid #cdcdcd; background: #fff; padding: 2rem 0; text-align: center; cursor: pointer; }
.mgroup-item h4 {font-size: 1.2rem; margin-bottom: 2rem; font-weight: 500;}
.mgroup-item:first-child{margin-left: 0;}
.mgroup-item:hover{box-shadow: 0px 2px 4.8px 0.3px rgba(0, 0, 0, 0.2); background-color: #f6f6f6;}
.mgroup-item > p{height: 46px;}
.mgi-icon {width: 6.5rem; height: 6.5rem; margin: 0 auto 1rem; text-align: center; }/* background: url(../../../../assets/images/icons/c_m_d.png) no-repeat center/cover;  */

.agree1 textarea.dx-input{height: 400px; font-size: 13px;}


/* ## APPLICATION */
.page-application .grid-content{padding: 1rem 0;}
.page-application .grid-content .title{border-bottom: 1px solid #a6a6a6; padding-bottom: 0.75rem;}
.page-application .grid-content .title a{text-overflow: ellipsis; max-width: 100%; overflow: hidden; display: block; white-space: nowrap;}
.page-application .list-grid .date{font-size: 13px;}

.page-application .list-grid .grid-item{max-height: 265px;}


/* ## EVENT */
.page-event .grid-content{padding: 0.5rem 0;}
.page-event .grid-content .title{margin-bottom: 0;}

.page-event .brand-banner{padding: 3rem 0 ; background-color: #f6f6f6; height: auto;}
.page-event .brand-banner-image{float: left; height: auto; max-width: 700px;}
.page-event .brand-banner-image img{max-width: 100%; width: auto;}
.page-event .brand-banner-content{left: auto; margin-left: 2rem; width: 100%; max-width: 25rem; float: left; position: relative;}
.page-event .brand-banner .promotion{font-size: 15px; letter-spacing: 0.16px; margin: 0; font-weight: 700;}
.page-event .brand-banner .brand-banner-text{color: #000;}
.page-event .brand-banner .brand-banner-text h2{margin-top: 15px; font-size: 1.3rem; line-height: 38px; margin-bottom: 0; font-weight: 500;}
/* .page-event .brand-banner .brand-banner-text h3{font-size: 1.3rem; line-height: 38px;  font-weight: 500;} */
.page-event .brand-banner .brand-banner-text h3{font-size: 1.05rem; margin-top: 15px;  font-weight: 500;}
.page-event .brand-banner .brand-banner-text h4{font-size: 1.05rem; margin-top: 8px;  font-weight: 500;}
.page-event .brand-banner .brand-banner-text .banner-desc{margin-top: 30px; font-size: 1.05rem;}

.event-product{max-width: 1280px; margin: 0 auto;}
/* .event-product .product-list li{max-width: 265px;} */


/* ## LANDING */
.ld-banner{max-width: 100%; height: 480px; margin-bottom: 3rem; position: relative;}
.ld-bg-image{background-repeat: no-repeat; background-size: cover; background-position: bottom center; width: 100%; height: 100%;}
.ld-banner-content{display: flex; width: 100%; height: 100%; align-items: flex-end; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); animation: aniFadeIn 3s ease-out;}
.ld-banner-content.text-align-left{text-align: left;}
.ld-banner-content.text-align-center{text-align: center;}
.ld-banner-content.text-align-right{text-align: right;}
.ld-banner-content.align-items-top{align-items: flex-start;}
.ld-banner-content.align-items-middle{align-items: center;}
.ld-banner-content.align-items-bottom{align-items: flex-end;}
/* .ld-banner:before{background: rgba(0, 0, 0, 0.8); position: absolute; top: 0; left: 0; content: ""; width: 100%; height: 100%; } */
.ld-banner-text{width: 100%; padding: 1rem 0;}
.ld-banner-text h2{color: #fff; margin-bottom: 15px; font-size: 1.8rem; font-weight: 500;}
.ld-banner-text h3{color: #fff; font-size: 1.4rem; margin-bottom: 15px; font-weight: 500;}
.ld-banner-text .app-desc{color: #fff; font-size: 0.85rem;}
.ld-banner-text .app-btn{margin-top: 1.5rem; display: block;}
.ld-banner-text .btn{background: #0058b3; color: #fff; min-width: 160px;}
.img-responsive{width: auto; max-width: 100%;}

.page-recommend .app_content .content-view img{width: 100%; max-width: 1200px;}

.page-recommend .inq-wrap{max-width: 1024px; margin: 0 auto;}
.inq-wrap{max-width: 1024px; margin: 0 auto;}

/* ## shop banner floating */
.ca-bnnaer-flt{position: absolute; right: -220px; z-index: 1; top: 33px;}
.ca-bnnaer-flt img{max-width: 200px; width: 100%;}




/* ########## 쇼핑몰 컨텐츠 ########## */
/* 인덱스 이미지 출력 */
#sidx_img {margin:0 0 20px}
#sidx_img img {max-width:100%;height:auto}


/* 상품 메일 추천하기 */
#sit_rec_new {}
#sit_rec_new th,
#sit_rec_new td {display:block;width:100%}
#sit_rec_new th {text-align:left;margin-top:20px;margin-bottom:5px}
#sit_rec_new textarea {width:100%;min-height:100px}
#sit_rec_new .win_btn {margin:20px 0}

/* 마이페이지 */
#smb_my {position:relative; }
#smb_my:after {display:block;visibility:hidden;clear:both;content:""}

.section-mypage .title{text-align: left; margin-bottom: 15px;}
.section-mypage .title h3{display: block; font-size: 0.9rem; font-weight: 500;}
.section-mypage .title.border h3{border-bottom: 1px solid #000; padding-bottom: 15px; }

/* 마이페이지 aside */
#smb_my_ov {position:relative; border:1px solid #e5e5e5; background:#fff; margin-bottom: 30px;}
#smb_my_ov h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#smb_my_ov .smb_me {display:block;background:#fff;border-bottom:1px solid #e5e5e5;padding:20px; }
/* #smb_my_ov .smb_me img {width:45px;border-radius:50%} */
#smb_my_ov .smb_me .my_ov_name {font-weight: 500;}
#smb_my_ov .smb_me .title-mypage {font-size: 1.2rem; line-height: 1; margin-top: 5px;}
/* #smb_my_ov .smb_me a {display:inline-block;font-size:0.85em;height:28px;line-height:22px;border:1px solid #d5d9dd;color:#8a8a8a;border-radius:2px;padding:2px 5px}
#smb_my_ov .smb_me a.smb_info {color:#3a8afd} */

#smb_private:after {display:block;visibility:hidden;clear:both;content:""}
#smb_private {padding:10px 0}
#smb_private li {text-align:left;position:relative;text-align:left}
#smb_private a {display:block;background:#fff;color:#465168;line-height:20px;padding:10px 20px 10px 20px}
#smb_private a strong {display:inline-block;float:right;max-width:87px;overflow:hidden;white-space:nowrap;text-overflow:clip;color:#3a8afd;padding:0 5px;border-radius:15px;font-size:0.92em}
/* #smb_private a:hover strong {background:#4b8bff} */
#smb_private li a:hover {color:#000}
#smb_private li i {width:25px;color:#8c9eb0;margin-right:5px}
#smb_private li:hover i {color:#3a8afd}
#smb_private .point strong {background:#15aca3;color:#fff}
#smb_private .win_memo strong {background:#ff8b77;color:#fff}
#smb_private .win_scrap strong {background:#8cc152;color:#fff}
#smb_private .coupon strong {background:#bfd1e7;color:#fff}

#smb_my_ov h3 {font-size:0.8rem;padding:20px 20px 10px;border-top:1px solid #e5e5e5; font-weight: 500;}
#smb_my_ov .op_area {border-top:0;padding:0 20px;line-height:18px;color:#555}
#smb_my_ov .op_area:after {display:block;visibility:hidden;clear:both;content:""}
#smb_my_ov .op_area dt {margin:5px 0;padding-top:5px;font-weight:400;color:#777;line-height:20px}
#smb_my_ov .op_area dd {margin:5px 0;padding-bottom:10px;border-bottom:1px dashed #e5e5e5}
#smb_my_ovaddt {border-bottom:0 !important}
#smb_my_ovaddd {border-bottom:0 !important}

.withdrawal {display:block;padding:10px 20px;border-top:1px solid #e5e5e5;}

/* 마이페이지 list */
#smb_my_list {position: relative;}

#smb_my_od h2 {margin:0 0 15px; font-size:0.9rem; font-weight: 500;}
#smb_my_od {position:relative;margin:0 0 50px}
.smb_my_od {background:#fff}
.smb_my_od li {padding:15px;border-bottom:1px solid #e5e5e5}
.smb_my_od li:last-child {border-bottom:0}
.smb_my_od li:after {display:block;visibility:hidden;clear:both;content:""}
.smb_my_od li:hover {background:#f66}
.smb_my_od .smb_my_od_li {float:left;line-height:18px}
.smb_my_od .smb_my_od_li1 {width:140px;text-align:center}
.smb_my_od .smb_my_od_li2 {width:75%;padding:0 20px}
.smb_my_od .smb_my_od_li3 {width:80px;float:right;text-align:center}

.smb_my_od .ord_num,
.smb_my_od .ord_name {font-size:1.2em;font-weight:bold;letter-spacing:-0.5px}
.smb_my_od .date {color:#b5b5b5}
.smb_my_od .cost {color:#3a8afd;font-weight:bold}
.smb_my_od .misu {color:#6d6d6d}

#smb_my_wish {position:relative;margin-bottom:30px}
#smb_my_wish h2 {font-size:0.8rem;padding:0 0 20px;border-bottom:1px solid #000; font-weight: 500;}
#smb_my_wish li {position:relative;background:#fff;border-bottom:1px solid #e5e5e5;padding:15px}
#smb_my_wish li:after {display:block;visibility:hidden;clear:both;content:""}
#smb_my_wish .smb_my_chk {display:inline-block;float:left;margin-right:10px;color:red}
#smb_my_wish .smb_my_img {float:left;margin-right:20px}
#smb_my_wish .smb_my_tit {margin:5px 0;font-size:1.167em;font-weight:bold}
#smb_my_wish .smb_my_price {font-weight:bold;font-size:1.2em;margin-bottom:30px}
#smb_my_wish .smb_my_date {font-size:1em;color:#777}
.smb_my_more {position:absolute;top:0;right:0}
.smb_my_more a {display:block;background:url('../images/btn/more-btn.gif') no-repeat 0 4px;padding-left:20px;height:30px}
#smb_my_wish li .wish_del {position:absolute;right:20px;top:50px;font-size:1.4em;color:#b2b2b2}
#smb_ws_act {text-align:center;margin:20px 0 30px}
#smb_ws_act .btn01 {width:180px;height:50px;font-weight:bold;font-size:1.167em;border:1px solid #98a3b3;border-radius:3px}
#smb_ws_act .btn02 {width:180px;height:50px;font-weight:bold;font-size:1.167em;border:1px solid #1c70e9;border-radius:3px;background:#3a8afd}


/* 장바구니 주문서 공통 */
.od_prd_list{border-top: 1px solid #000; margin-bottom:20px;}
.od_prd_list .head{display: table; width: 100%; text-align: center; vertical-align: middle; table-layout: fixed; border-bottom: 1px solid #ccc; height: 50px;}
.od_prd_list .tr-row{border-bottom: 1px solid #eee; overflow: hidden; padding: 20px 0; display: table; table-layout: fixed; width: 100%; position: relative;}
.od_prd_list .cell-check{width: 50px; text-align: center;}
.od_prd_list .cell-product{width: 80%;}
.od_prd_list .cell-price{text-align: center;}
.od_prd_list .cell-price .total{margin-bottom: 10px;}
.od_prd_list .cell-price .total .total_price{font-size: 0.9rem; font-weight: 500;}

.od_prd_list [class*="cell-"] {display: table-cell; vertical-align: middle; table-layout: fixed;}
.od_prd_list .chk_box input[type="checkbox"] + label {padding-left: 15px;}

.od_prd_list .td_prd {border-left:0;position:relative;padding-left:100px; }
.od_prd_list .td_prd .sod_img {position:absolute;top:0;left:0}
.od_prd_list .td_prd .sod_img:before{position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.02); content: "";}
.od_prd_list .td_prd .sod_name {}
.od_prd_list .td_prd .prd_name {font-size:0.8rem; font-weight: 400;}
.od_prd_list .total_prc {color:#000;font-weight:500; }

.sod_opt {margin:5px 0; font-size: 13px;}
.sod_opt ul {display:inline-block;margin:0;padding:0;list-style:none}
.sod_opt li {color:#000;padding:3px 0;line-height:1.3em; font-size: 13px;}
.sod_opt li:before {content:"옵션";display:inline-block;margin:1px 5px 2px 0; line-height:1em; color:#888; }
.sod_option_btn {display: inline-block; line-height: 1; vertical-align: top;}
.sod_option_btn .mod_options {margin:0 0 0 10px; color:#000; font-size: 13px; font-weight: 700; padding-top: 3px;}
.cp_btn {padding:0 10px;border:1px solid #d4d6db;color:#3a8afd;background:#fff;height:26px; font-size: 13px;}
.cp_cancel {padding:0 10px;border:1px solid #aaa;color:#666;background:#fff;height:26px;border-radius:3px}

.sod-etc span{margin-right: 10px;}


/* 장바구니 */
.tbl_head03 {margin:0 0 10px}
.tbl_head03 table {border-bottom:1px solid #e5e5e5}
.tbl_head03 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head03 thead th {padding:20px 0;border-top:1px solid #000;border-bottom:1px solid #e5e5e5; font-weight: 400; text-align:center;letter-spacing:-0.1em}
.tbl_head03 thead a {color:#383838}
.tbl_head03 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head03 tfoot th, .tbl_head03 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head03 tbody th {padding:10px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head03 td {background:#fff;background-clip:padding-box;padding:25px 15px;border-top:1px solid #ccd2d9; line-height:1.5em;word-break:break-all; text-align: center;}
.tbl_head03 td:first-child {border-left:0}

.td_num {width: 80px; text-align: center;}
.td_dvr {width: 100px; text-align: center;}
.td_numbig {width: 100px; text-align: center;}

#sod_bsk {margin-bottom:0}
.btn_cart_del {padding:20px 0; }
.btn_cart_del button {padding:10px 20px; font-size: 13px; background:#eee;color:#000;}
.btn_cart_del button + button{margin-left: 5px;}
#sod_bsk_list {position:relative}
#sod_bsk #sod_bsk_tot {margin:3rem 0; border-top: 1px solid #000; border-bottom: 1px solid #ccd2d9;}
/* #sod_bsk #sod_bsk_tot ul:after {display:block;visibility:hidden;clear:both;content:""}
#sod_bsk #sod_bsk_tot li {float:left;width:33.333%;background:#f6f6f6; border-left:1px solid #fff;text-align:right;padding:25px; }
#sod_bsk #sod_bsk_tot li:first-child {border:0}
#sod_bsk #sod_bsk_tot li span {display:inline-block;float:left}
#sod_bsk #sod_bsk_tot .sod_bsk_cnt {width:33.335%;background:#f6f6f6} */

.sod-calc{padding: 2rem 0; background-color: #f6f6f6; text-align: center; color: #000; font-weight: 500; font-size: 0.9rem;}
#sod_bsk_act {text-align:center; margin:0}
#sod_bsk_act .btn_submit {height:50px;padding:0 10px;width:180px;font-weight:500;font-size:0.75rem; background-color: #276bc1; color: #fff; outline: 0; margin-left: 10px;}
#sod_bsk_act .btn01 {height:50px;line-height:50px;padding:0 10px;width:180px; font-weight:500; font-size:0.75rem; background-color: #333; color: #fff;}
#sod_bsk_act p {margin:0 0 10px}

/* 장바구니 선택사항수정 */
#sod_bsk_list #mod_option_frm {z-index:10000;position:fixed;top:50%;left:50%;width:540px;height:auto !important;height:500px;max-height:500px;margin-left:-280px;
margin-top:-150px;border:1px solid #dde7e9;border-radius:3px;background:#fff;overflow-y:auto;overflow-x:inherit}
#sod_bsk_list .mod_option_bg {content:"";position:fixed;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,0.1);display:block;z-index:9999}
#mod_option_frm h2 {border-bottom:1px solid #e8e8e8;padding:0 20px;line-height:50px; font-size:0.9rem}

.option_wr {padding:20px 20px 0}
.option_wr h3 {font-size:0.75rem; margin-bottom:10px}
.option_wr .get_item_options,
.option_wr .get_item_supply {margin-bottom:10px}
/* .option_wr label {display:block;margin:10px 0 5px} */
.option_wr label {display:none}
.option_wr select {width:100%;border:1px solid #d4d4d4;height:40px; outline: 0; padding-left: 10px;}

#sit_opt_added {margin:0;padding:0;border-bottom:0;list-style:none; width: 100%;}
#sit_opt_added li {padding:1rem 0; background:#fff; margin:0;position:relative; border-bottom: 1px solid #a6a6a6;}
.sod_opt #sit_opt_added li::before {display: none;}
#sit_opt_added li:last-child{border-bottom: 0;}
#sit_opt_added li:after {display:block;visibility:hidden;clear:both;content:""}
#sit_opt_added li .opt_name {float: left; width: 50%; font-size: 0.65rem; line-height: 28px; color: #000;}
#sit_opt_added li .opt_count {float: right; position: relative;}
#sit_opt_added button {float:left;width:28px;height:28px;border-radius:0;background:#fff;color:#000;font-size:0.92em}
#sit_opt_added button.sit_qty_minus{background: url('../images/btn/btn_minus.png') no-repeat center/cover;}
#sit_opt_added button.sit_qty_plus{background: url('../images/btn/btn_plus.png') no-repeat center/cover;}
#sit_opt_added button i{display: none;}
#sit_opt_added button:hover {color:#000}
#sit_opt_added .num_input {float:left;border:0;height:28px;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;text-align:center; max-width: 2rem;}
#sit_opt_added .sit_opt_del {margin: 7px 0 0 13px; width: 14px; height: 14px; background: url('../images/icon/ico_cancle.png') no-repeat center/cover; border: 0;}
#sit_opt_added .sit_opt_prc {display:block;float:left;padding:0 3px;text-align:right;line-height:28px;font-size:0.65rem; color: #000; margin-left: 1rem; min-width: 100px;}

#mod_option_frm #sit_sel_option {margin:20px 20px 10px}
#mod_option_frm #sit_sel_option h3{display: none;}
#mod_option_frm #sit_tot_price {float:left;display:inline-block;margin:0 20px 20px}
#mod_option_frm #sit_opt_added {}
#mod_option_frm .btn_confirm {float:right;display:inline-block;margin:0 20px 20px;background:#276bc1}
#mod_option_frm .btn_confirm .btn_submit {width:100px;height:40px;font-size:15px;font-weight:500; color:#fff; cursor:pointer}
/* #mod_option_frm .btn_confirm .btn_close {position:absolute;top:0;right:0;width:50px;height:50px;border:0;background:none;font-size:1.25em;border-radius:0} */
#mod_option_frm .btn_confirm .btn-layer-close{top: 15px;}
#mod_option_frm .btn_confirm .btn_close:hover {background:#f3f3f3}

/* 주문서 작성 */

.page-orderform{margin-top: 3rem;}
#sod_frm {}
#sod_frm p {margin:0 0 10px}
#sod_frm .od_prd_list .cell-price {text-align: left;}
#sod_list {position:relative}
#sod_list #cp_frm {z-index:10000;position:absolute;top:50%;left:50%;width:540px;height:auto !important;height:500px;max-height:500px;margin-left:-270px;margin-top:-150px;border:1px solid #dde7e9;border-radius:3px;background:#fff;overflow-y:auto;overflow-x:inherit}

.od_coupon h3{border-bottom: 1px solid #cdcdcd;padding: 0 20px;line-height: 50px;margin: 0 0 15px;font-size: 1.25em;text-align:left;
-webkit-box-shadow: 1px 2px 2px #eee;
-moz-box-shadow: 1px 2px 2px #eee;
box-shadow: 1px 2px 2px #eee;}
.od_coupon .btn_close {position: absolute;top: 0;right: 0;width: 50px;height: 50px;border: 0;background: none;border-left: 1px solid #cdcdcd;font-size: 1.25em;}
.od_coupon .btn_close:hover{background:#f3f3f3}
.od_coupon .tbl_head02{margin:20px}
.od_coupon .cp_apply{padding: 0 5px;border: 1px solid #38b2b9;color: #38b2b9;background: #fff;height: 23px;line-height: 21px;}
.od_coupon td,#sod_frm_pay .od_coupon td{text-align:left;border-left:0;padding:7px}
#sod_frm_pay .od_coupon th{width:auto;text-align:center;padding: 7px;background: #f3f3f3;border-top: 1px solid #d3d3d3;border-bottom: 1px solid #d3d3d3;}
.od_coupon .td_numbig,#sod_frm_pay .od_coupon .td_numbig{text-align:center;}
.od_coupon .td_mngsmall{width:60px}

/* 주문서 작성 - 왼쪽 */
.sod_left {display:inline-block;float:left; width: calc(100% - 360px); margin-right:20px;vertical-align:top}

/* 주문서 작성 - 주문하시는 분 */
#sod_frm .tbl_frm01 {padding:20px 10px}
#sod_frm .tbl_frm01 th,#sod_frm .tbl_frm01 td {text-align:left;padding:10px;vertical-align:top}
#sod_frm .tbl_frm01 th{padding:0px 10px}
#sod_frm .tbl_frm01 td input {width:100%}
#sod_frm .tbl_frm01 td .addr input {width:20%}
#sod_frm .tbl_frm01 td .addr button {background:#434a54;color:#fff;width:128px;height:45px;border:0;}

/* 주문서 작성 - 받으시는 분 */
#sod_frm_taker .tbl_frm01 {padding:20px 10px}
#sod_frm_taker .tbl_frm01 .choice_place {display:block;background:#edf3fc;padding:10px 15px;border:1px solid #d1ddee;margin:0 10px 10px}
#sod_frm_taker .tbl_frm01 .choice_place:after {display:block;visibility:hidden;clear:both;content:""}
#sod_frm_taker .tbl_frm01 .choice_place .chk_box {float:left;display:inline-block;width:85%;line-height:30px}
#sod_frm_taker .tbl_frm01 .choice_tit {float:left;display:inline-block;width:15% !important;line-height:30px}
#sod_frm_taker .tbl_frm01 .choice_place input[type="radio"] + label span {top:7px}
#sod_frm_taker .tbl_frm01 .choice_place input,
#sod_frm_taker .tbl_frm01 .choice_place label {margin-left:10px}
#sod_frm_taker .tbl_frm01 .btn_frmline {width:80px;height:30px;line-height:28px;background:#fff;border:1px solid #d4d6db;color:#606060;text-align:center;float:right; font-size: 13px;}

#sod_frm_taker .tbl_frm01 td input {width:100%}
#sod_frm_taker .tbl_frm01 td .addr input {width:20%}
#sod_frm_taker .tbl_frm01 td .addr button {background:#434a54;color:#fff;width:128px;height:45px;border:0;}
#sod_frm_taker .tbl_frm01 td .ad_choice {padding:5px 0}
#sod_frm_taker .tbl_frm01 td .ad_choice input {width:auto}

#sod_frm_orderer, #sod_frm_taker {margin:0 0 30px;border:1px solid #e3e5e8;background:#fff}
#sod_frm section h2 {border-bottom:1px solid #e2e4e7;font-size:0.9rem;padding:20px}
#sod_frm_orderer #od_addr_jibeon,
#sod_frm_taker #od_b_addr_jibeon {display:inline-block;margin:5px 0 0}

/* 5.4.1.3 버전이후 추가 css */
#sod_frm div.tbl_frm01, #sod_frm_taker div.tbl_frm01{padding:0px 10px !important}
#sod_frm .tbl_frm01 th, #sod_frm .tbl_frm01 td{padding:10px;line-height:45px}
#sod_frm .tbl_frm01 th{width:94px; font-weight: 400; font-size: 15px;}
#sod_frm .tbl_frm01 th label{font-weight: 400; font-size: 15px;}
#sod_frm #od_name,#sod_frm #od_tel,#sod_frm #od_hp,#sod_frm #od_pwd,#sod_frm #od_b_name,#sod_frm #od_b_tel,#sod_frm #od_b_hp,#sod_frm #ad_subject,#sod_frm #od_hope_date{width:40%}
#sod_frm #od_zip,#sod_frm #od_b_zip{width:90px}
#sod_frm .tbl_frm01 td .btn_address {background:#333;color:#fff;width:80px;height:40px;border:0; font-size: 13px;}
#sod_frm #od_memo{min-height:100px; width: 100%;}
#sod_frm_taker .order_choice_place{position:relative;background:#f6f6f6;border:1px solid #ddd;padding-left:10px}
#sod_frm_taker .tbl_frm01 .btn_frmline{float:none;position:absolute;top:8px;right:10px}

#sod_frm  #sod_bsk_tot{border: 1px solid #e3e5e8; padding: 15px;}
#sod_frm  #sod_bsk_tot li{position:relative; background:#fff; text-align:right;  padding-bottom: 10px;}
#sod_frm  #sod_bsk_tot li:last-child{padding-bottom: 0;}
#sod_frm  #sod_bsk_tot li label{float: left; font-weight:400}
#sod_frm  #sod_bsk_tot li > span{font-weight:500}
#sod_frm  #sod_bsk_tot .sod_bsk_point span,#sod_frm  #sod_bsk_tot .sod_bsk_cnt span {float:left;margin:0}
#sod_frm  #sod_bsk_tot .sod_bsk_cnt strong{color:#ff5b59;font-size:0.9rem}
#sod_frm_pay {position:relative;margin:10px 0}
#sod_frm  #sod_frm_pay h2 {position:absolute;border:0;font-size:0;line-height:0;content:""}
#sod_frm_pay .pay_tbl table{width:100%;border-collapse:collapse}
#sod_frm_pay .pay_tbl th{text-align:left;padding:15px;width:80px;border-bottom:1px solid #e7ebf1;background:#fff;font-weight:500; }
#sod_frm_pay .pay_tbl td{text-align:right;padding: 15px;height:30px;border-bottom:1px solid #e7ebf1;background:#fff; font-size: 13px;}
#sod_frm_pay .pay_tbl td .cp_cancel{margin:0 0 0 2px}
#sod_frm_pay .pay_tbl td .btn_frmline{padding: 0 7px;border: 1px solid #38b2b9;color: #38b2b9;background: #fff;height: 23px;line-height: 21px;margin: 0;}


#sod_frm #sod_frm_pt_alert {margin:5px 0; font-size: 13px; padding: 10px;}
#od_pay_sl h3{font-size:1.167em;margin:20px 0 5px}
#od_pay_sl input[type="radio"]{position:absolute;width:0;height:0;overflow:hidden;visibility:hidden;text-indent:-999px;left: 0;z-index: -1px;}
#od_pay_sl .lb_icon {display: inline-block;float:left;width:50%;background:#fff;border:1px solid #eceff4;margin:-1px 0 0 -1px;cursor: pointer;height:60px;position:relative;padding-left:65px;padding-top:20px;z-index:1}
#od_pay_sl input[type="radio"]:checked+.lb_icon {border:1px solid #ff006c;z-index:3}
#sod_frm_paysel {padding: 0 10px 10px 10px;}
#sod_frm_paysel legend {position:absolute;font-size:0;line-height:0;overflow:hidden}
#sod_frm_paysel .KPAY{background:url('../../../img/kpay.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px}
#sod_frm_paysel .PAYNOW{background:url('../../../img/paynow.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px}
#sod_frm_paysel .PAYCO{background:url('../../../img/payco.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px}
#sod_frm_paysel .inicis_lpay{background:url('../../../img/lpay_logo.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px}
#sod_frm_paysel .inicis_kakaopay{position:relative;overflow:hidden;text-indent:-999px}
#sod_frm_paysel .inicis_kakaopay em{position:absolute;top:15px;left:45px;width:70px;height:30px;background:url('../../../img/kakao.png') no-repeat 50% 50% #ffeb00;overflow:hidden;text-indent:-999px;border-radius:30px}
#sod_frm_paysel .kakaopay_icon{background:url('../../../img/kakao.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px}
#sod_frm_paysel .naverpay_icon{background:url('../../../img/ico-default-naverpay.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px}
#sod_frm_paysel .bank_icon{background:url('../../../img/pay_icon1.png') no-repeat 15px 50% #fff}
#sod_frm_paysel .vbank_icon{background:url('../../../img/pay_icon2.png') no-repeat 15px 50% #fff}
/* #sod_frm_paysel .iche_icon{background:url('../../../img/pay_icon2.png') no-repeat 15px 50% #fff} */
#sod_frm_paysel .iche_icon{padding-left: 0; text-align: center;}
#sod_frm_paysel .hp_icon{background:url('../../../img/pay_icon3.png') no-repeat 24px 50% #fff}
#sod_frm_paysel .card_icon{background:url('../../../img/pay_icon4.png') no-repeat 17px 50% #fff}
#forderform .od_pay_buttons_el{margin-top:20px;border:1px solid #e3e5e8;background:#fff;}
#forderform .od_pay_buttons_el h3{font-size:0.9rem;margin:0px 0 5px; padding:20px; font-weight: 500; border-bottom: 1px solid #e2e4e7;}
#forderform #sod_frm_pt{border-top:1px solid #e3e5e8}

.sod_right .pay_tbl{border:1px solid #e3e5e8;border-bottom:0 none}
#sod_frm_pay .od_pay_buttons_el:after{display:block;visibility:hidden;clear:both;content:""}
#sod_frm_pay .sod_frm_point{margin-top:20px;border:1px solid #e3e5e8}
#sod_frm_pay .sod_frm_point div{background:#fff;padding:10px;text-align:left;text-align:right; font-size: 13px;}
#sod_frm_pay .sod_frm_point div:after {display:block;visibility:hidden;clear:both;content:''}
#sod_frm_pay .sod_frm_point div label{float:left;line-height:30px;font-weight:500}
#sod_frm_pay .sod_frm_point div span{display:block}
#sod_frm_pay .sod_frm_point div span:after {display:block;visibility:hidden;clear:both;content:''}
#sod_frm_pay .sod_frm_point div strong{float:left; font-weight: 400;}
#sod_frm_pay .sod_frm_point .max_point_box em{font-style:normal !important}
#sod_frm_pay .sod_frm_point #od_temp_point{height:30px;text-align:right;padding:0 5px;border:1px solid #ccc;}

/* 주문서 작성 - 오른쪽 */
.sod_right {display:inline-block;float:left;width:340px;height:100%;vertical-align:top}

.sod_right #sod_bsk_tot {border:1px solid #e5e5e5}
.sod_right #sod_bsk_tot:after {display:block;visibility:hidden;clear:both;content:""}
.sod_right .sod_info li {position:relative;float:left;background:#fff;width:33.333%;height:70px;text-align:center;border-bottom:1px solid #e7ebf1;padding:15px 0}
.sod_right .sod_info li:after {display:block;visibility:hidden;clear:both;content:""}
.sod_right .sod_info li span {display:block;color:#777;margin-bottom:5px;font-weight:bold;color:#000}
.sod_right .sod_info .sod_bsk_sell, .sod_right .sod_info .sod_bsk_coupon {border-right:1px solid #e7ebf1}
.sod_right .sod_info .sod_bsk_coupon:before {display:block;content:"-";position:absolute;top:25px;left:-10px;width:20px;height:20px;background:#fff;color:#9da6c9;border-radius:50%;border:1px solid #e7ebf1;font-weight:bold;font-size:16px;line-height:14px}
.sod_right .sod_info .sod_bsk_dvr:before {display:block;content:"+";position:absolute;top:25px;left:-10px;width:20px;height:20px;background:#fff;color:#9da6c9;border-radius:50%;border:1px solid #e7ebf1;font-weight:bold;font-size:16px;line-height:14px}
.sod_right .sod_info .sod_bsk_cnt strong {font-size:1.25em}

.sod_right .sod_info_bt {clear:both;padding:10px 15px;background:#fff}
.sod_right .sod_info_bt:after {display:block;visibility:hidden;clear:both;content:""}
.sod_right .sod_info_bt li {}
.sod_right .sod_info_bt li:after {display:block;visibility:hidden;clear:both;content:""}
.sod_right .sod_info_bt li span {display:inline-block;float:left;width:50%;line-height:28px;text-align:left;font-weight:bold;color:#000}
.sod_right .sod_info_bt li strong {display:inline-block;float:left;width:50%;line-height:28px;text-align:right}

.sod_right .sod_info_option {clear:both;border-top:1px solid #e7ebf1}
.sod_right .sod_info_option h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.sod_right .sod_info_option ul {padding:10px 15px;background:#fff}
.sod_right .sod_info_option li {margin-bottom:5px}
.sod_right .sod_info_option li:after {display:block;visibility:hidden;clear:both;content:""}
.sod_right .sod_info_option .sod_ifop_tit {display:inline-block;float:left;width:50%;line-height:28px;text-align:left;font-weight:bold}
.sod_right .sod_info_option .sod_ifop_tit .btn_frmline {width:auto;height:30px;color:#3a8afd;background:#fff;border:1px solid #d4d6db}
.sod_right .sod_info_option .sod_ifop_tit .cp_cancel {width:auto;height:30px;border:1px solid #d4d6db;padding:0 5px;margin-left:5px;color:#b1b1b1;vertical-align:baseline}
.sod_right .sod_info_option .sod_ifop_tit .od_coupon {z-index:10000;position:absolute;top:50%;left:50%;min-width:300px;height:auto !important;height:500px;max-height:500px;margin-left:-200px;margin-top:-150px;border:1px solid #dde7e9;background:#fff;overflow-y:auto;overflow-x:inherit}
.sod_right .sod_info_option .sod_ifop_tit .od_coupon>td {text-align:left}
.sod_right .sod_info_option>td, .sod_right .sod_info_option .sod_ifop_t {display:inline-block;float:left;width:50%;line-height:28px;text-align:right}
.sod_right .sod_info_option>td {text-align:right;padding:10px;height:30px}
.sod_right .sod_info_option>td .cp_cancel {margin:0 0 0 2px}
.sod_right .sod_info_option>td .btn_frmline {padding:0 7px;border:1px solid #38b2b9;color:#38b2b9;background:#fff;height:23px;line-height:21px;margin:0}


/* 주문서 작성 - 포인트사용 */
#sod_point {clear:both;background:#fff;margin-top:10px;border:1px solid #e3e5e8}
#sod_point h2 {font-size:1.167em;padding:15px;border-bottom:1px solid #e3e5e8}
#sod_point h2:after {display:block;visibility:hidden;clear:both;content:''}

#sod_point .point_tit {vertical-align:baseline;float:left;line-height:28px}
#sod_point .point_tit label {vertical-align:baseline}
#sod_point .point_ipt {float:right;display:inline-block;margin-left:35px;text-align:left;text-align:right;font-weight:normal}
#sod_point .point_ipt:after {display:block;visibility:hidden;clear:both;content:''}
#sod_point .point_ipt #od_temp_point {width:100px;height:30px;text-align:right;padding:0 5px;border:1px solid #d0d3db;}

#sod_frm_pt {padding:20px}
/*
#sod_frm_pt strong {display:inline-block;width:45%;color:#000;line-height:28px;text-align:left}
#sod_frm_pt span {display:inline-block;width:55%;color:#000;text-align:right}
#sod_frm_pt span:after {display:block;visibility:hidden;clear:both;content:''}
*/
#sod_frm_pt .max_point_box em {font-style:normal !important}

/* 주문서 작성 - 결제수단 */
/* #sod_frm_pay {position:relative;margin:10px 0 0;background:#fff;border:1px solid #e3e5e8} */
#sod_frm_pay {position:relative;margin:10px 0 0}
#sod_frm_pay h2 {font-size:1.167em;padding:15px;border-bottom:1px solid #e3e5e8}
#sod_frm_pay .tooltip_txt {height:auto;line-height:18px;font-weight:normal;font-size:1em;padding:10px 20px;margin:10px}
#sod_frm_pay .tooltip_txt i {float:left;line-height:36px;font-size:2em;margin-right:15px}
#sod_frm_pay .tooltip_txt:before {height:100%}
#sod_frm_pay input[type="radio"] {}
#sod_frm_pay .lb_icon {display:inline-block;position:relative;cursor:pointer;z-index:1}
#sod_frm_pay input[type="radio"]:checked+.lb_icon {color:#276bc1;z-index:3}
#sod_frm_pay input[type="radio"] + label span {top:7px}

#sod_frm_paysel {}
#sod_frm_paysel legend {position:absolute;font-size:0;line-height:0;overflow:hidden}
/*
#sod_frm_paysel .PAYCO {display:inline-block;width:75px;background:url('../../../img/payco.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px;border-radius:30px;border:1px solid #fa1417}
#sod_frm_paysel .PAYNOW {display:inline-block;width:75px;background:url('../../../img/paynow.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px;border-radius:30px;border:1px solid #c01734}
#sod_frm_paysel .kakaopay_icon {display:inline-block;width:60px;background:url('../../../img/kakao.png') no-repeat 50% 50% #ffeb00;overflow:hidden;text-indent:-999px;border-radius:30px}
#sod_frm_paysel .KPAY {display:inline-block;width:58px;background:url('../../../img/kpay.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px;border-radius:30px;border:1px solid #22096a}
#sod_frm_paysel .inicis_lpay {display:inline-block;width:50px;background:url('../../../img/lpay_logo.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px;border-radius:30px;border:1px solid #009bd7}
*/
#sod_frm_paysel ul.pay_way {margin:0;padding:15px}
#sod_frm_paysel ul.pay_way input[type="radio"] + label span {top:7px}
#sod_frm_paysel ul:after {display:block;visibility:hidden;clear:both;content:""}
#sod_frm_paysel li {position:relative;line-height:28px;text-align:left;list-style:none}

#settle_bank {border:1px solid #e3e5e8;border-top:0 none;background:#fff;padding:10px;clear:both;line-height:32px}
#settle_bank:after {display:block;visibility:hidden;clear:both;content:''}
#settle_bank label {float:left;width:30%;line-height:30px}
#settle_bank select, #settle_bank input {width:70%;height:32px;margin:0 0 5px;border:1px solid #e3e5e8;text-align:left}
#settle_bank option {padding:3px 0}
#settle_bank #od_deposit_name {height:32px;padding:0 5px;border:1px solid #e3e5e8}

#display_pay_button {background:#fff;padding:10px;border:1px solid #e3e5e8;border-top:0}
#display_pay_button .btn_submit {width:100%;height:50px;font-weight:700;font-size:0.9rem;cursor:pointer; background-color: #276bc1; border: 0; outline: 0; color: #fff;}
#display_pay_button .btn_submit:hover {background-color: #235cb6;}
#display_pay_button .btn01 {width:100%;height:50px;line-height:38px;font-weight:bold;font-size:1.25em;margin:5px 0;border:1px solid #ccd1d9}

.display_setup_message {margin:0 0 10px;padding:15px;border:1px solid #fccdff;background:#ffeef9}
.display_setup_message strong {display:block;margin:0 0 10px}

#sod_frm_taker td input[type="radio"], #sod_frm_taker td input[type="checkbox"]{width:auto;-webkit-appearance:radio;-webkit-border-radius:initial}
#sod_frm_taker label {display:inline-block;font-weight:normal;margin-right:1em; font-size: 13px;}
#sod_frm_same {margin:0 0 10px}

#sod_frm #display_pay_process {text-align:center}
#sod_frm #display_pay_process span {display:block;margin:5px 0 0}

#od_tot_price {margin:10px 0 0; background:#f6f6f6;line-height:20px;text-align:right;padding:15px}
#od_tot_price span {float:left;font-weight:500; color:#ff5b59}
#od_tot_price strong {font-size:0.9rem;color:#ff5b59}
/* .order-info{margin:10px 0 0;background:#fff;line-height:40px;text-align:right; }
.order-info span{float:left;font-weight:bold}
.order-info strong{font-size:0.9rem;color:#ff5b59}
 */
#sod_frm_pay_info {margin:0 0 10px}

#sod_frm_pay #sc_coupon_frm, #sod_frm_pay #od_coupon_frm {z-index:10000;position:absolute;top:0;right:0;width:500px;height:auto !important;height:500px;max-height:500px;border:1px solid #000;background:#fff;overflow-y:auto}
#sod_frm_deli {position:relative;line-height:2em}

#sod_frm_escrow {margin:30px 0 0}
#sod_frm #sod_frm_escrow h2 {margin:0;border:0}
#sod_frm #sod_frm_escrow p {margin:5px 0}
#display_pay_process {padding:20px;text-align:center}

/* 위시리스트 */
#sod_ws {}
.sod_ws_img {text-align:center; margin-bottom: 20px;}
.sod_ws_img img{width: auto; max-width: 100%; height: auto;}
#sod_ws_act {text-align:center;margin:20px 0 30px}
#sod_ws_act button {height:50px;width:180px;font-weight:500; color: #fff;}
#sod_ws_act button + button{margin-left: 10px;}
#sod_ws_act .btn01 {border:1px solid #333; background-color: #333;}
#sod_ws_act .btn02 {border:1px solid #276bc1;background:#276bc1}

#sod_ws li .info_link {display:block;margin:0; text-overflow:ellipsis;overflow:hidden;white-space:nowrap;color:#333;font-weight:500; font-size: 15px;}
#sod_ws li .info_date {color:#646464;font-size:13px}
#sod_ws li .wish_chk {position:absolute;top:0;left:0;width:30px;text-align:center;line-height:35px;color:#f00}
#sod_ws li .wish_info {padding:0 35px 10px 30px;position:relative;border-bottom:1px solid #e0e0e0;margin-top:10px;height:50px}
#sod_ws li .wish_del {position:absolute;top:0;right:0;width:35px;height:35px;line-height:35px;text-align:center;background:#e6e6e6;display:block;font-size:1.25em;color:#777}
#sod_ws li .wish_del:hover {background:#777;color:#fff}

.list_02 ul:after {display:block;visibility:hidden;clear:both;content:""}
.list_02 li {float:left;width:25%; margin:0 0 20px 0; padding: 10px;}
/* .list_02 li:nth-child(5n+1) {clear:both;margin-left:0} */


/* 배송지 목록 */
#sod_addr .tbl_wrap {margin:30px}
#sod_addr .td_mng .sel_address {background:#fff;border:1px solid #19bc9b;padding:0 5px;height:26px; }
#sod_addr .td_mng .del_address {display:inline-block;border:1px solid #aaa; padding:0 5px;height:26px;line-height:24px;vertical-align:middle; }
#sod_addr input[type="radio"] {position:absolute;left:0;z-index:-1;visibility:hidden;width:0;height:0;overflow:hidden;text-indent:-999px}
#sod_addr .default_lb {display:inline-block;background:#fff;border:1px solid #1c70e9;color:#3a8afd;cursor:pointer;position:relative;padding:0 5px;height:26px;line-height:24px;}
#sod_addr input[type="radio"]:checked+.default_lb {background:#3476be;color:#fff}
#sod_addr td {height:40px;vertical-align:top}
#sod_addr .td_name {width:100px}
#sod_addr .frm_input {height:30px}
#sod_addr .td_sbj {width:155px;text-align:left}
#sod_addr .td_sbj .chk_box {display:inline-block;float:left}
#sod_addr .ad_tel {display:block;color:#666}
#sod_addr .td_mng {width:100px;padding:10px}
#sod_addr .td_mng .mng_btn {width:100%;margin:2px 0}

/* 주문내역 */
#sod_v {}
#sod_v:after {display:block;visibility:hidden;clear:both;content:''}
#sod_v td {text-align:center}
#sod_v td a {}
#sod_v .basic_tbl {text-align:center}
.status_01 {display:inline-block;background:#edfbde;color:#8cc152;padding:0 5px;line-height:20px;font-size:0.92em;border-radius:5px}
.status_02 {display:inline-block;background:#84c93a;color:#fff;padding:0 5px;line-height:20px;font-size:0.92em;border-radius:5px}
.status_03 {display:inline-block;background:#e2f6f2;color:#16b494;padding:0 5px;line-height:20px;font-size:0.92em;border-radius:5px}
.status_04 {display:inline-block;background:#e2eaf6;color:#3a8afd;padding:0 5px;line-height:20px;font-size:0.92em;border-radius:5px}
.status_05 {display:inline-block;background:#3a8afd;color:#fff;padding:0 5px;line-height:20px;font-size:0.92em;border-radius:5px}
.status_06 {display:inline-block;background:#fff;color:red;padding:0 5px;line-height:20px;font-size:0.92em;border-radius:5px}

/* 주문상세내역 */
#sod_fin {margin-top: 3rem;}
#sod_fin_no {margin:0 0 20px;padding:0; font-size:0.8rem;border-radius:5px; }

#sod_sts_wrap {margin:0 0 10px;text-align:right}
#sod_sts_wrap .btn_frmline{display:inline-block;width:120px;padding:0 5px;height:35px;border:0;background:#434a54; color:#fff;text-decoration:none;vertical-align:top; font-size: 13px;}

#sod_sts_explan {display:none}

#sod_fin_legend {padding:20px;line-height:20px;background:#fff;margin:10px 0;border:1px solid #e9e9e9;text-align:left}
#sod_fin_legend:after {display:block;visibility:hidden;clear:both;content:''}
#sod_fin_legend dt {clear:both;float:left;margin:0 0 5px;width:50px;font-weight:bold}
#sod_fin_legend dd {float:left;margin:0}

#sod_fin #sod_bsk_tot li {background:#fff;border-bottom:1px solid #e7ebf1;height:40px;padding:0 15px;line-height:40px;text-align:right}
#sod_fin #sod_bsk_tot li span {float:left;clear:both;color:#777}
#sod_fin #sod_bsk_tot li strong {}
#sod_fin #sod_bsk_tot .sod_bsk_cnt strong {color:#ff006c;font-size:1.25em}

#sod_bsk_tot2 {border:1px solid #e5e5e5;margin-bottom:20px}
#sod_bsk_tot2 li {background:#fff;padding:0 15px;line-height:40px;text-align:right}
#sod_bsk_tot2 li span {float:left;clear:both; font-weight: 400;}
#sod_bsk_tot2 li strong {font-weight: 500;}
#sod_bsk_tot2 li.sod_fin_tot {border-top:1px solid #e5e5e5}
#sod_bsk_tot2 li#alrdy {border-bottom:0 !important}
#sod_bsk_tot2 li#alrdy div {padding:5px 0 15px;text-align:right}
#sod_bsk_tot2 li#alrdy div p {position:relative;background:#d6e3f3;padding:0 10px;margin-bottom:1px}
#sod_bsk_tot2 li.sod_fin_tot strong {color:#ff5b59;font-size:1.2em}3a8afd

#request_form {position:relative}
#request_form div {display:none;z-index:10000;position:absolute;top:23px;left:0;padding:20px 0;width:520px;border:1px solid #000;background:#f2f5f9;text-align:center}
#request_form .frm_input {width:300px;background:#fff !important}
#request_form .btn_frmline, #request_form .btn_cancel {vertical-align:middle !important}
#request_form .btn_frmline {padding:0 10px;line-height:1.6em}

#sod_req_btn {margin:0 0 10px}
#sod_req_btn button {background:#626870}

#sod_req_log {margin:0 0 20px}
#sod_req_log ul {margin:0;padding:0;border-top:1px solid #e9e9e9;background:#f2f5f9;list-style:none}
#sod_req_log li {padding:10px 10px 20px;border:1px solid #e9e9e9;border-top:0}
#sod_req_log h3 {margin:20px 0 10px}
.sod_req_log_view table {margin:0}
.sod_req_log_view caption {padding:10px 0;font-size:1em;font-weight:bold;text-align:left;line-height:1em}
.sod_req_log_view caption span {color:#ff3061}
.sod_req_log_view th {border-top:1px solid #e9e9e9;background:#f7f7f7 !important;color:#000 !important;text-align:center}
.sod_req_log_view td {background:#fff;color:#000}
.sod_req_log_view p {padding:10px 15px;border-bottom:1px solid #e9e9e9;background:#fff;color:#000}
.sod_req_log_view .sod_req_it {width:270px}
.sod_req_log_view button {margin:0;padding:0;border:0;background:transparent;color:#ff3061;text-decoration:underline;vertical-align:middle;cursor:pointer}

#sod_fin_list h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#sod_fin_list .td_prd {border-left:0;position:relative;padding-left:90px;min-height:100px}
#sod_fin_list .sod_img {position:absolute;top:0;left:20px}
#sod_fin_list .sod_name a {font-weight:400; font-size: 0.8rem; line-height:1.5em}
#sod_fin_list .sod_name .sod_opt:before {content: "옵션"; display: inline-block; margin: 1px 5px 2px 0; line-height: 1em; color: #888;}
#sod_fin_list #th_itst {width:80px}
#sod_fin_list .od_prd_list .cell-price{text-align: left;}

#sod_fin_list .icon-status{position: absolute; top: 1rem; right: 1rem; background-color: #bfd1e7; display: inline-block; padding: 3px 8px; font-size: 13px; color: #000;}

#sod_fin_view {border:1px solid #e9e9e9}
#sod_fin_view h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#sod_fin_view h3 {margin:0 0 10px}
#sod_fin_view .basic_tbl th {padding:0 10px;border-top:1px solid #eee;border-bottom:1px solid #eee;background:#f2f5f9;text-align:left}

#sod_fin_pay {margin:0 0 20px;background:#fff;border:1px solid #e5e5e5}
#sod_fin_pay h3 {background:#fff;font-size:0.9rem; padding:15px 20px; border-bottom:1px solid #e5e5e5; font-weight: 500;}
#sod_fin_pay ul {margin:0;padding:15px 20px}
#sod_fin_pay li {line-height:24px;padding:5px 0}
#sod_fin_pay li:after {display:block;visibility:hidden;clear:both;content:""}
#sod_fin_pay li>span, #sod_fin_pay li>strong {display:inline-block;float:left}
#sod_fin_pay li>strong {margin-right:5%; width: 20%; font-weight: 400;}
#sod_fin_pay li>span {width: calc(100% - 25%)}
#sod_fin_pay li .letter-2px{letter-spacing:-2px}
a.btn_frmline.is-long-text{height:auto;width:160px}

#sod_fin_orderer, #sod_fin_receiver, #sod_fin_dvr {margin:0 0 20px}
#sod_fin_orderer .tbl_wrap, #sod_fin_receiver .tbl_wrap, #sod_fin_dvr .tbl_wrap {padding:20px}
#sod_fin_dvr .tbl_wrap {padding:20px}
#sod_fin .sod_left h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#sod_fin .sod_left h3 {background:#fff;font-size:0.9rem;padding:15px 20px;border:1px solid #e5e5e5;border-bottom:0; font-weight: 500;}
#sod_fin .sod_left .tbl_head01 {background:#fff;border:1px solid #e5e5e5}
#sod_fin .sod_left th {padding:10px 0;border:0;text-align:left;width:100px;background:#fff; font-weight: 400;}
#sod_fin .sod_left td {padding:10px 0;border:0;background:#fff}

#sod_fin_dvr .dvr_link {color:#ff3061;text-decoration:underline}

#sod_fin_cancel {text-align:center}
#sod_fin_cancel .sod_fin_c_btn {height:50px;border:1px solid #a6a6a6; font-weight:500; width:100%;background:none; }
#sod_fin_cancel .sod_fin_c_btn:hover {background:#fff}
#sod_fin_cancel h2 {padding:15px;border-bottom:1px solid #e8e8e8;text-align:left}
#sod_fin_cancel p {text-align:center;background:#ffe0e0;border:2px solid #d50c0c;padding:15px;color:#d50c0c;font-size:1.167em;font-weight:bold}

#sod_cancel_pop {display:none;width:100%;height:100%;position:fixed;top:0;left:0;z-index:999}
#sod_fin_cancelfrm {position:absolute;top:50%;left:50%;background:#fff;text-align:center;width:245px;max-height:300px;margin-left:-125px;margin-top:-180px;overflow-y:auto;border:1px solid #cdcdcd;background:#fff;}  
#sod_fin_cancelfrm form {padding:20px}
.sod_fin_bg {background:rgba(0,0,0,0.1);width:100%;height:100%}
.sod_cls_btn {position:absolute;right:0;top:0;color:#b5b8bb;border:0;padding:12px 15px;font-size:16px;background:#fff}

#sod_fin_cancelfrm .frm_input {background:#fff;margin:0 0 5px;width:100%}
#sod_fin_cancelfrm .btn_frmline {background:#5e6b6f;color:#fff;border:0;padding:10px;width:100%;cursor:pointer}
#sod_fin_test {padding:10px}

/* 주문상세내역 중 현금영수증 발급 */
#scash {}
#scash section {padding:10px 0}
#scash h2 {margin:0 0 10px;text-align:center}
#scash .basic_tbl th {padding:0 10px;border-top:1px solid #eee;border-bottom:1px solid #eee;background:#f2f5f9;text-align:left}
#scash_apply {padding:10px 0 20px;text-align:center}
#scash_apply button {padding:10px;border:0;background:#565e60;color:#fff}
#scash_copy {text-align:center}

/* 배너 인덱스 출력 */
#sbn_idx {}

/* 쇼핑몰 이벤트 */
#sev {}
.sev_admin {margin:0 0 10px;text-align:right}
.sev_admin a {line-height:35px;padding:0 10px}

/* 쿠폰 */
#coupon {text-align:center}
#coupon h1 {text-align:left}
#coupon ul:after {display:block;visibility:hidden;clear:both;content:""}
#coupon li {padding:15px;border-bottom:1px solid #e5e5e5;text-align:left}
#coupon .cou_top {margin-bottom:10px}
#coupon .cou_tit {font-weight:500}
#coupon .cou_pri {color:#3a8afd;font-weight:500;float:right}
#coupon .cou_target {color:#8cc152;background:#edfbde;padding:5px;line-height:20px; }
#coupon .cou_date {float:right;color:#888d92}
#coupon .btn_close {margin:20px auto}

/* 모바일일때 피시버전 주문폼 */
.sod_frm_mobile{padding: 0 15px;}
.sod_frm_mobile .sod_list{margin:10px 0}
.sod_frm_mobile .sod_list .sod_li{background:#fff;border-bottom:1px solid #e5e5e5;margin:10px 0}
.sod_frm_mobile .sod_list .li_name{font-size:1.083em}
.sod_frm_mobile .sod_list .li_op_wr{position:relative;padding:10px 10px 0 110px;min-height:75px}
.sod_frm_mobile .sod_list .li_op_wr .chk_box{position:absolute;top:10px;left:10px}
.sod_frm_mobile .sod_list .total_img{position:absolute;top:10px;left:35px}
.sod_frm_mobile .sod_list .mod_options{padding:0 7px;border:1px solid #d4d6db;border-radius:3px;color:#606060;background:#fff;line-height:24px;margin:5px 0 0;font-size:.923em}
.sod_frm_mobile .sod_list .li_prqty{padding:10px;border-top:1px solid #f8f8f8}
.sod_frm_mobile .sod_list .li_prqty:after{display:block;visibility:hidden;clear:both;content:''}
.sod_frm_mobile .sod_list .li_prqty_sp{float:left;width:50%;display:block;line-height:20px;padding:0 5px;text-align:right}
.sod_frm_mobile .sod_list .li_prqty_sp span{float:left;color:#696969}
.sod_frm_mobile .sod_list .prqty_sc,.sod_frm_mobile .sod_list .prqty_price{border-right:1px solid #e5e5e5}
.sod_frm_mobile .sod_list .total_price{background:#f2f7ff;display:block;clear:both;margin:0 10px 10px;text-align:right;padding:5px 10px;line-height:20px}
.sod_frm_mobile .sod_list .total_price span{float:left}
.sod_frm_mobile .sod_list .total_price strong{font-size:1.25em;color:#3a8afd}
.sod_frm_mobile .sod_opt{padding:5px 10px 5px 35px}
.sod_frm_mobile .sod_opt li{color:#777;margin:3px 0;line-height:1.3em}
.sod_frm_mobile .sod_opt li:before{content:"옵션";display:inline-block;margin:1px 5px 2px 0;font-size:11px;padding:0 5px;border-radius:3px;background:#e2eaf6;line-height:20px;color:#3a8afd}
.sod_frm_mobile .sod_opt .opt_name:before{content:"옵션";display:inline-block;margin:1px 5px 2px 0;font-size:11px;padding:0 5px;border-radius:3px;background:#e2eaf6;line-height:20px;color:#3a8afd}
.sod_frm_mobile #sod_frm_orderer,.sod_frm_mobile #sod_frm_taker{margin:0 0 30px;border:1px solid #e3e5e8;background:#fff}
.sod_frm_mobile #sod_frm_orderer #od_addr_jibeon,.sod_frm_mobile #sod_frm_taker #od_b_addr_jibeon{display:inline-block;margin:5px 0 0}
.sod_frm_mobile #m_sod_bsk_tot{background:#4a505a;color:#fff}
.sod_frm_mobile #m_sod_bsk_tot:after{display:block;visibility:hidden;clear:both;content:""}
.sod_frm_mobile #m_sod_bsk_tot dt{float:left;width:40%;padding:10px;line-height:20px;clear:both}
.sod_frm_mobile #m_sod_bsk_tot dd{float:left;width:60%;padding:10px;text-align:right;line-height:20px}
.sod_frm_mobile #m_sod_bsk_tot .sod_bsk_cnt{font-weight:700;margin-top:5px;line-height:25px;background:#212a37}
.sod_frm_mobile #m_sod_bsk_tot .sod_bsk_cnt strong{color:#3a8afd;font-size:1.25em}
.sod_frm_mobile .sod_list .li_op_wr{padding-left:100px}
.sod_frm_mobile .sod_list .total_img{left:10px}
.sod_frm_mobile .sod_opt{padding-left:10px}
.sod_frm_mobile #m_sod_frm_paysel{margin:10px 0}
.sod_frm_mobile #m_sod_frm_paysel h3{background:#fff;padding:15px 10px;border:1px solid #e3e5e8;border-bottom:0}
.sod_frm_mobile #m_sod_frm_paysel ul{margin:0;background:#fff;padding:10px;border:1px solid #e3e5e8}
.sod_frm_mobile #m_sod_frm_paysel ul:after{display:block;visibility:hidden;clear:both;content:""}
.sod_frm_mobile #m_sod_frm_paysel li{float:left;padding:5px;width:46%;height:25px}
.sod_frm_mobile #m_sod_frm_paysel .KPAY{background:url(../../../img/kpay.png) no-repeat;width:37px;height:15px;overflow:hidden;text-indent:-999px;display:inline-block;background-size:100%}
.sod_frm_mobile #m_sod_frm_paysel .PAYNOW{background:url(../../../img/paynow.png) no-repeat;width:46px;height:15px;overflow:hidden;text-indent:-999px;display:inline-block;background-size:100%}
.sod_frm_mobile #m_sod_frm_paysel .PAYCO{background:url(../../../img/payco.png) no-repeat 1px;width:46px;height:15px;overflow:hidden;text-indent:-999px;display:inline-block;background-size:100%}
.sod_frm_mobile #m_sod_frm_paysel .inicis_lpay{background:url(../../../img/lpay_logo.png) no-repeat;width:35px;height:12px;overflow:hidden;text-indent:-999px;display:inline-block;background-size:100%}
.sod_frm_mobile #m_sod_frm_paysel .inicis_kakaopay{background:url(../../../img/kakao.png) no-repeat 50% 50% #f4dc34;border-radius:30px;height:22px;width:74px;display:inline-block;overflow:hidden;text-indent:-999px;background-size:35px auto}
.sod_frm_mobile #m_sod_frm_paysel .kakaopay_icon{background:url(../../../img/kakao.png) no-repeat 50% 50% #f4dc34;border-radius:30px;height:22px;width:74px;display:inline-block;overflow:hidden;text-indent:-999px;background-size:35px auto}
.sod_frm_mobile #m_sod_frm_paysel .naverpay_icon{background:url(../../../img/ico-default-naverpay.png) no-repeat 50% 50% #fff;border-radius:30px;height:22px;width:50px;display:inline-block;overflow:hidden;text-indent:-999px;background-size:35px auto}
.sod_frm_mobile #m_sod_frm_paysel .samsung_pay{margin-left:-23px;background:url(../../../img/samsungpay.png) no-repeat 24px 3px;height:25px;width:106px;display:inline-block;overflow:hidden;text-indent:-999px}
.sod_frm_mobile #sod_frm_pay{border-top:1px solid #f3f3f3}
.sod_frm_mobile #sod_frm_pay h2{margin:10px 0;font-size:1.25em}
.sod_frm_mobile #sod_frm_pay .cp_btn1,.sod_frm_mobile #sod_frm_pay .cp_cancel1{margin-top:0}
.sod_frm_mobile .odf_tbl{position:relative}
.sod_frm_mobile .odf_tbl table{background:#fff;width:100%;border-collapse:collapse;border-bottom:1px solid #ccc}
.sod_frm_mobile .odf_tbl table th{border-top:1px solid #eceff4;padding:10px;text-align:left;width:120px;font-weight:400}
.sod_frm_mobile .odf_tbl table td{border-top:1px solid #eceff4;padding:7px 10px;text-align:right}
.sod_frm_mobile#sod_frm #sod_frm_pt_alert{margin:10px 0;text-align:left;color:#fff;line-height:18px;background:#888;padding:10px 10px 10px 13px; position:relative}
/* .sod_frm_mobile #sod_frm_pt_alert::before{content:"";position:absolute;top:0;left:0;width:5px;height:50px;border-radius:5px 0 0 5px;background:#da4453;height:100%} */
.sod_frm_mobile#sod_frm .sod_frm_point{padding:10px 0;clear:both;border:0 none}
.sod_frm_mobile .sod_frm_point div{background:#fff;border:1px solid #e3e5e8;padding:10px;text-align:right}
.sod_frm_mobile .sod_frm_point div:after{display:block;visibility:hidden;clear:both;content:''}
.sod_frm_mobile .sod_frm_point div label{float:left;line-height:30px}
.sod_frm_mobile .sod_frm_point div span{display:block;margin:5px 0}
.sod_frm_mobile .sod_frm_point div span:after{display:block;visibility:hidden;clear:both;content:''}
.sod_frm_mobile .sod_frm_point .max_point_box em{font-style:normal!important}
.sod_frm_mobile .sod_frm_point div strong{float:left;color:#666;font-weight:400}
.sod_frm_mobile .sod_frm_point #od_temp_point{height:30px;border:1px solid #d0d3db;text-align:right;background:#fff; }
.sod_frm_mobile #settle_bank{background:#fff;border:1px solid #e3e5e8;padding:10px;clear:both;line-height:30px}
.sod_frm_mobile #settle_bank:after{display:block;visibility:hidden;clear:both;content:''}
.sod_frm_mobile #settle_bank select{height:30px;margin:0 0 5px;width:100%;border:1px solid #d0d3db}
.sod_frm_mobile #settle_bank #od_deposit_name{height:30px;border:1px solid #d0d3db;text-align:center; float:right; }
.sod_frm_mobile #settle_bank label{float:left;line-height:30px}
.sod_frm_mobile #sod_frm_pt_info{border-top:0}
.sod_frm_mobile .od_coupon{position:absolute;top:0;left:0;background:#fff;width:100%;z-index:99;border-radius:0 0 3px 3px;-webkit-box-shadow:1px 1px 5px rgba(0,0,0,0.4);-moz-box-shadow:1px 1px 5px rgba(0,0,0,0.4);box-shadow:1px 1px 5px rgba(0,0,0,0.4)}
.sod_frm_mobile .od_coupon h3{height:45px;line-height:45px;font-size:1.167em;background:#333;color:#fff;padding:0 15px;text-align:left}
.sod_frm_mobile .od_coupon .tbl_head02 .btn_frmline{background:#3b67c2;color:#fff;border:0;padding:0 5px;line-height:25px}
.sod_frm_mobile .od_coupon .tbl_head02 td{text-align:left}
.sod_frm_mobile .od_coupon .tbl_head02 th{width:auto!important}
.sod_frm_mobile .od_coupon .tbl_head02 .td_mngsmall{width:60px;text-align:center}
.sod_frm_mobile .od_coupon .tbl_head02 .td_numbig{width:80px;text-align:right}
.sod_frm_mobile .od_coupon .btn_confirm{margin:20px}
.sod_frm_mobile .od_coupon .btn_confirm .btn_submit{height:40px;font-size:1.167em;font-weight:700;width:100%}
.sod_frm_mobile .od_coupon .btn_confirm .btn_close{position:absolute;top:0;right:0;width:45px;height:45px;border:0;background:none;color:#fff;font-size:1.25em}
.sod_frm_mobile .cp_btn,.sod_frm_mobile .cp_btn1{padding:0 7px;border:1px solid #d4d6db;border-radius:3px;color:#3a8afd;background:#fff;line-height:24px;margin:5px 0 0;font-size:.923em}
.sod_frm_mobile .cp_apply{padding:0 5px;border:1px solid #3a8afd;color:#3a8afd;background:#fff;height:23px;line-height:21px}
.sod_frm_mobile .cp_cancel,.sod_frm_mobile .cp_cancel1{padding:0 7px;border:1px solid #d4d6db;border-radius:3px;color:#aaa;background:#fff;line-height:24px;margin:5px 0 0 2px;font-size:.923em}
.sod_frm_mobile #sod_frm_escrow{margin:10px}
.sod_frm_mobile #sod_frm_escrow h2{font-size:1.25em}
.sod_frm_mobile #od_pay_sl h3{font-size:1.25em}
.sod_frm_mobile .sod_list .li_name{border-bottom:1px solid #dcdcdc;line-height:1.3em;padding:10px;font-size:1.083em}
#sod_frm.sod_frm_mobile .odf_list .frm_input{width:100%!important}
#sod_frm.sod_frm_mobile input[type="radio"],.sod_frm_mobile #sod_frm.sod_frm_mobile input[type="checkbox"]{width:auto;-webkit-appearance:radio;-webkit-border-radius:initial}
#sod_frm.sod_frm_mobile #od_memo{min-height:50px}
.sod_frm_mobile .od_prd_list{margin:10px;background:#fff;padding:15px}
.sod_frm_mobile .od_prd_list .td_chk{border-left:0}
.sod_frm_mobile .od_prd_list .td_prd{border-left:0;position:relative;padding-left:90px;min-height:100px}
.sod_frm_mobile .od_prd_list .td_prd .sod_img{position:absolute;top:15px;left:0}
.sod_frm_mobile .od_prd_list .td_prd .sod_name{min-height:80px}
.sod_frm_mobile .od_prd_list .td_prd .prd_name{font-size:1.167em}
.sod_frm_mobile .od_prd_list .total_prc{color:#ff006c;font-weight:700;font-size:1.167em}
.sod_frm_mobile #sod_frm_orderer{padding:10px;border-bottom:1px solid #e3e5e8}
.sod_frm_mobile #sod_frm_taker{padding:10px;border-bottom:1px solid #e3e5e8;border-top:1px solid #e3e5e8}
.sod_frm_mobile #sod_frm_taker h2,.sod_frm_mobile #sod_frm_orderer h2{margin:10px 0;font-size:1.25em}
.sod_frm_mobile .odf_list label,.sod_frm_mobile .odf_list strong{display:block;margin:7px 0 5px;color:#444;font-weight:400}
.sod_frm_mobile .odf_list .frm_input{width:100%;margin:0 0 5px}
.sod_frm_mobile .odf_list .dlv_slt{background:#edf3fc;position:relative;border:1px solid #d1ddee;margin:5px 0;padding:10px}
.sod_frm_mobile .odf_list .dlv_slt strong{margin:0;font-weight:700;line-height:30px}
.sod_frm_mobile .odf_list .dlv_slt div label{display:inline-block;margin:3px 0;color:#000}
.sod_frm_mobile #order_address{display:block;position:absolute;top:5px;right:5px;text-align:center;border:1px solid #d4d6db;background:#fff;color:#606060;height:30px;line-height:28px;margin:5px 0 0;padding:0 5px}
.sod_frm_mobile .odf_list .ad_default{display:inline-block;margin:0}
.sod_frm_mobile .odf_list .btn_addsch{position:absolute;top:5px;right:5px; background-color: #333; color: #fff; padding:3px; height:30px}
.sod_frm_mobile .odf_list .add_num{position:relative;display:block}
.sod_frm_mobile .odf_list textarea{border:1px solid #ccc;background:#fff;color:#000;vertical-align:middle; padding:5px;width:100%;height:70px;}
.sod_frm_mobile .sod_ta_wr{background:#fff;margin-bottom:1em}
.sod_frm_mobile .btn_confirm{margin:0 0 10px}
.sod_frm_mobile .btn_submit{width:100%;height:45px;font-size:1.167em;font-weight:700;margin:5px 0;}
.sod_frm_mobile .btn_cancel,.sod_frm_mobile .btn01{width:100%;height:45px;line-height:43px;font-size:1.167em;font-weight:700;padding:0;}
.sod_frm_mobile #sod_frm_escrow{margin:10px}
.sod_frm_mobile #sod_frm_escrow h2{font-size:1.25em}
.sod_frm_mobile #od_pay_sl h3{font-size:1.25em}
.sod_frm_mobile #od_tot_price{background:none;font-weight:700}

.sod_frm_mobile #display_pay_button{border: 0; padding: 0;}

html.no-overflowscrolling #sc_coupon_frm, html.no-overflowscrolling #od_coupon_frm {height:auto;max-height:10000px !important} /* overflow 미지원 기기 대응 */
#sod_frm_pay_info {margin:0 0 10px}

/* 네이버페이 */
.itemform-naverpay {margin:15px 0;clear:both; text-align: right;}
.cart-naverpay {margin-top:15px}

/* theme.config.php 파일에서 G5_COMMUNITY_USE 를 false로 한 경우 1:1 문의와 게시판 css 처리 */
#bo_list table td, #fqalist table td {border-left:0;border-right:0}

/* 개인결제 */
.pesonal {background:#fff;border:1px solid #e3e5e8;margin-bottom:30px}
.pesonal h2 {border-bottom:1px solid #e2e4e7;font-size:1.167em;padding:20px}
.pesonal .tbl_frm01 {padding:20px 10px;margin:0}
.pesonal th {text-align:left}
.pesonal td {text-align:left;font-weight:bold}
.pesonal td input {width:100%}
.pesonal .half_tr {width:50%}

#personal_pay {background:#fff;border:1px solid #e3e5e8}
#personal_pay h2 {background:#fff;border-bottom:1px solid #e2e4e7;font-size:1.167em;padding:20px}
#personal_pay input[type="radio"] {}
#personal_pay .lb_icon {position:relative;display:inline-block;cursor:pointer;z-index:1}
#personal_pay input[type="radio"]:checked+.lb_icon {z-index:3}

#personal_pay legend {position:absolute;font-size:0;line-height:0;overflow:hidden}
#personal_pay .KPAY {width:58px;background:url('../../../img/kpay.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px}
#personal_pay .PAYNOW {width:75px;background:url('../../../img/paynow.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px;border-radius:30px}
#personal_pay .PAYCO {width:75px;background:url('../../../img/payco.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px;border-radius:30px}
#personal_pay .kakaopay_icon {width:60px;background:url('../../../img/kakao.png') no-repeat 50% 50% #ffeb00;overflow:hidden;text-indent:-999px;border-radius:30px}
#personal_pay .pay_way {border-bottom:1px solid #e2e4e7}
#personal_pay #display_pay_button {border:0}


/* input, radio */
.selec_chk {position:absolute;top:0;left:0;width:0;height:0;opacity:0;outline:0;z-index:-1;overflow:hidden}
.chk_box {position:relative}
.chk_box input[type="checkbox"] {position:absolute;top:0;left:0;width:0;height:0;opacity:0;outline:0;z-index:-1;overflow:hidden}
.chk_box input[type="checkbox"] + label {position:relative;padding-left:20px;color:#333}
.chk_box input[type="checkbox"] + label span {position:absolute;top:2px;left:0;width:15px;height:15px;display:block;margin:0;background:#fff;border:1px solid #d0d4df;}
/* .chk_box input[type="checkbox"]:checked + label {color:#000} */
.chk_box input[type="checkbox"]:checked + label span {background:url('../images/chk.png') no-repeat 50% 50% #235cb6;border-color:#235cb6;}

.chk_box input[type="radio"] {position:absolute;top:0;left:0;width:0;height:0;opacity:0;outline:0;z-index:-1;overflow:hidden}
.chk_box input[type="radio"] + label {position:relative;padding-left:23px;display:inline-block;color:#333}
.chk_box input[type="radio"] + label span {position:absolute;top:0;left:0;width:15px;height:15px;display:block;background:#fff;border:1px solid #cdd6df;border-radius:50%}
/* .chk_box input[type="radio"]:checked + label {color:#305af9} */
.chk_box input[type="radio"]:checked + label span:before {width:7px;height:7px;background:#305af9;content:'';position:absolute;top:3px;left:3px;border-radius:50%}


/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {display:inline-block;position:relative}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#captcha #captcha_img {height:40px;border:1px solid #898989;vertical-align:top;padding:0;margin:0}
#captcha #captcha_mp3 {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat;text-indent:-999px;border-radius:3px}
#captcha #captcha_reload {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat 0 -40px;text-indent:-999px;border-radius:3px}
#captcha #captcha_key {margin:0 0 0 3px;padding:0 5px;width:90px;height:40px;border:1px solid #ccc;background:#fff;font-size:1.333em;font-weight:bold;text-align:center; vertical-align:top}
#captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {display:block;margin:0 0 5px;width:187px}
#captcha.m_captcha #captcha_img {width:160px;height:60px;border:1px solid #e9e9e9;margin-bottom:3px;margin-top:5px;display:block}
#captcha.m_captcha #captcha_reload {position:static;margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat 0 -40px;text-indent:-999px}
#captcha.m_captcha #captcha_reload span {display:none}
#captcha.m_captcha #captcha_key {margin:0;padding:0 5px;width:115px;height:29px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:29px;margin-left:3px}
#captcha.m_captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}
#captcha.m_captcha #captcha_mp3 {width:31px;height:31px;background:url('../../../img/captcha2.png') no-repeat 0 0 ; vertical-align:top;overflow:hidden;cursor:pointer;text-indent:-9999px;border:none}


/* ckeditor 단축키 */
.cke_sc {margin:0 0 5px;text-align:right}
.btn_cke_sc {display:inline-block;padding:0 10px;height:23px;border:1px solid #ccc !important;background:#fafafa !important;color:#000 !important;text-decoration:none !important;line-height:1.9em;vertical-align:middle; font-size: 13px;}
.cke_sc_def {margin:2px 0 5px;padding:10px;border:1px solid #ccc;background:#f2f5f9;text-align:center}
.cke_sc_def dl {margin:0 0 5px;text-align:left}
.cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""}
.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0;padding:5px 0;border-bottom:1px solid #e9e9e9}
.cke_sc_def dt {width:20%;font-weight:bold}
.cke_sc_def dd {width:30%}

/* 기본테이블 */
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_wrap caption {padding:10px 0;font-weight:bold;text-align:left}

.tbl_head01 {margin:0 0 10px}
.tbl_head01 table {}
.tbl_head01 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head01 thead th {padding:12px 0;border-top:2px solid #000;border-bottom:1px solid #a6a6a6;background:#fff;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em; font-weight: 500;}
.tbl_head01 thead a {color:#383838}
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th, .tbl_head01 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head01 tbody th {padding:10px 0;border-top:1px solid #a6a6a6;border-bottom:1px solid #a6a6a6}
.tbl_head01 td {padding:15px 5px;border-top:1px solid #a6a6a6;border-bottom:1px solid #a6a6a6;line-height:1.5em;word-break:break-all}
.tbl_head01 td:first-child {border-left:0}
.tbl_head01 a {}



/* 새창 기본 스타일 */
.new_win {position:relative;background:#fff}
.new_win .tbl_wrap {margin:0 20px}
.new_win #win_title {font-size:0.9rem;height:50px;line-height:30px;padding:10px 20px;background:#fff;color:#000;-webkit-box-shadow:0 1px 10px rgba(0,0,0,.1);
-moz-box-shadow:0 1px 10px rgba(0,0,0,.1);
box-shadow:0 1px 10px rgba(0,0,0,.1); font-weight: 500;}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win .win_ul {margin-bottom:15px;padding:0 20px}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li {float:left;background:#fff;text-align:center;padding:0 10px;border:1px solid #d6e9ff;border-radius:30px;margin-left:5px}
.new_win .win_ul li:first-child {margin-left:0}
.new_win .win_ul li a {display:block;padding:8px 0;color:#6794d3}
.new_win .win_ul .selected {background:#3a8afd;border-color:#3a8afd;position:relative;z-index:5}
.new_win .win_ul .selected a {color:#fff;font-weight:bold}
.new_win .win_desc {position:relative;margin:10px;border-radius:5px;font-size:1em;background:#f2838f;color:#fff;line-height:50px;text-align:left;padding:0 20px}
.new_win .win_desc i {font-size:1.2em;vertical-align:baseline}
.new_win .win_desc:after {content:"";position:absolute;left:0;top:0;width:4px;height:50px;background:#da4453;border-radius:3px 0 0 3px}
.new_win .frm_info {font-size:0.92em;color:#919191}
.new_win .win_total {float:right;display:inline-block;line-height:30px;font-weight:normal;font-size:0.75em;color:#3a8afd;background:#f6f6f6;padding:0 10px;border-radius:5px}
.new_win .new_win_con {margin:20px 0;padding:20px}
.new_win .new_win_con:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .new_win_con2 {margin:20px 0 0}
.new_win .btn_confirm:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_btn {text-align:center;padding-bottom:30px}
.new_win .btn_close {height:40px;width:100px;overflow:hidden;cursor:pointer; background-color: #666; border: 0; color: #fff;}
.new_win .btn_submit {padding:0 20px; width:100px; height:40px;font-weight:500; background-color: #276bc1; border: 0; color: #fff;}



.list-btn-center{text-align: center; margin-bottom: 3rem;}
.btn-list{background: #276bc1; color: #fff; width: 140px; height: 40px; line-height: 38px; display: inline-block; text-align: center; font-size: 15px;}
.btn-list img{vertical-align: middle; margin-right: 10px;}
.btn-list:hover{background: #235cb6; }

/* login */
.login-header{font-size: 1.2rem; font-weight: 700; margin-bottom: 1rem;}


/* manage */
.device-change{position: absolute; right: 15px; top:18px;}



/* ## responsive */

@media (min-width: 1300px){
    /* ## MAIN */
    /* .our-list li{width: 20%;} */

    .navbar-nav {margin: 0 !important; display: block;}
    /* .nav > li{padding: 0 15px;} */
    
}

@media (max-width: 1310px){
    .product-list li{width: 24.5%;}
    #hd_pop{width: 100%;}
    .hd_pops{left: 0 !important;}
    .hd_pops_con{width: 100% !important;}
}

@media only screen and (max-width: 1350px) and (min-width: 1200px){

    .container {
        width: 100%;
        padding: 0 15px;
    }
}
@media only screen and (max-width: 1200px) and (min-width: 992px){
    
    .navbar-nav>li>a {font-size: 14px;}
    

    /* .basic-icons{max-width: 920px}
    .static-icon{margin-left: 4rem;} */
}

@media only screen and (max-width: 1480px) and (min-width: 992px){
    .header-tnb{margin-left: 1rem;}

    .navbar-nav>li>a{padding: 1.75rem 1rem;}

    .logo-kolas{display: none;}

    .section-banner .banner-content{margin-left: 0; width: 55%; left: 45%;}
    .section-banner .banner-content .banner-text{width: auto;}

    .section-banner .banner-content.banner-04{display: table;}
    .section-banner .banner-content.banner-04 .banner-logo{display: table-cell;}
    .section-banner .banner-content.banner-04 .banner-text{display: table-cell; max-width: 300px;}
}

@media (min-width: 992px){
    .mobile-menu{display: none;}
    .mobile-menu-button{display: none;}
    
    .section-banner .banner-content.banner-04 .banner-title{color: #fff;}
    .section-banner .banner-content.banner-04 .banner-subtitle{color: #fff;}
    .banner-04 .btn-view{border-color: #f2f2f2; color: #fff;} 

    .navbar-nav {display: flex; justify-content: space-between; }
}


@media (max-width: 1140px){
    .list-grid .grid-content .title{max-width: 98%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
    .ex-logs + .ex-logs{margin-left: 1rem;}

    .video-pops{display: none;}
}

@media (max-width: 991px){
    
    html{font-size: 18px;}
    
    .hd_pops_con{height: auto !important;}
    .hd_pops{top: 65px !important; padding: 10px;}

    .hidden-xs{display: none;}

    /* ## HEADER */
    #header{height: 62px;}
    #header .logo a{width: 102px; height: 20px;}
    #header.header-sticky .logo a {width: 102px; height: 20px; }

    .header-inner{background-color: inherit;}
    .header-inner .container{padding: 18.62478px 15px;}

    .header-tnb .hidden-mobile{display: none}
    .header-tnb .view-mobile{display: block}

    .header-tnb > ul > li{margin-left: 0; margin-right: 15px;}

    .header-tnb .header-top{display: none}
    .header-tnb .btn-more-wrap{display: none}

    .header-login .ico-my{width: 20px;}
    .header-login .ico-cart{width: 23px;}
    .header-login .shop-cart .count{width: 16px; height: 16px; top: -2px; line-height: 16px;}

    .header-bottom{display: none;}
    .user-proc{left: auto; right: -48px;}
    .header-tnb ul li a{font-size: 14px;}

    .mobile-menu.right-side.menu-open {right: 0;}
    .mobile-menu.right-side {right: -80%;}
    .mobile-menu {position: fixed;z-index: 99999; top: 0; bottom: 0; width: 80%; overflow-y: scroll; background-color: #171717; color: #fff; -webkit-transition: all 0.25s; transition: all 0.25s;}
    .menu-bg {position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #000; opacity: .4; display: none; z-index: 1; }
    .menu-open .menu-bg {display: block; }
    .mobile-menu-wrap{position: relative; z-index: 10; }
    
    .mobile-menu-wrap .btn-layer-close{top: 10px; right: 15px;}
    .mobile-header{text-align: center; overflow: hidden; border-bottom: 1px solid #888; padding: 15px 15px 14px;}

    .mobile-header-wrap{display: flex; align-items: center;}
    .mobile-header-wrap .btn-layer-close{margin-left: auto; position: relative; top: auto; right: auto;}
    .user-mode{display: flex; flex: 1; align-items: center;}
    .user-mode .user{font-weight: 400;}
    .user-mode strong{color: #f8c221; font-weight: 400;}
    .user-mode a{margin-left: auto; }

    .btn-login-out{width: 70px; height: 30px; line-height: 28px; background-color: #e1e1e1; border: 1px solid #666; color: #666666; border-radius: 15px; font-size: 13px; font-weight: 400; margin-right: 15px;}
    
    .mobile-links{position: relative; margin-bottom: 20px; }
    .mobile-tnb{overflow: hidden; display: flex; align-items: center; padding: 25px 0 30px;}
    .mobile-tnb li{flex: 0 0 25%; text-align: center; position: relative;}
    .mobile-tnb li .tnb-image{margin-bottom: 5px; height: 32px; display: flex; justify-content: center; align-items: center;}
    .mobile-tnb li .ico-my{width: 27px;}
    .mobile-tnb li .ico-cart{width: 30px;}
    .mobile-tnb li .ico-delivery{width: 40px;}
    .mobile-tnb li .ico-clip{width: 27px;}

    .shop-cart .count{line-height:20px; padding:0 5px; border-radius:20px; width:20px; height:20px; font-size:12px;}

    
    .mobile-tnb li.event{color: #f8c221; padding: 0;}

    .mobile-search {overflow:hidden; padding: 0 15px 0;}
    .mobile-search #sch_str_m {float:left;width:calc(100% - 30px);height:35px;padding-left:10px; background:#fff;border:0;border-right:0; color:#000; border-radius: 0;}
    .mobile-search #sch_submit_m {float:left;width:30px;height:35px;border:0;background:#fff;color:#000; cursor:pointer; font-size:16px}
    .mobile-search #sch_submit_m img{width: 16px;}

    .mobile-menu-etc{background-color: #f8c221; position: relative; display: flex;}
    .mobile-menu-etc li{flex: 1; position: relative; text-align: center}
    .mobile-menu-etc li a{padding: 15px 0; display: block; color: #121212; font-weight: 400; font-size: 13px;}
    .mobile-menu-etc li:first-child::after{content: ''; position: absolute; top: 19px; right: 0; width: 1px; height: 12px; background-color: #1c1c1c;}

    .menu-slide {position: relative;}
    .menu-slide li {position: relative; border-bottom: 1px solid #171717;}
    .menu-slide > li > a {font-size: 14px; margin-bottom: 0; background: #2b2b2b; }
    .menu-slide li a {padding: 15px 20px; position: relative; display: block; margin-bottom: 0; color: #fff; font-size: 15px; line-height: 1em; text-decoration: none; -webkit-transition: all 0.25s; transition: all 0.25s; line-height: 1.4;}

    .menu-slide > li .fa-plus{display: block;}
    .menu-slide > li .fa-minus{display: none;}
    .menu-slide > li.open .fa-minus{display: block;}
    .menu-slide > li.open .fa-plus{display: none;}

    .menu-slide li.dropdown ul{display: none; padding: 10px 20px; transition: all 0.3s ease;}
    .menu-slide li.dropdown.open ul{display: block; }
    .menu-slide li.dropdown ul li{border: 0;} 
    .menu-slide li.dropdown ul li a{padding: 10px 0; font-size: 13px;}
    .menu-slide li .opener{position: absolute; display: inline-block; top: 16px; right: 15px; width: 25px; height: 25px; line-height: 25px; text-align: center; line-height: 25px; z-index: 3;}
    .menu-slide li .opener i{font-weight: 100; font-size: 17px; }

    .mobile-menu-button{width: 20px; height: 16px; margin-top: 0; display: inline-block; position: relative;}
    .mobile-menu-button span{background-color: #111; width: 100%; height: 2px; display: block;}
    .mobile-menu-button span::before{content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 2px; background-color: #111;}
    .mobile-menu-button span::after{content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background-color: #111;}    

    /* ## FOOTER */
    #footer{display: flex; flex-direction: column; }
    .footer-cont .container{flex-direction: column;}
    .footer-line{order: 1; padding: 15px 0;}
    .footer-cont{order: 2; padding: 2rem 0 1.5rem;}
    .basic-icons{text-align: center;}
    /* .static-icon{margin-left: 3rem; width: 50%; display: inline-block; float: none;} */
    .footer-link li{margin-right: 10px;}

    #footer .footer-line .logo-wrap{display: none;}

    .footer-sns a:first-child img{width: 21px; height: 21px;}
    .footer-sns a:nth-child(2) img{width: 21px; height: 21px;}
    .footer-sns a:nth-child(3) img{width: 46px; height: 21px;}
    .footer-sns a:nth-child(4) img{width: 21px; height: 21px;}
    .footer-sns a:nth-child(5) img{width: 30px; height: 21px;}

    .footer-company{font-size: 13px;}
    #footer .logo-wrap.view-mobile{order: 3; padding-bottom: 1.5rem; display: flex; align-items: center; justify-content: space-evenly; display: flex;}
    #footer .logo-wrap a + a{margin-left: 0;}

    .footer-ex-logo{position: relative; padding: 1.5rem; justify-content: space-between;}
    .ex-logs img{max-width: 50px;}
    .ex-logs img+img{margin-left: 20px;}
    .ex-logo-title{margin-bottom: 0.5rem; font-size: 12px;}
    /* .ex-logs + .ex-logs{margin-left: 0; margin-top: 1.5rem;} */

    .footer-ex-logo.view-pc{display: none;}
    .footer-ex-logo.view-mobile{display: flex; align-items: flex-start;}


    .widget-scroll{display: none;}

    /* ## MAIN */
    .section-brand .slide-control.topctl{top: 0;}

    .section-banner .banner-image{height: 200px;}
    .section-banner .banner-content{position: relative; left: 0; margin-left: 0; text-align: center; width: 100%; height: auto; padding: 30px 0; background-color: #eceff4; margin-left: 0;}
    .section-banner .banner-content .banner-text{margin-left: 0; width: 100%;}
    .section-banner .banner-content .banner-logo{position: absolute; top: -120px; right: 100px; margin-right: 0;}

    .section-banner.validation .banner-content{left: 0}

    /* ## SHOP */
    .navigation{margin-bottom: 2rem;}
    .product-container{display: block;}
    .product-container .category{float: none; width: 100%;}
    .product-container .product-wrap{float: none; width: 100%; margin-left: 0; margin-top: 30px;}

    .ca-bnnaer-flt{position: relative; top: 0; left: 0; right: 0; margin-bottom: 3rem; text-align: center;}
    .ca-bnnaer-flt img{max-width: 100%; width: auto; display: block; margin: 0 auto;}

    .ca-bnnaer-flt .view-pc{display: none;}
    .ca-bnnaer-flt .view-mobile{display: block;}

    .filter{border-bottom: 0;}
    .category-file img{max-width: 150px; margin: 0 auto;}
    
    .category .opener{display: block}
    .category .widget-box .cate-list{display: none}
    .category .widget-box.open .cate-list{display: block}


    .category .nfilter-wrap{display: none}
    .category .widget-box.open .nfilter-wrap{display: block}


    #sqa .sqa_section{width: 100%;}
    .shop-content #sqa li{padding-left: 0; padding-right: 0;}

    /* ## BRANDS */
    .page-brand .brand-banner{padding: 2rem 0;}
    .page-brand .brand-banner-image{float: none; width: 100%; margin-bottom: 30px;}
    .page-brand .brand-banner-content{display: block; float: none; width: 100%; margin-left: 0; height: auto; max-width: 100%;}


    /* ## MYPAGE */
    #smb_my_od .tbl_head03, #sod_v .tbl_head03{overflow-x: scroll;}
    #smb_my_od .tbl_head03 table, #sod_v .tbl_head03 table{width: 800px; overflow-x: scroll;}


    /* ## BOARD */
    #bo_gall .gall_row .col-gn-2{width: 100%;}
    #bo_gall .gall_row .box_clear{clear: none;}

    /* ## SUPPORT */
    .history-container{padding: 30px ;}

    /* ## RECOMMEND-991 */
    .content-view .view-pc{display: none;}
    .content-view .view-mobile{display: block;}

    
    .page-application .list-grid .grid-item{max-height: 100%;}
}


@media (min-width: 992px){
    /* .navbar-left {float: left !important;} */
    
    /* .navbar-nav > li {flex: 1;} */
    .navbar-collapse {width: auto; border-top: 0; -webkit-box-shadow: none; box-shadow: none; }
    .navbar-collapse.collapse {display: block !important; height: auto !important; padding-bottom: 0; overflow: visible !important;}
    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {margin-right: 0; margin-left: 0;}    

    
    .basic-icons{display: flex; max-width: 100%; justify-content: center; align-items: center;}
    .static-icon{float: none; width: auto; margin-left: 0; flex: 1; max-width: 100%;}
}

@media (max-width: 767px){
    html{font-size: 16px;}
    body{font-size: 0.8125rem;}

    .logo a{width: 114px; height: 23px;}

    /* ## MAIN */
    .our-list li{flex: 0 0 33%;}
    .slide-control.topctl{display: none;}

    .main .brand-banner-content{display: none;}
    .brand-banner-image{height: 220px;}
    .main .brand-banner .brand-banner-image{display: none}
    .main .brand-banner .mobile-banner-image{display: block;}
    .main .brand-banner .mobile-banner-image img{width: 100%;}
    .main .brand-item{margin-bottom: 0;}
    .main .section.section-brand{padding: 2rem 0 3.5rem;}

    .slider-brand .our-list li:last-child{margin-bottom: 0;}
    .list-grid .grid-item:last-child{margin-bottom: 20px;}

    

    .section-banner .banner-image .view-pc{display: none;}
    .section-banner .banner-image .view-mobile{display: block;}
    .section-banner .banner-content .banner-logo{display: none;}
    
    
    .section-banner.validation .banner-content .banner-title, .section-banner.validation .banner-content .banner-subtitle{display: none;}

    /* ## FOOTER */
    .footer-company{padding: 1.2rem 0 1.875rem;}
    .footer-sns a{margin-left: 10px;}

    .basic-icons{max-width: 100%; text-align: center;}
    .static-icon{float: left; margin-bottom: 2rem; max-width: 100%; margin-left: 0; width: 50%;}
    .support .static-icon{margin-top: 0;}
    .support .footer-icons-wrap{padding-top: 2rem;}

    
    .footer-sns{padding-top: 1rem;}

    .footer-info{font-size: 12px;}
    .footer-info span.view-pc{display: none;}

    .footer-link li a{font-size: 12px;}
    .footer-about.view-mobile{display: flex;}

    .scroll-top.view-mobile{display: block}

    .scroll-top .view-mobile{display: block}
    .scroll-top .view-pc{display: none}
    .scroll-top .product-inquiry{display: block;}
    .scroll-item .btn-inquiry{margin-right: 0 !important; margin-bottom: 10px;}
    .scroll-item .btn-inquiry a{background-color: #235cb6;} /* width: 70px; height: 70px; line-height: 70px; */
    #sit_star_sns .btn-inquiry{display: none}


    /* ## BRANDS */
    .brand-logo{height: 70px;}
    .brand-sort-wrap{text-align:left;}
    .brands-sort{padding: 6px 14px; margin-bottom: 5px;}

    .page-brand .slider-brand-banner .banner-image{height: 350px; background-position: center; background-size: cover;}
    .page-brand .section-banner .slide-control{top: auto; bottom: 20px !important;}


    .brand-banner-subtitle{font-size: 15px;}


    /* ## SHOP */
    #sit #sit_pvi{float: none; width: 100%; margin: 0 auto 30px; max-width: 100%;}
    #sit #sit_ov{float: none; width: 100%; margin-left: 0; max-width: 100%;}

    #sit_pvi .slider-thumb{display: none;}
    #sit_pvi #sit_pvi_big{display: none;}

    .slider-bimage{display: block;}

    .sod_left{float: none; width: 100%; margin-bottom: 20px; margin-right: 0;}
    .sod_right{float: none; width: 100%; display: block;}

    .list_02 li{width: 50%; }
    #sod_ws li .wish_info{height: auto;}

    .sit-info-wrap .sit-desc iframe{height: 260px;}


    .widget-box{margin-bottom: 0;}
    .product-container .product-wrap{margin-top: 20px;}

    
    /* ## SUPPORT */
    .menu-list .row{margin-left: -10px; margin-right: -10px;}
    .menu-list .col-md-4{padding-left: 10px; padding-right: 10px;}
    .menu-box{margin-bottom: 20px;}

    .inq-table .file-attach-wrap{margin-top: 20px;}

    .pop-wrap{width: 100%; height: 100%; max-width: 100% !important;}
    .pop-wrap .btn-close{bottom: 0; top: auto; left: 0; right: 0; width: 100%; background-color: #000; height: 45px; line-height: 45px; color: #fff; text-indent: unset;}
    .pop-wrap .btn-close.cross:before, .pop-wrap .btn-close.cross:after{display: none;}

    .history-wrap:before{background: none;}
    .history-line{display: none}
    .history-list:nth-child(odd){padding-left: 0;}
    .history-list:nth-child(odd) .item{margin-left: 0;}
    .history-list:nth-child(odd) .year .dot{left: 0;}

    .history-list:nth-child(even){padding-right: 0;}
    .history-list:nth-child(even) .year{text-align: left; padding: 0 0 0 1.5rem; margin-bottom: 15px;}
    .history-list:nth-child(even) .year .dot{right: 0; left: 0;}
    .history-list:nth-child(even) .item{margin-right: 0; padding-right: 1rem;}
    .history-list:nth-child(even) .item li .text{text-align: left;}
    .history-list:nth-child(even) .item li .bullet{right: auto; left: 1rem;}
    .history-list:nth-child(even) li{padding: 0 0 0 2rem;}

    .page-calibration .page-banner{margin-top: 1rem; height: 12rem;}
    .page-calibration .page-banner h3{padding-top: 80px;}
    .cal-logo img{max-width: 120px;}
    .page-calibration .dx-tabs li{width: 33.3333%;}
    .page-calibration .dx-tabs li a{border-top: 0;}
    .page-calibration .dx-tabs li:nth-child(4) a{border-left: 1px solid #a6a6a6;}

    .sub-content-wrap{padding: 1rem 1rem 3rem;}

    .icon-check-bull:after{top: -3px;}

    .tbl_head01 thead th{font-size: 13px;}
    .tbl_head01 td{font-size: 13px;}


    /* ## SERVICE */
    .page-service .page-banner {margin-top: 1rem; height: 12rem;}
    .page-service .page-banner h3 {padding-top: 60px; line-height: 1.3;}
    .page-service .page-banner .view-mobile {display: block;}

    .sub-content-wrap.v2 .sub-container{padding-left: 0;}

    .service-header{display: block; margin-bottom: 50px;}
    .service-header .cal-logo{position: absolute; right: 0; bottom: -55px;}
    .service-header .content-title h3{line-height: 1.2;}

    .service-1 .sub-title{margin-top: 4rem;}

    .val-image .view-pc{display: none;}
    .val-image .view-mobile{display: block;}

    .page-service .dx-tabs.v2{display: block;}
    .page-service .dx-tabs.v2 li{width: 33.3333%; float: left; height: 60px;}
    .page-service .dx-tabs.v2 li:first-child {border-left: 1px solid #a6a6a6;}
    .page-service .dx-tabs.v2 li:nth-child(4) {border-left: 1px solid #a6a6a6; border-top: 0;}
    .page-service .dx-tabs.v2 li:nth-child(5) {border-top: 0;}
    .page-service .dx-tabs.v2 li a{border-top: 0;}

    .qual-list {display: block;}
    .qual-list .item{display: block;}
    .qual-list .item .icon{width: 100%; min-height: 130px;}
    .qual-list .item .qual-content{border-left: 0; padding: 15px;}

    .con-list{display: block;}
    .con-list .item{width: 100%;}
    .con-list .item.arrow{height: auto; margin: 0; padding: 10px 0; }
    .con-list .item.arrow .icon{transform: rotateZ(90deg);}

    .process-list{margin-top: 4rem;}
    .process-list .item{display: block;}
    .process-list .item .step{width: 100%;}
    

    /* ## BOARD */
    #bo_gall .gall_row .col-gn-3, #bo_gall .gall_row .col-gn-4{width: 50%;}
    #bo_gall .gall_row .box_clear{clear: none;}


    /* ## EVENT */
    .page-event .brand-banner{padding: 2rem 0;}
    .page-event .brand-banner-image{float: none; width: 100%;}
    .page-event .brand-banner-content{display: block; height: auto; padding: 20px 0 0 0; margin-left: 0; float: none; }

    /* ## LANDING */
    .ec_input_wrap.notice{margin-top: 20px;}


    .list-grid .grid-content .category{font-size: 13px;}
    .list-grid .grid-content .title{font-size: 15px;}

    .navigation ul li{font-size: 12px;}
    #captcha #captcha_info{font-size: 12px;}
    

    .exh-list .item{flex-direction: column; align-items: flex-start;}
    .exh-list .item .image{margin-top: 1.25rem;}


    .page-screen{margin-bottom: 3rem;}

}

@media (max-width: 640px){
    
    
    /* ## MAIN */
    #screen .screen-image{display: none}
    #screen .screen-image-mobile{display: block}
    #screen .slide-control{top: auto; bottom: 20px; width: 100%; text-align: center; right: 0;}

    .our-list li{flex: 0 0 50%; width: 50%; padding: 0 0.75rem;}
    .product-content{padding: 1rem 0.5rem;}

    .section-recommend .section-title{margin-bottom: 150px;}
    .section-recommend .slick-dots{top: -118px;}
    .section-recommend .slick-dots li{width: 33.3333%; float: left; margin: 0; border-top: 1px solid #ededed; border-right: 1px solid #ededed; padding: 4px; height: 50px; line-height: 40px;}
    .section-recommend .slick-dots li:nth-child(1){border-left: 1px solid #ededed;}
    .section-recommend .slick-dots li:nth-child(4){border-left: 1px solid #ededed; border-bottom: 1px solid #ededed;}
    .section-recommend .slick-dots li:nth-child(5){border-bottom: 1px solid #ededed;}
    .section-recommend .slick-dots li:nth-child(6){border-bottom: 1px solid #ededed;}
    .section-recommend .slick-dots .slick-active{background-color: #f2f2f2;}
    .section-recommend .slick-dots .slick-active .custom-pager{border-color: #f2f2f2;}
    .section-recommend .slick-dots .custom-pager{border: 0;}

    /* .section-brand .brand-banner-image */
    .section-brand .section-header{padding-bottom: 140px;}
    .section-brand .section-title{margin-bottom: 0;}
    .section-brand .slick-dots{top: -108px;}
    .section-brand .slick-dots li{width: 33.3333%; float: left; margin: 0; border-top: 1px solid #333; border-right: 1px solid #333; padding: 4px; margin-top: -1px; height: 50px; line-height: 40px;}
    .section-brand .slick-dots li:nth-child(1){border-left: 1px solid #333;}
    .section-brand .slick-dots li:nth-child(4){border-left: 1px solid #333; border-bottom: 1px solid #333;}
    .section-brand .slick-dots li:nth-child(5){border-bottom: 1px solid #333;}
    .section-brand .slick-dots li:nth-child(6){border-bottom: 1px solid #333;}
    .section-brand .slick-dots .slick-active{background-color: #276bc1;}
    .section-brand .slick-dots .slick-active .custom-pager{border-color: #276bc1;}

    .section-banner .slide-control{top: 150px; bottom: auto;}


    /* ## FOOTER */
    /* .basic-icons{max-width: 100%; text-align: center;}
    .static-icon{display: inline-block; margin-bottom: 2rem; max-width: 100%; margin-left: 0;}
    .support .static-icon{margin-top: 0;}
    .support .footer-icons-wrap{padding-top: 2rem;} */

    #footer .copyright{margin-top: 1rem; line-height: 1;}
    #footer .copyright span{text-align: left;}

    /* ## BRANDS */
    .brand-list .col-xs-4{width: 50%;}


    /* ## SHOP */
    .product-list li{width: 50%; max-width: 100% !important; margin-bottom: 2rem; padding: 0 0.5rem;}

    .slider-bimage .slick-slide img{width: 100%; height: auto;}
    .sit-desc{overflow-x: scroll;}

    .od_prd_list .cell-product{width: 75%;}
    .od_prd_list .cell-price{width: 25%; text-align: right;}
    #sod_fin_list .od_prd_list .cell-price{text-align: right;}
    #sod_fin_list .icon-status{right: auto; left: 0;}

    /* ## SEARCH */
    .shop-content #sqa_sch select{width: 19%; float: left; margin-right: 1%;}
    .shop-content #sqa_sch .sch_wr{width: 60%; float: left;}
    .shop-content #sqa_sch .sch_btn{float: right;}
    .shop-content #sqa_sch .sch_input{width: 75%;}
    .shop-content #sqa_sch a{width: 20%; float: left; text-align: center;}

    .shop-content #ssch_cate li{width: 33.3333%; }

    /* ## SUPPORT */
    .iw_inner{display: none;}


    /* ## BOARD */
    .mobile-datetime{display: block; margin-top: 3px;}
    .td_datetime, .td_name, .td_num{display: none;}

    #bo_list .tbl_head01 thead th:nth-child(3){display: none;}
    #bo_list .tbl_head01 thead th:nth-child(4){display: none;}
    #bo_list .tbl_head01 thead th:nth-child(5){display: none;}

    .bo_tit a{display: inline-block; max-width: 220px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; vertical-align: middle;}

    .bo_v_nb a{display: inline-block; max-width: 120px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; vertical-align: middle;}

    
    .page-application .app_bg{height: 320px;}
    .page-application .app_banner{margin: 15px 0; height: 260px;}


    /* ## MEMBER */
    .mgroup-item{float: none; width: 100%; margin-left: 0;}
    .mgroup-item:first-child{margin-bottom: 20px;}


    .service-header .btn-download-wrap{margin-top: 1rem;}
    .service-header .btn-download-wrap a{display: block; width: 100%; text-align: center;}

    .page-banner .btn-download-wrap a{height: 35px; line-height: 33px; padding: 0 10px;}


    .ethic-wrap{padding: 20px;}
    
}

@media (max-width: 480px){

    .navigation ul li .dividing-line{margin: 0 5px;}

    .section-banner .banner-content.banner-04 .banner-subtitle{font-size: 0.9rem; height: 19px;}

    .section-banner .banner-content .banner-subtitle{line-height: 1.4;}

    /* ## BOARD */
    #bo_gall .gall_row .col-gn-3, #bo_gall .gall_row .col-gn-4{width: 100%;}


    /* ## SHOP */
    #sod_bsk_act .btn01, #sod_bsk_act .btn_submit{width: 140px;}
    #sod_ws_act .btn01, #sod_ws_act .btn_02, #sod_ws_act button{width: 140px;}

    .sit_use_top #sit_use_wbtn{position: relative; top: auto; right: auto; text-align: right;}

    #sit_use_list .sit_use_con{margin-right: 0;}
    #ist_use_list .sit_use_li_title{bottom: auto; top: 20px; right: 0;}

    .sit-info-wrap .sit-desc iframe{height: 194px;}

    /* Board LIST */
    #bo_gall .gall_box{margin-bottom: 3rem !important;}
    #bo_gall .bo_tit{height: auto !important;}

    /* ## EVENT */
    .page-event .brand-banner .brand-banner-text h2{margin-top: 10px;}
    .page-event .brand-banner .brand-banner-text .banner-desc{margin-top: 15px;}


    .sit-info-wrap #sit_rel .bx-controls-direction{top: 0; right: 0;}


    /* ## SEARCH */
    .shop-content #ssch_frm .ssch_scharea .ssch_input{height: 30px; float: left; width: calc(100% - 85px);}
    .shop-content #ssch_frm .ssch_scharea .btn_submit{margin-right: 0; width: 80px; height: 30px; float: left;}
    .search-price{display: block; margin-top: 10px;}
    .shop-content #ssch_cate li{width: 33.3333%;}

    .shop-content #ssch_sort_all{padding: 0;}
    .shop-content #ssch_sort_all li{width: 33.3333%; text-align: center; padding: 10px 0; height: auto;}


    .page-calibration .dn-btns a{margin: 0 1rem ;}


    /* ## SERVICE */
    .page-service .dx-tabs.v2 li{width: 50%;}
    .page-service .dx-tabs.v2 li:nth-child(odd) {border-left: 1px solid #a6a6a6; border-top: 0;}
    .page-service .dx-tabs.v2 li:nth-child(even) {border-left: 0; border-top: 0;}

    .page-service .dx-tabs.v2 li:nth-child(1), .page-service .dx-tabs.v2 li:nth-child(2){border-top: 1px solid #a6a6a6;}

    .dx-table.white{table-layout: fixed;}
    .inq-table .dx-table.white tbody th{width: 30%;}
    .inq-table .dx-table.white tbody td{width: 70%; padding-right: 0;}

    .file-inner.with-btn .dx-input{width: calc(100% - 120px);}

}

@media (max-width: 380px){
    .navigation .navi-title{font-size: 12px;}
    .navigation ul li .dividing-line{margin: 0 2px;}

    .subscribe-content .dividing-line{display: none}
    .subscribe-content .view-event{display: block; margin: 10px 0 0 0;}


    .section-banner.validation .banner-image{height: 170px;}


    /* ## FOOTER */
    

    /* ## SEARCH */
    .shop-content #ssch_cate li{width: 50%;}

    /* ## SHOP */
    .sit-info-wrap .sit-desc iframe{height: 163px;}

    /* ## SUPPORT */
    .page-calibration .dx-tabs li{width: 50%;}
    .page-calibration .dx-tabs li a, .page-calibration .dx-tabs li:nth-child(4) a{border-left: 0;}
    .page-calibration .dx-tabs li:nth-child(2n+1) a{border-left: 1px solid #a6a6a6;}
 
}