/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button {margin:0;padding:0;box-sizing:border-box;}
fieldset,img {border:0 none}
dl,ul,menu,li {list-style:none}
blockquote, q {quotes: none}
blockquote:before, blockquote:after,q:before, q:after {content:'';content:none}
input,select,textarea,button {vertical-align:middle}
button {border:0 none;background-color:transparent;cursor:pointer}
body {background:#fff}
a {text-decoration:none}
a:active, a:hover {text-decoration:none}
address,caption,cite,code,dfn,em,var {font-style:normal;font-weight:normal}

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@font-face { font-family: 'S-CoreDream-9Black'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-9Black.woff') format('woff'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'S-CoreDream-3Light'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'S-CoreDream-8Heavy'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-8Heavy.woff') format('woff'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'S-CoreDream-4Regular'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'S-CoreDream-7ExtraBold'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-7ExtraBold.woff') format('woff'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'S-CoreDream-2ExtraLight'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-2ExtraLight.woff') format('woff'); font-weight: normal; font-style: normal; }

/* ·Î±×ÀÎ */
.top_login .login { width: 1100px; margin: 10px auto; display: flex; justify-content: flex-end }
.top_login .login > li:not(:last-child) { margin-right: 15px }
.top_login .login a { font-family: 'Noto Sans KR', sans-serif; font-size: 13px; color: #666; font-weight: 400; letter-spacing: -0.04em }

/* »ó´Ü */
.top_main { width: 100%; margin: 30px auto }
.top_main > div { width: 1100px; margin: 0 auto; display: flex; justify-content: space-between }

.top_main .logo { width: 340px }
.top_main .search { width: 390px }
.top_main .tel { width: 370px }

.top_main .logo { display: flex; align-items: center; flex-direction: row }
.top_main .logo img { max-width: 300px; max-height: 120px }

.search { display: flex; align-items: center; flex-direction: row; justify-content: center }
.search .search_box { display: flex; width: 390px; height: 54px; border: 3px solid #5C97E3; border-radius: 27px }
.search_box select {
	margin: 0 15px 0 22px; width: 76px; height: 47px; border: 0; background: url('<%=site%>img/icon_select_arrow.png') no-repeat right 50%;
	font-family: 'Noto Sans KR', sans-serif; font-size: 14px; color: #222; font-weight: 400; letter-spacing: -0.02em;
	vertical-align: top; outline: transparent; -webkit-appearance: none; -moz-appearance: none }
.search_box select::-ms-expand { display: none; }

.search .select_search {
	width: 70px; margin: 0 10px 0 15px; border: 0; font-family: 'Noto Sans KR', sans-serif; font-size: 14px; color: #222; font-weight: 400; letter-spacing: -0.02em;
	appearance:none; background:url('../img/icon_select_arrow.png') no-repeat right center;
	}

.search .input_search { width: 230px; height: 30px; border: 0; font-size: 14px; border-left: 1px solid #ddd; margin: 9px 0; padding-left: 14px; box-sizing: border-box }
.input_search:focus { outline: none }
.search .input_searchbtn { display: inline-block; margin-left: 5px;  margin-top: 11px }

.top_main .tel { display: flex; align-items: center; flex-direction: row; justify-content: right }
.top_main .tel strong { display: block; font-family: 'S-CoreDream-7ExtraBold', sans-serif; font-size: 30px; color: #333; letter-spacing: -0.02em; line-height: 40px }
.top_main .tel > div > div { font-family: 'S-CoreDream-4Regular' ,sans-serif; font-size: 13px; color: #666; letter-spacing: -0.04em; text-align: center }
.top_main .tel > div img { position: relative; top: -1px; vertical-align: middle; margin-right: 5px }

.dictionary_wrap > div { position: absolute; top: 10px; left: -22px; width: 319px; z-index:9999 }
.dictionary_content { margin-top: 10px; padding: 10px; line-height: 20px; color: #b3b3b3; border:1px solid #999; background-color: #fff; border-radius: 3px; box-shadow:2px 2px 5px #e0e0e0}
.dictionary_content a { font-family: '±¼¸²', sans-serif; font-size: 12px; color: #666; font-weight: 400; letter-spacing: -0.02em	}
.dictionary_content a:hover { color: #EF4639 }

.best-cate {
  width: 1100px;
  margin: 25px auto;
  display: flex;
  justify-content: space-between;
}

.best-cate a {
  display: inline-block;
}

.best-cate .icon-link {
  text-align: center;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 15px;
  color: #222;
  font-weight: 500;
}

.best-cate .icon-link .icon {
  display: block;
  width: 70px;
  height: 70px;
  margin-bottom: 5px;
  padding: 5px;
  letter-spacing: -0.08em;
  border: 1px solid #CDCDCD;
  border-radius: 70px;
  transition: 0.1s;
}

.best-cate .icon-link:hover {
  color: #5C97E3;
}

.best-cate .icon-link:hover .icon {
  border: 1px solid #5C97E3;
  color: #5C97E3;
}

/* »ó´Ü¸Þ´º */
.category_menu { width: 100%; height: 59px; display: flex; border-top: 1px solid #D6D6D6; background:url('../img/bg_menu.gif') repeat-x }
.category_menu > div:nth-child(1) { width: calc(50% - 340px); background: #5c97e3; height: 58px; text-align: right }
.category_menu > div:nth-child(2) { width: 890px }
.category_menu > div:nth-child(2) ul { margin: 0 60px; display: flex; justify-content: space-between }
.category_menu > div:nth-child(2) ul a { display: block; font-family: "Noto Sans KR",sans-serif; font-size: 16px; color: #222; line-height: 56px; letter-spacing: -0.02em }
.category_menu > div:nth-child(2) ul a:hover { color: #5c97e3; text-decoration: none }
.category_menu > div:nth-child(2) ul li:nth-child(6),.category_menu > div:nth-child(2) ul li:nth-child(7) { position: relative; top: 15px }

/* ¸ÞÀÎ ´ë¹è³Ê */
.main_banner { min-width: 1100px; margin: 30px auto; background: #fff; height: 443px; padding: 0; overflow-x: hidden; overflow-y: hidden }

/* ¹è³Ê8 */
.banner8 { width: 100%; background: #f6f8fa; padding: 51px 0 }
.banner8 > div { width: 1100px; margin: 0 auto; display: flex; flex-wrap: wrap }
.banner8 > div > div { flex: 1 1 23%; align-self: stretch; margin: 0 12px 12px 0 }
.banner8 > div > div:nth-child(4n) { margin-right: 0 }
.banner8 > div > div:nth-child(n+5):nth-child(-n+8) { margin-bottom: 0 }

/* ¶ì¹è³Ê */
.line_banner { width: 1100px; margin: 40px auto 0; text-align: center }

/*±¤°í¹è³Ê*/
.ad { width: 1100px; margin: 26px auto 0 }

/* ¹è³Ê4 */
.banner4 { width: 1100px; margin: 39px auto 0; display: flex; justify-content: space-between }

/* ¸¹ÀÌ Ã£´Â ¾ÆÀÌÅÛ */
.bestitem_title { margin-top: 74px; text-align: center; font-family: 'Noto Sans KR', sans-serif; font-size: 28px; line-height: 28px; color: #222; font-weight: 500; letter-spacing: -0.02em }
.bestitem { width: 1100px; margin: 39px auto 0; display: flex; flex-wrap: wrap }
.bestitem > div { flex: 1 1 18%; align-self: stretch; margin: 0 10px 10px 0 }
.bestitem > div:nth-child(5n) { margin-right: 0 }
.bestitem > div:nth-child(n+6):nth-child(-n+10) { margin-bottom: 0 }

/* º£½ºÆ®»óÇ° */
.best_product_title { margin: 80px 0 40px; text-align: center; font-family: 'Noto Sans KR', sans-serif; font-size: 28px; line-height: 28px; color: #222; font-weight: 500; letter-spacing: -0.02em }
.best_product,.ad { width: 1100px; margin: 26px auto 0 }

.best_item { width: 100%; display: flex; flex-wrap: wrap }
.best_item > div { flex: 1 1 16%; align-self: stretch; margin: 0 10px 50px }
.best_item > div:nth-child(5n+1) { margin-left: 0 }
.best_item > div:nth-child(5n) { margin-right: 0 }
.best_item .code,.best_item .subject,.best_item .price { font-family: 'Noto Sans KR', sans-serif; margin-top: 3px; text-align: left }
.best_item .img img { width: 192px; height: 192px; border: 1px solid #ddd; border-radius: 5px }
.best_item .code { font-family: 'Noto Sans KR', sans-serif;  font-size: 14px;  color: #ec3d42 }
.best_item .code strong { font-weight: normal;  color: #666 }
.best_item .subject { width: 100%; font-size: 16px; color: #222; font-weight: 400; width: 192px; margin: 0 auto; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical}
.best_item .price { font-size: 20px; color: #000; font-weight:400 }

/* ¹è³Ê3 */
.banner3 { width: 1100px; margin: 85px auto 0; display: flex; justify-content: space-between }

/* ÃßÃµ ºê·£µå */
.brand_roll { min-width: 1100px; margin-top: 80px; padding: 40px 0 5px; background: #f5f5f5; text-align: center }
.brand_roll > .roll > h2 { font-family: 'Noto Sans KR', sans-serif; font-size: 30px; rcolor: #222; font-weight: 500; letter-spacing: -0.02em }
.brand_roll .roll { width: 1100px !important; margin: 0 auto 27px }
.brand_roll .more a { float: right; padding: 10px 0 20px; font-family: 'Noto Sans KR', sans-serif !important; font-size: 16px; font-weight: 500; }
.brand_roll p { font-family: 'Noto Sans KR', sans-serif; font-size: 16px; font-weight: 400; }

/* ¹è³Ê2 */
.banner2_title { margin-top: 52px; text-align: center; font-family: 'Noto Sans KR', sans-serif; font-size: 28px; line-height: 28px; color: #222; font-weight: 500; letter-spacing: -0.02em }
.banner2 { width: 1100px; margin: 38px auto 0; display: flex; justify-content: space-between }

.quick_banner > div { display: block; margin-bottom: 10px }

/* Äü¹è³Ê_Å×¸¶ */
.quick_theme { border-radius: 10px; width: 140px; border: 1px solid #bbb; background: #f2f2f2 }
.quick_theme .title { height: 35px; text-align: center; background: #289fcb; font-family: 'Noto Sans KR', sans-serif; font-size: 16px; line-height: 35px; color: #fff; font-weight: 400; letter-spacing: -0.08em; border-top-left-radius: 8px; border-top-right-radius: 8px }
.selectbox { text-align: center; padding: 7px 0; }
.select_main { margin-bottom: 7px; width: 120px; height: 27px; border: 1px solid #ddd; font-family: 'Noto Sans KR', sans-serif; font-size: 14px; line-height: 27px; color: #666; letter-spacing: -0.08em }

.quick_cs { margin-top: 9px }

/* Äü¹è³Ê_¿À´Ãº»»óÇ° */
.quick_cart { margin-top: 9px; width: 140px }
.quick_cart .body { border-radius: 10px; border: 1px solid #bbb; background: #fff; margin:0 !important }
.quick_cart .title { height: 46px; padding-top: 3px; text-align: center; line-height: 18px; background: #526972; border-bottom: 1px solid #e5e5e5; border-top-left-radius: 8px; border-top-right-radius: 8px }
.quick_cart .title { font-family: 'Noto Sans KR'; font-size: 14px; font-weight:300; color: #fff }
.quick_cart .title p { font-family: 'Noto Sans KR'; font-size: 16px; font-weight:300; color: #fff }
.quick_cart .prev { padding: 14px 0 11px; text-align: center }
.quick_cart .img { text-align: center }
.quick_cart .img img { width: 75px; height: 75px; margin-bottom: 5px; border: 1px solid #ddd }
.quick_cart .next { padding: 11px 0 14px 0; text-align: center }
.quick_cart .next img { transform: rotateX(-180deg) }

/* ÇÏ´Ü Çàº¹ °í°´¼¾ÅÍ */
.bottom_customer { width: 100%; margin-top: 89px; padding: 32px 0; background: #f6f8fa }
.bottom_customer > div { width: 1100px; margin: 0 auto; display: flex; justify-content: space-between; font-family: 'Noto Sans KR'; font-size: 14px; color: #333; font-weight: 400 }
.bottom_customer > div > div:nth-child(1) { width: 288px; margin-right: 10px }
.bottom_customer > div > div:nth-child(2) { width: 140px; margin-right: 10px }
.bottom_customer > div > div:nth-child(3) { width: 321px; margin-right: 10px; border: 1px solid #ddd; border-radius: 5px; background: #fff }
.bottom_customer > div > div:nth-child(4) { width: 321px; border: 1px solid #ddd; border-radius: 5px; background: #fff }

.bottom_customer .customer > h1 { margin-bottom: 6px; font-weight: 500; font-size: 24px; color: #222; line-height: 20px }
.bottom_customer .customer .bottom_no { margin-bottom: 15px; font-weight: 500; font-size: 32px; color: #333 }
.bottom_customer .customer .info { line-height: 24px }

/* ÇÏ´Ü °í°´¼­ºñ½º */
.bottom_customer .service { border: 1px solid #ddd; background: #fff; border-radius: 5px; padding-top: 5px }
.bottom_customer .service > div { height: 41px; padding-left: 11px; line-height: 41px; border-bottom: 1px solid #ddd }
.bottom_customer .service > div:last-child { border-bottom: 0 }

.bank, .pds { padding: 25px 19px }
.bottom_customer h2 { padding-bottom: 8px; border-bottom: 1px solid #666; font-size: 20px; font-weight: 400; line-height: 20px; margin-bottom: 14px }
.bank .bank_no { display: flex; padding-bottom: 10px; border-bottom: 1px solid #ddd }
.bank .bank_no > div:nth-child(1) { margin-right: 13px }
.bank .bank_no > div:nth-child(2) strong { display: block; font-size: 18px; font-weight: 400; color: #222 }
.bank .info { margin-top: 12px; font-size: 14px; font-weight: 400; color: #222 }
.bank .bank_name { width: 75px; height: 50px; background: #f7f8fa; border-radius: 5px; display: flex; align-items: center; flex-direction: row; justify-content: center; font-size: 12px; letter-spacing: -0.04em }

.pds > h2 > span { display: inline-block; float: right; position: relative; top: 5px }
.pds_bbs { height: 102px; background: url('../img/bbs_pds.gif') repeat-y }
.pds_bbs li { height: 34px; text-align: left }
.pds_bbs > li > input { width: 100%; border: 0; font-family: 'Noto Sans KR', sans-serif; font-size: 14px; color: #222; cursor: pointer; line-height: 34px; background: transparent }

/* ÇÏ´Ü Á¤º¸ */
.bottom { min-width: 1100px; border-bottom: 1px solid #444; background: #84888B }
.bottom_info { display: flex; width: 1100px; padding: 55px 0; margin: 0 auto; display: flex }
.bottom_info > div:nth-child(1) { width: 180px }
.bottom_info > div:nth-child(2) { width: 590px }
.bottom_info > div:nth-child(3) { width: 330px; text-align: right }
.bottom_info > .company,.bottom_info > .company a { font-family: 'Noto Sans KR', sans-serif; font-size: 14px; color: #fff; font-weight: 400; line-height: 26px; letter-spacing: -0.02em }
.bottom_info > .logo { margin-bottom: 18px }
.bottom_info > .logo img { max-width: 135px }
.bottom_info > .company strong { display: block; line-height: 10px; margin-bottom: 10px; color: #222 }

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Brush+Script&display=swap');

.content_company { padding: 50px 0 100px; width: 1200px; margin: 0 auto; text-align: center }
.content_company > h4 { font-family: 'Noto Sans KR', sans-serif; margin-bottom: 75px; font-size: 46px; line-height: 65px; color: #222; font-weight: 400 }
.content_company > h4 strong { font-weight: 600 }
.content_company > p { font-family: 'Noto Sans KR', sans-serif; font-size: 20px; line-height: 30px; color: #666; font-weight: 400 }
.content_company > .img { margin: 70px 0 }
.content_company > .sign { font-family: 'Noto Sans KR', sans-serif; margin-top: 75px; font-size: 20px; color: #222 }
.content_company > .sign > span { display: inline-block; margin-left: 10px; font-family: 'Nanum Brush Script', cursive; font-size: 45px }

.best_keyword { width: 1100px; margin: 60px auto 0 }
.best_keyword .title { font-family: 'Noto Sans KR', sans-serif; font-size: 28px; color: #222; font-weight: 500; letter-spacing: -0.02em; text-align: center }

/* MD's ÃßÃµ»óÇ° */
.mdchoice { margin-top: 80px; padding: 60px 0; background: #f9ede2; overflow: hidden }
.mdchoice > div { display: flex; justify-content: space-between; width: 1100px; margin: 0 auto }
.mc_subject { width: 100px; min-width: 150px; height: 220px; margin: 0 auto }
.mc_subject strong { font-family: 'Noto Sans KR', sans-serif; font-size: 28px; color: #000; font-weight: 500; line-height: 34px; letter-spacing: -0.02em }
.mc_subject p { margin-top: 10px; font-family: 'Noto Sans KR', sans-serif; font-size: 16px; color: #777; font-weight: 400; line-height: 22px; letter-spacing: -0.02em }
.mc_content .mySwiper_md { width: 1000px; height: 220px }
.mc_content { width: 1000px; height: 220px; display: flex; justify-content: space-between }

/* ¹è³Ê7 */
.banner7 { margin-top: 70px }
.banner7 > div:nth-child(2) { width: 1100px; margin: 30px auto 0; display: flex; justify-content: space-between; flex-wrap: wrap }
.banner7 > div:nth-child(2) > div { margin-bottom: 15px }
.banner7 .title7 { width: 1100px; margin: 40px auto 0; font-family: 'Noto Sans KR', sans-serif; font-size: 28px; color: #222; font-weight: 500; letter-spacing: -0.02em; text-align: center }

/* ÀÎ±âÄ«Å×°í¸® - ¸¶¿ì½º ·Ñ¿À¹ö */
.menu-link {
  position: relative;
  display: inline-block;
}

.menu-link img {
  display: block;
}

.menu-link .img-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.menu-link:hover .img-hover,
.menu-link:focus-visible .img-hover {
  opacity: 1;
}

.best-category {
  width: 1100px;
  margin: 0 auto 30px;
  display: flex;
  justify-content: space-between;
}
