/* Common **********************************************************************/
/* @import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css); <-- 기존에 있던 것 */
/*  Nanum Gothic (Korean) http://www.google.com/fonts/earlyaccess   */
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 100; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype'); 
} 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 300; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype'); 
} 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 400; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype'); 
 } 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 500; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype'); 
 } 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 700; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype'); 
 } 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 900; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype'); 
 }


@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sofia+Sans+Condensed:wght@300;400;500;600;700;800;900&display=swap');
/* Common **********************************************************************/ 
html,body {width:100%; }
html {overflow-y:scroll; box-sizing:border-box;}
*, *:before, *:after{box-sizing:inherit;}
*{
-webkit-text-size-adjust:none;
-webkit-text-size-adjust - auto | none | N% (default auto)
}
body {word-break:break-all;-ms-word-break:break-all; }
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;}
fieldset,img {border:0px none; vertical-align:top;}
dl,ul,ol,menu,li {list-style:none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content:''; content:none;}
button {border:0 none; background-color:transparent; cursor:pointer;}
body { background:#fff;}
body,th,td,input,select,textarea,button {font-size:15px; line-height:1.6; font-family: 'Sofia Sans Condensed', sans-serif; color:#7d7d7d;} 
input, select, textarea, button{vertical-align:middle; }
a:link,a:active,a:visited{color:#7d7d7d; text-decoration:none; border:0px;}
a:hover,a:focus{color:#333; text-decoration:none}

table {border-collapse:collapse; border-spacing:0;}
address,caption,cite,code,dfn,em,var {font-style:normal; font-weight:normal;}
summary, caption, legend, hr {width:0; height:0; font-size: ; line-height: ; overflow: hidden; visibility: hidden; border: none; position:absolute; left:-1000em;}
caption {position:static;}
/* label hidden 처리 */
.invisible, .hide{overflow:hidden; visibility:hidden; width:0; height:0; font-size:0; line-height:0; position:absolute;}
label.invisible{*position:Absolute;}

/* common */
.clfix:after {content: "."; display: block; height:0px; clear: both; visibility: hidden;}
.clfix {display:inline-block;}
.clfix {display:block;}
* html .clfix {height:1%;} /* Hides from IE-mac */
.clfix {zoom:1;} /*for IE 5.5-7*/

.list {border-top:2px solid #1c1815; border-bottom:1px solid #1c1815;}


/*멤버스킨*/
.title{font-size:15px; font-weight:bold;}

/*테이블*/
.tbl_type,.tbl_type th,.tbl_type td{border:0}
.tbl_type{width:100%;border-bottom:1px solid #e2e2e5; }
.tbl_type th{padding:10px 0 10px 0;border-top:2px solid #383d4a; font-weight:bold; border-bottom:1px solid #e2e2e5;}
.tbl_type p{font-size:11px; color:#b6b7bc;}
.tbl_type td{padding:7px 0 7px 0;border-top:1px solid #e5e5e5;color:#4c4c4c; border-bottom:none; border-top:none; line-height:18px;}

.tbl_type2,.tbl_type2 th,.tbl_type2 td{border:0}
.tbl_type2{width:100%;border-bottom:1px solid #e7e7e7; }
.tbl_type2 th{padding:10px 0 10px 0; background:#f9f9f9; text-align:center;}
.tbl_type2 p{font-size:11px; color:#b6b7bc;}
.tbl_type2 td{padding:10px 0 10px 10px; border-bottom:none; border-top:none; line-height:18px;}


/*로그인스킨*/
#login_wrap {width:100%;  background:#f7f7f7; padding:50px;}
.login_top {width:100%; height:50px; border-bottom:1px solid #eaeaea; margin-bottom:20px;}
.login_top h2 {font-size:30px; color:#4b4f58; line-height:1; font-weight:600;}
.login_top h2 span {font-size:15px; font-weight:400; }
.login_mid {display: flex; justify-content: space-between; width:100%; overflow: hidden;}
.login_mid .login_con { width:50%; height:100%; }
.login_mid .login_con h2 {text-align:center; color:#222; font-size:40px; margin-bottom:20px;}
.login_mid .login_con .login_id {width:100%; height:40px; background:#fff; border:1px solid #fff; margin-bottom:10px;}
.login_mid .login_con .login_id #mb_id {height:100%; width:90%; border:none; background:none; font-size:14px; color:#666; line-height:40px; vertical-align: top;}
.login_mid .login_con .login_pw {width:100%; height:40px; background:#fff; border:1px solid #fff; margin-bottom:20px;}
.login_mid .login_con .login_pw #mb_pass {height:100%; width:90%; border:none; background:none; font-size:14px; color:#666; line-height:40px; vertical-align: top;}
.login_mid .login_con span {display:inline-block;width:10%; height:100%; text-align:center; line-height:40px; }
.login_mid .login_con span img {vertical-align:middle;}
.login_mid .login_con input::placeholder {font-size:14px; color:#c3c3c3;}
.login_mid .login_con input::-webkit-input-placeholder { /* Chrome/Opera/Safari */font-size:14px; color:#c3c3c3;}
.login_mid .login_con input::-moz-placeholder { /* Firefox 19+ */font-size:14px; color:#c3c3c3;}
.login_mid .login_con input:-ms-input-placeholder { /* IE 10+ */font-size:14px; color:#c3c3c3;}
.login_mid .login_con input:-moz-placeholder { /* Firefox 18- */font-size:14px; color:#c3c3c3;}
.login_mid .login_btn {width:100%; height:55px; margin-top:20px;}
.login_mid .login_btn button {width:100%; height:100%; background:#4b4f58; border:1px solid #4b4f58; text-align:center; color:#fff; font-size:18px; line-height:53px;}
.login_mid .login_bottom {text-align:center;}
.login_mid .login_bottom li {display:inline-block; margin-left:20px; padding-left:20px; position:relative; line-height:35px;}
.login_mid .login_bottom li::before {width:1px; height:13px; background:#ddd; content:''; position:absolute; left:0; top:11px;}
.login_mid .login_bottom li:first-child {margin-left:0; padding-left:0;}
.login_mid .login_bottom li:first-child::before {display:none;}
.login_mid .login_bottom li a {color:#666; font-size:15px; line-height:15px;}
.login_mid .login_bottom li a img {vertical-align:middle; margin-right:5px;}
.login_mid .login_bottom li label {color:#666; font-size:15px; line-height:15px;}
.login_mid .login_bottom li input[type="checkbox"] {vertical-align:-3px;}
.login_mid .login_bottom li .naver_login {display:inline-block; background: #00ce38; width: 200px; height: 35px; font-size: 14px; color: #fff; text-align: center; 
line-height: 35px; border-left: 1px solid #DDD; border-radius: 5px; vertical-align: middle;}
.login_mid .login_bottom li .naver_login img {vertical-align:-1px;}
.login_mid .login_img {width:47.27%;}
.login_mid .login_img .img_wrap{position:relative; padding-bottom: 42.3%;}
.login_mid .login_img .img_wrap img{position:Absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; width: auto; height: auto; max-width: 100%; max-height:100%;}


/*회원가입 스킨*/
.inWrap {width:98%;  border:1px solid #353638; border-width:1px 0; padding:30px 0;}
.inWrap.type1 { padding:50px 0;}
.inWrap.type2 { padding:0;}
.inWrap.type3 { padding:5px 0; border-bottom-width:0;}
.inWrap.width1 { width:680px !important; margin:0 auto;}
.tbox1 { border:1px solid #cdcdcd; }
.tbox1 .boxTit { padding:20px 20px 10px; color:#333; font-weight:700; font-size:16px;}
.tbox1 .txt_scroll { height:200px; padding:0 20px; overflow-y:auto;}
.txt_type { line-height:25px; font-size:13px; color:#666;}
.agreement input{vertical-align:middle; border:none;}
.btnType { display:inline-block; position:relative; transition:all 0.3s;}
.btnType.btn1 { height:30px; line-height:28px; padding:0 45px; font-size:13px;}
.btnType.btn1.color2 {border:1px solid #333; background:#333; cursor:pointer; }
.btnWrap input{color:#fff;}

.center{text-align:center;}
.pc_img {display:block;}
.tab_img {display:none;}
.mob_img {display:none;}
.pc {display:block;}
.tab {display:none;}
.mob {display:none;}

/* ==main== */
#wrap{ position: relative; width: 100%; max-width: 100%;  margin: 0 auto; overflow: hidden;}
.inner{width: 1200px; margin: 0 auto; max-width:100%;}

.slick-arrow{cursor:pointer}

.h_banner{background: #000;}
.h_banner .box{display: flex;width: 702px;justify-content: space-between;align-items:center;margin: 0 auto;height: 50px;}
.h_banner .box ul{width: 650px;}
.h_banner .box ul li a{display: block;font-size: 15px;color: #fff;font-weight: 300;text-align: center;}

/* header */

#header{height: 90px; line-height: 1; border-bottom:1px solid #ddd;}
#header .inner{display: flex; justify-content:space-between; align-items:center;height: 100%;}
#header .search_wrap{position: relative;}
#header .search_wrap input{background: #f5f5f5; width: 600px; height: 45px; border-radius:50px; border:none; padding-left: 20px;font-size: 15px;}
#header .search_wrap input:placeholder{font-size: 15px; color: #999;}
#header .search_wrap button{position: absolute; top: 50%; right: 20px;transform:translateY(-50%);}
.search_wrap_tab{display: none;}
#header .h_right{display: flex; gap:20px;}
#header .h_right .my_btn a{display: flex;gap:10px; align-items:center;}
#header .h_right .my_btn .txt p{font-size: 15px; color: #222;padding-bottom: 5px;}
#header .h_right .my_btn .txt span{font-size: 13px; color: #999;}
#header .h_right .cart_btn{position: relative;}
#header .h_right .cart_btn em.tag01{display: block; position: absolute; bottom: 7px; right: -6px;width: 16px; height: 16px; background: #fb0293; text-align: center; color: #fff;font-size: 11px; border-radius:50%;line-height: 16px;}

.nav_btn{display: none;}
.navigation{display: none;}

/* gnb */
.lnb_wrap{border-bottom:1px solid #000;}
.lnb_wrap .inner{display: flex; justify-content:space-between;}
ul.gnb{display: flex; height: 50px; align-items:center;}
ul.gnb li a{display: block; font-size: 15px; color: #222; font-weight: 700;padding: 0 20px; font-family: 'Sofia Sans Condensed';}
ul.gnb.gnb_left li:first-child a{padding: 0 40px 0 0; background: url(/images/main/all_bt_pc.png)center right 20px no-repeat; background-size: 11px 6px;}
ul.gnb.gnb_left li.gnb_btn.on a{background: url(/images/main/all_top_pc.png)center right 20px no-repeat; }
ul.gnb.gnb_right li:first-child a{color: #fb0293;}
ul.gnb.gnb_right li:nth-child(2) a{color: #3cb8a9;}
ul.gnb.gnb_right li:nth-child(2) a{padding: 0 15px 0 20px; background: url(/images/main/main_icon04_pc.png)bottom 7px right 0px no-repeat; background-size: 6px 11px;}


/* all_menu */
.gnb_wrap { display:none; position:absolute; left:0; right:0; top:141px; background:#fff; border-top:1px solid #ddd;z-index: 3000;}
.all_menu { display:flex; line-height:1; height:256px;}
.all_menu > li { flex:1;border-right:1px solid #ddd;padding-top: 30px;padding-left: 17px;}
.all_menu li p{margin-bottom: 15px;}
.all_menu li p a{font-size: 16px;font-weight: 600;color: #222;text-decoration: underline;}
.all_menu > li:first-child { border-left:1px solid #ddd;}
.all_menu .all_sub_menu {}
.all_menu .all_sub_menu li ~ li { margin-top:15px;}
.all_menu .all_sub_menu li a { font-size:15px; color:#777; transition:.3s;font-weight: 500;}
.all_menu .all_sub_menu li:hover a,
.all_menu .all_sub_menu li.on a { color:#ff0095;}

/* visual_wrap */
#visual_wrap{position: relative;}
#visual_wrap .swiper-container{overflow: initial;}
#visual_wrap .swiper-button-prev,
#visual_wrap .swiper-button-next{position: absolute; top: 56%; transform:translateY(-50%);background: none;width: 60px; height: 60px;box-shadow: 8px 7px 17px rgba(0,0,0,.1);border-radius:50%;}
#visual_wrap .swiper-button-prev span,
#visual_wrap .swiper-button-next span{display: block;font-size: 15px; color: #999;text-align: center;margin-top: 10px;}
#visual_wrap .swiper-button-prev{left: -90px;}
#visual_wrap .swiper-button-next{right: -90px;}
#visual_wrap .swiper-pagination{display: flex;gap: 12px;position: absolute; left: 50%; bottom: 30px;transform:translateX(-50%);}
#visual_wrap .swiper-pagination .swiper-pagination-bullet {display: block; width: 8px; height: 8px; background: #fff;opacity: .5;}
#visual_wrap .swiper-pagination .swiper-pagination-bullet-active{opacity: 1;}

/* section */
.section{line-height: 1; padding: 40px 0 50px;}
.section h5.sec_tit{font-size: 32px; color: #222;font-weight: 700;text-align: center;padding-bottom: 25px;}
.section .tit{position: relative;}
.section .tit a.more_btn{position: absolute;bottom: 30px; right: 0;font-size: 15px; color: #222;}
.section .tit a.more_btn::after{content:''; display: inline-block; background: url(/images/main/more_btn_pc.png)bottom 0 right 0 no-repeat; width:6px; height:11px;background-size: cover;margin-left: 10px;}
.sec_slide .slick-list {width: calc(100% + 24px);}
.sec_slide_new li{position: relative;}
.sec_slide_new li .hov_icon{position: absolute; z-index: 9;  display: flex; gap:10px; left: 50%; transform:translateX(-50%); top: 130px; opacity: 0; transition:.4s; z-index: 10;} 
.sec_slide_new li:hover .hov_icon{opacity: 1;}
.sec_slide_new li .hov_icon a{display: inline-block; width: 40px !important;} 
.sec_slide_new li .hov_icon a:first-child{display: none;}
.sec_slide li{margin-right: 24px;}
.sec_slide li a{width: calc((100% - 120px) / 6);}
.sec_slide li > a{display: block;position: absolute;width: 100%;height: 100%;z-index: 9;}
.sec_slide .img_wrap{position:relative; width:100%; padding-bottom:100%;overflow: hidden;}
.sec_slide .img_wrap img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:auto; height:auto; max-width:100%; max-height:100%;transition:.4s;}
.sec_slide .img_wrap:hover img{transform:scale(1.05);}
.sec_slide .txt_wrap strong{display: block;height: 37px;font-size: 17px; color: #222; font-weight: 700;padding-top: 20px;}
.sec_slide .txt_wrap p{display: block;font-size: 15px; color: #222; font-weight: 400;margin: 5px 0 10px; line-height: 15px;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap:break-word;word-break: keep-all;}
.sec_slide .txt_wrap span{display: flex;gap:10px; align-items:center;}
.sec_slide .txt_wrap span em{display: block; width: 30px; height: 30px; line-height: 30px;font-size: 12px; color: #fff; font-weight: 700;border-radius:50%;background: #ff0095;text-align: center;padding-left:1px;}
.sec_slide .txt_wrap span b{display: block;font-size: 19px; color: #222; font-weight: 700;}
.sec_slide .txt_wrap span del{display: block;font-size: 15px; color: #999; font-weight: 400;}
.sec_slide .slick-prev{display: block; position: absolute; z-index: 100; top: 36%; left: -30px; transform:translateY(-50%);background: url(/images/main/sec_prev_pc.png)center no-repeat;width: 60px; height: 60px;box-shadow: 8px 7px 17px rgba(0,0,0,.1);text-indent: -9999px;border-radius:50%;}
.sec_slide .slick-next{display: block; position: absolute; z-index: 100; top: 36%; right: -30px; transform:translateY(-50%);background: url(/images/main/sec_next_pc.png)center no-repeat;width: 60px; height: 60px;box-shadow: 8px 7px 17px rgba(0,0,0,.1);text-indent: -9999px;border-radius:50%;}


/* section01 */
#section01{height: 100px; border-bottom:1px solid #000;}
#section01 .inner{display: flex;height: 100%;}
#section01 .box,
#section01 .box a{flex:1;display: flex; flex-direction: column; align-items: center; gap: 10px;justify-content: center;}
#section01 .box{position: relative;}
#section01 .box:not(:last-child)::after{content:''; position: absolute; top: 50%; transform:translateY(-50%); right: 0;display: inline-block; width: 1px; height: 40px; background: #ddd;}
#section01 .box .icon img{margin: 0 auto;}
#section01 .box .txt p{color: #222;text-align: center;font-size: 17px; font-weight: 600;}

/* section04 */
#section04{padding:10px 0 40px;}

/* section05 */
#section05{background: #f5f5f5;}
#section05 .sec_slide03{position: relative;}
#section05 .sec_slide03 li{width: calc((100% - 60px) / 3);margin-right: 30px;background: #fff; padding: 25px; border-radius:10px;}
#section05 .sec_slide03 .slick-list{width: calc(100% + 30px);}
#section05 .slick-prev{display: block; position: absolute; z-index: 100; top: 50%; left: -30px; transform:translateY(-50%);background: url(/images/main/sec_prev_pc.png)center no-repeat;width: 60px; height: 60px;box-shadow: 8px 7px 17px rgba(0,0,0,.1);text-indent: -9999px;border-radius:50%;}
#section05 .slick-next{display: block; position: absolute; z-index: 100; top: 50%; right: -30px; transform:translateY(-50%);background: url(/images/main/sec_next_pc.png)center no-repeat;width: 60px; height: 60px;box-shadow: 8px 7px 17px rgba(0,0,0,.1);text-indent: -9999px;border-radius:50%;}
#section05 .sec_slide03 .top{position: relative;display: flex;gap:10px; align-items:center;margin-bottom: 30px;}
#section05 .sec_slide03 .top::after{content:'';position: absolute; top: 50%; transform:translateY(-50%); right: 0;width: 150px; height: 1px; background: #c4c4c4;}
#section05 .sec_slide03 .top span{font-size: 17px; color: #222;font-weight: 700;}
#section05 .sec_slide03 .box a{display: flex;gap:20px;align-items: end;}
#section05 .sec_slide03 .box01 .box .img_box{width: 150px;}
#section05 .sec_slide03 .box02 .box .img_box{width: 100px;}
#section05 .sec_slide03 .box .img_wrap{position:relative; width:100%; padding-bottom:100%;}
#section05 .sec_slide03 .box .img_wrap img{ position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:auto; height:auto; max-width:100%; max-height:100%;}
#section05 .sec_slide03 .box01 .txt_box{width: calc(100% - 170px);}
#section05 .sec_slide03 .box02 .txt_box{width: calc(100% - 120px);}
#section05 .sec_slide03 .box .txt_box p.p_tit{font-size: 17px; color: #222; font-weight: 700;margin: 10px 0;width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;  }
#section05 .sec_slide03 .box .txt_box p{display: block;font-size: 15px; color: #222; font-weight: 400;width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;  }
#section05 .sec_slide03 .box01{padding-bottom: 20px; margin-bottom: 20px; border-bottom:1px solid #ddd;}
#section05 .sec_slide03 .box02 .icon em{font-size: 20px; font-weight: 400; color: #222;}
#section05 .sec_slide03 .box02 .box:not(:last-child){margin-bottom: 20px;}

/* section06 */
#section06 {line-height: 1;}
#section06 .con01{position: relative;}
#section06 .con01 ul li a .img_box{position:relative; width:100%; padding-bottom:100%;}
#section06 .con01 ul li a .img_box img{position:absolute;border-radius: 5px; left:0; right:0; top:0; bottom:0; margin:auto; width:auto; height:auto; max-width:100%; max-height:100%;}
#section06 .sec06_slide01 li{width: 220px;margin-right: 25px;}
#section06 .sec06_pr01{position: absolute;left: -30px;top: 50%;transform:translateY(-50%);box-shadow: 8px 7px 17px rgba(0,0,0,.1);;border-radius:50% ;}
#section06 .sec06_ne01{position: absolute;right: -30px;top: 50%;transform:translateY(-50%);box-shadow: 8px 7px 17px rgba(0,0,0,.1);;border-radius:50% ;}

#section06 .con02{padding: 40px 0;}
#section06 .con02 ul{display: flex;}
#section06 .con02 ul li{flex:1}
#section06 .con02 ul li a{display: flex;align-items:center;justify-content: center;flex-direction: column;}
#section06 .con02 ul li a .ico_box{margin-bottom: 10px;}
#section06 .con02 ul li a p{font-size: 15px;color: #222;font-weight: 600;margin-bottom: 20px;}
#section06 .con02 ul li a span{font-size: 15px;color: #222;font-weight: 300;}

#section06 .con03 ul li{width: 200px;margin-right: 10px;}
#section06 .con03 ul li a .img_box{position:relative; width:100%; padding-bottom:27%;}
#section06 .con03 ul li a .img_box img{position:absolute; left:0; right:0;  top:0; bottom:0; margin:auto; width:auto; height:auto; max-width:100%; max-height:100%}


/* footer */	
#footer{background: #000; padding: 40px 0 30px; line-height: 1;}
#footer .f_top{display: flex; justify-content:space-between;align-items: self-start;}
#footer .f_bot{display: flex; justify-content:space-between;align-items: end;}
#footer .f_logo{margin-bottom: 50px;}
#footer address{width: 500px;}
#footer address p{font-size: 13px; color: #999; font-weight: 500;font-family: 'Noto Sans KR';line-height: 23px;}
#footer address p.copy{margin-top: 10px;}
#footer address p i{display: block;}
#footer address p span{}
#footer .sitemap{display: flex;gap:36px;}
#footer .sitemap a{display: block;font-size: 17px; color: #999; font-weight: 500;}
#footer .sitemap a:first-child{color: #fff;}
#footer .sns_wrap{display: flex; gap:10px;}

/* quick */
.quick_wrap{position:fixed; right:5%; bottom:5%; z-index:2000; display:flex; flex-direction:column; align-items:center;}
.quick_wrap .quick_x{width:100%; height:10px; display:flex; justify-content:flex-end;}
.quick_wrap .quick_x img{width:10px;cursor:pointer;}
.quick_wrap .quick_btn img{border-radius:50%; box-shadow:3px 3px 5px rgba(0,0,0,.2);}
.quick_wrap p{text-align:center; color:#222; margin-top:15px; font-weight:700; line-height:1.2;}

/* ====sub==================================================================== */

#sub_contents{padding: 60px 0;}
#sub_contents.inner_none {padding: 0;}
#sub_contents.inner_none > .inner{width: 100%;}
#sub_contents .my_inner{display: flex;gap:60px;}
.my_conbody{width: calc(100% - 260px);}

/* depth02 */
.depth02{line-height: 1; padding: 20px 0; border-bottom:1px solid #ddd;}
.depth02 ul{display: flex; gap:160px; justify-content:center; align-items:center;}
.depth02 ul li .icon{position: relative;width: 100px; height: 100px; border-radius:50%; background: #f5f5f5;transition:.4s;}
.depth02 ul li .icon img{position: absolute;top: 50%; left: 50%; transform:translate(-50%,-50%);transition:.4s;}
.depth02 ul li.on .icon{background: #ff0095;}
.depth02 ul li.on .icon img{filter: invert(1);}
.depth02 ul li:hover .icon{background: #ff0095;}
.depth02 ul li:hover .icon img{filter: invert(1);}
.depth02 ul li p{text-align: center; color: #222; font-weight: 700; font-size: 15px;padding-top: 10px;}

h3.brand_tit{text-align:center; color:#000; font-size:30px; padding:30px 0 ; border-bottom:1px solid #000;}

/* depth03 */
.depth03{line-height: 1;border-bottom:1px solid #ddd; height: 45px;}
.depth03 ul{display: flex;gap:40px;width: max-content; }
.depth03 .inner{overflow-x: scroll; }
.depth03 .inner::-webkit-scrollbar{display: none;}
.depth03 ul li a{display: block;width: max-content;font-size: 15px; color: #222; font-weight: 700; line-height: 43px;}
.depth03 ul li.on a{color: #ff0095;}

/* 공통 */
h3.h3_tit{font-size: 30px; color: #222;font-weight: 700; padding-bottom: 30px;}	
h4.h4_tit{font-size: 22px; color: #222; font-weight: 700; line-height: 32px;}
h5.h5_tit{font-size: 16px; color: #00a1a7; font-weight: 600;}

textarea{width: 100%;}

.sec_list{display:	flex; flex-wrap:wrap; gap:25px;}
.sec_list li{width: calc((100% - 100px) / 5);}
.sec_list .img_wrap{position:relative; width:100%; padding-bottom:100%;overflow: hidden;}
.sec_list .img_wrap img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:auto; height:auto; max-width:100%; max-height:100%;transition:.4s;}
.sec_list .img_wrap:hover img{transform:scale(1.05);}
.sec_list .txt_wrap strong{display: block;font-size: 17px; color: #222; font-weight: 700;padding-top: 20px;height: 47.2px;}
.sec_list .txt_wrap span{display: block; width: 70%;font-size: 15px; color: #222; font-weight: 400;margin: 5px 0 10px; line-height: 15px;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap:break-word;word-break: keep-all;}
.sec_list .txt_wrap p{display: flex;gap:10px; align-items:center;}
.sec_list .txt_wrap p em{display: block; width: 30px; height: 30px; line-height: 30px;font-size: 13px; color: #fff; font-weight: 700;border-radius:50%;background: #ff0095;text-align: center;}
.sec_list .txt_wrap p b{display: block;font-size: 19px; color: #222; font-weight: 700;}
.sec_list .txt_wrap p del{display: block;font-size: 15px; color: #999; font-weight: 400;}

.paging_wrap{margin-top: 100px;}
ul.paging{display: flex;gap:15px;}
ul.paging li{margin: 0; border-radius:50%; border:none; background: #fff; width: 25px; height: 25px;}
ul.paging li a{color: #222;font-size: 15px;font-weight: 400;}
ul.paging li:first-child{margin-right: 20px;}
ul.paging li:last-child{margin-left: 20px;}
ul.paging li.on{background: #222;}
ul.paging li.on a{color: #fff;font-weight: 400;}

.tbl01{width:100%; border-top:1px solid #000;}
.tbl01 th{padding:15px 0; border-bottom:1px solid #ddd; color:#222; background:#fff;}
.tbl01 td{padding:15px 5px; border-bottom:1px solid #ddd; color:#222; font-weight:500; text-align:center;}

.btn_wrap a{display:block; width:calc((100% - 70px)/2); margin-top:10px;}
.btn_wrap a.pc_btn{display:block; width:calc((100% - 70px)/2); margin-top:10px;}
.btn_wrap a.mob_btn{display:none; width:calc((100% - 70px)/2); margin-top:10px;}
.btn01{width:100%; height:50px; line-height:50px; background:#ff0095; color:#fff; font-size:15px; font-weight:700;}
.btn_b{background:#000;}

.pc_tbl{display:table;}
.mob_tbl{display:none;}
.mob_checkbox{display:none;}
.mob_btn{display:none;}

.s_btn{display:inline-block; width:50px; height:25px; line-height:25px; border-radius: 5px; border: 1px solid #ddd; color:#555;}
.s_btn:hover{background:#222; color:#fff; border:1px solid #222; transition: all 0.5s;}

input[type=file].file_con::file-selector-button{border: 0; background: url('/images/sub/file_icon.png') no-repeat; width: 20px; height: 17px; font-size: 0; vertical-align: middle; margin-right: 5px; cursor:pointer;}

/* sub0101 */
.sub0101_wrap .sec_slide .txt_wrap span{width: 70%;}
.sub0101_wrap .con01{margin-bottom: 115px;}
.sub0101_wrap .con02 h3.h3_tit{margin-bottom: 25px; border-bottom:1px solid #ddd;}
.sub0101_wrap .inner{padding:60px 0;}

.sub0101_wrap .top_img{display:flex; align-items:center; justify-content:center; width:100%; height:400px;}
.sub0101_wrap .top_img .flex_wrap{display:flex; align-items:center; justify-content:space-between; width:1200px;}
.sub0101_wrap .top_img h3.h3_tit{padding-bottom:10px;}
.sub0101_wrap .top_img p{font-size:22px; color:#222;}

.sub0201_wrap .top_img{background:#ffdede;}
.sub0301_wrap .top_img{background:#f0f0ff;}

/* sub0101_view */
.sub0101_view_wrap .navi{font-size:13px; color:#999; margin-bottom:10px;}
.sub0101_view_wrap .con_top{display:flex; gap:50px; align-items:flex-start;}
.sub0101_view_wrap .con_top .slide_con {width: 500px;}
.sub0101_view_wrap .con_top .item_slide{width: 500px;}
.sub0101_view_wrap .con_top .item_slide .img_box{width: 500px;}
.sub0101_view_wrap .con_top .item_slide .img_wrap{position: relative; width:100%; padding-bottom: 100%;  overflow: hidden;}
.sub0101_view_wrap .con_top .item_slide .img_wrap img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:auto; height:auto; max-width:100%; max-height:100%;}
.sub0101_view_wrap .con_top .slide_con .slide_imgbox{margin-top: 10px;}
.sub0101_view_wrap .con_top .slide_con .slide_imgbox .slick-list{width: calc(100% + 10px);}
.sub0101_view_wrap .con_top .slide_con .slide_imgbox li{width: 92px;border:1px solid #e5e5e5; margin-right: 10px;}
.sub0101_view_wrap .con_top .slide_con .slide_imgbox li .img_box {position:relative;width:100%;padding-bottom:100%;}
.sub0101_view_wrap .con_top .slide_con .slide_imgbox li .img_box img {position:absolute;left:0;top:0;bottom:0;right:0;max-width:100%;max-height:100%;margin:auto; cursor:pointer;}
.sub0101_view_wrap .con_top .txt_wrap{width:calc(100% - 500px);}
.sub0101_view_wrap .con_top .txt_wrap .flex_wrap{display:flex; align-items:center; gap:0 10px;}
.sub0101_view_wrap .con_top .txt_top strong.brand{font-size:24px; color:#222;}
.sub0101_view_wrap .con_top .txt_top p.tit{font-size:20px; color:#222; display:block; margin-bottom:10px;}
.sub0101_view_wrap .con_top .txt_top em{font-size:15px; color:#999; width:52px; height:24px; border-radius:12px; line-height:24px;text-align:center; border:1px solid #ddd;}
.sub0101_view_wrap .con_top .txt_top b{font-size:24px; color:#222; display:inline-block;}
.sub0101_view_wrap .con_top .txt_top span{font-size:15px; color:#999;}

.sub0101_view_wrap .con_top .txt_bot{margin:20px 0;}
.sub0101_view_wrap .con_top .txt_bot .flex_wrap{font-size:13px; color:#222;}
.sub0101_view_wrap .con_top .txt_bot .flex_wrap span{font-size:13px; color:#999;}
.sub0101_view_wrap .con_top .txt_bot .flex_wrap .line{width:1px; height:10px; background:#ddd;}
.sub0101_view_wrap .con_top .txt_bot .flex_wrap02 {position:relative;}
.sub0101_view_wrap .con_top .txt_bot .flex_wrap02 p {position:absolute;left:95px;}

.sub0101_view_wrap .con_top .txt_bot2 > div{padding:15px 0; border-top:1px solid #ddd;}
.sub0101_view_wrap .con_top .txt_bot2 > div:nth-child(4) {border-top:none;}
.sub0101_view_wrap .con_top .txt_bot2 > div:last-child {border-bottom:1px solid #ddd;}
.sub0101_view_wrap .con_top .txt_bot2 .expand em{position:relative; display:block; font-size:15px; color:#222; }
.sub0101_view_wrap .con_top .txt_bot2 .expand em::after{position:absolute; content:''; width:10px; height:10px; background:url('/images/sub/p_btn.png'); right:0; top:50%; transform:translateY(-50%);}
.sub0101_view_wrap .con_top .txt_bot2 .expand em.on::after{position:absolute; content:''; width:10px; height:10px; background:url('/images/sub/m_btn.png');  transform:translateY(-50%);}
.sub0101_view_wrap .con_top .txt_bot2 .expand ul{margin-top:10px; display:none;}
.sub0101_view_wrap .con_top .txt_bot2 .expand ul li{display:flex; align-items:center; font-size:13px;}
.sub0101_view_wrap .con_top .txt_bot2 .option_tit{display:flex; justify-content:space-between; align-items:flex-end;}
.sub0101_view_wrap .con_top .txt_bot2 .option strong{font-size:20px; color:#222;}
.sub0101_view_wrap .con_top .txt_bot2 .option span{font-size:15px;}
.sub0101_view_wrap .con_top .txt_bot2 .option .flex_wrap{margin-top:10px;}
.sub0101_view_wrap .con_top .txt_bot2 .option .img_wrap{cursor:pointer; position: relative; width: 50px;border:1px solid #ddd; }
.sub0101_view_wrap .con_top .txt_bot2 .option .img_box{position:relative; width:100%; padding-bottom:100%;}
.sub0101_view_wrap .con_top .txt_bot2 .option .img_box img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:auto; height:auto; max-width:100%; max-height:100%;}
.sub0101_view_wrap .con_top .txt_bot2 .option .on{border:2px solid #ff0095;}
.sub0101_view_wrap .con_top .txt_bot3 {margin-bottom:0;}

.sub0101_view_wrap .price{border-top:1px solid #222;}
.sub0101_view_wrap .price p{font-size:20px; color:#222; font-weight:500;}
.sub0101_view_wrap .price span{font-size:20px;color:#222;font-weight:500;}
.sub0101_view_wrap .price_top{padding-bottom:15px; border-bottom:1px solid #ddd;}
.sub0101_view_wrap .price_top > div{display:flex; gap:10px; align-items:center;}
.quantity{display:flex; gap:5px;}
.quantity div{font-size:18px; width:30px; height:30px; line-height:28px; text-align:center; font-weight:600; color:#222; border:1px solid #ddd;}
.quantity input{border:1px solid #ddd; text-align:center; color:#222; height:30px; line-height:28px; width:60px;}
.sub0101_view_wrap .price > div{display:flex; align-items:center; justify-content:space-between;}
.sub0101_view_wrap .price strong{font-size:20px; color:#222; font-weight:700;}
.sub0101_view_wrap .price p span{font-size:35px; color:#ff0095; font-weight:700;}

.sub0101_view_wrap .btn_wrap a:last-child{width:50px; height:50px; border:1px solid #ddd; background:url('/images/sub/wish_icon_d.png')center no-repeat;}
.sub0101_view_wrap .btn_wrap a:last-child.on{ background:url('/images/sub/wish_icon_on.png')center no-repeat;}

/* inpuiry_pop */
.inquiry_pop{display: none; position: fixed; width: 100%;height: 100vh;top: 0;left: 0;z-index: 10000;}
.inquiry_pop .pop_box{height: 100vh; background: rgba(0,0,0,.5);}
.inquiry_pop .inner{position: relative; width:500px; height:610px; background:#fff; left:250px; top:50%; transform:translate(-50%, -50%); }
.inquiry_pop button{position: absolute;right: 20px;top: 20px;}
.inquiry_pop .box{padding:40px 40px 15px;}
.inquiry_pop .box strong{display:block; font-size:24px; color:#222;}
.inquiry_pop .box .product{display:flex; align-items:flex-end; gap:15px; margin:30px 0;}
.inquiry_pop .box .product .img_wrap{position: relative; width: 50px; padding-bottom:50px;  overflow: hidden;}
.inquiry_pop .box .product .img_wrap img{position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 100%; height:100%; max-width: 100%; max-height: 100%; }
.inquiry_pop .box .product .brand{color:#222; font-weight:500;}
.inquiry_pop .box input{width:100%; height:50px; border:1px solid #ddd; padding:10px; font-size:15px;}
.inquiry_pop .box textarea{width:100%;  border:1px solid #ddd; padding:10px; font-size:15px; height:200px; resize:none; margin:15px 0;}
.inquiry_pop .btn_wrap{display:absolute; left:0; bottom:0; padding:0 40px;z-index: 12000; }
.inquiry_pop .btn_wrap a{display:block; height:50px; line-height:50px; background:#ff0095; font-size:15px; font-weight:600; color:#fff; text-align:center;}

/* sub0401 */
#brand_wrap ul{display:flex; flex-wrap:wrap; gap:30px 20px;}
#brand_wrap ul li{width:calc((100% - 140px)/ 8);}
#brand_wrap ul li strong{display:block; font-size:18px; color:#222; margin-bottom:10px; font-weight:900; border-bottom:1px solid #ddd;}
#brand_wrap ul li ul.brand_list{gap:5px 0;}
#brand_wrap ul li ul.brand_list li{width:100%;}
#brand_wrap ul li ul.brand_list li a{font-size:16px; color:#222; font-weight:500; word-break:break-word;}
#brand_wrap ul li ul.brand_list li a input[type=checkbox]{margin:-2px 5px 0 0;}

/* sub0601 */
.sub0601_wrap .tit{height:400px; background:url('/images/sub/sub0601_bg.jpg'); display:flex; align-items:center;}
.sub0601_wrap .tit h3{color:#fff; font-size:50px; line-height:1.2;}
.sub0601_wrap h4.h4_tit{font-size:30px; text-align:center;}
.sub0601_wrap h5.h5_tit{font-size:22px; text-align:center; margin:10px 0 50px;}
.sub0601_wrap .con{padding:60px 0;}
.sub0601_wrap .con01 .box_wrap{display:flex; flex-wrap:wrap; gap:40px 0;}
.sub0601_wrap .con01 .box_wrap .box{width:25%; display:flex; flex-direction:column; align-items:Center; gap:20px; font-size:18px; text-align:center;}
.sub0601_wrap .con01 .box_wrap .box img{background:#fff; border-radius:50%; box-shadow: 3px 3px 2px 1px rgba(0, 0, 0, .2);}
.sub0601_wrap .con01 .box_wrap .box p{font-size:17px; color:#fff; width:100px; height:26px; border-radius:13px; line-height:28px; text-align:center;}
.sub0601_wrap .con01 .box_wrap .box span{font-size:17px; color:#222; font-weight:600;}
.sub0601_wrap .con01 .box_wrap .box span i{display:block;}

.sub0601_wrap .con01-1{position:relative;}
.sub0601_wrap .con01-1::before{z-index:-1; position:absolute; content:''; width:363px; height:428px; background:url('/images/sub/sub0601_con01bg.png'); left:0; top:0;}
.sub0601_wrap .con01-1::after{z-index:-1; position:absolute; content:''; width:591px; height:788px; background:url('/images/sub/sub0601_con01bg02.png'); right:0; bottom:0;}
.sub0601_wrap .con01-1 h5.h5_tit{color:#d52b84;}
.sub0601_wrap .con01-1 .box_wrap .box img{border:1px solid #d576d2;}
.sub0601_wrap .con01-1 .box_wrap .box p{background:#d52b84; font-weight:600;}
.sub0601_wrap .con01-2{background:#f6f9fd;}
.sub0601_wrap .con01-2 h5.h5_tit{color:#2b84d5;}
.sub0601_wrap .con01-2 .box_wrap .box img{border:1px solid #76d2d5;}
.sub0601_wrap .con01-2 .box_wrap .box p{background:#2b84d5; font-weight:600;}

.sub0601_wrap .con02 h4.h4_tit{margin-bottom:10px;}
.sub0601_wrap .con02 .box{display:flex; flex-wrap:wrap; align-items:center; border-bottom:1px dashed #ddd; padding:40px 0;}
.sub0601_wrap .con02 .box .img_wrap{display:flex; justify-content:center; width:300px;}
.sub0601_wrap .con02 .box .txt_wrap{width:calc(100% - 300px); word-break:keep-all;}
.sub0601_wrap .con02 .box strong{color:#222; font-size:22px;}
.sub0601_wrap .con02 .box p{font-size:18px; font-weight:600;}
.sub0601_wrap .con02 .box:last-child{border-bottom:none; padding:40px 0 0;}

.sub0601_wrap .con03 h4.h4_tit{margin-bottom:50px;}
.sub0601_wrap .con03 .box_wrap{display:flex; flex-wrap:wrap; gap:40px; }
.sub0601_wrap .con03 .box_wrap > div{padding:50px; border-radius:30px;}
.sub0601_wrap .con03 .box_wrap strong{font-size:22px; color:#fff;}
.sub0601_wrap .con03 .box_wrap p{font-size:18px; color:#fff; margin:40px 0;}
.sub0601_wrap .con03 .box_wrap i{display:block;}
.sub0601_wrap .con03 .box01{width:580px; background:#ebbebe url('/images/sub/sub0601_icon13.png') right 30px bottom 30px no-repeat;}
.sub0601_wrap .con03 .box02{width:580px; background:#a4c1e9 url('/images/sub/sub0601_icon14.png') right 30px bottom 30px no-repeat;}
.sub0601_wrap .con03 .box02 .img_wrap {display:flex;gap:20px 10px;align-items: center;}
.sub0601_wrap .con03 .box02 .img_wrap img:nth-child(1) {height:20px;}
.sub0601_wrap .con03 .box02 .img_wrap img:nth-child(2) {height:36px;}
.sub0601_wrap .con03 .box02 .img_wrap img:nth-child(3) {height:18px;}
.sub0601_wrap .con03 .box02 .img_wrap img:nth-child(4) {height:16px;}
.sub0601_wrap .con03 .box03{width:1200px; background:#beb3d2 url('/images/sub/sub0601_box03_bg02.png') right 40px top 120px no-repeat; /* text-align:center; */}
.sub0601_wrap .con03 .box03 .txt_wrap {display:flex;flex-direction:column;align-items:center;}
.sub0601_wrap .con03 .box03 .img_wrap{display:flex;width:80%;gap:20px 10px; justify-content: flex-start;align-items: center;flex-wrap:wrap;}
.sub0601_wrap .con03 .box03 .img_wrap img:nth-child(1) {height:15px;}
.sub0601_wrap .con03 .box03 .img_wrap img:nth-child(2) {height:28px;}
.sub0601_wrap .con03 .box03 .img_wrap img:nth-child(3) {height:10px;}
.sub0601_wrap .con03 .box03 .img_wrap img:nth-child(4) {height:12px;}
.sub0601_wrap .con03 .box03 .img_wrap img:nth-child(5) {height:10px;}
.sub0601_wrap .con03 .box03 .txt_box {display:flex;width:100%;margin-top:40px;}
.sub0601_wrap .con03 .box03 .txt_box .txt01 {width:50%;}
.sub0601_wrap .con03 .box03 .txt_box .txt01:first-child {border-right:1px solid rgba(255,255,255,0.3);margin-right:40px;}
.sub0601_wrap .con03 .box_wrap .box03 p{margin:30px 0;}
.sub0601_wrap .con03 .box_wrap .box03 p:first-child {margin-top:0;}

.sub0601_wrap .con04{height:300px; background:url('/images/sub/sub0601_bg02.jpg'); display:flex; align-items:center;}
.sub0601_wrap .con04 strong{color:#fb0293; margin-top:20px; display:block;}

/* sub0701 */
.sub0701_wrap{position:relative; background:linear-gradient(to top, rgba(247,138,158,0.3) , rgba(254,152,139,0.4));}
.sub0701_wrap::before{position:absolute; content:''; width:397px; height:430px; background:url('/images/sub/about_bg1.png')no-repeat; top:-30px; left:100px;}
.sub0701_wrap::after{position:absolute; content:''; width:400px; height:423px; background:url('/images/sub/about_bg2.png')no-repeat; bottom:0; right:0;}
.sub0701_wrap .inner{padding:100px 0; font-size:18px; color:#222;}
.sub0701_wrap .inner .con{margin-bottom:50px;}
.sub0701_wrap .inner .con em{font-weight:700; color:#222; }
.sub0701_wrap strong{font-size:50px; color:#f5f5f5; line-height:1;}
.sub0701_wrap .con01 strong{color:#222; position:relative; padding-right:30px;}
.sub0701_wrap .con01 strong::before{position:absolute; content:''; width:4px; height:36px; background:#222; right:0; top:50%; transform:translateY(-50%);}
.sub0701_wrap .con01{display:flex; align-items:flex-end; gap:30px;}
.sub0701_wrap .p_tit{margin-top:100px; font-weight:700; color:#222; font-size:22px;}

/* my_menu */
.my_menu_pc{line-height: 1; width: 200px;}
.my_menu_pc h3{font-size: 22px;color: #222; font-weight: 700;padding-bottom: 20px; border-bottom: 1px solid #000;}
.my_menu_pc ul{padding: 35px 0;border-bottom: 1px solid #ddd;}
.my_menu_pc ul li:not(:last-child){margin-bottom: 35px;}
.my_menu_pc ul li a{display: block;font-size: 15px; color: #222;font-weight: 700;background: url(/images/sub/my_menu_arr_pc.png)center right no-repeat; background-size: 6px;}
.my_menu_tab{display: none;}

/* mypage */
.mypage_wrap{/* display: flex;gap:60px; */line-height: 1;}
.mypage_wrap .my_page_con{/* width: calc(100% - 260px); */}
.mypage_wrap .my_page_con .my_box{display: flex;align-items: center;gap: 40px;justify-content: space-between;width: 100%; padding: 30px 40px;border-radius: 15px;box-shadow: 0px 4px 20px rgba(0,0,0,.1);margin-bottom: 20px;}
.mypage_wrap .my_page_con .my_box .left_box{display: flex;gap:18px;align-items:center;width: 300px;border-right: 1px solid #ddd;padding: 25px 0;}
.mypage_wrap .my_page_con .my_box .left_box .img_box{overflow: hidden; border-radius:50%; width: 100px;}
.mypage_wrap .my_page_con .my_box .left_box .img_wrap{position:relative; width:100%; padding-bottom:100%;}
.mypage_wrap .my_page_con .my_box .left_box .img_wrap img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:auto; height:auto; max-width:100%; max-height:100%;}
.mypage_wrap .my_page_con .my_box .left_box p{font-size: 18px; color: #222; font-weight: 700;margin-bottom: 15px;}
.mypage_wrap .my_page_con .my_box .left_box button{font-size: 13px; color: #999;border-radius:5px; border:1px solid #ddd; width: 50px; height: 25px;}
.mypage_wrap .my_page_con .my_box .right_box{display: flex; flex-wrap:wrap;justify-content: space-between;gap: 20px 0;width: calc(100% - 340px);padding: 25px 0;}
.mypage_wrap .my_page_con .my_box .right_box .box p{font-size: 15px; color: #222; font-weight: 700;margin-bottom: 20px;padding-right: 50px;}
.mypage_wrap .my_page_con .my_box .right_box .box span{display: block;font-size: 22px; color: #ff0095; font-weight: 700;}
.mypage_wrap .my_page_con .my_box .right_box .bt_box{width: 100%;}
.mypage_wrap .my_page_con .my_box .right_box .rate{position: relative; width: 100%;height: 16px; background: #f1f1f1; border-radius:50px; overflow: hidden;}
.mypage_wrap .my_page_con .my_box .right_box .rate em{display: block;position: absolute; left: 0; top: 0;height: 100%; width: 52px; background: #00f6ff;border-radius: 50px;}
.mypage_wrap .my_page_con .my_box .right_box .bt_box p{font-size: 15px; color: #222;margin-top: 5px;font-weight: 500;}

.mypage_wrap .point_wrap{display: flex; flex-wrap:wrap;gap:20px;padding-bottom: 120px;}
.mypage_wrap .my_page_con .point_box{width: calc((100% - 20px) / 2); box-shadow: 0px 4px 20px rgba(0,0,0,.1); border-radius: 15px;overflow: hidden;}
.mypage_wrap .my_page_con .point_box a{display: flex; justify-content:space-between; align-items:center; width: 100%;padding: 40px;background: linear-gradient(180deg, #a1c4fd 0%, rgba(255,255,255,1) 100%);}
.mypage_wrap .my_page_con .point_box p{font-size: 15px;font-weight: 500; color: #222; margin-bottom: 20px;}
.mypage_wrap .my_page_con .point_box em{display: block;font-size: 30px;color: #6a9fe9; font-weight: 700;}
.mypage_wrap .my_page_con .point_box .icon{width: 60px; height: 60px; border-radius:50%;background: linear-gradient(180deg, rgba(161,196,252,1) 30%, rgba(106,159,234,1) 100%);box-shadow: 0px 3px 8px rgba(0,0,0,.1);}
.mypage_wrap .my_page_con .point_box .icon p{font-size: 30px; color: #fff; font-weight: 700;line-height: 62px;text-align: center;}
.mypage_wrap .my_page_con .number_box a{background: linear-gradient(180deg, rgba(173,169,224,1) 0%, rgba(255,255,255,1) 100%);}
.mypage_wrap .my_page_con .number_box .icon{background: linear-gradient(180deg, rgba(172,168,224,1) 23%, rgba(85,88,140,1) 100%);}
.mypage_wrap .my_page_con .number_box em{color: #54578b;}

.mypage_wrap .my_page_con .order_con{margin-bottom: 100px;}
.mypage_wrap .my_page_con .order_con ul li{display: flex; justify-content:space-between;border-top: 1px solid #ddd; padding: 25px 0	;}
.mypage_wrap .my_page_con .order_con ul li .left{width: 50%;}
.mypage_wrap .my_page_con .order_con ul li .left span{display: block;font-size: 15px;color: #ff0095; font-weight: 700;margin-bottom: 10px;}
.mypage_wrap .my_page_con .order_con ul li .left em{color: #222;font-weight: 700;}
.mypage_wrap .my_page_con .order_con ul li .left .box_wrap{display: flex;gap:20px;align-items:center;}
.mypage_wrap .my_page_con .order_con ul li .left .img_box{width: 90px;}	
.mypage_wrap .my_page_con .order_con ul li .left .img_wrap{position:relative; width:100%; padding-bottom:100%;}	
.mypage_wrap .my_page_con .order_con ul li .left .img_wrap img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:auto; height:auto; max-width:100%; max-height:100%;}	
.mypage_wrap .my_page_con .order_con ul li .left .txt_box{width: calc(100% - 110px);}
.mypage_wrap .my_page_con .order_con ul li .left .txt_box p{font-size: 13px;color: #999;margin-top: 7px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;  }
.mypage_wrap .my_page_con .order_con ul li .left .txt_box p.p_tit{font-size: 15px;margin-bottom: 10px;}
.mypage_wrap .my_page_con .order_con ul li .left .txt_box strong{display: block;color: #222;font-size: 18px; font-weight: 700;margin-top: 10px;}
.mypage_wrap .my_page_con .order_con ul li .right span{display: block;text-align: right;font-size: 15px;	color: #222; font-weight: 700;margin-bottom: 50px;}
.mypage_wrap .my_page_con .order_con ul li .right p{position: relative;font-size: 18px;color: #222; font-weight: 700;}
.mypage_wrap .my_page_con .order_con ul li .right p::after{content:''; position: absolute; z-index: -1;left: 0; bottom: -2px;display: block; width: 100%; padding: 0 10px; height: 10px;background: rgba(190,179,210,.5);}

.mypage_wrap .my_page_con .noti_wrap{margin-bottom: 90px;}
.mypage_wrap .my_page_con .noti_wrap ul li a{display: flex;border-top: 1px solid #ddd;padding: 20px 0px;}
.mypage_wrap .my_page_con .noti_wrap ul li span{display: block;width: 140px;font-size: 15px;color: #999;}
.mypage_wrap .my_page_con .noti_wrap ul li p{color: #222;font-family: 'Noto Sans KR';font-size: 15px;}
.mypage_wrap .my_page_con .noti_wrap ul li p em{color: #ff0095;font-weight: 700;}
.mypage_wrap .my_page_con .noti_wrap ul li p b{font-weight: 700;}

/* mypage_wishlist */
.mypage_wishlist h3{border-bottom:1px solid #ddd; margin-bottom:25px;}
.mypage_wishlist .p_remove {text-align:right;margin-bottom:20px;}
.mypage_wishlist .p_remove a {font-size:17px;color:#222;font-weight:500;}
.mypage_wishlist .p_remove a:hover {text-decoration:underline;}
.mypage_wishlist .wish_icon{display:none;}
.mypage_wishlist .sec_list .img_wrap{position:relative; }
.mypage_wishlist .sec_list .wish_on .img_wrap::before{position:absolute; content:''; width:22px; height:20px; background:url('/images/sub/wish_icon_on.png'); right:10px; bottom:10px; z-index:100;}
.mypage_wishlist .sec_list input {margin-bottom:10px;}
.mypage_wishlist .del_btn{display:block; width:100%; height:30px; line-height:30px; color:#999; border:1px solid #ddd; margin-top:10px; text-align:center; border-radius:5px; font-weight:500;}
.mypage_wishlist .del_btn:hover {background:#ff0095;color:#fff;border:none;transition:0.3s;}

/* mypage_inquiry */
.mypage_inquiry tr td:nth-child(2){text-align:center;}
.mypage_inquiry tr td:nth-child(3){text-align:center;}
.mypage_wrap .tbl01 tr td div{display:flex; gap:5px; justify-content:center;}
.mypage_wrap .tbl01 td div a{display:inline-block; width:35px; height:25px; line-height:25px; border-radius: 5px; border: 1px solid #0061e9; color:#0061e9;font-size:12px;}
.mypage_wrap .tbl01 td .iq_btn01 {border: 1px solid #0061e9; color:#0061e9;}
.mypage_wrap .tbl01 td .iq_btn02{border:1px solid #e63838; color:#e63838;}
.mypage_wrap .tbl01 td .iq_btn03 {border:1px solid #222; color:#222;}

/* mypage_address */
.mypage_address .address01{margin-bottom:100px;}
.mypage_address .address01 .address_btn{display:block; margin:0 auto; width:250px; height:50px; background:#000; color:#fff; line-height: 50px; font-size: 15px; font-weight: 700; text-align:center;}
.mypage_address .address02 p{font-size:13px; color:#222; line-height:1.6;}
.mypage_address .address02 .tbl01{/* margin:25px 0; */}
.mypage_address .address02 .address_btn{display:block; margin:25px auto 0; width:250px; height:50px; background:#000; color:#fff; line-height: 50px; font-size: 15px; font-weight: 700; text-align:center;}

/* credit */
.mypage_wrap .credit_wrap .order_con ul li .right span { margin-bottom:30px;}
.credit_wrap .right p {text-align:center;}
.credit_wrap .right .btn_wrap{display:flex; gap:5px; justify-content:flex-end; margin-top:30px;}	
.credit_wrap .right .btn_wrap a{display:inline-block; width:auto; padding:5px; border-radius:5px; font-size:13px; color:#999; border:1px solid #ddd;}
.credit_wrap .right .btn_wrap a:hover{background:#222; color:#fff; border:1px solid #222; transition: all 0.5s;}

/* cart */
.cart_wrap .tbl01 th{font-size:15px;}
.cart_wrap .tbl01 td{font-size:15px; padding:15px;}
.cart_wrap .tbl01 .quantity{justify-content:center;}
.cart_wrap .box_wrap{display: flex;gap:20px;align-items:center;}
.cart_wrap .box_wrap .img_box{width: 90px;}	
.cart_wrap .img_wrap{position:relative; width:100%; padding-bottom:100%;}	
.cart_wrap .img_wrap img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:auto; height:auto; max-width:100%; max-height:100%;}	
.cart_wrap .txt_box{width: calc(100% - 110px); text-align:left;}
.cart_wrap p{font-size: 13px; color:#999; overflow: hidden; text-overflow: ellipsis;  }
.cart_wrap p.p_tit{font-size: 15px; color:#555;}
.cart_wrap .cart_btn{border:1px solid #ddd; display:flex; gap:5px; width:95px; align-items:center; justify-content:center; margin:0 auto 3px;}
.cart_wrap .cart_btn:last-child{margin-bottom:0;}
.cart_wrap .cart_btn img {width:10px;}
.cart_wrap .total{margin:30px 0; border-top:1px solid #222; padding-top:20px;}
.cart_wrap .total div{display:flex; align-items:center; justify-content:flex-end;}
.cart_wrap .total div p{font-size:13px; color:#222; font-weight:600;}
.cart_wrap .total div strong{font-size:15px; color:#222;}
.cart_wrap .total div em{display:block; margin-left:10px; font-size:15px; color:#999;}
.cart_wrap .total div em.total_price{font-size:20px; font-weight:600; color:#ff0095;}
.cart_wrap .total div span{display:block; margin:0 5px;}
.cart_wrap .btn_wrap{display:flex; justify-content:center; gap:0 10px;}
.cart_wrap .btn_wrap a{width:200px; margin-top:0;}
.cart_wrap .flex_wrap{display:flex; justify-content:space-between; align-items:center; margin:10px 0 0 ;}
.cart_wrap .flex_wrap .left_box{display:flex; justify-contents:center; align-items:center; gap:10px;}
.cart_wrap .flex_wrap div a{display:flex; gap:5px; padding:5px 10px; border:1px solid #ddd; border-radius:5px;}
.cart_wrap .flex_wrap div a.remove{border:none; background:#f5f5f5;}

/* join */
.join_wrap .con .h4_tit {font-size:30px;text-align:center;}
.join_wrap .con .h4_tit span {font-size:18px;}
.join_wrap .con .h5_tit {font-size:22px;text-align:center;margin:10px 0 50px;color:#ff0095;display:flex;align-items:center;justify-content:center;}
.join_wrap .con .h5_tit a{padding:4px 14px;background:#ff0095;border-radius:20px;font-size:16px;color:#fff;margin-left:10px;}
.join_wrap .con .p_point {font-size:15px;color:#444;margin-bottom:10px;text-align:right;margin-right:15%;}
.join_wrap .con .p_point > span {font-size:20px;color:#ff0095;padding-right:8px;}
.join_wrap .con .form_bigwrap {display:flex;justify-content:center;}
.join_wrap .con .form_wrap {border:1px solid #ddd;border-radius:10px;padding:50px;display:flex;flex-direction:column;align-items: flex-start;gap:20px;width:70%;}
.join_wrap .con .form_wrap .form_bigbox {display:flex;gap:10px;width:100%;}
.join_wrap .con .form_wrap .form_bigbox .form_box {width:calc((100% - 10px)/2);}
.join_wrap .con .form_wrap .form_bigbox .form_box .input{width: calc(100% - 200px);}
.join_wrap .con .form_wrap .form_bigbox .form_box p {width:200px;}
.join_wrap .con .form_wrap .form_box {width:100%;display:flex;gap:0px;}
.join_wrap .con .form_wrap .form_box p {width:200px;font-size:16px;color:#222;font-weight:600;padding-top:10px;line-height:1.2;}
.join_wrap .con .form_wrap .form_box p.p_t {padding-top:0;}
.join_wrap .con .form_wrap .form_box p.p01 {padding-left:15px;}
.join_wrap .con .form_wrap .form_box p em {font-size:15px;color:#444;margin-left:15px;}
.join_wrap .con .point_b {color:#ff0095;padding-right:10px;}
.join_wrap .con .form_wrap .form_box .input {width:calc(100% - 200px);}
.join_wrap .con .form_wrap .form_box .input .input{width: 100%;}
.join_wrap .con .form_wrap .form_box .input .p_txt {width:100%;font-size:14px;color:#777;word-break:keep-all;text-align:left;font-weight:400;}
.join_wrap .con .form_wrap .form_box .input input {width:100%;height:50px;border:1px solid #ddd;border-radius:5px;padding:10px;font-size:16px;}
.join_wrap .con .form_wrap .form_box .input select {width:100%;height:50px;border:1px solid #ddd;border-radius:5px;padding:10px;font-size:16px;}
.join_wrap .con .form_wrap .form_box .input textarea {width:100%;height:300px;border:1px solid #ddd;border-radius:5px;padding:10px;font-size:16px;}
.join_wrap .con .form_wrap .form_box .input .cal {width:100%;height:50px;border:1px solid #ddd;border-radius:5px;padding:10px;font-size:16px;display:flex;justify-content: space-between;align-items: center;}
.join_wrap .con .form_wrap .p_box {width:100%;text-align:left;}
.join_wrap .con .form_wrap .p_box p {font-size:16px;color:#444;margin-left:15px;}
.join_wrap .con .form_wrap .p_box p span {color:#ff0095;}
.join_wrap .con .form_wrap .agree_box {width:100%;background:#f5f5f5;border-radius:5px;padding:40px;}
.join_wrap .con .form_wrap .agree_box .box {display:flex;gap:10px;align-items:center;margin-bottom:10px;}
.join_wrap .con .form_wrap .agree_box .box:last-child {margin-bottom:0;}
.join_wrap .con .form_wrap .agree_box .box input {width:14px;height:14px;border:1px solid #ddd;}
.join_wrap .con .form_wrap .agree_box .box p {font-size:14px;color:#666;}
.join_wrap .con .form_wrap .agree_box .box p a {margin:0 6px;}
.join_wrap .con .form_wrap .agree_box .box p a span {text-decoration:none;}
.join_wrap .con .form_wrap .agree_box .box p a em {text-decoration:underline;color:#222;font-weight:500;}
.join_wrap .con .form_wrap .agree_box .box_all {margin-bottom:20px;}
.join_wrap .con .form_wrap .agree_box .box_all p {font-size:16px;color:#222;font-weight:600;}
.join_wrap .con .form_wrap .btn_box {width:100%;display:flex;justify-content:center;margin-top:20px;}
.join_wrap .con .form_wrap .btn_box .btn {width:400px;height:50px;background:#ff0095;}
.join_wrap .con .form_wrap .btn_box a {width:100%;height:50px;font-size:16px;color:#fff;font-weight:600;display:flex;justify-content:center;align-items:Center;}

/* .join_wrap .con .h4_tit {font-size:30px;text-align:center;}
.join_wrap .con .h5_tit {font-size:22px;text-align:center;margin:10px 0 50px;color:#ff0095;}
.join_wrap .con .h5_tit a{padding:4px 12px;background:#ff0095;border-radius:20px;font-size:16px;color:#fff;margin-left:10px;}
.join_wrap .con .p_point {font-size:15px;color:#444;margin-bottom:10px;text-align:right;}
.join_wrap .con .p_point > span {font-size:20px;color:#ff0095;padding-right:8px;}
.join_wrap .con .form_wrap {border:1px solid #ddd;border-radius:10px;padding:50px;display:flex;flex-direction:column;align-items: center;gap:20px;}
.join_wrap .con .form_wrap .form_box {width:600px;display:flex;gap:50px;}
.join_wrap .con .form_wrap .form_box p {width:200px;text-align:right;font-size:16px;color:#222;font-weight:600;padding-top:10px;}
.join_wrap .con .form_wrap .form_box p.p_t {padding-top:0;}
.join_wrap .con .point_b {color:#ff0095;padding-right:10px;}
.join_wrap .con .form_wrap .form_box .input {width:400px;}
.join_wrap .con .form_wrap .form_box .input .p_txt {width:400px;font-size:14px;color:#777;word-break:keep-all;text-align:left;font-weight:400;}
.join_wrap .con .form_wrap .form_box .input input {width:400px;height:50px;border:1px solid #ddd;border-radius:5px;padding:10px;font-size:16px;}
.join_wrap .con .form_wrap .form_box .input select {width:400px;height:50px;border:1px solid #ddd;border-radius:5px;padding:10px;font-size:16px;}
.join_wrap .con .form_wrap .form_box .input .cal {width:400px;height:50px;border:1px solid #ddd;border-radius:5px;padding:10px;font-size:16px;display:flex;justify-content: space-between;align-items: center;}
.join_wrap .con .form_wrap .agree_box {width:600px;background:#f5f5f5;border-radius:5px;padding:40px;}
.join_wrap .con .form_wrap .agree_box .box {display:flex;gap:10px;align-items:center;margin-bottom:10px;}
.join_wrap .con .form_wrap .agree_box .box:last-child {margin-bottom:0;}
.join_wrap .con .form_wrap .agree_box .box input {width:14px;height:14px;border:1px solid #ddd;}
.join_wrap .con .form_wrap .agree_box .box p {font-size:14px;color:#666;}
.join_wrap .con .form_wrap .agree_box .box p a {margin-left:20px;}
.join_wrap .con .form_wrap .agree_box .box p a span {text-decoration:none;}
.join_wrap .con .form_wrap .agree_box .box p a em {text-decoration:underline;color:#222;font-weight:500;}
.join_wrap .con .form_wrap .agree_box .box_all {margin-bottom:20px;}
.join_wrap .con .form_wrap .agree_box .box_all p {font-size:16px;color:#222;font-weight:600;}
.join_wrap .con .form_wrap .btn_box {width:600px;height:50px;background:#ff0095;}
.join_wrap .con .form_wrap .btn_box a {width:600px;height:50px;font-size:16px;color:#fff;font-weight:600;display:flex;justify-content:center;align-items:Center;} */

/* login */
.login_wrap .con .logo_wrap {display:flex;justify-content:center;margin-bottom:40px;}
.login_wrap .con .h4_tit {font-size:30px;text-align:center;}
.login_wrap .con .h5_tit {font-size:22px;text-align:center;margin:10px 0 20px;color:#444;display:flex;align-items:center;justify-content: center;}
.login_wrap .con .h5_tit a{padding:4px 12px;background:#ff0095;border-radius:20px;font-size:16px;color:#fff;margin-left:10px;}
.login_wrap .con .form_wrap {display:flex;flex-direction:column;align-items: center;gap:20px;}
.login_wrap .con .form_wrap02 {display:flex;flex-direction:column;align-items: center;gap:20px;border:1px solid #ff0095;border-radius:10px;padding:50px 0;}
.login_wrap .con .form_wrap02 .form_box {width:500px;display:flex;gap:50px;justify-content: center}
.login_wrap .con .form_wrap02 .form_box p {width:200px;text-align:right;font-size:16px;color:#222;font-weight:600;padding-top:10px;}
.login_wrap .con .form_wrap02 .form_box .input input {width:400px;height:50px;border:1px solid #ddd;border-radius:5px;padding:10px;font-size:16px;}
.login_wrap .con .form_wrap02 .form_box .input select {width:400px;height:50px;border:1px solid #ddd;border-radius:5px;padding:10px;font-size:16px;}
.login_wrap .con .form_wrap02 .form_box .input02 {margin-top:10px;}
.login_wrap .con .form_wrap02 .form_box .input02 .ckbox {width:400px;display:flex;gap:10px;align-items: center}
.login_wrap .con .form_wrap02 .form_box .input02 .ckbox input {width:14px;height:14px;}
.login_wrap .con .form_wrap02 .form_box .input02 .ckbox p {width:100%;text-align:left;padding-top:0;font-weight:500;}
.login_wrap .con .form_wrap02 .form_box .input02 .p_txt {width:400px;text-align:left;font-size:14px;color:#777;font-weight:400;word-break:keep-all;}
.login_wrap .con .form_wrap02 .form_box .fideemail_box {margin:0 50px;width:100%;background:#f5f5f5;padding:20px;text-align:center;border-radius:5px;}
.login_wrap .con .form_wrap02 .form_box .fideemail_box p {width:100%;text-align:center;padding-top:0;}
.login_wrap .con .form_wrap02 .btn_box {width:400px;height:50px;background:#ff0095;}
.login_wrap .con .form_wrap02 .btn_box a {width:600px;height:50px;font-size:16px;color:#fff;font-weight:600;display:flex;justify-content:center;align-items:Center;}
.login_wrap .con .form_wrap02 .btn_box button{width: 100%; height: 50px; font-size: 16px; color: #fff; font-weight: 600; display: flex; justify-content: center; align-items: Center;}
.login_wrap .con .form_wrap02 .p01 {font-size:16px;color:#777;}
.login_wrap .con .form_wrap02 .p_a {font-size:16px;color:#777;}
.login_wrap .con .form_wrap02 .ps_a {font-size:16px;color:#777;text-decoration:underline;padding:0 2px;}
.login_wrap .con .form_wrap02 .ps_a:hover {color:#222;}
.login_wrap .con .mem_wrap {display:flex;gap:60px;}
.login_wrap .con .mem_wrap a {font-size:16px;color:#777;width:100px;height:50px;text-align:center;}
.login_wrap .con .mem_wrap a:hover {color:#222;text-decoration:underline;}

/* order_form */
.order_form_wrap h2{color: #222; margin: 50px 0 10px;}
/* table.order_tbl tr th{padding: 15px 0;border-bottom: 1px solid #ddd;color: #222;background: #fff;font-size: 15px;}
table.order_tbl tr td{font-size:15px; padding:15px;color: #222;} */

table.inc_tbl{border-top: 1px solid #222;}
table.inc_tbl tr th{padding: 15px;color: #222;border-bottom: 1px solid #ddd;}
table.inc_tbl tr td{color: #222;font-size: 15px;}
table.inc_tbl tr td.product_td a{display: inline-block; vertical-align: middle;}
table.inc_tbl tr td.product_td p{display: inline-block; vertical-align: middle; margin-left: 10px;}
table.inc_tbl tr{border-bottom: 1px solid #ddd;}

table.order_pay_tbl{border-top: 1px solid #222;}

table.order_form_tbl{border-bottom: 1px solid #ddd;}
table.order_form_tbl tr th{font-size: 13px;color: #222;padding-left: 10px;border:1px solid #ddd;}
table.order_form_tbl tr td{font-size: 13px;color: #222;border:1px solid #ddd;padding: 10px;padding-left: 20px;}
table.order_form_tbl tr td input[type="text"],
table.order_form_tbl tr td input[type="password"]{border:1px solid #ddd; height: 30px; }
table.order_form_tbl tr td input[name="iq_address"],
table.order_form_tbl tr td input[name="iq_city"],
table.order_form_tbl tr td input[name="iq_region_state"],
table.order_form_tbl tr td input[name="iq_s_address"],
table.order_form_tbl tr td input[name="iq_s_city"],
table.order_form_tbl tr td input[name="iq_s_region_state"],
table.order_form_tbl tr td input[name="iq_addr2"],
table.order_form_tbl tr td input[name="od_b_addr1"],
table.order_form_tbl tr td input[name="od_b_addr2"]{margin-top:5px;}
table.order_form_tbl tr td a img{vertical-align: middle;margin-left: 5px;}
table.order_form_tbl tr td span{vertical-align: sub;margin-left: 5px;}
.order_form_wrap .btn_wrap02{display: flex;justify-content:center;gap:10px; margin-top: 40px;}
.order_form_wrap .btn_wrap02 .btn02{display: block;font-size: 15px;font-weight: 700;width: 200px; height: 50px; line-height: 50px;text-align: center; border:none; background: #ff0095; color: #fff; cursor:pointer; border-radius:5px;}
.order_form_wrap .btn_wrap02 a.btn02{background: #000;}

.order_form_wrap2 input[type=radio]{margin-right: 5px;}
.order_form_wrap2 .credit_wrap{display: flex;gap:10px; align-items: center; color: #222; background: #f7f7f7; padding: 15px;}
.order_form_wrap2 .credit_wrap input[type=text]{border: 1px solid #ddd; outline: 0; height: 30px; font-size: 11px; width: 200px;} 
.order_form_wrap2 .credit_wrap button{background: #999; color: #fff; height: 30px; padding: 0 20px;}
.order_form_wrap2 .select_wrap{display: flex; flex-wrap:wrap; gap:5px;}
.order_form_wrap2 .select_wrap li{width:; color: #222; }
.order_form_wrap2 .select_wrap li label{width: 100%; background: #fff; border: 1px solid #ddd; display: block; padding:0 20px; line-height: 48px; border-radius:5px ; height: 50px;}
.order_form_wrap2 .select_wrap li label.on{background: #fff; color: #ff0095; border: 1px solid #ff0095;}
.order_form_wrap2 .select_wrap li input[type=text]{border: 1px solid #ddd; outline: 0; height: 25px; font-size: 11px; margin-left: 5px;background: #f9f9f9; width: 250px;} 

.order_form_wrap2 .select_wrap2{display: flex; flex-wrap:wrap; gap:5px;}
.order_form_wrap2 .select_wrap2 li{color: #222; }
.order_form_wrap2 .select_wrap2 li label{width: 100%; background: #fff; border: 1px solid #ddd; display: block; padding:0 20px; line-height: 48px; border-radius:5px ; height: 50px; border-radius:5px ;}
.order_form_wrap2 .select_wrap2 li label.on{background: #fff; color: #ff0095; border: 1px solid #ff0095;}
.order_form_wrap2 .select_wrap2 li input[type=text]{border: 1px solid #ddd; outline: 0; height: 30px; font-size: 11px; margin-left: 5px;} 

.order_form_wrap2 .select_wrap3{display: flex; flex-wrap:wrap; gap:5px;}
.order_form_wrap2 .select_wrap3 li{text-align: center; color: #222; }
.order_form_wrap2 .select_wrap3 li label{width: 100%; background: #fff; border: 1px solid #ddd; display: block; padding:0 20px; line-height: 48px; border-radius:5px ; height: 50px; border-radius:5px ;}
.order_form_wrap2 .select_wrap3 li label.on{background: #fff; color: #ff0095; border: 1px solid #ff0095;}
.order_form_wrap2 .select_wrap3 li input[type=text]{border: 1px solid #ddd; outline: 0; height: 30px; font-size: 11px; margin-left: 5px;} 
.order_form_wrap2 span.add_txt{font-size: 13px; color: #ff0095; display: block; margin-top: 5px;}

.laypop .cart_pop { display:none; position: fixed; left:0; right:0; top:0; bottom:0; z-index:100000;}
.laypop .cart_pop .pop_up { position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); z-index:99999; width:500px; height:auto; background:#fff;padding:40px 40px 25px;}
.laypop .cart_pop .pop_bg { position:absolute; left:0; right:0; top:0; bottom:0; background:rgba(0,0,0,.7);}
.laypop .cart_pop .pop_inner { box-sizing:border-box; line-height:1;}
.laypop .cart_pop .pop_top {position:absolute; right: 38px; top: 38px;height:80px; line-height:1;}

.laypop .cart_pop .con_wrap {width:100%;}
.laypop .cart_pop .con_wrap strong {display:block;font-size:24px;color:#222;}
.laypop .cart_pop .con_wrap .img_wrap {text-align:center;margin:40px 0;}
.laypop .cart_pop .con_wrap .img_wrap > p {margin-top:20px;font-size:18px;color:#222;font-weight:500;}
.laypop .cart_pop .con_wrap .btn_box {display:flex;gap:10px;}
.laypop .cart_pop .con_wrap .btn_box > a {width:100%;line-height:50px;text-align:center;background:#ff0095;font-size:15px;color:#fff;}
.laypop .cart_pop .con_wrap .btn_box > a:nth-child(2) {background:#000;}

.detail_tit{display: flex; justify-content: space-between; align-items: flex-end; margin-top:50px;}
.detail_tit strong{font-size: 20px; color: #222;}
.explan_wrap{border-top: 1px solid #ddd; padding-top:30px; text-align:center; margin-top:10px;}