@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/sunn-us/SUITE/fonts/static/woff2/SUITE.css");
@import url("https://cdn.jsdelivr.net/gh/moonspam/NanumBarunGothic@latest/nanumbarungothicsubset.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;500;700&display=swap");
* {
  margin: 0;
  padding: 0;
}

dl,
dt,
dd,
ol,
ul,
li {
  list-style: none;
}

a,
i {
  text-decoration: none;
  color: inherit;
}

img {
  border: 0;
}

i {
  font-style: normal;
}

.wrap {
  position: relative;
  width: 100%;
  font-family: "Noto Sans KR", sans-serif;
}

.inner {
  width: 1200px;
  margin: 0 auto;
}

.header_wrapper {
  width: 100%;
  border-bottom: 2px solid #dbddde;
  position: absolute;
  top: 6px;
  right: 30px;
  z-index: 9999;
  color: white;
  border-bottom: unset;
}

.header_wrapper .top_menu {
  height: 42px;
  padding: 7px 0;
}

.header_wrapper .top_menu ul {
  overflow: hidden;
  float: right;
}

.header_wrapper .top_menu ul li {
  float: left;
  font-weight: 300;
  font-size: 13px;
  margin-left: 20px;
}

.header_wrapper .menu {
  display: flex;
}

.header_wrapper .menu .logo_top {
  width: 300px;
  margin-top: -20px;
}

.header_wrapper .menu .nav {
  width: 900px;
  display: flex;
  margin-top: 10px;
}

.header_wrapper .menu .nav li:not(div[class^=submenu] li) {
  width: 180px;
}

.header_wrapper .menu .nav li a:not(.submenu_link) {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  height: 45px;
  letter-spacing: 1px;
}

.header_wrapper .menu .nav li:hover a:not(.submenu_link),
.header_wrapper .menu .nav li .on {
  border-bottom: 2px solid red;
  margin-bottom: -2px;
  box-sizing: content-box;
}

.header_wrapper .menu div[class^=submenu] {
  position: absolute;
  top: 99px;
  left: 0;
  z-index: 3;
  background: #fff;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  display: none;
}

.header_wrapper .menu .box {
  display: flex;
  justify-content: center;
  width: 1200px;
  margin: 15px auto 20px;
}
.header_wrapper .menu .box.straight {
  position: relative;
  left: 680px;
  justify-content: left;
  margin: 15px 0 20px;
  flex-direction: column;
  width: fit-content;
}
.header_wrapper .menu .box.straight > ul {
  font-weight: 300;
  font-size: 13px;
  padding: 0;
}
.header_wrapper .menu .box.straight > ul a:hover {
  text-decoration: underline;
}

.header_wrapper .menu .box ul {
  margin: 0 30px;
  /* border: 1px solid rebeccapurple; */
}

.header_wrapper .menu .box ul li:nth-child(1) {
  font-weight: bold;
  font-size: 16px;
}

.header_wrapper .menu .box ul li {
  font-weight: 300;
  font-size: 13px;
  padding: 5px 0;
}

.header_wrapper .menu .box ul li a:hover:not(.submenu_link.blank) {
  text-decoration: underline;
}

/* 메인 캐러셀 */
.visual {
  position: relative;
  overflow: hidden;
}

.visual ul {
  position: relative;
}

.visual ul .v_img {
  height: 830px;
}

.visual .v_banner {
  position: absolute;
  left: 18%;
  bottom: 5%;
}

.visual .m_paging .mp_prev {
  width: 42px;
  height: 92px;
  position: absolute;
  top: -10%;
  left: -10%;
  background: url(/img/paging_01.png) no-repeat left top;
  z-index: 2;
}

.visual .m_paging .mp_next {
  width: 42px;
  height: 92px;
  position: absolute;
  top: -10%;
  right: -10%;
  background: url(/img/paging_01.png) no-repeat right top;
  z-index: 2;
}

.visual .v_banner .icon_fbkmall {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 3;
}

.visual .v_banner .main_banner {
  position: relative;
  height: 380px;
  z-index: 2;
}

.visual .v_banner .main_banner .m_banner {
  position: absolute;
  right: 0;
  overflow: hidden;
  width: 500px;
}

.visual .v_banner .main_banner .m_banner li {
  float: left;
  margin-left: 5px;
  margin-bottom: 5px;
}

.visual .v_banner .main_banner .m_banner li a:hover {
  opacity: 80%;
}

/* con 타이틀 */
.con {
  margin-top: 50px;
  margin-bottom: 120px;
}

.con .main_tit {
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}

.con .main_tit h2 {
  float: left;
  font-size: 42px;
}

.con .main_tit .more {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 15px;
}

/*  */
.con .fbkmall {
  position: relative;
}

.con .fbkmall .f_paging .fp_prev {
  width: 29px;
  height: 50px;
  position: absolute;
  top: 52%;
  left: -4%;
  background: url(/img/paging_02.png) no-repeat left top;
  z-index: 111;
}

.con .fbkmall .f_paging .fp_next {
  width: 29px;
  height: 50px;
  position: absolute;
  top: 52%;
  right: -4%;
  background: url(/img/paging_02.png) no-repeat right top;
}

.con .fbkmall ul {
  display: flex;
}

.con .fbkmall ul li {
  margin-right: 1px;
}

.con .fbkmall ul li:nth-last-child(1) {
  margin: 0;
}

.con .info {
  margin-top: 110px;
}

.con .info ul {
  display: flex;
}

.con .info ul li {
  margin-right: 7px;
}

.con .info ul li:nth-last-child(1) {
  margin: 0;
}

.con .evnet {
  margin: 75px 0 50px;
}

.con .evnet .event_con {
  padding: 22px 0 40px;
  border-top: 1px solid #b4b7bb;
  border-bottom: 1px solid #b4b7bb;
}

.con .evnet .event_con ul {
  display: flex;
}

.con .evnet .event_con ul li {
  margin-right: 45px;
}

.con .evnet .event_con ul li:nth-last-child(1) {
  margin: 0;
}

.con .evnet .event_con ul li > a {
  width: 370px;
  height: 257px;
  display: block;
  margin-bottom: 10px;
}

.con .evnet .event_con ul li p {
  font-size: 25px;
  line-height: 30px;
}

/* footer */
#ft {
  height: 220px;
  background: #e3e7ea;
  box-sizing: border-box;
  padding: 50px 0 0 0;
}

#ft ul {
  display: flex;
}

#ft ul li {
  font-size: 16px;
  font-weight: 300;
}

#ft ul li:nth-child(1) {
  width: 300px;
  box-sizing: border-box;
}

.subvisual {
  width: 100%;
  height: 180px;
  color: white;
}
.subvisual .sv_img {
  width: 100%;
  height: 180px;
}

.subvisual .inner {
  overflow: hidden;
  padding: 50px 0 0 0;
}

.subvisual .inner h3 {
  font-size: 45px;
  float: left;
}

.subvisual .inner p {
  float: left;
  padding-top: 10px;
  margin-left: 30px;
  font-weight: 300;
  font-size: 16px;
}

.adr {
  padding: 10px 0;
  font-weight: 300;
  font-size: 13px;
  border-bottom: 1px solid #dbddde;
  margin-bottom: 45px;
}

.adr ul {
  overflow: hidden;
}

.adr ul li {
  float: left;
  color: #666;
  margin: 0 10px;
}

.adr ul li:nth-last-child(1) {
  color: #d41217;
}

/* 서브 컨텐츠 */
.is_contentview #ctt {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.is_contentview #ctt #ctt_con {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.is_contentview #ctt #ctt_con #bo_cate {
  margin-top: 0;
}
.is_contentview #ctt #ctt_con #bo_v {
  margin-top: 0;
}

.is_contentview .content_container {
  overflow: hidden;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.2px;
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 100px;
}
.is_contentview .content_container #ctt_con {
  line-height: unset;
}
.is_contentview .content_container .sub_con {
  float: right;
  width: 100%;
  position: relative;
}
.is_contentview .content_container .sub_con #wrapper_title {
  padding: 0;
  padding-bottom: 20px;
  font-size: 2em;
  font-weight: bold;
  float: left;
}
.is_contentview .content_container .sub_con ul.lists-row {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
  margin-left: 0;
  margin-right: 0;
}
.is_contentview .content_container .sub_con ul.lists-row .sct_li {
  border: 1px solid #dddddd;
  width: auto;
  padding-top: 10px;
}
.is_contentview .content_container .sub_con ul.lists-row .sct_li .sct_txt {
  border-bottom: 0;
  height: auto;
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 14px;
  margin-top: 0;
}
.is_contentview .content_container .sub_con ul.lists-row#second_sct {
  grid-template-columns: repeat(5, 1fr);
}
.is_contentview .content_container .sub_con #sit_ov_from #sit_pvi_big {
  float: none;
  position: relative;
}
.is_contentview .content_container .sub_con #sit_ov_from #sit_pvi_big img {
  width: auto;
}
.is_contentview .content_container .sub_con #sit_ov_from #sit_pvi_thumb {
  margin-top: 10px;
}
.is_contentview .content_container .sub_con #sit_ov_from #sit_pvi_thumb li {
  float: left;
}
.is_contentview .content_container .sub_con #sit_ov_from #sit_ov_wrap {
  width: 100%;
}
.is_contentview .content_container .sub_con #sit_ov_from .option_list .option_item td#io_order {
  width: 15%;
  text-align: center;
}
.is_contentview .content_container .sub_con #sit_ov_from .option_list .option_item td#io_order a {
  padding: 1px 10px;
  background: black;
  color: white;
}
.is_contentview .content_container .sub_con .relate_product_file {
  min-height: 150px;
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.is_contentview .content_container .sub_con .relate_product_file table {
  width: 100%;
  border-collapse: collapse;
}
.is_contentview .content_container .sub_con .relate_product_file table tr:first-child {
  border-top: 1px solid #e8e8e8;
}
.is_contentview .content_container .sub_con .relate_product_file table th {
  width: 20%;
  border-bottom: 1px solid #e8e8e8;
  padding: 10px 0;
}
.is_contentview .content_container .sub_con .relate_product_file table td {
  width: 80%;
  border-bottom: 1px solid #e8e8e8;
  padding: 10px 0;
}
.is_contentview .content_container .sub_con .relate_product_file table td a.product_link {
  background: black;
  color: white;
  padding: 10px 15px;
  font-size: 1rem;
  display: inline-block;
  font-weight: bold;
}
.is_contentview .content_container .sub_con .relate_product_file button.file_btn {
  background: black;
  color: white;
  padding: 10px 15px;
  font-size: 1rem;
}
.is_contentview .content_container .sub_con .sit_ov_tbl tr.tech_file button {
  border: 0;
  padding: 5px 15px;
  background: black;
  color: white;
  width: 150px;
}
.is_contentview .content_container .sub_con div.event_side div div#event_li div#img {
  height: auto;
}
.is_contentview .content_container .sub_con #sev_hhtml img {
  width: 100%;
}
.is_contentview .content_container .sub_con #sct table#product_info {
  border-collapse: collapse;
  height: 100%;
  width: 100%;
  font-size: 15px;
}
.is_contentview .content_container .sub_con #sct table#product_info th {
  padding: 10px 20px;
}
.is_contentview .content_container .sub_con #sct table#product_info td a {
  padding: 10px 20px;
  display: flex;
  height: 100%;
  align-items: center;
  font-weight: 500;
}
.is_contentview .content_container .sub_con #sct table#product_info thead {
  border: 1px solid #3d3d3d;
}
.is_contentview .content_container .sub_con #sct table#product_info thead th {
  border: 1px solid #3d3d3d;
  background: #3d3d3d;
  color: white;
}
.is_contentview .content_container .sub_con #sct table#product_info tbody td {
  border: 1px solid #e8e8e8;
  padding: 10px;
}
.is_contentview .content_container .sub_con #sct table#product_info tbody td#sarstedtPdf {
  text-align: center;
}
.is_contentview .content_container .sub_con #sit .shopView .tab_tit {
  padding: 0;
}
.is_contentview .content_container .sub_con #sit .shopView .tab_tit button.selected::after {
  background: none;
}
.is_contentview .content_container .sub_con #sit .shopView .option_list p#option_name {
  background: none;
  margin-bottom: 0;
  border: 1px solid #e8e8e8;
}
.is_contentview .content_container .sub_con #sit .shopView .option_list table tr.option_sub {
  background: #a1a1a1;
  color: white;
  text-align: center;
}
.is_contentview .content_container .sub_con #sit .shopView .option_list table tr.option_sub td {
  border-color: #a1a1a1;
}
.is_contentview .content_container .sub_con #sit .shopView .option_list table tr.option_item td#io_description_text {
  width: 30%;
  padding-left: 5px;
}
.is_contentview .content_container .sub_con #sit .shopView .section_title {
  color: red;
  letter-spacing: 0.5px;
  font-weight: normal;
  padding: 10px 15px;
}
.is_contentview .content_container .sub_con #sit .shopView .option_info {
  padding-bottom: 100px;
}
.is_contentview .content_container .sub_menu_list_wrapper {
  float: right;
  width: 100%;
}
.is_contentview .content_container .sub_menu_list_wrapper .sub_menu_list {
  overflow: hidden;
  border-left: 1px solid #999;
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fill, 178px);
}
.is_contentview .content_container .sub_menu_list_wrapper .sub_menu_list li {
  box-sizing: border-box;
  border: 1px solid #999;
  border-left: none;
}
.is_contentview .content_container .sub_menu_list_wrapper .sub_menu_list li:nth-child(n+6) {
  margin-top: -1px;
}
.is_contentview .content_container .sub_menu_list_wrapper .sub_menu_list li a {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 50px;
  vertical-align: middle;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
  padding: 0 10px;
}
.is_contentview .content_container .sub_menu_list_wrapper .sub_menu_list li a:hover {
  background: #f1f1f1;
}
.is_contentview .content_container .sub_menu_list_wrapper .sub_menu_list li a.bot5_activated {
  background: #278ead;
  font-weight: 500;
  color: white;
}

.is_contentview .left_menu {
  width: 220px;
  float: left;
}

.is_contentview .left_menu h4 {
  font-size: 35px;
  line-height: 42px;
  font-weight: 500;
  border-bottom: 5px solid #d41217;
}

.is_contentview .left_menu .l_menu_list {
  font-size: 14px;
}

.is_contentview .left_menu .l_menu_list > li:hover > ul.left_sub_menu:not(.expanded) {
  animation: left_menu_in 0.5s;
  animation-fill-mode: forwards;
}

.is_contentview .left_menu .l_menu_list li {
  padding: 10px 0;
  height: 100%;
}
.is_contentview .left_menu .l_menu_list li > ul.left_sub_menu {
  visibility: hidden;
  height: 0;
}
.is_contentview .left_menu .l_menu_list li > ul.left_sub_menu.expanded {
  visibility: visible;
  height: auto;
}
.is_contentview .left_menu .l_menu_list li > ul.left_sub_menu.expanded a.activated {
  font-size: 16px;
}
.is_contentview .left_menu .l_menu_list li > a {
  width: 100%;
  display: block;
}
.is_contentview .left_menu .l_menu_list li span.depth1 {
  font-size: 18px;
}
.is_contentview .left_menu .l_menu_list li span.depth1.expanded {
  font-size: 25px;
}

.is_contentview .left_menu .l_menu_list li {
  font-weight: bold;
  cursor: pointer;
  border-bottom: 1px solid #d41217;
  padding-left: 5px;
}

.is_contentview .left_menu .l_menu_list li ul li {
  font-size: 14px;
  font-weight: 300;
  color: #666;
  border: none;
  padding: 5px 0 5px 20px;
  position: relative;
}
.is_contentview .left_menu .l_menu_list li ul li .left_sub3_link_expander {
  border: 0;
  background: none;
  position: absolute;
  left: 0;
  top: 9px;
  color: #bbbbbb;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.is_contentview .left_menu .l_menu_list li ul li .left_sub3_link_expander:hover {
  color: #7c7c7c;
}
.is_contentview .left_menu .l_menu_list li ul li .left_sub3_link_expander.expanded::after {
  content: "\f068";
}
.is_contentview .left_menu .l_menu_list li ul li .left_sub3_link_expander::after {
  content: "\f067";
}

.is_contentview .left_menu .l_menu_list .left_sub4_menu {
  display: block;
}
.is_contentview .left_menu .l_menu_list .left_sub4_menu a:hover {
  color: black;
  font-weight: inherit;
}
.is_contentview .left_menu .l_menu_list .left_sub4_menu a.bot4_activated {
  color: #000;
  font-weight: bold;
}
.is_contentview .left_menu .l_menu_list .left_sub4_menu a::before {
  content: " · ";
  font-size: 15px;
  font-weight: bold;
  margin-right: 2px;
}
.is_contentview .left_menu .l_menu_list .left_sub4_menu li {
  font-size: 13px;
  padding: 5px 0px 3px 10px;
}
.is_contentview .left_menu .l_menu_list .left_sub4_menu.hide {
  display: none;
}

.is_contentview .left_menu .l_menu_list .sub_on,
.is_contentview .left_menu .l_menu_list li ul li a:hover,
.is_contentview .left_menu .l_menu_list li ul li a.activated {
  color: #d41217;
  font-weight: bold;
}

.contaner .sub_con {
  float: right;
  width: 900px;
}

.is_contentview > div#wrapper_title {
  display: none;
}

#container {
  width: auto;
  min-height: unset;
  padding-top: 15px;
}
#container .shop-content {
  padding: 0;
  width: 1200px;
  margin: 0 auto;
  padding: 0 50px;
}
#container .shop-content.is_index, #container .shop-content.is_contentview {
  width: auto;
}
#container .shop-content.is_index img.evt_main_img {
  width: 370px;
  height: 250px;
}

div.menu.inner ul.nav li > div[class^=submenu] {
  display: none;
}
div.menu.inner ul.nav li:hover > div[class^=submenu] {
  display: block;
}

.sub_banner_swiper {
  overflow-x: hidden;
}

#ft {
  height: 220px;
  background: #e3e7ea;
  box-sizing: border-box;
  padding: 50px 0 0 0;
  text-align: initial;
}

.top_menu > ul a#admin {
  color: red;
  font-weight: bold;
}

th.chk_box label, td.chk_box label {
  display: flex;
  justify-content: center;
}

.chk_box input[type=checkbox] + label span {
  margin-left: 0 !important;
}

#bo_list {
  margin: 0 auto 20px;
}

div#ctt_con div#bo_list {
  width: 100% !important;
}

div#ctt_con div#bo_list_total {
  display: none;
}

#bo_cate a {
  border-radius: 0px;
  width: 100%;
  font-size: 1rem;
  text-align: center;
  height: 100%;
}

div.bo_search {
  padding: 20px 0;
}

div.bo_search select, div.bo_search input, div.bo_search button {
  height: 30px;
  padding: 0 5px;
}

div.bo_search form {
  display: flex;
  justify-content: center;
}

div.bo_search form select {
  border-right: 0;
}

article#bo_v {
  max-width: 1200px;
  margin: 0 auto;
}

article#bo_v header {
  position: relative;
  z-index: 0;
}

#login_info .login_if_lpl {
  float: left;
  margin-left: 40px;
  margin-top: 10px;
}

div.view_verify {
  float: right;
}

div.view_verify a {
  height: 30px;
  border: 1px solid #767676;
  width: 302px;
  font-family: "NanumBarunGothic", sans-serif;
  font-size: 13px;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}

#login_info .login_if_auto {
  margin-top: 10px;
}

.hd_pops_footer {
  height: 40px;
  background: #444;
}

.hd_pops_footer .hd_pops_close {
  background: #444;
  font-size: 14px;
}

.hd_pops_footer div.reject_wrapper {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  margin-left: 10px;
  justify-content: space-between;
}

.hd_pops_footer button, .hd_pops_footer div.reject_wrapper {
  height: 40px;
}

.hd_pops {
  border: 0;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
}

section#bo_w div#title_img_test_inspection.title_img {
  background: url(/img/test_inspection_tit.jpg) no-repeat;
  width: 100%;
  height: 320px;
  margin-top: 25px;
}

ul#bo_cate_ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

@keyframes left_menu_in {
  0% {
    transform: translateY(-10%);
    opacity: 0;
    height: auto;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    height: auto;
  }
}
.searchWrap {
  float: right;
}
.searchWrap .searchArea {
  width: 300px;
  height: 50px;
  margin-top: 5px;
  margin-bottom: 13px;
  border: 0;
  border-bottom: 4px solid black;
  box-sizing: border-box;
}
.searchWrap .searchArea input {
  padding: 10px 28px 0 0;
  width: 100%;
  border: 0;
  outline: none;
  font-size: 12pt;
  margin-top: 8px;
  padding-left: 5px;
  height: 40px;
  background: none;
  color: black;
}
.searchWrap .searchArea input ::placeholder {
  color: gray;
  opacity: 0.3;
}
.searchWrap .search-btn {
  position: absolute;
  right: 13px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: none;
  border: 0;
  font-size: 1.8rem;
  color: black;
}

.sct_brand {
  color: #c96a6a;
}

.option_sub {
  background-color: #333333;
}
.option_sub td {
  padding: 5px 2px;
}

tr.option_item td#io_description {
  font-weight: bold;
  width: 42% !important;
}
tr.option_item td#io_id {
  font-weight: bold;
}
tr.option_item td#it_searchoption {
  padding-left: 5px;
}
tr.option_item td#io_purity {
  width: 18%;
}
tr.option_item td.searchOption {
  text-align: center !important;
  font-size: 13px;
  padding: 5px 3px !important;
}

.sub_com_info {
  font-family: "SUITE", sans-serif;
  padding: 10px 10px;
}
.sub_com_info h3.com_info_tit {
  margin: 0 0 20px;
  padding: 0;
  font-size: 28px;
  font-weight: 300;
  font-family: "SUITE", sans-serif;
}
.sub_com_info .com_info_article {
  font-size: 18px;
  font-weight: 300;
  font-family: "SUITE", sans-serif;
  line-height: 30px;
}
.sub_com_info .com_info_article span.redpoint {
  color: #d71d24;
  font-weight: 600;
  font-size: 28px;
  font-family: "SUITE", sans-serif;
}

#pdfTd .btnFloat {
  display: block;
}

.btnFloat {
  background: #3d3d3d;
  position: relative;
  width: 120px;
  padding: 0;
  margin: 10px 10px 10px 10px;
  font-weight: 600;
  text-align: center;
  line-height: 25px;
  font-size: 14px;
  color: #FFF;
  border-radius: 5px;
  transition: all 0.2s;
  box-shadow: 0px 0px 0px 0px #3d3d3d;
}
.btnFloat:hover {
  box-shadow: 0px 0px 0px 5px #dfdbdb;
}

#locationDiv {
  width: 800px;
  margin: auto;
  margin-bottom: 70px;
}
#locationDiv #comeHere {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
#locationDiv #comeHere li.hereLocation {
  width: 250px;
  font-size: 18px;
  padding: 9px 0;
  display: flex;
  color: #999999;
  background: unset;
}
#locationDiv #comeHere li.hereLocation.selected {
  border-bottom: 2px solid #47b5f0;
}
#locationDiv #comeHere li.hereLocation.selected span {
  color: black;
  font-weight: bold;
}
#locationDiv #comeHere li.hereLocation span {
  width: 100%;
  text-align: center;
  border-right: 1px solid #cfcfcf;
  cursor: pointer;
}
#locationDiv #comeHere li.hereLocation:nth-child(1) span {
  border-left: 1px solid #cfcfcf;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  border: 0;
}

.wrap {
  font-family: "Nanum Gothic", sans-serif;
}

.wrap .top {
  width: 100%;
  height: 640px;
}

.wrap .top .title {
  width: 1200px;
  height: 640px;
  margin: 0 auto;
}

.wrap .top .title ul {
  padding-top: 55px;
  padding-right: 30px;
  display: flex;
  justify-content: end;
  color: white;
}

.wrap .top .title ul .menu {
  justify-content: start;
}

.wrap .top .title ul li {
  list-style: none;
  margin-left: 20px;
}

.wrap .top .title ul li a {
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  padding: 6px 25px 7px;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 1px;
}

.wrap .top .title ul.menu li a {
  padding: 10px 25px 7px;
  font-size: 24.5px;
}

.wrap .top .title ul li a:hover {
  opacity: 85%;
}

.wrap .top .title ul li:nth-child(2) a {
  border: 1px solid #00f6ff;
  background: rgba(0, 246, 255, 0.3);
}

.wrap .content {
  width: 1200px;
  margin: 0 auto;
}

.wrap p,
.wrap .content ul li {
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}

.wrap table td {
  font-weight: 300;
  font-size: 15px;
}

.wrap .content h2 {
  font-size: 38px;
  border-bottom: 3px solid #022765;
  padding: 0 0 5px 0;
  margin: 50px 0 15px;
}

.wrap .content h3 {
  background: url(/img/bullet01.png) no-repeat left 11px;
  font-size: 28px;
  padding-left: 22px;
  margin: 50px 0 8px;
  line-height: unset;
}

.wrap .content ul li {
  background: url(/img/bullet02.png) no-repeat left 9px;
  padding-left: 14px;
  margin-left: 5px;
}

.wrap .content .box_img {
  margin-top: 50px;
  /* border: 1px solid red; */
  display: flex;
  justify-content: space-between;
}

.wrap .content .box_img div:nth-child(1) {
  margin-right: 50px;
}

.wrap .content .box_img div h3:nth-child(1) {
  margin-top: 0;
}

.wrap .content .order {
  padding: 70px 0;
  display: flex;
  justify-content: center;
}

.wrap .content .order button {
  margin: 0 15px;
  cursor: pointer;
}

.wrap .content .order button {
  border-radius: 9px;
  box-sizing: border-box;
  font-family: "Nanum Gothic", sans-serif;
  font-size: 30px;
  width: 380px;
  height: 85px;
  font-weight: 500;
  letter-spacing: 1px;
}

.wrap .content .order button:nth-child(1) {
  border: 2px solid #076cb9;
  background-color: #fff;
}

.wrap .content .order a button.bg {
  border: none;
  background-image: linear-gradient(100deg, #02cae6, #0681c3, #074db9);
  background-size: 200% 100%;
  color: white;
}

.bg {
  animation: bg 8s infinite both;
  transform: translate3d(0, 0, 0);
}

@keyframes bg {
  0%, 100% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
}
/* ----------------------------ORDER------------------------- */
.wrap_order {
  width: 100%;
  margin: 0 auto;
  font-family: "Nanum Gothic", sans-serif;
  font-size: 13px;
}
.wrap_order .frm_input_text {
  width: 100%;
  border-radius: 3px;
  height: 30px;
  font-weight: 100;
}
.wrap_order #ad_form {
  position: relative;
}
.wrap_order .excel_order_upload {
  position: absolute;
  right: 0;
  top: 5px;
  padding: 2px 7px;
  background-color: #e8f0f7;
  border: 1px solid #a9b0b6;
  border-radius: 4px;
}

.wrap_order h3 {
  font-size: 20px;
  margin: 30px 0 5px;
}

.wrap_order .title ul {
  display: flex;
  justify-content: end;
  margin: -30px 0 10px;
}

.wrap_order .title ul li {
  margin-left: 5px;
}

.wrap_order .title ul li button {
  background: #128bcc;
  color: white;
  padding: 3px 10px;
  border-radius: 3px;
  border: 1px solid #128bcc;
  font-size: 14px;
}

/* .wrap_order .title:nth-child(1) h3 {
    margin-top: 0;
} */
.wrap table,
.wrap_order table {
  border-collapse: collapse;
  border: 0;
  width: 100%;
}

.wrap .grid {
  margin-top: 10px;
}

.wrap .grid th,
.wrap .grid td,
.wrap_order .grid th,
.wrap_order .grid td {
  border: 1px solid #cfcfcf;
  padding: 6px 10px;
}

.wrap .grid th,
.wrap_order .grid th {
  font-weight: normal;
  background: #e8f0f7;
  color: #0b1f44;
  text-align: left;
}

.wrap .grid th {
  text-align: center;
}

.wrap_order .grid th label {
  border: none;
  background: none;
}

.wrap_order .grid td:nth-child(1) {
  background: #f4f8fe;
  font-weight: bold;
  padding: 10px 30px;
}

.wrap_order .grid_btn,
.wrap_order .grid_btn2 {
  border: 1px solid #cfcfcf;
  border-radius: 3px;
  padding: 0 8px 2px;
  font-size: 13px;
  background-image: linear-gradient(180deg, #fff, #f5f6f6);
  background-size: 200% 100%;
  display: inline-block;
  margin-right: 10px;
}

.wrap_order .grid_btn2 {
  margin-right: 0px;
  cursor: pointer;
  margin: 3px 0;
  position: relative;
}

.add_item {
  display: none;
  position: absolute;
  left: 31px;
  top: 69px;
  width: 402px;
  background: white;
  color: black;
  font-size: 12px;
  border: 1px solid #96bfd4;
  z-index: 9999;
}
.add_item .sec01 {
  width: 400px;
}
.add_item .sec01 h2 {
  border-spacing: 0;
  border-collapse: collapse;
  text-align: left;
  color: black;
  box-sizing: border-box;
  border: 0;
  font-family: "Malgun Gothic", "맑은 고딕", AppleGothic, Dotum, "돋움", sans-serif;
  margin: 10px 0 0;
  position: relative;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1em;
  padding: 0 0 10px 10px !important;
  font-size: 14px;
  border-bottom: 2px solid black;
  margin-bottom: 4px;
}
.add_item .sec01 h2::before {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 16px;
  background: #1a4e99;
  content: "";
}
.add_item .sec01 .tabs-wrapper {
  position: relative;
}
.add_item .sec01 .tabs-wrapper .tabs {
  width: 43%;
  position: sticky;
  top: 0;
  left: 0;
  margin-left: 1%;
}
.add_item .sec01 .tabs-wrapper .tabs label[for^=tab] {
  border: 1px solid #dcdcdc;
  background-color: #fcfcfc;
  padding: 7px 5px;
  margin: unset;
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
  font-size: 11px;
}
.add_item .sec01 .tabs-wrapper .contents {
  height: 580px;
  overflow-y: scroll;
  width: 55%;
}
.add_item .sec01 .tabs-wrapper .contents h4 {
  position: sticky;
  top: 0;
  margin-left: 1px;
}
.add_item .sec01 .tabs-wrapper .contents td {
  padding: 7px 5px;
  font-size: 10px;
  font-weight: unset;
}
.add_item.show {
  display: block;
}

.add_item li {
  text-align: left;
  cursor: pointer;
  line-height: 1.7em;
  border: 1px solid white;
}

.add_item li.selected div {
  background-color: beige;
}

.add_item li:hover {
  opacity: 70%;
}

.grid_btn2 .show {
  visibility: visible;
}

.wrap_order label[for^=tab],
.wrap_order textarea,
.wrap_order select,
.wrap_order input {
  border: 1px solid #dcdcdc;
  background-color: #fcfcfc;
  padding: 3px;
}

.wrap_order textarea,
.wrap_order select,
.wrap_order select option,
.wrap_order input {
  font-weight: 100;
}

.wrap_order textarea {
  width: 100%;
  height: 80px;
  line-height: 1.2;
  appearance: none;
  display: block;
}

.wrap_order .order_form .grid tr:nth-child(5) td textarea {
  height: 50px;
}

.wrap_order .in_txt {
  width: 82px;
}

.wrap_order .order_info dl {
  margin-top: 15px;
  border: 1px solid #f4c0c0;
  padding: 15px 20px;
}

.wrap_order .order_info dl dt {
  color: #e2052f;
  margin-bottom: 10px;
}

.wrap_order .order_info .order_btn,
.wrap_order .order_btn_btm {
  display: flex;
  justify-content: center;
}

.wrap_order .order_info .order_btn li,
.wrap_order .order_btn_btm {
  margin: 30px 10px;
}

.wrap_order .order_info .order_btn li button {
  padding: 8px 35px;
  border: 1px solid #076cb9;
  color: #024b9d;
  font-size: 18px;
  border-radius: 3px;
}

.wrap_order .order_info .order_btn li:nth-child(1) button {
  background-color: #128bcc;
  border: none;
  color: white;
}

.wrap_order .order_info .order_btn li button:hover,
.wrap_order .order_btn_btm li button:hover {
  opacity: 85%;
}

.wrap_order .order_btn_btm li button {
  padding: 8px 35px;
  background-color: #024b9d;
  border: none;
  color: white;
  font-size: 18px;
  border-radius: 3px;
}

.s01 {
  width: 7px;
}

.wrap_order .grid2 {
  border: 1px solid #cfcfcf;
}

.wrap_order .grid2 th,
.wrap_order .grid2 td {
  border: 1px solid #cfcfcf;
  border-right: none;
  border-left: none;
  padding: 8px 10px;
  font-size: 12px;
  text-align: center;
}

.wrap_order .grid2 th {
  font-size: 13px;
  font-weight: normal;
  background: #f0f1f3;
  color: #0b1f44;
  padding: 6px 10px;
}

.wrap_order .grid3 {
  margin-top: 15px;
}
.wrap_order .grid3 tr.gw_bar.orderTabsExcel {
  display: none;
}

.wrap_order .grid3 th,
.wrap_order .grid3 td {
  border: 1px solid #96bfd4;
  padding: 6px;
}

.wrap_order .grid3 th {
  font-weight: normal;
  background: #e8f0f7;
  color: #0b1f44;
  position: relative;
}

.file-label {
  position: relative;
  display: inline-block;
  margin-left: 10px;
}
.file-label input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; /* 투명하게 만들기 */
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}
.file-label span {
  display: inline-block;
  background: rgb(170, 170, 170);
  color: #f0f0f0;
  padding: 6px 10px;
  border-radius: 4px;
  z-index: 1;
}

#gw_fileList .gw_fileBox {
  overflow: hidden;
  height: auto;
  padding: 5px 0;
  font-size: 14px;
  color: #666;
  line-height: 18px;
}
#gw_fileList .gw_fileBox .gw_file_name {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#gw_fileList .gw_fileBox .gw_file_name .removeFileSpan {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-image: url(/img/close_btn.png);
  cursor: pointer;
}

.topbtn {
  position: fixed;
  bottom: 1%;
  right: 10%;
  z-index: 999;
}

.topbtn a {
  width: 55px;
  height: 55px;
  display: block;
  padding-top: 19px;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: white;
  background: rgba(0, 0, 0, 0.5);
}

.wrap .top .title .menu li:nth-child(2) a {
  border: none;
  background: rgba(0, 0, 0, 0.5);
}

.wrap .top .title {
  position: relative;
}

.wrap .top .title .menu {
  position: absolute;
  bottom: -2px;
  left: 3%;
  width: 100%;
  justify-content: start;
}

.wrap .top .title .menu li {
  padding: 7px 6px;
  margin: 0;
}

.wrap .top .title .menu li a {
  border: none;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px 10px 0 0;
}

.wrap .top .title .menu li:hover a {
  border-bottom: 2px solid #000b34;
}

.wrap .top .title .menu li.on,
.wrap .top .title .menu li:hover {
  margin-top: -2px;
}

.wrap .top .title .menu li a.selected_menu {
  color: #00ffff;
  border-bottom: 2px solid #000b34;
}

#ctt {
  padding: 0 50px;
}

.wrap .sub_top {
  background: url(../img/subtop_bg.jpg) no-repeat center;
  height: 365px;
}

.wrap .sub_top .title {
  width: 1200px;
  height: 365px;
  margin: 0 auto;
  background: url(../img/subtop_title.jpg);
}

.subwrap .grid td:nth-child(1) {
  text-align: center;
  font-weight: 500;
}

.subwrap .grid02,
.subwrap .grid02 td {
  border: none;
}

.subwrap .grid02 td {
  padding: 3px 0 10px;
}

.sec01 dl dt {
  background: url(../img/bullet02.png) no-repeat left 9px;
  padding-left: 14px;
  margin-left: 5px;
  margin-top: 15px;
  font-size: 15px;
}

.sec01 dl dd {
  margin-left: 30px;
  margin-bottom: 5px;
  font-size: 16px;
}

.sec01 dl dd::before {
  content: "•";
  font-size: 17px;
  margin-left: -10px;
  padding-right: 5px;
  color: black;
}

/* sub02 */
.tabs {
  width: 30%;
}

.tabs-wrapper {
  display: flex;
  justify-content: space-between;
}

.tabs label {
  display: block;
  padding: 10px 20px;
  margin-right: 5px;
  cursor: pointer;
  border: 1px solid #01325b;
  margin-bottom: 5px;
  border-radius: 2px;
}

.tabs-wrapper input[type=radio] {
  display: none;
}

.con_sub2 {
  display: none;
}

.tabs-wrapper .contents {
  width: 68%;
}

.tabs-wrapper .contents h4 {
  border: 1px solid #01325b;
  background-color: #f5f8fb;
  color: #01325b;
  text-align: center;
  padding: 10px 20px;
}

.tabs-wrapper .contents .con_sub2 table td {
  padding: 12px 20px 12px 30px;
  border-bottom: 1px solid #d5d5d5;
}

#tab1:checked ~ .contents #content1,
#tab2:checked ~ .contents #content2,
#tab3:checked ~ .contents #content3,
#tab4:checked ~ .contents #content4,
#tab5:checked ~ .contents #content5,
#tab6:checked ~ .contents #content6,
#tab7:checked ~ .contents #content7,
#tab8:checked ~ .contents #content8,
#tab9:checked ~ .contents #content9,
#tab10:checked ~ .contents #content10,
#tab11:checked ~ .contents #content11,
#tab12:checked ~ .contents #content12,
#tab13:checked ~ .contents #content13,
#tab14:checked ~ .contents #content14,
#tab15:checked ~ .contents #content15,
#tab16:checked ~ .contents #content16,
#tab17:checked ~ .contents #content17,
#tab18:checked ~ .contents #content18 {
  display: block;
}

#tab1:checked ~ .tabs label[for=tab1],
#tab2:checked ~ .tabs label[for=tab2],
#tab3:checked ~ .tabs label[for=tab3],
#tab4:checked ~ .tabs label[for=tab4],
#tab5:checked ~ .tabs label[for=tab5],
#tab6:checked ~ .tabs label[for=tab6],
#tab7:checked ~ .tabs label[for=tab7],
#tab8:checked ~ .tabs label[for=tab8],
#tab9:checked ~ .tabs label[for=tab9],
#tab10:checked ~ .tabs label[for=tab10],
#tab11:checked ~ .tabs label[for=tab11],
#tab12:checked ~ .tabs label[for=tab12],
#tab13:checked ~ .tabs label[for=tab13],
#tab14:checked ~ .tabs label[for=tab14],
#tab15:checked ~ .tabs label[for=tab15],
#tab16:checked ~ .tabs label[for=tab16],
#tab17:checked ~ .tabs label[for=tab17],
#tab18:checked ~ .tabs label[for=tab18] {
  background-color: #01325b;
  font-weight: bold;
  color: #fff;
  border-radius: 3px;
}

.contents {
  border: none;
  position: relative;
}

.sec01 dl, .sec01 dt, .sec01 dd {
  display: block;
}

#wrapper {
  min-height: unset;
}

.sec01 {
  width: 1100px;
}

.excel_order_download {
  display: inline-block;
  position: relative;
}
.excel_order_download button {
  z-index: 10;
  padding: 2px 7px;
  background-color: #e8f0f7;
  border: 1px solid #a9b0b6;
  border-radius: 4px;
}

.orderTabs h3 {
  margin-bottom: unset;
  margin-left: 10px;
}
.orderTabs .tabsWrap {
  padding: 15px;
  background-color: #f4faff;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #e8f0f7;
}
.orderTabs .orderTabBtn {
  border-radius: 10px 10px 0 0;
  border: 1px solid #e8f0f7;
  border-bottom: unset;
  padding: 5px 5px 3px;
  background-color: #e2f2ff;
  z-index: 9;
  position: relative;
  top: 1px;
}
.orderTabs td {
  background-color: white;
}
.orderTabs .orderTabBtn.active {
  border-radius: 10px 10px 0 0;
  border: 1px solid #e8f0f7;
  border-bottom: unset;
  padding: 5px 5px 3px;
  background-color: #f4faff;
  z-index: 9;
  position: relative;
  top: 1px;
}

#orderTabsExcel {
  display: none;
}

.tab-content .grid {
  margin-top: unset;
}

.content .move_btn {
  display: block;
  float: right;
}

.content .move_btn span {
  font-size: 17px;
  font-weight: 500;
  color: #888;
}

.content .tab {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #022765;
  overflow: hidden;
}

.content .tabcontent {
  display: none;
}

.content ul.tab li {
  background: none;
  width: 10%;
  font-size: 20px;
  padding: 0 0 15px;
  cursor: pointer;
  transition: 0.3s;
  text-align: center;
  border-bottom: 2px solid #a6a6a6;
  font-weight: bold;
  color: #0b1f44;
}

.content ul.tab li:hover {
  border-bottom: 2px solid #022765;
}

.content ul.tab li.active {
  border-bottom: 2px solid #022765;
}

.content .mapgrid {
  border-top: 3px solid #022765;
  border-bottom: 3px solid #022765;
}

.content .mapgrid th,
.content .mapgrid td {
  border-left: none;
  border-right: none;
}

.content .mapgrid th {
  width: 146px;
}

#Map_add {
  width: 1100px;
  height: 450px;
  border: 0;
  border-radius: 5px;
  border: 1px solid #d2d2d2;
}

.content .txt01 {
  font-size: 18px;
  line-height: 30px;
}

.content h2 {
  overflow: hidden;
}

.gmap_view {
  width: 100%;
  height: 420px;
  font-size: 12px;
  border: 1px solid #ddd;
  margin: 20px 0;
}
.gmap_view table {
  border-collapse: collapse;
  text-align: left;
  line-height: 1.5;
  width: 100%;
  border-top: 2px solid #036;
}
.gmap_view table th {
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  color: #369;
  font-size: 13pt;
  text-align: center;
  vertical-align: middle;
}
.gmap_view table tr {
  border-bottom: 1px solid #ccc;
}
.gmap_view table td {
  padding: 10px;
  vertical-align: top;
  color: #555;
  vertical-align: middle;
  font-size: 11pt;
}

.lh2 {
  color: #036;
}

.title {
  font-size: 30px;
  color: black;
}

#locationDiv {
  width: 100%;
}
#locationDiv ul#comeHere li.hereLocation {
  background: white;
}

.location_area {
  margin-top: 50px;
  line-height: initial;
}

.location_area:first-child {
  margin-top: 0;
}