/* 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 { width: 100%; height: 35px; background: #f8f8f8 }
.top_login > div { width: 1100px; margin: 0 auto; display: flex; justify-content: space-between }
.top_login .login { display: flex; justify-content: end; min-width: 400px }
.top_login .login > li { line-height: 35px }
.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: #333; font-weight: 400; letter-spacing: -0.02em }

/* ÆÇÃË¹°»çÀü */
.top_login .dictionary { line-height: 35px; z-index:999999999999 }
.dictionary .suject { display: inline-block; margin-right: 11px; font-family: 'Noto Sans KR', sans-serif; font-size: 14px; color: #222; font-weight: 400; letter-spacing: -0.08em }
.dictionary_list {
	display: inline-block; width: 20px; height: 20px; cursor: pointer; margin-right: 3px;position: relative; top: -2px;
	font-family: "Dotum"; font-size: 12px; color: #fff; text-align: center; border-radius: 2px; background: #999; line-height: 20px
	}
.dictionary_box { position: absolute; top: 10px; left: 50%; margin-left: -454px }

/* »ó´Ü */
.top_main { width: 100%; margin: 0 auto; border-bottom: 1px solid #e1e1e1 }
.top_main > div { width: 1100px; margin: 0 auto; display: flex; justify-content: space-between }
.top_main > div > div { height: 120px }

.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 #555; 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 }

.category_menu { width: 100%; margin: 15px auto 10px }

/* ¸ÞÀÎ ´ë¹è³Ê */
.main_banner { min-width: 1100px; background: #fff; height: 443px; padding: 0; overflow-x: hidden; overflow-y: hidden }

/*±¤°í¹è³Ê*/
.ad { width: 1100px; margin: 50px auto 0 !important }

/* MD's ÃßÃµ»óÇ° */

/* ¹è³Ê7 */
.banner7 { width: 1100px; margin: 60px auto 0; display: flex }
.banner7 > div:first-child { display: flex; flex-wrap: wrap }
.banner7 > div:first-child div { margin-right: 16px }
.banner7 > div:first-child div:nth-child(1),
.banner7 > div:first-child div:nth-child(2),
.banner7 > div:first-child div:nth-child(3) { margin-bottom: 16px }

/* Å×¸¶Áß°£¹è³Ê·Ñ¸µ */
.theme_middle_t { width: 1100px; margin: 60px auto 0 }
.theme_middle { width: 1100px; margin: 30px auto 0 }

/* ÀÎ±âÅ°¿öµå */
.best_category { width: 1100px; margin: 95px auto 0; display: flex; flex-wrap: wrap; justify-content: space-between }
.best_category img { margin-bottom: 50px }

/* ¹è³Ê6 */
.banner6 { width: 1100px; margin: 70px auto 0; display: flex; flex-wrap: wrap; justify-content: space-between }
.banner6 div:nth-child(n+1):nth-child(-n+3) { margin-bottom: 30px }

/* º£½ºÆ®»óÇ° */
.best_product_title { margin: 60px 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; justify-content: space-between }
.best_item > div { flex: 1 1 16%; margin: 0 auto 30px }
.best_item .img,.best_item .code,.best_item .subject,.best_item .price { width: 192px; font-family: 'Noto Sans KR', sans-serif; margin: 3px auto 0; 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 { font-size: 16px; color: #222; font-weight: 400; line-height: 20px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical}
.best_item .subject a { font-family: 'Noto Sans KR', sans-serif; font-size: 16px;  color: #222 }
.best_item .price { font-size: 18px; color: #000; font-weight:400 }

/* ÃßÃµ ºê·£µå */
.brand_roll { min-width: 1100px; margin-top: 47px; padding: 49px 0 48px; background: #f5f5f5; text-align: center }
.brand_roll > .roll { width: 1100px; margin: 0 auto }
.brand_roll > .roll > h2 { font-family: 'Noto Sans KR', sans-serif; font-size: 30px; line-height: 30px; color: #222; font-weight: 500; letter-spacing: -0.02em }
.brand_roll > .roll > span { z-index: 99999; display: inline-block; float: right; height: 38px; position: relative; top: -32px }

/* MD's ÃßÃµ»óÇ° */
.mdchoice { margin-top: 40px; padding: 60px 0; background: #f9ede2; overflow: hidden }
.mdchoice > div { display: flex; width: 1100px; margin: 0 auto }
.mc_subject { width: 210px; min-width: 210px; 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 { width: 890px; height: 220px }

/* ¹è³Ê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 }

/* Äü¹è³Ê_Å×¸¶ */
.quick_theme { border-radius: 10px; width: 110px; border: 1px solid #ddd; background: #fff }
.quick_theme .title { height: 34px; text-align: center; background: #ef4639; border-top-left-radius: 8px; border-top-right-radius: 8px }
.selectbox { text-align: center; padding: 7px 0; }
.select_main { margin-bottom: 7px; width: 98px; height: 25px; border: 1px solid #ddd; font-family: 'Noto Sans KR', sans-serif; font-size: 14px; line-height: 25px; color: #666; letter-spacing: -0.08em }

/*ÇÏ´Ü°Ô½ÃÆÇ*/
.delux_tail,.delux_tail div { font-family: 'Noto Sans KR'; font-weight: 400; color: #333; letter-spacing: -0.02em; box-sizing: border-box }
.delux_tail { margin: 50px auto; width: 1100px; display: flex; justify-content: space-between }
.delux_tail > div:nth-child(1) { width: 380px }
.delux_tail > div:nth-child(2) { width: 340px }
.delux_tail > div:nth-child(3) { width: 280px }

.delux_tail .custom_center { padding: 22px 29px; border: 2px solid #eee; text-align: center }
.delux_tail .custom_center > div:nth-child(1) { font-size: 18px }
.delux_tail .custom_center > div:nth-child(2) { font-size: 28px; font-weight: 500; line-height: 28px }
.delux_tail .custom_center > div:nth-child(4) { font-size: 14px; font-weight: 300 }
.delux_tail .custom_center .f_board ul { margin-top: 17px; display: flex; justify-content: space-between; flex-wrap: wrap }
.delux_tail .custom_center .f_board li { margin-bottom: 10px }


.f_bank > div:nth-child(2) { display: flex; margin: 30px 0; height: 53px }
.f_bank > div:nth-child(4) { font-size: 15px; color: #666; font-weight: 300; letter-spacing: -0.02em; line-height: 22px }
.f_bank .bank_img { display: flex; border-right: 2px solid #ddd; margin-right: 20px; padding-right: 20px; display: flex; align-items: center; flex-direction: row; justify-content: center }
.f_bank .bank_name { font-size: 17px; color: #333; letter-spacing: -0.02em }
.f_bank .bank_no strong { display: inline-block; margin-top: -2px; font-size: 22px; color: #333; letter-spacing: -0.02em; font-weight: 500; line-height: 30px }
.f_bank .bank_no p { font-size: 16px; color: #333; letter-spacing: -0.02em }

.bank_btn { margin-bottom: 7px; display: flex; justify-content: space-between }

.f_title { font-size: 20px !important; color: #222; font-weight: 500 !important; padding-bottom: 15px; border-bottom: 2px solid #000 }

.f_title { display: flex; justify-content: space-between }
.f_title a { position: relative; top: 10px }


/* Äü¹è³Ê_¿À´Ãº»»óÇ° */
.fly2 .quick_cart,.fly2 .topdown { margin: 0 !important }
.quick_cart { margin-top: 9px; width: 110px }
.quick_cart .body { border-top-left-radius: 10px; border-top-right-radius: 10px; border: 1px solid #ddd; border-bottom: 0; background: #fff; margin:0 !important }
.quick_cart .title { height: 35px; text-align: center; line-height: 35px; background: #526972; font-family: 'Noto Sans KR'; font-size: 14px; font-weight:300; color: #fff; border-bottom: 1px solid #e5e5e5; border-top-left-radius: 8px; border-top-right-radius: 8px }
.quick_cart .prev { padding: 10px 0 6px; 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: 6px 0 10px 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 }

.pds > h2 > span { display: inline-block; float: right; position: relative; top: 5px } 
.pds_bbs { height: 204px; 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: #222 }
.bottom_info { display: flex; width: 1100px; padding: 35px 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: #999; font-weight: 400; line-height: 26px; letter-spacing: -0.02em }
.bottom_info > .logo { margin-bottom: 18px; filter: grayscale(100%) }
.bottom_info > .logo img { max-width: 135px; filter: opacity(100%); filter: brightness(3) }
.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: 56px; 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; position: relative; left: 10px; top: 6px; font-family: 'Nanum Brush Script', cursive; font-size: 45px }

.best_keyword { width: 1100px; margin: 40px 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 }
