/* BASIC css start */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

#fix_position { overflow:visible !important; position:relative; display:block; top:0; z-index:2; width:100%; background:#FFF; }
#fix_position.headerFix { position:fixed; display:block; top:0; z-index:10000; width:100%; box-shadow: 0 1px 7px #c9c9c975; }

/* °Ë»ö (¾È¾²´Â±â´É) */
.header_fd .search{position: absolute; top: 50%; left: 56%; transform: translate(-50%, -50%); width: 62%; height: 32px; background: #f5f5f5; border-radius: 25px; }
.header_fd .search .searchBox{display: inline-block; width: 75%; margin: 4px 0 0 0;}
.header_fd .search .searchBox input{ width: 100%; height: 24px; border: 0; background: none; font-size: 11px; }
.header_fd .search .btn_search{ display: inline-block; width: 12%; margin: 9px 0px 0 0; vertical-align: top; text-align: right; -webkit-tap-highlight-color : rgba(0,0,0,0)}
.header_fd .search .btn_search img{width:13px}
@media (min-width: 760px) {
    .header_fd .search .searchBox{ width: 77%;}
}
@media (max-width: 320px) {
    .header_fd .search{ width: 60%;}
}

/* Ä«Å×°í¸® */
#header .header-scroll{position: fixed; left: 0; top: 0; background: #ffffff; z-index: 100; }

#header .menuArea{overflow: hidden;}
#header .menuArea:after{content:''; display:block; clear:both}
#header .menuArea .menu_wrap {font-size: 0; text-align: center;}
#header .menuArea .menu_wrap .menu_slide {display: inline-block; width: calc(100%/5); }
#header .menuArea .menu_wrap .menu_slide a{ display: inline-block; position: relative; padding: 6px 0 7px; color: #000; font-size: 0.85rem; }
#header .menuArea .menu_wrap .newIcon a:after{ content: '';  display: block; position: absolute; top: 4px; right: -7px; width: 6px; height: 10px; color: #ff349c; font-size: 10px; background:url('/design/nak3618/2021new/m/new_icon.png') no-repeat; background-size: contain;}
#header .menuArea .menu_wrap .menu_slide a.active { color: #000; font-weight:500}

#popup-event.type-01 dd img.checked{display:none;}

#header {width: 100%; border-bottom: 1px solid #ddd;}
#header .logo_top { padding-top:10px; font-size:0; text-align: center; overflow:hidden; position:relative; }
#header .logo_top:after{content:''; display:block; clear:both}
#header .logo_top .logo { float: left; margin: 0 0 0 40px; line-height:30px; }
#header .logo_top .logo a{display: inline-block; /* font-size: 25px; */ vertical-align: middle; font-weight: 700; font-family: 'montserrat'; line-height: 40px; letter-spacing: -1px; }
#header .logo_top .logo img { width: 85px; vertical-align: middle;}
#header .logo_top .login { position: absolute; right:80px; width:30px; height:40px; padding-right:10px;}
#header .logo_top .login div:before { content:'\F4E1'; font-size:25px; font-family:'bootstrap-icons'; line-height:40px; }

#header .logo_top .basket { position: absolute; width:30px; height:40px; right:42px; padding-right:10px; }
#header .logo_top .basket div:before { content:'\F179'; font-size:22px; font-family:'bootstrap-icons'; line-height:40px; }
#header .logo_top .basket img{width: 100%; vertical-align: bottom;}
#header .logo_top .basket .user_basket_quantity {
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    background: #e76191;
    border-radius: 50%;
    color: #fff;
    font-size: .6rem;
}


/* topmenu °íÁ¤ Å¾¸Þ´º */
.scrolldown { }
section.top_menu_Area {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 23px ;
    padding: 0 23px;
    background-color: rgb(255, 255, 255);
    overflow-x: scroll;
    scrollbar-width: none;
    font-size: 1.3em;
    font-weight: 600;
    height:45px;
    line-height:45px;
    white-space: nowrap;
    position: relative;
}
.top_menu_Area .direct { width: 20px; position: fixed; height:45px; background: #fff; z-index: 1; text-align: center; }
.top_menu_Area .top_left { left:0;  }
.top_menu_Area .top_left:before { left:0; content: '\F284'; font-family:'bootstrap-icons'; font-size:15px; }
.top_menu_Area .top_right { right:0; }
.top_menu_Area .top_right:before { right:0; content: '\F285'; font-family:'bootstrap-icons'; font-size:15px; }

.top_menu_Area a {
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-grow:1;
    position: relative;
    font-family: 'pretendard', 'sans-serif';
}
.top_menu_Area a:last-child { padding-right:10px; }
.top_menu_Area .top_menu_icon { position:absolute; top: -4px; right: -14px; font-size: 10px; color: #ff7676; animation: motion 1.3s linear 0s infinite; margin-top: 0; }
@keyframes motion {
	0% {margin-top: 0px;}
	20% {margin-top: 3px;}
	40% {margin-top: 0px;}
	60% {margin-top: 3px;}
	80% {margin-top: 0px;}
	100% {margin-top: 0px;}
}

/* »çÀÌµå ¸Þ´º */
input[id="menuicon"] { display:none; }
input[id="menuicon"] + label { display:block; width:20px; height:15px; position:absolute; cursor:pointer; margin:0 10px; z-index:8; background:#fff; top:22px; -webkit-tap-highlight-color: transparent; }
input[id="menuicon"] + label span { display:blcok; position:absolute; width:100%; height:2px; border-radius:30px; background:#000; transition:all .35s; }
input[id="menuicon"] + label span:nth-child(1) { top:0 }
input[id="menuicon"] + label span:nth-child(2) { top:50%; transform:translateY(-50%); }
input[id="menuicon"] + label span:nth-child(3) { bottom:0; }
input[id="menuicon"]:checked + label { z-index:100; margin:20px; width:30px; height:30px; top:0; right:0; position:fixed; }
input[id="menuicon"]:checked + label span { background:#000; }
input[id="menuicon"]:checked + label span:nth-child(1) { top:50%; transform:translateY(-50%) rotate(45deg); }
input[id="menuicon"]:checked + label span:nth-child(2) { opacity:0; }
input[id="menuicon"]:checked + label span:nth-child(3) { bottom:50%; transform:translateY(50%) rotate(-45deg); }
div[class="sidebar"] { width:100%; height:100%; background:#fff; position:fixed; top:0; left:-120%; z-index:9; transition:all .35s; padding-bottom:60px; } 
input[id="menuicon"]:checked + label + div { left:0; box-sizing: border-box; }


.sidebar > div { padding: 0 10px;}
.sidebar { overflow-y: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: none;  }
.sidebar::-webkit-scrollbar { display: none; }
.sidebar .logo { background:#fff; width:100%; height:77px; position:fixed; line-height:77px; z-index:10; }
.sidebar .logo img { width:80px; padding:22px 0; }
.sidebar .logo a { font-size: 2em; font-family: "montserrat"; font-weight:700; letter-spacing: -1px; padding: 0 0 0 20px; }

.sidebar .login_area { margin-top:100px; }
.sidebar .login_area .user_info  { margin: 0 0 20px 0;}
.sidebar .login_area .user_info_box { display: flex; }
.sidebar .login_area .user_info_box li { width:25%; text-align:center; font-size:1.1em; position: relative; }
.sidebar .login_area .user_info_box li a:before { padding-bottom:10px; }
.sidebar .login_area .user_info_box li.user_logout a:before { content: '\F1C3'; font-family: bootstrap-icons; font-size:24px; display:block; color:#838383; }
.sidebar .login_area .user_info_box li.user_login a:before { content: '\F4E1'; font-family: bootstrap-icons; font-size:24px; display:block; color:#838383; }
.sidebar .login_area .user_info_box li.user_mypage a:before { content: '\F4E1'; font-family: bootstrap-icons; font-size:24px; display:block; color:#838383; }
.sidebar .login_area .user_info_box li.user_basket a:before { content: '\F179'; font-family: bootstrap-icons; font-size:24px; display:block; color:#838383; }
.sidebar .login_area .user_info_box li.user_order a:before { content: '\F50E'; font-family: bootstrap-icons; font-size:24px; display:block; color:#838383; }
.sidebar .login_area .user_info_box li.user_join a:before { content: '\F4CB'; font-family: bootstrap-icons; font-size:24px; display:block; color:#838383; }
.sidebar .login_area .user_info_box li span#user_basket_quantity { position: absolute; top: 0; right: 15px; color: #fff; background-color:#ff5b96;  display: block; width: 16px; height: 16px; border-radius: 50%; font-size: .9em; }
.sidebar .login_area .user_info_box li span#join_popup { /* position: absolute; top:0; right:0; */ color: #fff; background-color: #ff5b96; display: block; padding: 2px 5px; border-radius: 10px; font-size: .7em; }


/* »çÀÌµå¸Þ´º °Ë»ö */
.sidebar .search { position: relative; height: 33px; /* background: #f5f5f5;*/ border:1px solid #d5d5d5; border-radius: 25px; margin:10px auto 20px; }
.sidebar .search .searchBox { display: inline-block; width: 80%; }
.sidebar .search .searchBox input { width: 100%; height: 33px; border: 0; background: none; font-size: 11px; text-align: center; }
.sidebar .search .btn_search { display: inline-block; width: 15%; margin: 9px 0px 0 0; vertical-align: top; text-align: center; -webkit-tap-highlight-color : rgba(0,0,0,0) }
.sidebar .search .btn_search img { width:16px }
@media (min-width: 760px) {
    .sidebar .search .searchBox{ width: 77%;}
}
@media (max-width: 320px) {
    .sidebar .search{ width: 60%;}
}

 .brand { margin: 40px 0 0 0; }
 .brand li { width: calc((100% - 15px) / 3); margin-right: 2px; margin-bottom: 20px; display:inline-block; vertical-align: top; }
 .brand li div.imgBox {  }
 .brand li div.imgBox img { width:100%; } 
 .brand p { font-size: 20px; font-weight: 700; margin: 30px 15px 20px; text-align: left;}
 .brand li div.textBox { display: block; margin-top: 7px; font-size: 12px; font-weight: 400; color: #464646; line-height: 20px; text-align: left; }
 .brand li div.textBox strong { display: block; margin-top: 7px; font-size: 14px; font-weight: 600; color: #111; line-height: 20px; }


/* »çÀÌµå¸Þ´º Ä«Å×°í¸® */

.sidebar_cate { box-sizing: border-box; margin-bottom: 25px; }
.sidebar_cate ul { display: grid; grid-template-columns: repeat(3,1fr); border: 0; background: #f7f7f7; border-radius: 5px; overflow: hidden; }
.sidebar_cate ul li { position: relative; box-sizing: border-box; width: auto; border: 0; text-align: center; padding: 15px 0 ; font-weight: 400; }
.sidebar_cate ul li a { font-size: 0.95em; display: inline-block; width: 100%; position: relative; padding: 0 15px; box-sizing: border-box; }
.sidebar_cate ul li a:after { content: ""; width: 1px; height: 100%; background-color: #d9d2ca; position: absolute; right: 0; top: 0; }
.sidebar_cate ul li:nth-child(3n) a:after { display: none; }




/* °Ë»ö »çÀÌµå¸Þ´º (right) */
input[id="searchicon"] { display:none; }
input[id="searchicon"] + label { display:block; margin:0 12px 0 0 ; cursor:pointer; z-index:8; width:30px; position:absolute; right:0; -webkit-tap-highlight-color: transparent; }
input[id="searchicon"] + label div:before { content:'\F52A'; font-size:21px; font-family:'bootstrap-icons'; line-height:40px; }
input[id="searchicon"] + label img { width:100%; }
input[id="searchicon"] + label span { display:none; }
input[id="searchicon"]:checked + label { z-index:12; right:0; transition: all .50s; }
input[id="searchicon"]:checked + label img{ display:none; }
input[id="searchicon"]:checked + label:after { content: '\F12F'; font-family: bootstrap-icons; font-size:20px; width:60px; line-height:60px; display:block; color:#000; position:fixed; top:0; left:0px; transition:all 1s;  }
input[id="searchicon"]:checked + label span { background:#000; }
div[class="r_sidebar"] { width:100%; height:100%; background:#fff; position:fixed; top:0; left:100%; z-index:10; transition:all .35s;  padding:0 20px; }
input[id="searchicon"]:checked + label + div { left:0; box-sizing: border-box; }

.r_sidebar { overflow-y: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: none;  }
.r_sidebar::-webkit-scrollbar { display: none; }
.r_sidebar h2 { font-size:20px; font-weight:700; letter-spacing:-0.3px; height:60px; line-height:60px; }
.r_sidebar .r_search { position: relative; }
.r_sidebar .r_search .r_searchBox{ /* display: inline-block; width: 75%; height:50px; */ }
.r_sidebar .r_search .r_searchBox input{ width:100%; padding: 0 15px; border:none; background:none; font-size:15px; height:40px; margin:10px 0 0 0; }
.r_sidebar .r_search .r_searchBox input:focus { outline: none; }
.r_sidebar .r_search .r_searchBox fieldset { border: 0 none; padding-right:50px; border-bottom:1px solid #000; height:50px; }
.r_sidebar .r_search .btn_search{ /* vertical-align: top; text-align: right; -webkit-tap-highlight-color : rgba(0,0,0,0) height:50px;*/ }
.r_sidebar .r_search .btn_search img { position: absolute; right: 30px; width: 20px; top:40%; }
@media (min-width: 760px) {
    .r_sidebar .search .searchBox{ width: 80%;}
}
@media (max-width: 320px) {
    .r_sidebar .search{ width: 60%;}
}

.r_sidebar .search_keyword p { font-size:20px; font-weight:800; margin: 30px 15px 20px; text-align:left; }
.r_sidebar .search_keyword .keyword_cate_wrap { text-align: left; }
.r_sidebar .search_keyword .keyword_cate_wrap ul { width:40%; display: inline-block; }
.r_sidebar .search_keyword p.keyword_cate01::after { content: '\F151'; font-family: 'bootstrap-icons'; font-size: 10px; padding: 0 0 0 5px; }
.r_sidebar .search_keyword ul { padding: 0 0 0 15px; }
.r_sidebar .search_keyword ul li { font-size:15px; height:30px; }
.r_sidebar .search_keyword ul li em { color:#ff5b96; font-weight:700; padding-right: 5px; width:20px; text-align:center; }
.r_sidebar .search_keyword dl { padding: 0 0 0 15px; }
.r_sidebar .search_keyword dl dd { font-size:15px; height:30px; line-height:30px; text-align:left; }

.keyword_cate02_role { overflow:hidden; }
.keyword_cate02_role ul { }
.keyword_cate02_role .roll_inner li { display: inline-block; white-space: nowrap; line-height:30px; background:#f5f5f5; margin-right:7px; padding:0 15px; border-radius:15px; }
.keyword_cate02_role .roll_inner .slick-list{ }
.keyword_cate02_role .roll_inner .slick-slide:nth-of-type(1){ }




/* Ä«Å×°í¸® ÅÇ¸Þ´º */
.tabmenu_wrap { overflow:hidden; margin-bottom: 30px; }
.tabmenu_wrap .tabs { height:39px; border-bottom:1px solid #e5e5e5; font-size:0;position: relative;  }
.tabmenu_wrap .tabs > .tab { display:inline-block; vertical-align:top; box-sizing:border-box; width:calc( 100% / 2 ); font-size:16px; color:#b2b2b2; height:40px; line-height:40px; text-align:center; border-right-width:0;  }
.tabmenu_wrap .tabs > .tab.on { color:#242424; font-weight:700; border-bottom:2px solid #ff5b96; }

.tabmenu_wrap .tab_contents { overflow:hidden; }
.tabmenu_wrap .tab_contents .cont { display:none; min-height:300px; }
.tabmenu_wrap .tab_contents .cont.on { display:block; }
.tabmenu_wrap .tab_contents .cont.category { font-size:0; }
.tabmenu_wrap .tab_contents .cont.category .category_list { display:inline-block; vertical-align:top; width:100%; box-sizing:border-box; padding: 15px 25px 0; }
.tabmenu_wrap .tab_contents .cont.category .category_list li { display:inline-block; width:49%; }
.tabmenu_wrap .tab_contents .cont.category .category_list li a { display:block; padding-left:10px;font-size:13px; color:#333; height:40px; line-height:40px; }
.tabmenu_wrap .tab_contents .cont.category .category_list .category_name .category_toggle {  display: none; background:#f9f9f9; border-radius: 10px; padding: 15px 20px; margin:10px 0 0 0 ; }
.tabmenu_wrap .tab_contents .cont.category .category_list .category_name .category_toggle_all { font-weight:700; }
.tabmenu_wrap .tab_contents .cont.category .category_list .category_name .category_toggle span {  margin: 4px 0 0; font-size: .8rem; }
.category_list:last-of-type { border-bottom:0 }
.category_list span { display: block; margin: 24px 0 0; }
.category_list span a {  color: #000; font-size: 1rem;  font-weight: 500; }
.category_list .category_name {  margin: 10px 0 0; }
.category_list .category_name div { margin: 0 0 15px; } 
.category_list .category_name p { color: #000; font-size: 0.95rem; font-weight: 500; padding: 0 0 5px; }
.category_list .category_name p img { width: 9px; margin: 0 0 0 7px; vertical-align: middle; transition-duration: 0.3s; transform: rotate(270deg); }
.category_list .category_name p img.rotate { 
     -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
     -o-transform: rotate(360deg);
     -ms-transform: rotate(360deg);
     transform: rotate(360deg);
 }

.tabmenu_wrap .tab_contents .cont.community {  }
.tabmenu_wrap .tab_contents .cont.community .community_list { display:inline-block; vertical-align:top; width:100%; box-sizing:border-box; padding: 15px 25px 0; }
.tabmenu_wrap .tab_contents .cont.community .community_list li { position:relative;  font-size: 0.95rem; font-weight: 500; padding: 0 0 5px; margin: 0 0 15px 0; /* width:49%; display:inline-block; */ }
.tabmenu_wrap .tab_contents .cont.community .community_list li a { box-sizing:border-box; color:#000; font-weight: 500; padding: 0 0 5px; }
.tabmenu_wrap .tab_contents .cont.community .community_list li a:after { /*  position:absolute; top:50%; right:0; display:block; width:15px; height:22px; margin-top:-11px; background:url(/design/nak3618/ms_202010/img/arrow_right_8_12.png ) 100% center no-repeat; background-size:4px 6px; content:""; */ }
.tabmenu_wrap .tab_contents .cont.community .coumunity_txt { margin: 15px 20px 10px; background: #f5f5f5; padding: 10px 20px; border-radius: 10px; font-size: 0.8rem; }

#main-title-3 {
    animation: flickerAnimation 4s infinite;
}
#main-title-4 {opacity:0; position: absolute; top:0; width:50%; font-family: 'pretendard'; line-height:45px; }
#main-title-4 {
    animation: flickerAnimation 4s infinite;
    animation-delay: 2s;
}

@keyframes flickerAnimation {
    0%   { opacity:0; }
    5%   { opacity:1; }
    45%  { opacity:1; }
    50%  { opacity:0; }
    100% { opacity:0; }
}

/* ´ÙÃ£´Ù ÀÚµ¿¿Ï¼º*/
.search-auto-complete-list { display:none; z-index:5; position:absolute; top:43px; left:0; width:100%; line-height:14px; background:#fff; box-shadow:0px 0px 5px 0px rgb(0 0 0 / 20%); }
.search-auto-complete-list ul { width:100%; padding:8px 5px 10px 5px; border-bottom:1px solid #ddd; display: flex; flex-wrap: wrap;}
.search-auto-complete-list ul li { text-align:center; margin: 3px; }
.search-auto-complete-list ul li a { display:block; padding:8px 14px; color:#000; border: 1px solid #eee; border-radius: 10px; background:none; font-family:'malgun gothic'; font-size:11px; letter-spacing:-1px; } 
.search-auto-complete-list ul li a strong { color:#ab3e41; }
.search-auto-complete-list ul li a:hover { background:#f2f2f2; }
.search-auto-complete-list ul li a:hover span {}
.search-auto-complete-list .search-list-close { display:block; padding:10px 11px; text-align:right; color:#666; font-size:11px; }


/* ´ÙÃ£´Ù °Ë»ö ÆÄÀÎ´õ - ·¹ÀÌ¾î */
#allfinder-ctr { background: #ff5b96; margin: 10px 0; padding: 10px 20px; border-radius: 10px; }
#allfinder-ctr a { display:block; color:#fff; text-align:left; }
#allfinder-ctr a span { font-size: 11px; }
#allfinder-ctr a p { font-size: 14px; font-weight:800; line-height:40px; float:left; padding-right:15px; }
#allfinder-ctr a p::after { content: '\F285'; font-family: 'bootstrap-icons'; font-size: 10px; padding: 0 0 0 5px; }

.all-finder-layer { z-index:200; position:fixed; top:0; left:0; width:100%; height:100%; background:#fff; overflow-y:auto; }
.all-finder-layer .finder-hd { z-index:5; position:fixed; top:0; left:0; width:100%; height:60px; border-bottom:1px solid #e7e7e7; background:#fff; }
.all-finder-layer .finder-hd .fa-close { position:absolute; top:17px; right:10px; font-size:26px; color:#000; }
.all-finder-layer .finder-hd .finder-tit { height:60px; line-height:60px; padding:0 10px; font-size:16px; font-weight:bold; color:#000; letter-spacing:-2px; }
.all-finder-layer .finder-search { position:relative; margin:0 10px 20px; border:2px solid #000; border-radius:3px; }
.all-finder-layer .finder-search .fa-search { display: inline-block; width: 40px; height: 42px; line-height: 42px; text-align: center; font-size: 18px; }
.all-finder-layer .finder-search .txt-input { width:85%; height:42px; line-height:42px; margin:0; padding:0; font-size:14px; outline:none; border:none; color: #000; vertical-align:top; letter-spacing:-1px; }
.all-finder-layer .finder-search .txt-input::-webkit-input-placeholder { color:#b1b1b1; }
.all-finder-layer .finder-search dd { background:#FFF; }
.all-finder-layer .finder-opt { padding:60px 0 55px; color:#000; }
.all-finder-layer .finder-opt dl dt { position:relative; height:53px; line-height:53px; padding:0 10px; border-top:1px solid #e7e7e7; font-size:14px; font-weight:bold; color:#000; letter-spacing:-1px; }
.all-finder-layer .finder-opt dl dt .fa { position:absolute; top:50%; right:10px; margin-top:-13px; font-size:25px; color:#b2b2b2; }
.all-finder-layer .finder-opt dl dt > .finder-tooltip-btn { display:inline-block; width:20px; height:20px; line-height:20px; margin-top:0; border:1px solid #cecece; border-radius:20px; color:#666; font-size:11px; background:#fff; text-align:center; outline:none; }
.all-finder-layer .finder-opt dl dt .finder-comm-layer { display:none; position:absolute; top:43px; left:10px; width:70%; padding:0 15px 11px; border:1px solid #000; background:#fff; text-align:left; font-weight:normal; color:#000; z-index:1 }
.all-finder-layer .finder-opt dl dt .finder-comm-layer .finder-btn-close { display:inline-block; position:absolute; top:10px; right:14px; margin:0; font-size:19px; color:#000; outline:none; }
.all-finder-layer .finder-opt dl dt .finder-comm-layer .finder-layer-tit { padding:13px 0; border-bottom:1px solid #e5e5e5; font-size:14px; font-weight:bold; line-height:14px; }
.all-finder-layer .finder-opt dl dt .finder-comm-layer .finder-layer-cnt { padding-top:13px; line-height:1.5; font-size:13px; }
.all-finder-layer .finder-opt dl dd { display:none; padding:10px 5px 0; border-top:1px solid #e7e7e7; background:#f4f4f4; font-size:0; }
.all-finder-layer .finder-opt dl dd label { display:inline-block; width:33.3333%; text-align:center; line-height:18px;}
.all-finder-layer .finder-opt .finder-color label { width:12.5%; }
.all-finder-layer .finder-opt .finder-price .finder-price-input { padding:0 5px 10px; text-align:right; font-size:12px; }
.all-finder-layer .finder-opt .finder-price .finder-price-input:after { clear: both; content: ""; display: block; }
.all-finder-layer .finder-opt .finder-price .finder-price-input span { float:left; display:inline-block; height:34px; line-height:34px; }
.all-finder-layer .finder-opt .finder-price .finder-price-input label { display: inline-block; width: 33%; padding: 0 8px; border: 1px solid #ccc; border-radius:3px; color: #666; background:#fff; }
.all-finder-layer .finder-opt .finder-price .finder-price-input label .txt-input { display: inline-block; width: 84%; height: 32px; line-height: 32px; padding: 0; border: none; background: none; color: #000; outline:none; text-align:right; }
.all-finder-layer .finder-opt .finder-child-category { padding:0; }
.all-finder-layer .finder-opt .finder-child-category .mobile-select-category { padding:15px; margin-bottom:9px; border-bottom:1px solid #e7e7e7; font-size:14px; font-weight:bold; color:#9a9a9a; background:#fff; word-break:break-all; letter-spacing:-1px; }
.all-finder-layer .finder-opt .finder-child-category .mobile-select-category .pd-2px { padding:0 2px; }
.all-finder-layer .finder-opt .finder-child-category .mobile-select-category .fc-black { color:#000; }
.all-finder-layer .finder-opt .finder-child-category .mobile-select-category .fa { margin-left:2px; color:#000; }
.all-finder-layer .finder-btn-c { z-index:5; position:fixed; bottom:0; left:0; width:100%; height:55px; text-align: center; font-size:0; }
.all-finder-layer .finder-btn-c a.reset { display: inline-block; width: 30%; height: 55px; line-height: 55px; background: #999; color: #fff; font-size: 16px; font-weight: bold; letter-spacing: 1px; border:none; }
.all-finder-layer .finder-btn-c button { display: inline-block; width: 70%; height: 55px; line-height: 55px; background: #000; color: #fff; font-size: 16px; font-weight: bold; letter-spacing: -0.5px; border:none; }
.all-finder-layer .finder-btn-c button span.fa-search { margin-right:5px; margin-top:-2px; vertical-align:middle; font-size:0.750em; }
.all-finder-layer .finder-btn-c button span.finder-count { display:inline-block; color:#ffd800; font-size:18px; vertical-align:middle; }

.all-finder-layer .finder-opt .finder-options { display:inline-block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; width:80%; height:22px; padding: 5px 5%; line-height:22px; border: 1px solid #ccc; word-break:break-all; border-radius: 20px; background:#fff; color:#000; text-align:center; font-size:12px; }
.all-finder-layer .finder-opt .finder-options.on { font-weight: bold; border: 1px solid #000; box-shadow:2px 2px 3px #d2d2d2; }
.all-finder-layer .finder-opt .finder-option-color em { display: inline-block; width: 33px; height: 33px; border-radius:20px; font-size:0; vertical-align:middle; }
.all-finder-layer .finder-opt .finder-option-color.color-picker { width:33px; height:33px; padding: 0; border: none; } 
.all-finder-layer .finder-opt .finder-option-color.color-picker .fa-check { display:none; width:33px; height:33px; margin-top:-25px; color:#fff; text-align:center; font-size:16px; }
.all-finder-layer .finder-opt .finder-option-color.color-picker.on .fa-check { display:block; }
.all-finder-layer .finder-opt .finder-option-color.color-picker.on.finder-option-color-white .fa-check { color:#000; }

.finder-option-color.finder-option-color-black em { background-color: #000; }
.finder-option-color.finder-option-color-white em { background-color: #FFF; width: 20px; height: 20px; border: 1px solid #e5e5e5; }
.finder-option-color.finder-option-color-gray em { background-color: #808080; }
.finder-option-color.finder-option-color-beige em { background-color: #e5d0b2; }
.finder-option-color.finder-option-color-brown em { background-color: #aa6810; }
.finder-option-color.finder-option-color-navy em { background-color: #425583; }
.finder-option-color.finder-option-color-blue em { background-color: #0000ff; }
.finder-option-color.finder-option-color-light-blue em { background-color: #62acff; }
.finder-option-color.finder-option-color-red em { background-color: #ff0000; }
.finder-option-color.finder-option-color-orange em { background-color: #ffa500; }
.finder-option-color.finder-option-color-yellow em { background-color: #ffff00; }
.finder-option-color.finder-option-color-pink em { background-color: #ffc0cb; }
.finder-option-color.finder-option-color-purple em { background-color: #800080; }
.finder-option-color.finder-option-color-jaju em { background-color: #a63f7f; }
.finder-option-color.finder-option-color-khaki em { background-color: #2f5e2f; }
.finder-option-color.finder-option-color-green em { background-color: #008000; }
.finder-option-color.finder-option-color-light-green em { background-color: #72dd95; }
.finder-option-color.finder-option-color-silver em { background-color: #dfdfdf; }
.finder-option-color.finder-option-color-gold em { background-color: #cfbc4e; }
.finder-option-color.finder-option-color-apricot em { background-color: #fbceb1;  }

.all-finder-layer .search-auto-complete-list { display:none; z-index:5; position:absolute; top:43px; left:0; width:100%; line-height:14px; background:#fff; box-shadow:0px 0px 5px 0px rgb(0 0 0 / 20%); }
.all-finder-layer .search-auto-complete-list ul { width:100%; padding:8px 5px 10px 5px; border-bottom:1px solid #ddd; display: flex; flex-wrap: wrap;}
.all-finder-layer .search-auto-complete-list ul li { text-align:center; margin: 3px; }
.all-finder-layer .search-auto-complete-list ul li a { display:block; padding:8px 14px; color:#000; border: 1px solid #eee; border-radius: 10px; background:none; font-family:'malgun gothic'; font-size:11px; letter-spacing:-1px; } 
.all-finder-layer .search-auto-complete-list ul li a strong { color:#ab3e41; }
.all-finder-layer .search-auto-complete-list ul li a:hover { background:#f2f2f2; }
.all-finder-layer .search-auto-complete-list ul li a:hover span {}
.all-finder-layer .search-auto-complete-list .search-list-close { display:block; padding:10px 11px; text-align:right; color:#666; font-size:11px; }


/* ´ÙÃ£´Ù °Ë»ö ÆÄÀÎ´õ - »óÇ° °Ë»ö °á°ú */
#search .all-finder-result { display:none; overflow:hidden; position:relative; padding:10px 5px 4px; border-top:1px solid #bcbcbc; border-bottom:1px solid #bcbcbc; background:#f4f4f4; }
#search .all-finder-result:after { clear: both; content: ""; display: block; }
#search .all-finder-result .fa-rotate-left { position:absolute; top:10px; left:5px; width:34px; height:34px; line-height:34px; font-size:18px; border-radius:30px; background:#999; color:#fff; text-align:center; }
#search .all-finder-result .swiper-container { width:100%; padding:0; margin:0 0 0 34px; }
#search .all-finder-result .swiper-container .swiper-slide { width:auto !important; height:40px; }
#search .all-finder-result .swiper-container .swiper-slide .finder-options { display:inline-block; margin-left:5px; padding: 5px 10px; line-height:22px; border: 1px solid #000; word-break:break-all; font-weight: bold; border-radius: 20px; box-shadow:2px 2px 3px #d2d2d2; background:#fff; color:#000; }
#search .all-finder-result .swiper-container .swiper-slide .finder-options .fa-close { margin-left:5px; color: #999; }
#search .all-finder-result .swiper-container .swiper-slide .finder-option-color em { display: inline-block; width: 22px; height: 22px; border: none; border-radius:20px; font-size:0; vertical-align:top; }

.Search_ham {margin:0 20px 30px;}
.Search_ham .container_Box{padding:0; margin:0;}
.Search_ham .container_Box .search{position:relative; }
.Search_ham .container_Box .search input {border:0; width:100%; border-bottom:2px solid #000; padding:0; height:30px; line-height:30px; font-size:11px; color:#000; outline:none; }
.Search_ham .container_Box .search input:focus{outline:none;}
.Search_ham .container_Box .search_btn{top:0; right:0; width:30px; height:30px; line-height:30px; display:block; position:absolute; text-align:center;  }
.Search_ham .container_Box .search_btn:before{color:#000; font-family: FontAwesome; content: "\f002"; font-size:16px;}

.MainSearch{overflow:hidden; width:100%; background:#FFF; display:none; }
.MainSearch .container_Box{padding:60px 5px 15px; }
.MainSearch .container_Box ul{}
.MainSearch .container_Box ul li.search{position:relative; width:93%; padding:0; margin:0 auto; }
.MainSearch .container_Box ul li input{width:100% !important; height:35px; padding:0 35px 0 3px; border:1px solid #999; background:#FFF; text-indent:3px; line-height:15px; font-size:12px;}
.MainSearch .container_Box ul li a.search_btn{position:absolute; top:2px; right:2px; display:inline-block; width:33px; height:31px; line-height:31px; text-align:center; background:#Fff; }
.MainSearch .container_Box ul li a.search_btn:before{font-family: FontAwesome; content: "\f002";}
.search_fixed_btn{left:auto; right:55px;  background-image:url(/design/nak3618/ms_202010/img/ic_search.png);}

/* ÃÖ±Ù º» »óÇ° */
.today_view { overflow:hidden; background: #fff5f5; }
.today_view p { font-size: 20px; font-weight: 700; margin: 30px 15px 20px; text-align: left; }
.today_view div { padding-bottom:20px; }
#MS_view_product {}
#MS_view_product > ul {  font-size:0; }
#MS_view_product > ul li { display:inline-block; width: calc((100% - 12px) / 4); margin: 0 3px 0 0;  }
#MS_view_product > ul li > a { display:block;}
#MS_view_product img.img { width;100%; }

/* ÀÌº¥Æ®¹è³Ê */
.event_banner { padding: 50px 0 30px !important ; }
.event_banner .event-roll-imgs img { width:100%; }

/* CS¼¾ÅÍ */
.cs_center p { font-size: 20px; font-weight: 700; margin: 30px 15px 15px; text-align: left; }
.cs_center dt { font-size: 20px; font-weight: 700; font-family:'outfit'; margin: 0 0 20px 15px; }
.cs_center dd { margin-left:20px; font-weight: 300; color:#838383; }



/* */

/* BASIC css end */

