@import url("common.css");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..500,0..1,-50..200");




 input[type="checkbox"] {position:relative; appearance: none; -moz-appearance: none; -webkit-appearance: none; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; width:22px;  aspect-ratio: 1 / 1;  border-radius:2px; border:1px solid var(--border); box-sizing:border-box; background:var(--white);  display:inline-flex; flex-wrap:wrap; align-items:center; justify-content:center; margin:0;}
 input[type="checkbox"]:checked {border-color:var(--main);}
 input[type="checkbox"]:checked::before {content:''; width:calc(100% - 8px); height:calc(100% - 8px); border-radius:1px; position:absolute;top:50%; left:50%; transform:translate(-50%,-50%); background:var(--main);}

 input[type="radio"] {position:relative; appearance: none; -moz-appearance: none; -webkit-appearance: none; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; width:22px;  aspect-ratio: 1 / 1; border-radius:100%; border:1px solid var(--border); box-sizing:border-box; background:var(--white); display:inline-flex; flex-wrap:wrap; align-items:center; justify-content:center; margin:0;}
 input[type="radio"]:checked {border-color:var(--main);}
 input[type="radio"]:checked::before {content:''; color:var(--main); font-family:var(--icon); width:calc(100% - 8px); height:calc(100% - 8px); border-radius:100%; position:absolute;top:50%; left:50%; transform:translate(-50%,-50%); background:var(--main);}
 
 
 
/* ¼­ºêÅ¾ */
#visual{position:relative; width:100%; height:540px; background:#000;}
#visual .visual_in{position:absolute; left:50%; top:55%; transform:translate(-50%,-50%); z-index:9999;}
#visual .v_txt{text-align:left; width: calc(100% - 400px);}
#visual .v_txt h2{font-family:var(--eng); color:var(--white); font-weight:700; letter-spacing:0; transform:translateY(60px); opacity:0; animation:v_txt 1.0s 0.3s; animation-fill-mode:both;}
#visual .v_bg{position:absolute; left:0; top:0; width:100%; height:100%; overflow: hidden;}
#visual .v_bg .bg{position:absolute; left:0; top:0; width:100%; height:100%; transform: scale(1); animation: m_vsImg 1.8s;}

@keyframes m_vsImg {
	0% { -webkit-transform:scale(1.1); -ms-transform:scale(1.1); transform:scale(1.1); }
	20% { -webkit-transform:scale(1.1); -ms-transform:scale(1.1); transform:scale(1.1); }
	100% { -webkit-transform:scale(1); -ms-transform:scale(1); transform:scale(1); }
}
@keyframes v_txt {
	0% { transform:translateY(60px); opacity:0; }
	100% { transform:translateY(0); opacity:1; }
}


/* ºñÁÖ¾ó lnb */
.visual_lnb{position: absolute; right: 0; bottom: 0;}
.visual_lnb dl{display: flex; align-items:center;}
.visual_lnb dl dt{margin:0 15px 0 0;}
.visual_lnb dl dt a{display: flex; align-items:center;  font-size:0;  transition:all .3s linear;}
.visual_lnb dl dt a:hover{opacity: 1;}
.visual_lnb dl dt a::before {}
.visual_lnb dl dd{position:relative;}
.visual_lnb dl dd:before{content:''; display:block; width:3px; height:3px; background:rgba(255,255,255,.7); position:absolute; left:0; top:50%; transform:translateY(-50%); border-radius:100%;}
.visual_lnb dl dd .txt{padding:0 35px 0 13px; box-sizing:border-box; position: relative; font-size: 0.8888888888888889rem; font-weight: 400; line-height: 175%; letter-spacing: var(--letter-spacing-caption); color:var(--white); text-overflow: ellipsis; -o-text-overflow: ellipsis; overflow: hidden; white-space: nowrap; word-wrap: normal !important; display: block;}
.visual_lnb dl dd .txt:after{content:'\e313'; display:block; font-size:20px; font-family:var(--icon); position: absolute; right:10px; top:50%; transition:all .3s linear; margin-top:-10px; line-height:1;}
.visual_lnb dl dd .txt.on:after{transform:rotate(180deg);}
.visual_lnb dl dd:last-of-type .txt {padding-right:25px;}
.visual_lnb dl dd:last-of-type .txt::after {right:0;}
.visual_lnb dl dd .dlst{position: absolute; z-index: 999; margin: 10px 0 0; width: 150px; background-color: var(--white); padding: 20px 15px; box-sizing:border-box; display: none; box-shadow:5px 5px 15px rgba(0,0,0,0.05);}
.visual_lnb dl dd .dlst.on{display: block;}
.visual_lnb dl dd .dlst ul{}
.visual_lnb dl dd .dlst ul li {line-height:1;}
.visual_lnb dl dd .dlst ul li+li {margin:8px 0 0; }
.visual_lnb dl dd .dlst ul li a{font-size:14px; transition:all .2s linear; line-height: 120%; letter-spacing:var(--letter-spacing-default);}
.visual_lnb dl dd .dlst ul li a.on{color:var(--main);}
.search_none .visual_lnb dl dd:last-child{display: none;}


/* PC lnb */
.lnb {overflow:hidden; position: relative; z-index: 9; top:0; background:var(--white);}
.lnb::after {content:''; width:100%; height:1px; background:var(--border); position:absolute; bottom:0; left:0;}
.lnb .lnb_in {}
.lnb .lnb_in ul {display:flex;}
.lnb .lnb_in ul li {width: auto; margin:0 20px;}
.lnb .lnb_in ul li:first-of-type {margin-left:0;}
.lnb .lnb_in ul li:last-of-type {margin-right:0;}
.lnb .lnb_in ul li a{display:inline-block; font-size: 1rem; font-weight: 400;  letter-spacing: var(--letter-spacing-default); line-height:70px; box-sizing:border-box; position:relative; transition:all .3s linear;}
.lnb .lnb_in ul li.left_linktop a{color:var(--main); font-weight:600;}
.lnb .lnb_in ul li:hover a{color:var(--main);}
.lnb .lnb_in ul li a:after{content:''; display:block; width:0; height:3px; background:var(--main); position:absolute; left:50%; bottom:0; transform:translateX(-50%); transition:all .3s linear;}
.lnb .lnb_in ul li:hover a:after{width: 100%;}
.lnb .lnb_in ul li.left_linktop a:after{width: 100%;}
.search_none .lnb{display: none;}


/* ¸ð¹ÙÀÏ lnb */
.mobile_snb {display:none;}



/* Å¸ÀÌÆ² */
.dnCont .visual_lnb, .dnCont .lnb, .dnCont .mobile_snb {display:none !important;}
#subtitle{padding:150px 0 50px; text-align:center;}




/*** °øÅë css ***/
.basic_cont{max-width:1560px; width: 90%; margin:0 auto 150px;}






/* °¶·¯¸®2(¹è³Ê) */
.gallery_roll{position:relative;}
.gallery_roll:after{content:''; display:block; clear:both;}
.gallery_roll .roll{position:relative;}
.gallery_roll .roll .imgArea{background:#000; overflow: hidden; aspect-ratio: 3 / 2;}
.gallery_roll .roll .imgArea img{width: 100%;  display: block; width: 100%; height: 100%; object-fit: cover;}
.gallery_roll .roll .txtArea{position:absolute; left:0; bottom:0; width:100%; text-align:center; background:rgba(34,34,34,.6); padding:20px; box-sizing:border-box;}
.gallery_roll .roll .txtArea h4{font-weight:400; color:var(--white); line-height:150%; font-size:1.25rem;}
.gallery_roll .slick-arrow{border:0; padding:0; font-size:0; outline:none; cursor:pointer; width:30px; height:30px; transition:all .3s linear; position: absolute; z-index: 9999; width: 30px; height: 30px; opacity: 1; left: auto; right:auto; bottom: auto; top:50%; margin-top:-15px;}
.gallery_roll .slick-arrow:hover{opacity:0.5;}
.gallery_roll .slick-prev{background:url('/img/arrow_p_w.png') no-repeat center/100% auto; left:30px;}
.gallery_roll .slick-next{background:url('/img/arrow_n_w.png') no-repeat center/100% auto; right:30px;}

.gallery_nav{margin:30px -2px 0; width:calc(100% + 4px);}
.gallery_nav:after{content:''; display:block; clear:both;}
.gallery_nav .roll{margin:0 2px; cursor:pointer; background-color:#000; overflow: hidden;}
.gallery_nav .roll .txtArea{display: none;}
.gallery_nav .roll .imgArea{overflow: hidden; aspect-ratio: 3 / 2;}
.gallery_nav .roll .imgArea img{opacity:0.5; width: 100%;  display: block; width: 100%; height: 100%; object-fit: cover;}
.gallery_nav .roll.slick-current .imgArea img{opacity:1;}












/* ¿¹¾à³»¿ª Á¶È¸ */
.inquiry_check {text-align:center;}
.inquiry_check h4{font-size:1.5rem; letter-spacing:var(--letter-spacing-default); line-height: 130%; font-weight:700; color:var(--black);}
.inquiry_check p{font-size:1rem; letter-spacing:var(--letter-spacing-default); line-height:150%; padding:10px 0 30px;}
.inquiry_check .btn_inquirySearch{display:inline-block; width:250px; height:60px; box-sizing:border-box; text-align:center; transition:all .3s linear; border:1px solid var(--main); background:var(--main); position:relative; padding: 0; font-size:1rem; line-height: 58px; letter-spacing:var(--letter-spacing-default); font-weight:500; color:var(--white); cursor:pointer; -webkit-appearance: none; -webkit-border-radius: 0;}
.inquiry_check .btn_inquirySearch:hover{background:var(--sub); border-color:var(--sub);}

	.inquiryCheck_in{position:relative; max-width:630px; width: 100%; margin:0 auto 30px; padding:40px 30px; box-sizing:border-box; border:1px solid var(--border); box-shadow:0px 5px 0px #f6f6f6;}
	.inquiryCheck_in dl{display: flex; align-items:center; padding:0 0 10px;}
	.inquiryCheck_in dl:last-child{padding:0;}
	.inquiryCheck_in dl dt{width:100px; font-size:1rem; color:var(--black); line-height:120%; font-weight:500; text-align:left;}
	.inquiryCheck_in dl dd{width:calc(100% - 100px); display: flex;}
	.inquiryCheck_in dl dd .input{width: 100%; height: 50px; line-height:48px; border:1px solid var(--border); padding:0 15px; box-sizing:border-box; font-size:1rem; color:var(--basic); -webkit-appearance: none; -webkit-border-radius: 0;}
	.inquiryCheck_in dl dd .input.input_email{width: calc((100% - 25px)/3);}
	.inquiryCheck_in dl dd .select{width: calc((100% - 25px)/3); height: 50px; line-height:48px; border:1px solid var(--border); padding:0 15px; box-sizing:border-box; font-size:1rem; color:var(--basic); margin-left: 5px; cursor:pointer; outline:none;}
	.inquiryCheck_in dl dd .alpha{display: inline-block; width: 20px; line-height: 48px; font-size:1rem; vertical-align:middle;}






/* ¹è¼ÛÁö °ü¸® */
#myDelivery .input{width: 100%; height: 50px; line-height: 48px; font-size:1rem; color:var(--basic); letter-spacing:var(--letter-spacing-input); border:1px solid var(--border); background:var(--white); padding:0 15px; box-sizing:border-box;}
#myDelivery .postSearch_btn{padding: 0; width:120px; height:50px; line-height:48px; border:1px solid var(--black); text-align:center; font-size:14px; font-weight: 600; letter-spacing:var(--letter-spacing-button); box-sizing:border-box; color:var(--white); background:var(--black); cursor:pointer; transition:all .3s ease;}
#myDelivery .postSearch_btn:hover{background:var(--white); color:var(--black);}

#myDelivery .add_table {border-collapse:collapse; width:100%; border-spacing:0px; border-top:1px solid var(--black); text-align:left;}
#myDelivery .add_table th {width: 190px; font-size:1rem; letter-spacing:var(--letter-spacing-default); color:var(--black); font-weight: 600; line-height: 150%; padding: 20px 15px; box-sizing:border-box; border-bottom: 1px solid var(--border); background:var(--grayBg);}
#myDelivery .add_table th b{color:var(--main); font-weight: 700;}
#myDelivery .add_table td{font-size:1rem; letter-spacing:var(--letter-spacing-default); color:var(--basic); font-weight: 400; line-height: 150%; padding: 20px 15px; box-sizing:border-box; border-bottom: 1px solid var(--border);} 
#myDelivery .add_table td label{cursor:pointer; font-size:1rem; letter-spacing:var(--letter-spacing-default); color:var(--basic); font-weight: 400;}
#myDelivery .add_table td input[type="checkbox"]{display: inline-block; vertical-align: middle; margin: -2px 5px 0 0; width: 20px; height: 20px;}
#myDelivery .add_table .address_wrap{}
#myDelivery .add_table .address_wrap dt{display: flex; gap:5px; max-width:300px; width: 100%;}
#myDelivery .add_table .address_wrap dt .input{width: calc(100% - 125px);}
#myDelivery .add_table .address_wrap dt .postSearch_btn{width: 120px;}
#myDelivery .add_table .address_wrap dd{}
#myDelivery .add_table .address_wrap dd input{margin-top: 5px;}
#myDelivery .add_table .hipen{display: inline-block; max-width: 20px; width: 100%; text-align:center;}
#myDelivery .add_table .phone_wrap{display: flex; align-items:center;}
#myDelivery .add_table .phone_wrap * {flex:1;}
#myDelivery .btn_area{display: flex; gap:5px; margin: 40px 0 0; justify-content: center;}
#myDelivery .btn_area input{padding: 0; width:200px; height:60px; line-height:58px; border:1px solid var(--black); text-align:center; font-size:1rem; font-weight: 600; letter-spacing:var(--letter-spacing-button); box-sizing:border-box; color:var(--white); background:var(--black); cursor:pointer; transition:all .3s ease;}
#myDelivery .btn_area input:hover{background:var(--white); color:var(--black);}
#myDelivery .btn_area input.btn_wb{background:var(--white); color:var(--black);}
#myDelivery .btn_area input.btn_wb:hover{background:var(--black); color:var(--white);}


#myDelivery .no_data{text-align:center; padding: 100px 0; background:var(--white);}
#myDelivery .myDelivery_list{box-sizing:border-box; border:1px solid var(--border); background:var(--grayBg);}
#myDelivery .myDelivery_list dl{box-sizing:border-box; padding: 30px; display: flex; align-items:center;}
#myDelivery .myDelivery_list dl.basic{background:var(--white);}
#myDelivery .myDelivery_list dl + dl{border-top: 1px solid var(--border);}
#myDelivery .myDelivery_list dl dt{width: calc(100% - 300px);}
#myDelivery .myDelivery_list dl dt h4{font-size:1.25rem; font-weight: 600; color:var(--black); letter-spacing:var(--letter-spacing-default); line-height: 150%; padding-bottom: 5px;}
#myDelivery .myDelivery_list dl dt .address_txt{font-size:1rem; font-weight: 400; color:var(--black); letter-spacing:var(--letter-spacing-default); line-height: 160%;}
#myDelivery .myDelivery_list dl dt ul{padding-top: 8px; display: flex; flex-wrap:wrap; gap:8px 20px;}
#myDelivery .myDelivery_list dl dt ul li{font-size:1rem; font-weight: 400; color:var(--basic); letter-spacing:var(--letter-spacing-none); line-height: 150%;}
#myDelivery .myDelivery_list dl dt ul li::before{display: inline-block; vertical-align: middle; margin: -2px 5px 0 0; font-family:var(--icon); font-weight: 400; font-size:18px;}
#myDelivery .myDelivery_list dl dt ul li.phone::before{content:'\e7ba';}
#myDelivery .myDelivery_list dl dt ul li.tel::before{content:'\e0b0';}
#myDelivery .myDelivery_list dl dd{width: 300px; display: flex; justify-content: flex-end; gap:5px;}
#myDelivery .myDelivery_list dl dd .btn{width: auto; cursor:pointer; padding:0 20px; height:40px; line-height:38px; border:1px solid var(--basic); color:var(--basic); box-sizing:border-box; font-size:14px; font-weight:600; letter-spacing:var(--letter-spacing-button); text-align:center; background:var(--white); transition:all .3s;}
#myDelivery .myDelivery_list dl dd .btn.basic{border-color:var(--main) !important; color:var(--main) !important;}
#myDelivery .myDelivery_list dl dd .btn.modi:hover{border-color:var(--black); color:var(--black);}
#myDelivery .myDelivery_list dl dd .btn.delete{background:var(--basic); color:var(--white);}
#myDelivery .myDelivery_list dl dd .btn.delete:hover{background:var(--black); color:var(--white);}


#myDelivery_pop h1 {background:#444; padding:15px 10px; box-sizing:border-box; color:#fff; font-size:22px; letter-spacing:var(--letter-spacing-default); font-weight:700;}
#myDelivery_pop h1 a.close {position:absolute; right:10px; top:18px; background:#fff; padding:5px; line-height:0;}
#myDelivery_pop .cont {padding:15px}
#myDelivery_pop dl{position:relative; border:1px solid #ddd; border-top:0; padding:25px 20px;}
#myDelivery_pop dl:first-child{border-top:1px solid #ddd;}
#myDelivery_pop dl.over{border:3px solid var(--black);}
#myDelivery_pop dt{font-size:15px; letter-spacing:var(--letter-spacing-default); color:#444; padding-bottom:3px}
#myDelivery_pop dd.txt{font-size:13px; line-height:24px}
#myDelivery_pop dd.btn{position:absolute; right:8px; top:8px}

#myDelivery_pop p.basic{display:inline-block; width:90px; height:29px; line-height:29px; border:2px solid var(--black); text-align:center; color:var(--black); letter-spacing:var(--letter-spacing-default);}
#myDelivery_pop input[type=button].modi{ padding:6px 15px; border:1px solid #a3a3a3; color:#666; background:#fff; margin:0 0 3px 2px; cursor:pointer;}
#myDelivery_pop input[type=button]:hover.modi{background-color:#f9f9f9}
#myDelivery_pop input[type=button].delete{ padding:6px 15px; border:1px solid #a3a3a3; color:#fff; background:#a3a3a3; margin:0 0 3px 2px; cursor:pointer;}
#myDelivery_pop input[type=button]:hover.delete{background-color:#868686; border:1px solid #868686;}


#myDelivery_pop .btn_area{text-align:center; margin-top:30px;}
#myDelivery_pop .btn_area .btn_wb {width:201px; height:55px; line-height:52px; cursor:pointer; display:inline-block; background:#fff; text-align:center; color:#444; font-weight:500; border:1px solid #918f8f;}
#myDelivery_pop .btn_area .btn_b {width:201px; height:55px; line-height:52px; cursor:pointer; display:inline-block; background:var(--black); text-align:center; color:#fff; font-weight:500; border:none; cursor:pointer}



#myDelivery_pop .add_table {border-collapse:collapse; width:100%; border-spacing:0px; border-top:1px solid var(--black); text-align:left;}
#myDelivery_pop .add_table th {width: 100px; font-size:1rem; letter-spacing:var(--letter-spacing-default); color:var(--black); font-weight: 600; line-height: 150%; padding: 20px 15px; box-sizing:border-box; border-bottom: 1px solid var(--border); background:var(--grayBg);}
#myDelivery_pop .add_table th b{color:var(--main); font-weight: 700;}
#myDelivery_pop .add_table td{font-size:1rem; letter-spacing:var(--letter-spacing-default); color:var(--basic); font-weight: 400; line-height: 150%; padding: 20px 15px; box-sizing:border-box; border-bottom: 1px solid var(--border);} 
#myDelivery_pop .add_table td label{cursor:pointer; font-size:1rem; letter-spacing:var(--letter-spacing-default); color:var(--basic); font-weight: 400;}
#myDelivery_pop .add_table td input[type="checkbox"]{display: inline-block; vertical-align: middle; margin: -2px 5px 0 0; width: 20px; height: 20px;}
#myDelivery_pop .add_table td input {}
#myDelivery_pop .add_table .address_wrap{}
#myDelivery_pop .add_table .address_wrap dt{display: flex; gap:5px; max-width:300px; width: 100%;}
#myDelivery_pop .add_table .address_wrap dt .input{width: calc(100% - 125px);}
#myDelivery_pop .add_table .address_wrap dt .postSearch_btn{width: 120px;}
#myDelivery_pop .add_table .address_wrap dd{}
#myDelivery_pop .add_table .address_wrap dd input{margin-top: 5px;}
#myDelivery_pop .add_table .hipen{display: inline-block; max-width: 20px; width: 100%; text-align:center;}
#myDelivery_pop .add_table .phone_wrap{display: flex; align-items:center;}
#myDelivery_pop .add_table .phone_wrap * {flex:1;}

#myDelivery_pop select{width: 100%; height: 40px; line-height: 38px; font-size:1rem; color:var(--basic); letter-spacing:var(--letter-spacing-input); border:1px solid var(--border); background-color:var(--white); padding:0 15px; box-sizing:border-box; background:url('/twcenter/product/image/select_arrow.png') no-repeat right 10px center/8px auto;}
#myDelivery_pop input[type="text"]{width: 100%; height: 40px; line-height: 38px; font-size:1rem; color:var(--basic); letter-spacing:var(--letter-spacing-input); border:1px solid var(--border); background:var(--white); padding:0 15px; box-sizing:border-box;}
#myDelivery_pop input[name="re_post"] {max-width:100px;}
#myDelivery_pop input[type="button"]{display:inline-block; line-height:40px; padding:0 15px; background:var(--black); color:var(--white); border:0; margin:0;}
#myDelivery_pop input.address {margin:5px 0;}
#myDelivery_pop input.input_num {width:30%;}
#myDelivery_pop textarea{width:100%; font-size:1rem; color:var(--basic); line-height:150%; letter-spacing:var(--letter-spacing-input); padding:15px; border:1px solid var(--border); background:var(--white); box-sizing:border-box;}



/* »çÀÌÆ®¸Ê */
.sitemap_cont {display:flex; flex-wrap:wrap;}
.sitemap_cont dl {width:calc((100% - 90px) / 4); margin: 0 30px 50px 0; text-align:center; text-align:center; border-top: 2px solid var(--main);}
.sitemap_cont dl:nth-child(4n) {margin-right:0;}
.sitemap_cont dl dt{border-bottom:1px solid var(--border); font-weight:500; color:var(--black); letter-spacing:var(--letter-spacing-default); padding:20px 0; line-height:120%; font-size:1.125rem;}
.sitemap_cont dl dd {border-bottom:1px solid var(--border); }
.sitemap_cont dl dd a{display:block; width:100%; padding:17px 0; line-height:120%; letter-spacing:var(--letter-spacing-default); transition:all 0.3s linear; font-size:1rem;}
.sitemap_cont dl dd a:hover{color:var(--main); transition:all 0.3s linear; font-weight:500;}



/* ÀÌ¿ë¾à°ü, °³ÀÎÁ¤º¸Ãë±Þ¹æÄ§ */
.policy_cont{position:relative; overflow:hidden; font-size:1rem;}
.policy_cont br{display:block;}
.policy_cont strong{font-weight:500; color:var(--black);}
.policy_cont .cont_title{font-size:1.412rem; color:var(--black); padding-bottom:18px; letter-spacing:var(--letter-spacing-default); font-weight:500;}
.policy_cont p.cont_tit {display:block; font-size:1.2em !important; padding-bottom:10px; font-weight:500; color:var(--black) !important; letter-spacing:var(--letter-spacing-default);}
.policy_cont .cont_txt {padding:0px 0px 35px 0;}
.policy_cont .cont_txt2 {padding-bottom:35px;}
.policy_cont .cont_box {padding:25px; background:var(--grayBg); margin:7px 0px 10px 0px; display:block;  letter-spacing:var(--letter-spacing-default); line-height:1.7;}

.privacy_list {width:100%; overflow:hidden; clear:both; *zoom:1; padding:4% 4% 3% 4%; border:1px solid var(--border); box-sizing:border-box; margin-bottom:30px;}
.privacy_list li {width:50%; float:left; padding-bottom:1%;}
.privacy_list li a {font-weight:500; color:var(--black);} 






/*******************************************************************************
    @media 1350px
*******************************************************************************/
@media all and (max-width:1500px){




/* ºñÁÖ¾ó lnb */
.visual_lnb{}
.visual_lnb dl{}
.visual_lnb dl dd .dlst{right: 0; width: 100%;}




}
/*******************************************************************************
    @media ~1280px
*******************************************************************************/
@media all and (max-width:1300px){









/* °¶·¯¸®2(¹è³Ê) */
.gallery_roll{}
.gallery_roll .roll .txtArea{padding:15px;}
.gallery_roll .slick-arrow{width: 25px; height: 25px; margin-top:-12px;}
.gallery_roll .slick-prev{left:20px;}
.gallery_roll .slick-next{right:20px;}
.gallery_nav{margin:20px -2px 0; width:calc(100% + 4px);}
.gallery_nav .roll{margin:0 2px;}



}
/*******************************************************************************
    @media  ~980px               
*******************************************************************************/
@media all and (max-width:980px){

/* ¼­ºêÅ¾ */
#visual{height:350px;}
#visual .v_txt{width: 100%;}



/* ºñÁÖ¾ó lnb */
.visual_lnb{display:none;}

/* PC lnb */

/* Å¸ÀÌÆ² */
#subtitle{padding: 90px 0 35px;}

/*** °øÅë css ***/
.basic_cont{margin:0 auto 120px;}

.subTit{font-size:2rem;}
.subTxt{font-size:1.12rem;}
.stxt{font-size:1rem;}


/* »çÀÌÆ®¸Ê */
.sitemap_cont dl {width:calc((100% - 60px) / 4); margin: 0 20px 30px 0;}
.sitemap_cont dl:nth-child(4n) {margin-right:0;}
.sitemap_cont dl dt{padding:15px 0;}
.sitemap_cont dl dd a{padding:12px 0;}



/* ÀÌ¿ë¾à°ü, °³ÀÎÁ¤º¸Ãë±Þ¹æÄ§ */
.policy_cont{}
.policy_cont p.cont_tit {font-size:1.2em !important; padding-bottom:5px;}
.policy_cont .cont_txt {padding:0px 0px 25px 0; }
.policy_cont .cont_txt2 {padding-bottom:25px;}
.policy_cont .cont_box {padding:18px 18px; }

.privacy_list {margin-bottom:30px;}
.privacy_list li {width:100%;  }



/* ¹è¼ÛÁö °ü¸® */
#myDelivery .input{height: 40px; line-height: 38px; padding:0 10px;}
#myDelivery .postSearch_btn{height:40px; line-height:38px;}

#myDelivery .add_table {}
#myDelivery .add_table th {width: 150px; padding: 15px 10px;}
#myDelivery .add_table td{padding:15px 10px;} 

#myDelivery .no_data{padding: 60px 0;}
#myDelivery .myDelivery_list{}
#myDelivery .myDelivery_list dl{padding: 20px;}
#myDelivery .myDelivery_list dl dt{width: calc(100% - 250px);}
#myDelivery .myDelivery_list dl dd{width: 250px;}
#myDelivery .myDelivery_list dl dd .btn{padding:0 15px;}





}
/*******************************************************************************
    @media 481~680px
*******************************************************************************/
@media all and (max-width:680px){

input[type="checkbox"] {width:18px;}
input[type="checkbox"]:checked::before {width: calc(100% - 6px); height: calc(100% - 6px);}
input[type="radio"] {width:18px;}
input[type="radio"]:checked::before {width: calc(100% - 6px); height: calc(100% - 6px);}


/* ¼­ºêÅ¾ */
#visual{height:250px;}
#visual .v_txt h2 {}

/* ºñÁÖ¾ó lnb */
.visual_lnb{display:none;}

/* PC lnb */
.lnb{display: none;}


/* ¸ð¹ÙÀÏ lnb */
.mobile_snb {display:block;}
.mobile_snb .tbox{display:flex;}
.mobile_snb .tbox .box{width:50%; box-sizing:border-box;}
.mobile_snb .tbox .box .dropLst{position: relative;}
.mobile_snb .tbox .box .dropLst .title{display:block; font-size:1rem; font-weight: 700; line-height:50px; letter-spacing:-0.35pt; box-sizing:border-box; padding:0 40px 0 10%; text-overflow: ellipsis; -o-text-overflow: ellipsis; overflow: hidden; white-space: nowrap; word-wrap: normal !important; display: block; position: relative;}
.mobile_snb .tbox .box .dropLst .title:after{content:'\e313'; font-size:16px; line-height:1; font-family:var(--icon); position:absolute; right:10%; top:50%; margin-top: -8px; transition:all .3s linear;}
.mobile_snb .tbox .box.dep1 .dropLst .title{background:var(--white); color:var(--main);}
.mobile_snb .tbox .box.dep2 .dropLst .title{background:var(--main); color:#fff;}
.mobile_snb .tbox .box .dropLst .title.on{}
.mobile_snb .tbox .box .dropLst .title.on:after{transform:rotate(180deg);}
.mobile_snb .tbox .box .dropLst .dlst{display:none; position: absolute; left: 0; top:50px; width: 200%; background:#fff; z-index: 99999; box-shadow:0 20px 20px rgba(0,0,0,.05);}
.mobile_snb .tbox .box.dep2 .dropLst .dlst{left: -100%;}
.mobile_snb .tbox .box .dropLst .dlst ul{}
.mobile_snb .tbox .box .dropLst .dlst ul li{}
.mobile_snb .tbox .box .dropLst .dlst ul li a{display: block; padding: 0 5%; font-size:1rem; line-height:50px; letter-spacing:-0.35pt; box-sizing:border-box; text-overflow: ellipsis; -o-text-overflow: ellipsis; overflow: hidden; white-space: nowrap; word-wrap: normal !important; display: block;}
.mobile_snb .tbox .box .dropLst .dlst ul li a.on{background:var(--main); color:#fff;}

.search_none .mobile_snb{display: none;}

#contents{margin:0 auto;}

/* Å¸ÀÌÆ² */
#subtitle{padding: 60px 0 30px;}


/*** °øÅë css ***/
.basic_cont{margin:0 auto 70px;}





/* °¶·¯¸®2(¹è³Ê) */
.gallery_roll{}
.gallery_roll .roll .txtArea{padding:10px;}
.gallery_roll .slick-prev{left:10px;}
.gallery_roll .slick-next{right:10px;}
.gallery_nav{margin:10px -2px 0; width:calc(100% + 4px);}
.gallery_nav .roll{margin:0 2px;}


/* ¿¹¾à³»¿ª Á¶È¸ */
.inquiry_check p{padding:8px 0 20px;}
.inquiry_check .btn_inquirySearch{width:100%; height:50px; line-height: 48px;}
	.inquiryCheck_in{margin:0 auto 20px; padding:30px 20px;}
	.inquiryCheck_in dl{padding:0 0 15px; flex-wrap:wrap;}
	.inquiryCheck_in dl dt{width:100%; padding:0 0 5px;}
	.inquiryCheck_in dl dd{width:100%; flex-wrap:wrap;}
	.inquiryCheck_in dl dd .input{height: 40px; line-height:38px; padding:0 10px;}
	.inquiryCheck_in dl dd .input.input_email{width: calc((100% - 15px)/2);}
	.inquiryCheck_in dl dd .select{width: 100%; height: 40px; line-height:38px; padding:0 10px; margin: 5px 0 0;}
	.inquiryCheck_in dl dd .alpha{width: 15px; line-height: 38px;}




/* »çÀÌÆ®¸Ê */
.sitemap_cont dl {width:calc((100% - 40px) / 3); margin: 0 20px 30px 0;}
.sitemap_cont dl:nth-child(4n) {margin-right:20px;}
.sitemap_cont dl:nth-child(3n) {margin-right:0;}
.sitemap_cont dl dt{padding:12px 0;}
.sitemap_cont dl dd a{padding:10px 0;}

/* ¹è¼ÛÁö °ü¸® */
#myDelivery .postSearch_btn{width:100px; font-size:13px;}

#myDelivery .add_table {}
#myDelivery .add_table ,
#myDelivery .add_table th,
#myDelivery .add_table td{display: block;}
#myDelivery .add_table th {width: 100%; padding: 10px}
#myDelivery .add_table td{padding: 10px;} 
#myDelivery .add_table td input[type="checkbox"]{width: 16px; height: 16px;}
#myDelivery .add_table .address_wrap{}
#myDelivery .add_table .address_wrap dt{max-width:220px;}
#myDelivery .add_table .address_wrap dt .input{width: calc(100% - 105px);}
#myDelivery .add_table .address_wrap dt .postSearch_btn{width: 100px;}
#myDelivery .btn_area{margin: 30px 0 0;}
#myDelivery .btn_area input{width:100%; flex:1; height:50px; line-height:48px;}

#myDelivery .no_data{padding: 40px 0;}
#myDelivery .myDelivery_list{}
#myDelivery .myDelivery_list dl{padding: 15px; gap:10px; flex-wrap:wrap;}
#myDelivery .myDelivery_list dl dt{width: 100%;}
#myDelivery .myDelivery_list dl dt ul{padding-top: 8px; gap:8px 20px;}
#myDelivery .myDelivery_list dl dt ul li::before{font-size:16px;}
#myDelivery .myDelivery_list dl dd{width: 100%; justify-content: flex-start;}
#myDelivery .myDelivery_list dl dd .btn{padding:0 15px; height:32px; line-height:30px; font-size:12px;}



}
/*******************************************************************************
    @media ~480px               
*******************************************************************************/
@media all and (max-width:480px){



/* »çÀÌÆ®¸Ê */
.sitemap_cont dl {width:calc((100% - 20px) / 2); margin: 0 20px 30px 0;}
.sitemap_cont dl:nth-child(4n) {margin-right:20px;}
.sitemap_cont dl:nth-child(3n) {margin-right:20px;}
.sitemap_cont dl:nth-child(2n) {margin-right:0;}

}
/*******************************************************************************
    @media ~360px
*******************************************************************************/
@media all and (max-width:360px){




}

