@charset"utf-8";
html{font-family:Pretendard;font-weight: 400;font-size:10pt;}
body{background:#fff;width:100%;/*max-width:2000px;*/min-width:320px;/*padding-top:153px;*/} 
::selection {background-color:#ffe600;color:#000;}
:root {
  color-scheme: light only;
}
/*font*/
body{font-family:'맑은 고딕','Pretendard';font-weight: 400;font-display: block}

/* U+203B */
@font-face {
    font-family: '맑은 고딕';
    unicode-range: U+203B;
	font-weight:400;
	src:local("맑은 고딕")
}

.inner{max-width:1400px;width:100%;margin:0 auto;}
/*스크롤바*/
body::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);/*background-color: transparent;*/background-color:#ccc}
body::-webkit-scrollbar{width: 6px;height: 6px;	background-color: transparent;}
body::-webkit-scrollbar-thumb{background-color: #ffde00;}
html {scrollbar-3dLight-Color: #ffde00; scrollbar-arrow-color: #dfdfdf; scrollbar-base-color: #ffde00; scrollbar-Face-Color: #ffde00; scrollbar-Track-Color: #fff;; scrollbar-DarkShadow-Color: #ffde00; scrollbar-Highlight-Color: #ffde00; scrollbar-Shadow-Color: #ffde00;}

div::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);/*background-color: transparent;*/background-color:#ccc}
div::-webkit-scrollbar{width: 6px;height: 6px;	background-color: transparent;}
div::-webkit-scrollbar-thumb{background-color: #ffde00;}

ul::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);/*background-color: transparent;*/background-color:#ccc}
ul::-webkit-scrollbar{width: 6px;height: 6px;	background-color: transparent;}
ul::-webkit-scrollbar-thumb{background-color: #ffde00;}

.loding_layout { position:fixed; min-width:320px; top:0; bottom:0; left:0; right:0; z-index:999; background:url("/img/inc/img_mask.png"); }
.loding_layout span.loding {font-size:0 !important;background:url("/img/inc/loding_cmr.gif") no-repeat center; position:absolute; margin:auto; width:180px; height:130px; padding:15px; left:0; right:0; top:0; bottom:0; background-color:rgba(0, 0, 0, 0.5); text-align:center; font-size:12px; z-index:1000;  }
iframe{border:0;}

/*input*/
input, select, textarea{font-family:Pretendard;    padding: 10px 10px;    border: 1px solid #d6d6d6;}
 input:focus,  select:focus,  textarea:focus {outline: none; border: 1px solid #ffe600;}
input[type="checkbox"].big_ch{display:none}
input[type="checkbox"].big_ch + label{cursor:pointer;z-index:2}
input[type="checkbox"].big_ch + label::before{content:"";display:inline-block; position:absolute;top:0px;right:0;background:url("../img/common/checkbox_off.png");width:30px;height:30px;background-size:contain;}
input[type="checkbox"].big_ch:checked + label::before{content:"";display:inline-block; position:absolute;top:0;right:0;background:url("../img/common/checkbox_on.png");width:30px;height:30px;background-size:contain;}
input[type="checkbox"].small_ch{display:none}
input[type="checkbox"].small_ch + label{cursor:pointer;vertical-align:middle;height:20px;}
input[type="checkbox"].small_ch + label{display:inline-block;text-align:left;cursor:pointer;}
input[type="checkbox"].small_ch + label span{height:19px;vertical-align:middle;display:inline-block;}
input[type="checkbox"].small_ch + label i{position:relative;margin-right:10px;overflow:hidden;width:20px;heighT:20px;border:1px solid #ffe600;border-radius:5px;display:inline-block;box-sizing:border-box;vertical-align:bottom;}
input[type="checkbox"].small_ch + label i::before{content:"";display:inline-block; position:absolute;top:60px;left:0;background:url("../img/common/checkbox_on.png");width:100%;height:100%;background-size:contain;transition:0.5s}
input[type="checkbox"].small_ch:checked + label i::before{content:"";display:inline-block; position:absolute;top:0;left:0;background:url("../img/common/checkbox_on.png");width:100%;height:100%;background-size:contain;transition:0.5s}
input[type="radio"].small_ch{display:none}
input[type="radio"].small_ch + label{cursor:pointer;vertical-align:middle;height:20px;}
input[type="radio"].small_ch + label{display:inline-block;text-align:left;cursor:pointer;}
input[type="radio"].small_ch + label span{height:19px;vertical-align:middle;display:inline-block;}
input[type="radio"].small_ch + label i{position:relative;margin-right:10px;overflow:hidden;width:20px;heighT:20px;border:1px solid #ffe600;border-radius:5px;display:inline-block;box-sizing:border-box;vertical-align:bottom;}
input[type="radio"].small_ch + label i::before{content:"";display:inline-block; position:absolute;top:60px;left:0;background:url("../img/common/checkbox_on.png");width:100%;height:100%;background-size:contain;transition:0.5s}
input[type="radio"].small_ch:checked + label i::before{content:"";display:inline-block; position:absolute;top:0;left:0;background:url("../img/common/checkbox_on.png");width:100%;height:100%;background-size:contain;transition:0.5s}
input:autofill,
input:autofill:hover,
input:autofill:focus,
input:autofill:active {
-webkit-text-fill-color:#000;
    -webkit-box-shadow: 0 0 0px 1000px #ffffff00 inset;
    box-shadow: 0 0 0px 1000px #ffffff00 inset;
    transition: background-color 5000s ease-in-out 0s;
}
/*header*/
.header{ color:#000;width:100%;position:fixed;top:0;left:0;z-index:4;transition: 0.3s all 0.5s ;border-bottom:1px solid rgba(0,0,0,0);}
.header .top_header{width:100%;overflow:hidden;}
.header .top_header h1, h2{display:inline-block;vertical-align:bottom;}
.header .top_header h1{padding: 23px 0 16px 23px;}
.header .top_header h2{margin-left:23px}
.header .top_header h1 a, h2 a{display:inline-block;vertical-align:bottom;}
.header .top_header h1 a img{border:2px solid #fff}
.header .top_header h2 a img{    filter: invert(1);}
.header .top_header .right_area{float:right;padding-top: 23px;padding-right: 23px;}
.header .top_header .right_area .right_top{display:block;width:250px;text-align:right;/* padding-right:15px; */}
.header .top_header .right_area .right_top p{display:block;color:#000;font-size:0.87rem;font-weight:200;}
.header .top_header .right_area .right_top p:last-child{margin-top:9px}
.header .top_header .right_area .right_top p a{display:inline-block;color:#000;padding-left:15px;position:relative;}
.header .top_header .right_area .right_top p a span{padding-right:5px; }
.header .top_header .right_area .right_top p a img{filter: invert(1);}
.menu_navi .right_bottom {position:absolute;right: 23px;bottom: 41px;text-align: right;/* padding: 9px 5px 2px 0; */}
.menu_navi .right_bottom a{display:inline-block;text-align:center;/* padding: 0 10px 0 13px; */cursor:pointer;position:relative;padding-left:23px;margin-right:-5px;vertical-align:bottom;}
 .menu_navi .right_bottom a img{width:15px;    filter: invert(1);}
.menu_navi .right_bottom a.nic img{filter: invert(0);}
.menu_navi .right_bottom a.nic_cloud{overflow:hidden;position:relative;}
.menu_navi .right_bottom a.nic_cloud p{position:absolute;bottom:45px;opacity:0;left:calc(50% - 44px);width:110px;background:#f4f4f4;color:#000;font-size:0.95rem;padding:5px;border-radius:5px;transition:0.5s}
.menu_navi .right_bottom a.nic_cloud:hover{overflow:inherit;}
.menu_navi .right_bottom a.nic_cloud:hover p{bottom:45px;transition:0.5s;opacity:1;}
.menu_navi .right_bottom a.btob img{ filter: invert(0);animation-name: flash;    animation-duration: 800ms;    animation-iteration-count: infinite;    animation-timing-function: linear;    animation-delay: 0s;
    background: #000;    padding: 0px 3px;    width: 20px;    border-radius: 3px;}
.menu_navi .right_bottom a span{color:#000;font-size:0.95rem;display:block;margin-top:5px;}
.menu_navi .right_bottom a.cart .count{position:absolute;bottom:15px;right:0;display:inline-block;font-size:9px;backgrounD:#ffe600;color:#000;border-radius: 50%;    width: 15px;    height: 15px;    padding: 2px;}
/*헤더메뉴*/
.header .menu_navi{width:100%;}
.header .menu_navi .one_depth_ul{display:inline-flex;width:calc(100% - 310px);position:relative;}
.header .menu_navi .one_depth_ul .one_depth{display:inline-block;text-align:center;padding:11px 0;width:12%;position:relative;overflow:hidden;}
.header .menu_navi .one_depth_ul .one_depth.line{position:relative;}
.header .menu_navi .one_depth_ul .one_depth.line:before{display:none;}
.header:hover .menu_navi .one_depth_ul .one_depth.line:before{display:block;content:"";height:10px;width:1px;background:#ababab;position:absolute;top:17px;left:0px}
.header.on_header .menu_navi .one_depth_ul .one_depth.line:before{display:block;content:"";height:10px;width:1px;background:#ababab;position:absolute;top:17px;left:0px}
.header .menu_navi .one_depth_ul .one_depth > a{color:#000;font-size:1.4rem;font-weight:400;}
.header .menu_navi .one_depth_ul .one_depth > a img.off_new{display:inline-block;    filter: invert(1);}
.header .menu_navi .one_depth_ul .one_depth > a img.on_new{display:none;}
.header .menu_navi .one_depth_ul .one_depth ul{position:absolute;top:44px;left:0;width:100%;transition: 1s all 0.1s ;opacity:0;    visibility: hidden;    height: 0;    overflow: hidden;}
.header .menu_navi .one_depth_ul .one_depth ul li{padding:10px 0;opacity:0}
.header .menu_navi .one_depth_ul .one_depth ul li a{color:#666;font-size:1.1rem;    word-break: keep-all;displaY:inline-block;}
.header .menu_navi .one_depth_ul .one_depth ul li a:before{content:"";position:absolute;bottom:-3px;lefT:0;width:100%;height:2px;background:#ffe600;opacity:0;transition:0.5s}
.header .menu_navi .one_depth_ul .one_depth ul li a.new_window{margin-top:-3px;margin-left:5px;position:relative;display:inline-block;}
.header .menu_navi .one_depth_ul .one_depth ul li a.new_window:after{background:url("../img/common/icn_new_window.png")no-repeat;position:absolute;top:-2px;right:-12px;background-size:contain;content:"";width:10px;height:10px}
.header .menu_navi .one_depth_ul .one_depth ul li:hover a.new_window:after{background-filter:}
.header .menu_navi .menu_back{position:absolute;top:45px;left:0;width:100%;height:0;z-index:3;background:#fff;transition: 0.5s all 0.1s ;}
	/*이샵 메뉴 예외*/
.header .menu_navi .one_depth_ul .one_depth#menu_lens{width:15%}
.header .menu_navi .one_depth_ul .one_depth#menu_coolshot{width:15%}
.header .menu_navi .one_depth_ul .one_depth#menu_club{width:15%}
.header .menu_navi .one_depth_ul .one_depth.e_shop_menu{width:17%;}
.header .menu_navi .one_depth_ul .one_depth.e_shop_menu ul{text-align:left;}
.header .menu_navi .one_depth_ul .one_depth.e_shop_menu ul li{display:inline-block;width:48%;text-align:center;vertical-align:top}
.header .menu_navi .one_depth_ul .one_depth ul li.noitce_menu .new{display:inline-block;color:#000;background:#ffe600;padding: 0px 2px;font-size:10px; animation-name: flash;
    animation-duration: 800ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-delay: 0s;}
/*추가*/
.header:hover{background:#fff;border-bottom:1px solid #afafaf;transition:0.1s ;}
.header.on_header{background:#fff;border-bottom:1px solid #afafaf;transition:0s; box-shadow: 0px 5px 3px rgba(0,0,0,0.1);}
.header.on_header .menu_navi .one_depth_ul .one_depth > a{/*color:#ababab;*/word-break:keep-all;}
.header.on_header .menu_navi .menu_back {    box-shadow: 0px 5px 3px rgba(0,0,0,0.1);}







/*헤더 호버*/
.header .menu_navi .one_depth_ul:hover + .menu_back{height:160px;top:44px;transition: 0.5s all 0.1s ;border-top: 1px solid #ededed;} 
.header .menu_navi .one_depth_ul:hover .one_depth{overflow:inherit;}
.header .menu_navi .one_depth_ul:hover .one_depth ul{position:absolute;top:44px;vertical-align:top;transition: 0.5s all 0.3s ;opacity:1;    visibility: visible;height:auto;z-index:4;min-height:160px;}
.header .menu_navi .one_depth_ul .one_depth ul li  a:hover {color:#000;}
.header .menu_navi .one_depth_ul .one_depth ul li  a:hover:before{opacity:1;transition:0.5s}
.header .menu_navi .one_depth_ul:hover  .one_depth ul li{opacity:1;transition:0.5s all 0.3s ;}
/*돋보기 + 메뉴 클릭 햄버거*/
.header .menu_navi .serch_box{float:right;width:300px;text-align:right;padding-right:74px;margin-top:10px;}
.header .menu_navi .serch_box p{display:inline-block;vertical-align:bottom;cursor:pointer;background:#717171; border-radius: 50px;padding-right:10px;}
.header .menu_navi .serch_box p > div{display:inline-block;width:calc(100% - 20px);text-align:left;}
.header .menu_navi .serch_box p input{color:#ccc;border:0;padding:5px;margin-right: 5px;  background:#717171;  border-radius: 50px;width:calc(100% - 24px);}
.header .menu_navi .serch_box p input:focus{outline:none;}
.header .menu_navi .serch_box p img{width:16px;display:inline-block;}	

	/*검색 자동완성 부분*/
.header .menu_navi .serch_box .easy-autocomplete-container{top:0;width:calc(100% + 20px);border-radius:10px;overflow:hidden;}
.header .menu_navi .serch_box .easy-autocomplete-container ul{margin-top:28px;background:#363636;color:#ccc;width:100%;border-top:0;border-radius:10px;overflow:hidden;}
.header .menu_navi .serch_box .easy-autocomplete-container ul li, .header .menu_navi .serch_box .easy-autocomplete-container ul .eac-category{border:0}
.header .menu_navi .serch_box .easy-autocomplete-container ul li{text-align:left;}
.header .menu_navi .serch_box .easy-autocomplete-container ul li:hover{color:#000;}


.hambuger_box{position:absolute;bottom:0;right:0;}
.hambuger{width:46px; height:35px; line-height:0; cursor:pointer; position:relative; }
.hambuger_box .hambuger p{width:25px;display:inline-block;transition:0.7s;    filter: invert(1);}
.hambuger_box .hambuger p.close{position:absolute;top:0;left:0;opacity:0;transition:0.7s;    filter: invert(1);}
.menu_navi.on + .hambuger_box .hambuger p.close{opacity:1;transition:0.7s;}
.menu_navi.on + .hambuger_box .hambuger p.ham{opacity:0;transition:0.7s;}
.header .menu_navi.on .one_depth_ul + .menu_back{height:160px;transition: 0.5s all 0.1s ;} 
.header .menu_navi.on .one_depth_ul .one_depth{overflow:inherit;}
.header .menu_navi.on .one_depth_ul .one_depth ul{position:absolute;vertical-align:top;transition: 0.5s all 0.3s ;opacity:1;    visibility: visible;height:auto;z-index:4;min-height:160px;}
.header .menu_navi.on .one_depth_ul .one_depth ul li{opacity:1;}

/*footer*/
.index_inner{width:100%;max-width:1700px;margin:0 auto;}
.footer{padding:10px; background:#f1f2f2;width:100%;border-top:1px solid #afafaf}
.footer_menu{width:100%;padding:20px 0;position:relative;}
.footer_menu ul{display:flex;width:100%;}
.footer_menu ul li{width:33%;text-align:center;color:#000;}
.footer_menu ul.head_menu {padding-bottom:10px;margin-bottom:5px;border-bottom:1px solid #4a4a4a;cursor:pointer;z-index:2;position:relative;}
.footer_menu ul.head_menu:after{content:"";background:url(../img/common/right.png)no-repeat;position:absolute;top:0px;left:10px;cursor:pointer;transform:rotate(90deg);width:15px;heighT:22px;transition: 0.5s;filter: invert(1);}
.footer_menu.on ul.head_menu:after{transform:rotate(270deg);transition: 0.5s;}
.footer_menu ul.head_menu li{font-size:1.5rem;}
.footer_menu ul.bottom_menu {display:none;opacity:0}
.footer_menu.on ul.bottom_menu{display:flex !important; opacity:1}
.footer_menu ul.bottom_menu li p{padding:7px 0;}
.footer_menu ul.bottom_menu li p a{font-size:0.9rem;color:#666;}
.footer_menu ul.bottom_menu li p a:hover{color:#000;}

.bottom_footer{margin-top:30px;overflow:hidden;}
.bottom_footer .left_footer{display:inline-block;}
.bottom_footer .left_footer .footer_logo{margin-bottom:15px;}
.bottom_footer .left_footer ul{}
.bottom_footer .left_footer ul li{padding-right:20px;position:relative;display:inline-block;}
.bottom_footer .left_footer ul li:after{position:absolute; top:5px; right: 7px;content:"";background:#999;width:1px;height:7px;}
.bottom_footer .left_footer ul li:last-child:after{display:none;}
.bottom_footer .left_footer ul li a{color:#494949;;font-size:0.9rem; font-weighT:400}
.bottom_footer .left_footer ul li a:hover{color:#000;}
.bottom_footer .footer_info p{margin-top:20px;color:#666;font-size:0.8rem;font-weight:300}


.bottom_footer .right_footer{float:right;width:190px;}
.bottom_footer .right_footer select{width:100%;border:1px solid #dfdfdf;background:#fff;margin-top:40px;color:#000;margin-bottom:10px;}
.bottom_footer .right_footer select:focus{border:1px solid #ffe600}


.go_remote{width:40px;position:fixed;bottom:10px;right:10px;z-index:3}
.go_remote a{displaY:inline-block;padding:10px;text-align:center;background:#fff;border:1px solid #dbdbdb;margin-bottom:20px;position:relative;}
.go_remote a:hover{background:#ffe600}
.go_remote a.go_top:after{position:absolute;content:"";bottom:-10px;left:0;width:100%;height:1px ;background:#dbdbdb;}
.go_bottom{transform:rotate(180deg);}

.sns_remote{position:fixed;bottom:calc(50% - 100px);width:45px;background:#efefef;right:0;text-align:center;border-radius:10px 0 0 10px;z-index:3}
.sns_remote a {margin:4px 3px;display:inline-block;padding:7px;border-radius:50%;}
.sns_remote a img{   transition: 0.5s}
.sns_remote a:first-child{background:#19ce60;}
.sns_remote a:nth-child(2){background:#174c89;}
.sns_remote a:nth-child(3){background:#e60000;}
.sns_remote a:nth-child(4){background:url('../img/common/sns_ico_04_back.png');background-size:contain;}
.sns_remote a:nth-child(5){background:#19ce60;}
.sns_remote a:nth-child(6){background:#000;}
.sns_remote a:hover {background:#000;}
.sns_remote a:nth-child(6):hover{background:#000;}
.sns_remote a:hover img{-webkit-transform: rotate(-30deg);    transform: rotate(-30deg);    transition: 0.5s;}
.sns_remote a:nth-child(2n+1):hover img{-webkit-transform: rotate(30deg);    transform: rotate(30deg);    transition: 0.5s;}

/*공동 팝업 */
.popup_wrap{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5);z-index:10;text-align:center;display:flex;align-items : center;}
.popup{margin:5% auto;width:;background:#fff;padding:15px;border-radius:10px;animation: zoomIn  0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;}
.popup.out{animation: zoomOut  0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;}
.pop_top{text-align:left;width:100%;overflow:hidden;}
.pop_top h4{display:inline-block;font-size:1.6rem;}
.pop_close{float:right;position:relative; width:24px; height:24px; border:0; background:transparent; transition:0.6s; cursor:pointer; }
.pop_close:before, .pop_close:after{content:''; position:absolute; top:50%; left:50%; width:24px; height:1px; margin-left:-12px; background-color:#000; box-sizing:border-box; }
.pop_close:before{transform:rotate(-45deg); }
.pop_close:after{transform:rotate(45deg); }
.pop_close:hover{transform:rotate(180deg); }
.sr_only{position:absolute; overflow:hidden; display:inline-block; width:0; height:0; padding:0; margin:0; font-size:0; line-height:0; }
.popup_wrap .pop_btn{padding:10px;text-align:center;}
.popup_wrap .pop_btn a{display:inline-block;width:100px;padding:10px;text-align:center;border-radius:10px;margin:0 5px;font-size:1.2rem;font-weight:600}
.popup_wrap .pop_btn a.ok{background:#ffe600;}
.popup_wrap .pop_btn a.cancel{background:#ccc;}
.popup_wrap .pop_btn a.ok:hover{background:#000;color:#fff;}
.popup_wrap .pop_btn a.cancel:hover{background:#666;coloR:#fff;}


/*로그인*/
.popup_wrap.login_pop .popup{max-width:400px;width:90%;}
.login-box{padding-top:30px}
.login-box .user-box {position:relative;}
.login-box .user-box input {  width: 100%;  padding: 10px 0;  font-size: 16px;  color: #adadad;  margin-bottom: 20px;  border: none;  border-bottom: 1px solid #000;  outline: none;  background: transparent;}
.login-box .user-box label {  position: absolute;  top:0;  left: 0;  padding: 10px 0;  font-size: 1.2rem;  color: #666;  pointer-events: none;  transition: .5s;}
.login-box .user-box input:focus ~ label,
.login-box .user-box input:valid ~ label {  top: -20px;  left: 0;  color: #000;  font-size: 0.9rem;}
.login-box .login_btn{padding:10px;width:100%;text-align:center;font-size:1.6rem;background:#666;color:#fff;cursor:pointer;transition:0.5s;border-radius:7px;}
.login-box .login_btn a{color:#fff;}
.login-box .login_btn:hover{background:#ffde00;color:#000;transition:0.5s;}
.login-box .find_wrap{width:100%;display:inline-flex;margin:10px 0 0 0;}
.login-box .find_wrap p{width:33%;position:relative;}
.login-box .find_wrap.find_wrap_bi p{width:50%;}
.login-box .find_wrap p:after{content:"";height:10px;width:1px;background:#ffde00;position:absolute;top:3px;right:0px}
.login-box .find_wrap p:last-child:after{display:none;}
.login-box .find_wrap p a{display:inline-block;color:#666; font-size:1rem;}
.login-box .find_wrap p a:hover{color:#000;font-weight:500}
.login-box .sns_login{margin-top:20px;}
.login-box .sns_login:before{content:"";lefT:0;width:100%;display:block;margin-bottom:-10px;height:1px;background:#cfcfcf;}
.login-box .sns_login span{background:#fff;display:inline-block;padding:0 10px;color:#666}
.login-box .sns_login .sns_ico{width:100%;margin-top:20px;}
.login-box .sns_login .sns_ico a{margin: 0 3%;display:inline-block;padding:10px;border-radius:50%;}
.login-box .sns_login .sns_ico a:nth-child(1){background:#03c75a}
.login-box .sns_login .sns_ico a:nth-child(2){background:#3571f2}
.login-box .sns_login .sns_ico a:nth-child(3){background:#fee500}
.login-box .sns_login .sns_ico a:nth-child(4){background:#fff;border:1px solid #ededed}
.login-box .sns_login .sns_ico a img{ transition: 0.5s;}
.login-box .sns_login .sns_ico a:hover img{-webkit-transform: rotate(-30deg);    transform: rotate(-30deg);    transition: 0.5s;}

/*3개월 비밀번호 변경*/
.three_month p.top_txt{font-size:1.0rem;margin-bottom:20px; font-weight:800}
.three_month p.top_txt span{display:block;margin-bottom:20px}
.three_month p.top_txt span img{width:80px;}
.three_month .go_btn_wrap{display:flex;width:100%;}
.three_month .go_btn_wrap a{displaY:inline-block;width:50%;margin:1%;font-size:1.2rem;border-radius:10px;padding:10px;}
.three_month .go_btn_wrap a.change{background:#ffe600}
.three_month .go_btn_wrap a.next_change{background:#ccc;}
.three_month .go_btn_wrap a.change:hover{background:#000;color:#fff;}
.three_month .go_btn_wrap a.next_change:hover{background:#666;color:#fff;}

/*로봇 TXT */
.popup .robot_r_text{margin:40px 0;    line-height: 1.3;    margin: 20px 0;    font-size: 1.2rem;font-weight:600}
.popup .robot_r_text span{display:block; margin-bottom:10px;}
.popup #login_frm{}
.popup #g-recaptcha > div{margin:0 auto;}
.robat_b_text{font-size: 1rem;padding:10px 0;color:#333;display:block;line-height:1.5;margin:20px;}


/* 240527_error */
.error_msg {text-align:center; padding:100px 0; font-size: 1.5rem;}
.error_msg .error_txt {margin:40px 0; line-height: 150%;}
.error_msg .etc{padding: 20px 0; font-size:1.2rem; font-weight:600; background: #f8f8f8; border: 1px solid #ededed; border-radius: 10px; display: inline-block; width:100%; max-width:600px;}

/*공통 페이지 */
.user_page{margin-top:156px;background:#fff;}

/*무단수집 팝업*/
.email_security_layer_popup .popup{max-width:600px;width:90%;}
.email_security_layer_popup .popup .email_content{padding: 10px;padding-top:30px;font-size: 1.2rem;    color: #000;    border-top: 1px solid #000;    margin-top: 10px;}


/*더보기 버튼*/
/* ****************** 공통 :: 더보기 버튼 ********************** */
.xi-angle-down:before {    content: "";background:url(../img/common/more_arrow.png);width:28px;height:20px;display:inline-block;transition:0.5s}
.cm-list-more-btn:hover .xi-angle-down:before {transform: translateY(5px);transition:0.5s}
.cm-list-more-btn-box{position:relative; margin-top:50px; text-align:center;}
.cm-list-more-btn-box:before{position:absolute; top:50%; left:0; width:100%; height:1px; background-color:#e5e5e5; content:"";}
.cm-list-more-btn{overflow:hidden; display: inline-block; position:relative; background-color:#fff;  border-radius:50%;}
.gray-style .cm-list-more-btn{background-color:#f7f7f7}
.cm-list-more-btn-icon{position:absolute; overflow:hidden; top:50%; left:50%; transform:translate(-50%,-50%); margin-top:3px; color:#000; font-size:1.6em; color:#000; transition:color 0.5s}
.cm-list-more-btn:hover .cm-list-more-btn-icon{color:#6fb638}
.cm-list-more-btn:hover .cm-list-more-btn-icon i{
	-webkit-animation: ani_icon 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: ani_icon 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cm-list-more-btn-inner {    position: relative;    width: 100px;    height: 100px;    visibility: inherit;	display: flex;    justify-content: center;    align-items: center;    text-align: center;}
.cm-list-more-btn-line {    position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%;}
.cm-list-more-btn-line svg {    position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%;    stroke: #e5e5e5;    stroke-width: 1px;    fill: none;    -webkit-backface-visibility: hidden;    backface-visibility: hidden;}
.cm-list-more-btn-line svg:last-child {    stroke-dasharray: 310px 310px;    stroke-dashoffset: 310px;    visibility: hidden;    -webkit-transition: visibility 0s 1.7s;    transition: visibility 0s 1.7s;    animation: more-btn-line-out 1.7s cubic-bezier(0.215, 0.61, 0.355, 1);	stroke: #ffe600;}
.cm-list-more-btn:hover .cm-list-more-btn-inner .cm-list-more-btn-line svg:last-child {    visibility: inherit;    -webkit-transition: none;    transition: none;    animation: more-btn-line-over 1.7s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;}
@keyframes ani_icon{
	0%{
		transform:translateY(-100%);
	}
	100%{
		transform:translateY(0);
	}
}
@keyframes more-btn-line-over{
	0%{
		-webkit-transform:rotate(-90deg);
		transform:rotate(-90deg)
	}
	to{
		-webkit-transform:rotate(90deg);
		transform:rotate(90deg);
		stroke-dashoffset:0;
	}
}
@keyframes more-btn-line-out{
	0%{
		-webkit-transform:rotate(90deg);
		transform:rotate(90deg);
		stroke-dashoffset:0;
	}
	to{
		-webkit-transform:rotate(450deg);
		transform:rotate(450deg);
		stroke-dashoffset:-310px
	}
}

/*공통 페이징 */

.list_paging_wrap{text-align:center;margin:20px 0}
.list_paging_wrap .list_paging{margin:0 auto;display:inline-flex;}
.list_paging_wrap .list_paging > div, .list_paging_wrap .list_paging p{width:25px;vertical-align:middle;cursor:pointer;transition:0.5s}
.list_paging_wrap .list_paging p{color:#ccc;font-size:1.2rem;}
.list_paging_wrap .list_paging p.on{color:#000;font-weight:600}
.list_paging_wrap .list_paging p:hover{color:#000;}
.list_paging_wrap .list_paging .go_left:hover{transform: translateX(-5px);transition:0.5s}
.list_paging_wrap .list_paging .go_right:hover{transform: translateX(5px);transition:0.5s}
.no_mobile_wrap{display:none}

/***********************************************************반응형 시작 ***********************************************************/

/*노트북*/
@media screen and (max-width:1700px) {
html{font-size:9pt}
.user_page{/*margin-top:154px;*/margin-top:143px;}
.header .top_header h1 a img, h2 a img{width:90%}
.header .top_header h2 {margin-left:18px;}
.header .menu_navi .one_depth_ul .one_depth ul{top:42px;}

.header .menu_navi .menu_back{top:42px;}
.header .menu_navi .serch_box{margin-top:6px}

/*��� ȣ��*/
.header .menu_navi .one_depth_ul:hover + .menu_back{top:42px} 
.header .menu_navi .one_depth_ul:hover .one_depth ul{top:42px}
.index_inner{padding:0 10px;}



}


/*더작은노트북*/

@media screen and (max-width:1600px) {
/*html{font-size:8.5pt}*/
.header .menu_navi .menu_back{top:42px;}

.header .menu_navi .one_depth_ul:hover + .menu_back{top:42px} 
.header .menu_navi .one_depth_ul:hover .one_depth ul{top:42px}

}
@media screen and (max-width:1400px) {
.inner{padding: 0 10px;}
.product_list.inner{padding:0 5px;}
.header .menu_navi .one_depth_ul .one_depth{padding:11px 0%}
.header .menu_navi .one_depth_ul .one_depth > a {}
.header .menu_navi .one_depth_ul .one_depth ul li a{font-size:1rem;letter-spacing:-0.1px;}

}
@media screen and (max-width:1280px) {
.header .menu_navi .one_depth_ul .one_depth > a{font-size:1.2rem;}
.header .menu_navi .menu_back{top:39px;}
.header .menu_navi .one_depth_ul:hover .one_depth ul{top:39px;}
.header .menu_navi .one_depth_ul:hover + .menu_back{top:39px;}
}


/*아이패드 가로 1080  ~ 1024 */
@media screen and (max-width:1120px) {
html{font-size:8pt}
.user_page{margin-top:72px;}
.header{}
.header .top_header{padding-bottom:10px;position:relative;}
.header .top_header h1 a img, h2 a img{width:60%}
.header .top_header h1{padding:15px 0 6px 18px}
.header .top_header h2 {margin-left:-10px;}
.header .top_header .right_area{position:absolute;top:0px;right:0;padding-right:15px; padding-top:15px}
.header .top_header .right_area .right_top{width:inherit;}
.menu_navi .right_bottom {right:60px;bottom: 40px;}
.menu_navi .right_bottom a{padding: 5px;}
.menu_navi .right_bottom a img{display:none;}
.menu_navi .right_bottom a span{}
.menu_navi .right_bottom a.nic_cloud p{display:none;}
.header .top_header .right_area .right_top p:last-child{display:none;}
/*메뉴 열고 닫기*/
.menu_navi{position:fixed;right:-100%;top:70px;transition:0.5s;}
.menu_navi.on{right:0;transition:0.5s;z-index:5}
.hambuger{width:36px; height:35px;}
.header .menu_navi .one_depth_ul{z-index:4;width:calc(100% - 230px);}
.header .menu_navi.on .one_depth_ul + .menu_back{top:3px;} 
.header .menu_navi .serch_box{z-index:4;padding-right:5px;width:230px}
.header .menu_navi .one_depth_ul .one_depth > a{font-size:1.2rem;}
.header .menu_navi .one_depth_ul .one_depth ul li{padding:0;height:30px;}
.header .menu_navi .one_depth_ul .one_depth ul li a{font-size:0.8rem;word-break:keep-all;}
.header .menu_navi.on .one_depth_ul .one_depth ul{position:absolute;top:43px;vertical-align:top;transition: 1s all 0.6s ease-in-out;;opacity:1;    visibility: visible;height:auto;z-index:4;min-height:160px;}
.hambuger_box{right:3px;z-index:5}
/**/


/*footer*/
.sns_remote{display:block !important;position:inherit;width:100%;z-index:1;background:#f1f2f2;opacity:1 !important;}
.sns_remote a{display:inline-block;margin: 0 5px;}
.sns_remote a:first-child:hover{background:#19ce60;}
.sns_remote a:nth-child(2):hover{background:#174c89;}
.sns_remote a:nth-child(3):hover{background:#e60000;}
.sns_remote a:nth-child(4):hover{background:url('../img/common/sns_ico_04_back.png');background-size:contain;}
.sns_remote a:nth-child(5):hover{background:#19ce60;}
.go_remote{width:30px;}
.go_remote a {padding:3px 5px ;width:24px;margin-bottom:10px;}
.go_remote a.go_top:after{bottom:-5px;}
.bottom_footer .right_footer{float:inherit;width:100%;overflow:hidden;margin-top:20px}
.bottom_footer .right_footer select{display:inline-block;vertical-align:top;width:48%;margin-top:0;}
 .bottom_footer .right_footer a{width:48%;float:right;}
/*모바일 지원*/
.no_mobile_wrap{display:block !important;background:#fff;padding:5%}
.no_mobile_wrap .no_mobile{background:#f4f4f4;padding:15%}
.no_mobile_wrap .no_mobile p{text-align:center;font-size:2rem;margin-bottom:10px;}
}
@media screen and (max-width:920px) {
.menu_navi .right_bottom {right:60px;bottom: 49px;}
.menu_navi .right_bottom a{margin:0 3px}
}

/*아이패드 세로 820~ 768  원래 840 이엿음*/
@media screen and (max-width:840px) {
html{font-size:7pt}
/*body{padding-top:72px;}*/
/*.user_page{margin-top:0}*/
/*.header{background:#000;}*/
.header .top_header h1 a img{border:1px solid #fff}



.menu_navi .right_bottom {bottom: inherit;z-index: 5;top: 0;right: inherit;left: 0;width: 100%;text-align: center;}
.menu_navi .right_bottom a {text-align: center;align-items: center;/* width: 43px; */padding: 0 5px;align-items: center;justify-items: center;display: inline-grid;}
.menu_navi .right_bottom a img{display: block;width: 100;}
.menu_navi .right_bottom a img{width: 18px;/* margin-top: 3px; */align-items: center;justify-items: center;}

.menu_navi .right_bottom a span{display:inline-block;}
.menu_navi .right_bottom a.cart .count{bottom:3px;right:0;display:inline-block;position:inherit;}



.header .menu_navi .serch_box{width:100%;text-align:center;float:inherit;position:absolute;top: 0;left:0;background:#fff;margin:0;padding-top: 50px;}
.header .menu_navi {height:calc(100% - 72px);}
.header .menu_navi .one_depth_ul{margin-top: 80px;width:100%;display:block;overflow: auto;height:100%}
.header .menu_navi .one_depth_ul .one_depth{overflow:inherit;width:100%;background:#fff;padding:5px; ;}
.header .menu_navi .one_depth_ul .one_depth  > a{padding:10px;display:block; font-size:1.8rem;/*border:1px solid #464646;*/}
.header .menu_navi .one_depth_ul .one_depth.on_dep > a{color:#000}
.header .menu_navi .one_depth_ul .one_depth.line:before{display:none;}
.header:hover .menu_navi .one_depth_ul .one_depth.line:before{display:none;}
.header:hover .menu_navi .one_depth_ul .one_depth.line:before{display:none;}
.header.on_header .menu_navi .one_depth_ul .one_depth.line:before{display:none;}
.header .menu_navi.on .one_depth_ul .one_depth ul{/*display:none;*/width:100%;position:inherit;min-height: auto;top: inherit;transition: 0s;}
.header .menu_navi .one_depth_ul .one_depth.on_dep ul{display:block;background:#363636;}
.header .menu_navi .one_depth_ul .one_depth ul li{height:inherit;padding:0px;border-bottom: 1px solid #cbcbcb; }
.header .menu_navi .one_depth_ul .one_depth ul li a{font-size:1.4rem;padding:10px;/* display:block; */}
.header .menu_navi.on .one_depth_ul + .menu_back{height:100vh;}
.header .menu_navi .one_depth_ul + .menu_back{width:100%;heighT:100vh;background:#fff;top:3px;} 

.header .menu_navi .one_depth_ul .one_depth#menu_lens{padding:5px;}
.header .menu_navi .one_depth_ul .one_depth.e_shop_menu{padding:5px;}
.header .menu_navi .one_depth_ul .one_depth.e_shop_menu ul li{width:100%;}
.header .menu_navi .one_depth_ul .one_depth ul li a.new_window:after{top:9px;right:-5px;}

/*2025-01-02 수정*/
.header .top_header .right_area .right_top p{font-size:1rem;}



.footer{padding:10px 0;}
.bottom_footer{margin-top:0}
.footer_menu ul.head_menu:after{left:5px;width:7px;top:3px;height:12px;background-size:contain;}
/*.footer_menu ul.head_menu li{font-size:1.2rem;}*/
.footer_menu ul.bottom_menu li p a{font-size:1rem;}
.bottom_footer .left_footer ul li a{font-size:1.1rem;}
.bottom_footer .footer_info p{font-size:1.1rem;}


 /*더보기 버튼 공통*/
.cm-list-more-btn-inner{width:50px;height:50px;}
.xi-angle-down:before{background: url(../img/common/more_arrow.png)no-repeat;width:19px;height:13px;background-size:contain;}


/*수정된 헤더 */
.header .menu_navi.on .one_depth_ul .one_depth{display:inline-block;width:49.5%;vertical-align:top}
.header .menu_navi .one_depth_ul .one_depth#menu_lens{width:49.5%;}
.header .menu_navi .one_depth_ul .one_depth#menu_coolshot{width:49.5%;}
.header .menu_navi .one_depth_ul .one_depth#menu_club{width:49.5%;}
.header .menu_navi .one_depth_ul .one_depth.e_shop_menu{width:49.5%;}
.header .menu_navi.on .one_depth_ul .one_depth > a{background:#f0f0f0;color:#000;font-size:1.5rem;}
.header .menu_navi.on .one_depth_ul .one_depth ul{displaY:block;}

}




/*모바일 */
@media screen and (max-width:600px) {
input[type="checkbox"].big_ch + label::before{width:20px;height:20px;}
input[type="checkbox"].big_ch:checked + label::before{width:20px;height:20px;}
.header .top_header h2{width:45%;margin-left:-13px;}

.bottom_footer .left_footer ul li{padding-right:15px;}


/*수정된 헤더 */
.header .menu_navi{height:calc(100% - 102px);}
.header .menu_navi.on .one_depth_ul .one_depth{width:100%;vertical-align:top;text-align: left;}
.header .menu_navi.on .one_depth_ul .one_depth > a{background: #f0f0f0;color:#000;position:relative;display: block;}
.header .menu_navi.on .one_depth_ul .one_depth > a:after{content:"";background: url("../img/common/acc_arrow_b.png")no-repeat;width: 13px;height: 16px;opacity:1;position:absolute;top:12px;right:10px;background-size:contain;}
.header .menu_navi.on .one_depth_ul .one_depth ul{displaY:none;}
.header .menu_navi .one_depth_ul .one_depth.on_dep ul{display:block;background:#fff;}
.header .menu_navi .one_depth_ul .one_depth#menu_lens{width:100%;}
.header .menu_navi .one_depth_ul .one_depth#menu_coolshot{width:100%;}
.header .menu_navi .one_depth_ul .one_depth#menu_club{width:100%;}
.header .menu_navi .one_depth_ul .one_depth.e_shop_menu{width:100%;}
.header .menu_navi .one_depth_ul .one_depth ul li{border-bottom:0;     padding-left: 10px;}
.header .menu_navi .one_depth_ul .one_depth ul li a:before{position: absolute;top: 16px;left:0;width: 5px;height:2px;background:#ffe600;content:"";opacity:1;transition:0;}
.header .menu_navi .one_depth_ul .one_depth ul li a:after{content:"";background: url("../img/common/down_arrow.png")no-repeat;width: 8px;height:9px;opacity:1;display:inline-block;background-size:contain;transform: rotate(-90deg);margin-left:10px}
.header .menu_navi .one_depth_ul .one_depth.e_shop_menu ul li{text-align:left;}
.header .menu_navi .one_depth_ul .one_depth ul li a.new_window:after{transform: rotate(0);}
.sns_remote a {width:33px;height:33px}

}