@charset "utf-8";
/**************************************************

	Respond.css

**************************************************/
/**************************************************
	Setting Device Width
**************************************************/
#_device_pc{display: block;} #_device_ta{display: none;} #_device_mo{display: none;} .__pc{display: block !important;} .__ta{display: none !important;} .__mo{display: none;}
@media screen and (min-width: 750px) and (max-width: 1200px){#_device_pc{display: none;} #_device_ta{display: block;} #_device_mo{display: none;} .__pc{display: none !important;} .__ta{display: block !important;} .__mo{display: none;}}
@media screen and (max-width: 750px){#_device_pc{display: none;} #_device_ta{display: none;} #_device_mo{display: block;} .__pc{display: none !important;} .__ta{display: none;} .__mo{display: block !important;} }

/**************************
	Shop Default Style
**************************/
@media screen and (max-width: 750px){

    #sb-footer{margin-top: 15px;min-height: 35px;}

    .sb-btnWrap{margin-top: 10px;}
    .sb-btn.type1{padding: 0 5px;min-width: 40px;font-size: 13px;}
    .sb-btn.type1.small{height: 25px;line-height: 23px;padding: 0 5px;font-size: 12px;}
    .sb-btn.type2{padding: 0 5px;min-width: 40px;font-size: 13px;}
    .sb-btn.type1.small{height: 25px;line-height: 23px;padding: 0 5px;font-size: 12px;}

    .sb-no-data{padding: 20px 10px;font-size: 12px;}

}
/**************************************************
	Layout
**************************************************/
@media screen and (max-width: 1340px){

    #side_menu2 {display: none;}
    #mnb > li.qm-none {display: inline-block;}

}
@media screen and (max-width: 1200px){

	html{min-width: 320px;padding-top: 50px;overflow-x: hidden;}
    img{max-width:100%;height: auto;}
    table tr > *{width: auto !important;}

	#header{position: fixed;top: 0;left: 0;right: 0;box-shadow: 0 3px 3px rgba(0,0,0,0.05);}
    #header .btnWrap {display: none;}
    #header .menuWrap {display: none;}
    #header .hdWrap {height: 50px;width: auto;}
    #header .logo{position: absolute;top: 0;left: 20px;height: 100%;line-height: 50px;}
    #header .logo img{width: auto;height: 20px;}
    #header:after{content: '';display: block;position: absolute;bottom: -1px;width: 100%;height: 1px;background: rgba(0,0,0,0.05);}

	#gnb{display: none;}
    #tnb{display: none;}

    #hd-lan{display: none;}
    #hd-sch{display: none;}
    #cc {display: none;}
    #inb {display: none;}

    #footer .fnbWrap {width: auto;}
    #footer .ccWrap {padding: 0;background: #f7f7f7;}
    #footer .ftWrap{width: auto;padding: 15px 0;}
    #footer h2 {display: none;}
    #footer address{margin-left: 0;font-size: 10px;line-height: 13px;color: #b3b3b3;font-style: normal;text-align: center;}
    #footer address hr{display: block;border: none;margin: 0;}
    #footer address .copyright{display: block;margin-top: 10px;font-size: 10px;color: #777777;}

    .ccWrap .inner {width: auto;padding-top: 20px;}
    .ccWrap .inner > dl {float: none;width: auto;padding: 0 20px;}
    .ccWrap .inner > dl:not(:first-child) {padding-left: 20px;margin-top: 20px;}
    .ccWrap .inner > dl:not(:first-child):before {display: none;}
    .ccWrap .inner > dl:last-child {width: auto;position: relative;border-top: 1px solid #ddd;padding: 20px;background: #fff;}
    .ccWrap dl > dt {font-size: 14px;font-weight: 600;}
    .ccWrap dl > dd {margin-top: 5px;}
    .ccWrap .tel {margin-bottom: 5px;font-size: 18px;padding-left: 18px;}
    .ccWrap .tel:after {font-size: 16px;left: 0;}
    .ccWrap p {font-size: 12px;}
    .ccWrap p .small {font-size: 12px;}
    .ccWrap .btns {margin-right: 0;}
    .ccWrap .btns:after {display: block;clear: both;content: '';}
    .ccWrap .btns a {float: left;width: 49%;box-sizing: border-box;height: 35px;line-height: 35px;padding: 0 10px;color: #000;}
    .ccWrap .btns a:not(:first-child) {margin-top: 0;margin-left: 2%;}
    .ccWrap .more {top: 20px;right: 20px;font-size: 12px;color: #333;}
    .ccWrap ul {margin-top: -5px;}
    .ccWrap ul li a {font-size: 14px;}
    .ccWrap ul li span {font-size: 12px;}

    #sns-ico{margin-top: 15px;text-align: center;}
    #sns-ico li{margin: 2px;}
    #sns-ico li img{width: 25px;height: auto;}

    #ft-fam{display: none;}

    #gotop{display: none;}

    #fnb{text-align: center;}
    #fnb > li{display: inline-block;padding: 0 5px;margin: 0;}
    #fnb > li:first-child{padding-left: 0;background: none;}
    #fnb > li a{font-size: 11px;color: #b3b3b3;letter-spacing: -1px;line-height: 35px;}

    #slide-btn{top: 50%;margin-top: -8px;right: 20px;display: block;width: 25px;height: 16px;}

    #slide-bg{position: fixed;z-index: 200;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.3);display: none;}
    #slide-close{position: absolute;top: 0;right: 0;width: 50px;height: 50px;background: url('../images/layout/slide-close.png') no-repeat center center;background-size: 20px auto;}

    #slide-menu{position: fixed;top: 0;right: -100%;width: 80%;height: 100%;display: block;background: #fff;z-index: 201;overflow-y: auto;transition: all 0.3s cubic-bezier(0.930, 0.635, 0.650, 0.970);}
    #slide-menu .tit{height: 50px;position: relative;background: #cd1432;}
    #slide-menu.on{right: 0;}

    #tnb-mo{text-align: center;line-height: 40px;background: #f7f7f7;}
    #tnb-mo > li{display: inline-block;margin: 0 10px;}
    #tnb-mo > li a{font-size: 12px;color: #333;}

    #gnb-mo > li{border-bottom: 1px solid #e1e1e1;}
    #gnb-mo > li > a{display: block;line-height: 40px;padding: 0 15px;font-size: 14px;letter-spacing: -1px;color: #333;text-decoration: none;}
    #gnb-mo > li > ul{padding: 10px 15px;border-top: 1px solid #e1e1e1;background: #f7f7f7;display: none;}
    #gnb-mo > li > ul li a{line-height: 30px;font-size: 14px;color: #666;text-decoration: none;background-size: 0 0;}
    /* #gnb-mo > li.hidden-gnb{display: none;} */
    #gnb-mo > li.hidden-gnb {display: block;}
    #gnb-mo li.active > a{color: #cd1432;}

    #hd-lan-mo{position: absolute;top: 0;left: 15px;z-index: 92;}
    #hd-lan-mo > a{display: block;line-height: 50px;padding: 0 10px 0 20px;font-size: 12px;color: #fff;text-decoration: none;text-transform: uppercase;background: url('../images/layout/hd-lan-ico-mo.png') no-repeat 0 center / 15px auto, url('../images/layout/hd-lan-spr-mo.png') no-repeat right center / 6px auto;}
    #hd-lan-mo > ul{position: absolute;top: 40px;left: 50%;display: none;width: 80px;margin-left: -40px;padding: 10px 0;border: 1px solid #b8b8b8;background: #fff;}
    #hd-lan-mo > ul:before{position: absolute;top: -7px;left: 50%;content: '';display: block;width: 6px;height: 7px;margin-left: -3px;background: url('../images/layout/hd-lanbox-spr-mo.png');}
    #hd-lan-mo > ul li a{display: block;font-size: 12px;line-height: 20px;color: #666666;text-decoration: none;text-align: center;text-transform: uppercase;}
    #hd-lan-mo.on > ul{display: block;}

    #hd-sch-mo{position: absolute;top: 14px;left: 15px;z-index: 91;}
    #hd-sch-mo .btn{display: block;width: 21px;height: 21px;background: url('../images/layout/hd-sch-btn-mo.png') no-repeat center center;background-size: 16px auto;text-indent: -999em;border: none;}
    #hd-sch-mo form{position: fixed;display: none;top: 50px;right: 0;width: 80%;padding-right: 50px;border: 1px solid #333;border-width: 1px 0 1px 0;overflow: hidden;background: #fff;box-sizing: border-box;}
    #hd-sch-mo legend{display: none;}
    #hd-sch-mo .inp{width: 100%;height: 38px;line-height: 38px;text-indent: 10px;background: none;border: none;font-size: 12px;}
    #hd-sch-mo .sbm{position: absolute;top: 0;right: 0;width: 40px;height: 40px;background: #333 url('../images/layout/hd-sch-btn-mo.png') no-repeat center center;background-size: 18px auto;border: none;text-indent: -999em;}
    #hd-sch-mo.on form{display: block;}

    #side_menu2{display: none;}

    /* Site Layer Popup */
    .sp-pop{top: 65px !important;left: 5% !important;width: 90% !important;height: auto !important;}
    .sp-pop .img{position: relative;min-height: 100px;padding-bottom: 30px;}
    .sp-pop .img img{max-width:100%;}
    .sp-pop .btns li{height: 30px;}
    .sp-pop .btns li a,
    .sp-pop .btns li label{line-height: 28px;}

    /* etc */
    .table1 tr > *{font-size: 11px;line-height: 15px;}

    .selectbox select{font-size: 13px;}

    .custlab{font-size: 13px;min-width: 70px;}
    .custlab input{display: none;}

    /* Tab */
    .tab1{ margin-bottom: 20px; }

    .tab2{ margin-bottom: 20px; }
    .tab2 > li a{font-size: 12px;letter-spacing: -0.05em;overflow: hidden;}


}

/**************************************************
	Ajax Popup
**************************************************/
@media screen and (max-width: 1200px){

    #popup{top: 5%;left: 5%;width: 90%;height: 90%;margin-top: 0;margin-left: 0;padding-top: 41px;}
    #popup .pop-tit{height: 40px;padding: 0 10px;}
    #popup .pop-tit h3{font-size: 13px;line-height: 40px;}
    #popup .pop-tit .close{width: 39px;height: 39px;line-height: 39px;font-size: 13px;}
    #popup .pop-wrap{height: 100%;overflow-y: auto;padding: 15px;box-sizing: border-box;}
    #popup.on{opacity: 1;}
    #popupBG{position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 300;background: rgba(0,0,0,0.5);opacity: 0;transition: all 0.3s;}
    #popupBG.on{opacity: 1;}

    /* sitemap */
    #popup .sitemap > li{width: 49%;}
    #popup .sitemap > li > a{font-size: 12px;line-height: 35px;}
    #popup .sitemap > li ul li a{font-size: 12px;padding: 7px 0;}

}


/**************************************************
	Main
**************************************************/
@media screen and (max-width: 1200px){

    #main {overflow: hidden;}
    #main #mainWrap{width: auto;margin: 20px 0;}

    #main .visual .roll .item img{position: static;margin-left: 0;width: 100%;height: auto;transform: translate(0);}
    #main .visual .slick-dots{bottom: 20px;}
    #main .visual .slick-dots li{margin: 0 2px;}
    #main .visual .slick-dots li button{width: 12px;height: 12px;}
    #main .visual .slick-arrow {margin-top: 0;width: calc(37px*0.6);height: calc(73px*0.6);transform: translateY(-50%);}
    #main .visual .slick-prev {left: 20px;}
    #main .visual .slick-next {right: 20px;}

    .mtit {margin-bottom: 20px;}
    .mtit h3 {font-size: 24px;font-weight: 600;}
    .mtit p {font-size: 14px;}

    .main-notice {border: 0;padding: 20px;background: #f1f1f1;}
    .main-notice > * {float: none;}
    .main-notice > dt {width: auto;padding-top: 0;}
    .main-notice > dt strong {font-size: 24px;}
    .main-notice > dd {width: auto;margin-top: 10px;}
    .main-notice .item {border-bottom: 0;}
    .main-notice .item > * {line-height: 1.4em;float: none;display: block;}
    .main-notice .item > a {font-size: 14px;color: #222;font-weight: 300;height: 2.8em;overflow: hidden;}
    .main-notice .item > span {float: none;color: #888888;font-weight: 200;text-align: right;}
    .main-notice .slick-dots{text-align: center;margin-top: 10px;}
    .main-notice .slick-dots li{display: inline-block;vertical-align: middle;margin: 0 2px;}
    .main-notice .slick-dots li button{overflow: hidden;text-indent: -999px;width: 12px;height: 12px;border: 2px solid #ccc;background: rgba(0,0,0,0);border-radius: 6px;}
    .main-notice .slick-dots li.slick-active button {width: 30px;background: #fff;}

    .itemWrap {margin: 0 20px;padding-left: 0;border: 0;min-height: auto;}
    .itemWrap .cate_name {display: block;position: static;width: auto;height: auto;line-height: 1.1em;border-top: 0;background: #fff;margin-bottom: 10px;}
    .itemWrap .cate_name:before {display: none;}
    .itemWrap .cate_name span {display: block;max-width: 100%;color: #222;font-weight: 600;text-align: left;}
    .itemWrap .cate {position: static;width: auto;padding: 0;border-right: 0;overflow-x: auto;overflow-y: auto;margin-bottom: 20px;}
    .itemWrap .cate > li {display: inline-block;vertical-align: top;}
    .itemWrap .cate > li:not(:last-child):after {display: inline-block;vertical-align: middle;content: '';width: 1px;height: 11px;margin: 0 10px;background: #ddd;}
    .itemWrap .cate > li a {display: inline-block;vertical-align: middle;font-family: empty;font-size: 12px;color: #666666;line-height: 1.4em;padding: 3px 0;}
    .itemWrap .rig > span {margin: 10px 0;font-size: 12px;}
    .itemWrap .rig .roll {float: none;height: auto;width: auto;border-right: 0;margin: -5px;}
    .itemWrap .rig .list {float: none;height: auto;width: auto;}
    .itemWrap .roll .item {padding: 5px;}
    .itemWrap .roll .info {padding: 10px 0;border-top: 0;}
    .itemWrap .roll .info span {font-size: 11px;}
    .itemWrap .roll .info strong {margin-top: 10px;font-size: 14px;}
    .itemWrap .roll .info p {margin-top: 5px;font-size: 14px;height: 1.4em;text-overflow: ellipsis;white-space: nowrap;}
    .itemWrap .roll .slick-dots {position: static;}
    .itemWrap .list {margin-top: 40px;}
    .itemWrap .list:after {display: none;}
    .itemWrap .list > li {display: block;width: auto;height: auto;padding: 0;border-left: 0;}
    .itemWrap .list > li:not(:first-child) {margin-top: 10px;}
    .itemWrap .list > li:after {display: block;clear: both;content: '';}
    .itemWrap .list .tmb {float: left;width: 100px;padding-bottom: 78.61px;}
    .itemWrap .list .info {float: right;margin-top: 0;padding-top: 15px;margin-left: 10px;width: calc(100% - 100px - 10px);}
    .itemWrap .list .info strong {font-size: 14px;font-weight: 600;}

}


/**************************************************
	Sub
**************************************************/
@media screen and (max-width: 1200px){

    #sub #content{ width: auto;margin: 40px 20px; }
    #sub #content > *{display: block;}
    #sub .lnbWrap{width: auto;min-width: auto;}
    #sub #subCont{width: auto;padding-left: 0;}

    #sub.fullsize #subCont{ padding-left: 0;width: 100%;display: block; }
    #sub.fullsize .lnbWrap{ display: none !important; }
    #sub.fullsize .sub-tit{ display: none !important;border-bottom: 0;padding-bottom: 0; }

    /* #sub .sub-vis{height: 120px;}
    #sub .sub-vis h2{font-size: 20px;}
    #sub .sub-vis h2 em{margin-top: 5px;font-size: 11px;} */

    #sub .sub-tit{display: none;}

    .lnbWrap {margin-bottom: 20px;}
    .lnbWrap h2{padding-bottom: 15px;font-size: 24px;text-align: center;}
    #lnb {border-top: 0;margin: -1px;}
    #lnb > li {display: inline-block;vertical-align: middle;width: calc(100%/3 - 2px);margin: 1px;}
    #lnb > li a{padding: 0;border: 1px solid #ddd;line-height: 30px;font-size: 12px;text-align: center;}
    #lnb > li a:after {display: none;}
    #lnb > li.active a{background: #cd1432;color: #fff;}

    #status{display: none;}

    /* #navigator{border-width: 0 0 1px 0;}
    #navigator > ul{width: auto;border-left: none;padding-left: 40px;}
    #navigator > ul > li{width: 50%;box-sizing: border-box;}
    #navigator > ul > li > a{min-width: 0;font-size: 13px;padding: 0 20px 0 10px;line-height: 40px;background-size: 8px auto;}
    #navigator > ul > li:first-child{position: absolute;top: 0;left: 0;width: 40px;}
    #navigator > ul > li:first-child a{width: 40px;background: none;}
    #navigator > ul > li.d2{border: none;}
    #navigator > ul > li > ul{top: 40px;left: -1px;}
    #navigator > ul > li.d2 > ul{border-right: none;}
    #navigator > ul > li > ul li a{padding: 10px;font-size: 13px;} */

    .stit {margin-bottom: 10px;}
    .stit > *:not(:first-child) {margin-top: 5px;}
    .stit h4 {font-size: 18px;font-weight: 600;}
    .stit h4.big {font-size: 18px;}
    .stit p {font-size: 12px;}

    .stxt1 {font-size: 14px;font-weight: normal;line-height: 1.6em;}
    .stxt1 > * {font-size: 14px;line-height: 1.6em;}
    .stxt1 > .mid {font-size: 14px;line-height: 1.6em;}
    .stxt1 > strong {font-weight: 600;}

    .pb10 {padding-bottom: 3px !important;}

    .his-wrap:before {display: block;content: '';position: absolute;top: 15px;bottom: 0;left: 50%;z-index: -1;width: 1px;background: #ddd;}
    .his-wrap > dl {display: block;position: relative;padding-top: 7px;}
    .his-wrap > dl:not(:first-child) {margin-top: 50px;}
    .his-wrap > dl > dt {top: 4px;font-size: 18px;}
    .his-wrap ul li em {position: static;display: block;font-size: 14px;margin-bottom: 5px;}
    .his-wrap ul li em:after {display: block;content: '';position: absolute;top: 8px;width: 7px;height: 7px;border-radius: 50%;background: #cd1432;}
    .his-wrap ul li p {font-size: 12px;line-height: 1.4em;letter-spacing: -0.05em;}
    .his-wrap ul li p:after {top: 6px;}
    .his-wrap .imgs > * {margin-right: 2px;margin-top: 2px;}
    .his-wrap > dl:nth-child(odd) {padding-left: 20px;}
    .his-wrap > dl:nth-child(odd) > dt {left: -60px;}
    .his-wrap > dl:nth-child(odd) ul li {padding-left: 0;}
    .his-wrap > dl:nth-child(odd) ul li em:after {left: -23px;}
    .his-wrap > dl:nth-child(even) {padding-right: 20px;}
    .his-wrap > dl:nth-child(even) > dt {right: -60px;}
    .his-wrap > dl:nth-child(even) ul li {padding-right: 0;}
    .his-wrap > dl:nth-child(even) ul li em {text-align: right;}
    .his-wrap > dl:nth-child(even) ul li em:after {right: -23px;}

    .loca-wrap .mapWrap {height: 180px;}
    .loca-wrap caption {font-size: 18px;padding-bottom: 5px;}
    .root_daum_roughmap {width: 100% !important;height: 180px;}
    .root_daum_roughmap .wrap_map {height: 180px !important;}










    /* 마이페이지 */
    .tblWrap{overflow-x: scroll;}
    .tblWrap table{min-width: 700px;table-layout: auto;}
    .tblWrap table tr > *{width: auto;}

    #smb_my_ov .my_ov_name{line-height:20px;padding:15px;font-size:14px;}
    #smb_my_act {position:static;}
    #smb_my_act{position: absolute;top: 15px;right: 15px;float:none;margin:0;padding:0;list-style:none}
    #smb_my_act li {float:none;display: inline-block;vertical-align: top;margin: 0;margin-left: 2px;}
    #smb_my_act li a{font-size: 13px;letter-spacing: -1px;}
    #smb_my_act li .btn_admin{display: none;}
    #smb_my_ov .cou_pt{position:static;text-align: center;border: 1px solid #ccc;border-width: 0 1px 0 1px;}
    #smb_my_ov .cou_pt dt:first-child{margin-left: 0;}
    #smb_my_ov .cou_pt dt{display: inline-block;vertical-align: top;float:none;width:auto;line-height: 25px;margin-right: 5px;margin-left: 15px;font-size: 13px;}
    #smb_my_ov .cou_pt dd{display: inline-block;vertical-align: top;float:none;width:auto;line-height: 25px;40px;text-align:left;padding:0;margin-right: 5px;font-size: 13px;}
    #smb_my_ov .cou_pt dd a{color:#000;font-weight:bold;font-size:1.167em}
    #smb_my_ov .op_area{border-top: 1px solid #ddd;display: block !important;}
    #smb_my_ov .op_area:after {display:block;visibility:hidden;clear:both;content:""}
    #smb_my_ov .op_area dt{width:30%;}
    #smb_my_ov .op_area dd{width:70% !important;}
    .my_ov_btn{display: none;}

    .smb_my_more a{font-size: 13px;letter-spacing: -1px;}

    .list_02 ul{margin: -2px;}
    .list_02 li{margin: 2px;width: calc(50% - 4px);}
    .list_02 li img{margin-bottom: 10px;}
    .list_02 li .smb_my_tit a{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}


    /**************************************************
    	Shop
    **************************************************/
    .mb50 {margin-bottom: 30px !important;}

    html #side_menu2 {width: 85px;}
    html #side_menu2 h2 {line-height: 30px;}
    html #side_menu2 .side_menu_link {border: 1px solid #ddd;border-width: 0 1px;}
    html #side_menu2 .side_menu_link a {background-color: #fff;border-top-color: #ddd;font-size: 13px;color: #333;}
    html #side_menu2 .side_menu_link a.cart {background-position-x: 45%;}
    html #side_menu2 .side_menu_link a.faq {background-image: url('../skin/shop/basic/img/mqk-ico-faq.png');}
    html #side_menu2 .side_menu_link a span {top: 22px;right: 17px;}
    html #side_menu2 .today {border-top: 1px solid #ddd;}
    html #side_menu2 .prd_name,
    html #side_menu2 .prd_cost {display: none;}
    html #stv_pg {display: none;}

    html #sod_v td a {word-break: break-all !important;}

    /* list */
    #sct_navi {padding: 8px 10px;margin-bottom: 20px;}
    #sct_navi select {display: block;margin: 2px 0;padding: 0 5px;min-width: auto;width: 100%;height: 35px;}
    #sct_navi i {display: none;}

    #sct h3 {margin-bottom: 10px;font-size: 18px;font-weight: 700;}

    #sct_sort {text-align: right;position: relative;border-bottom: 0;padding-bottom: 12px;padding-top: calc(19px + 10px);overflow: hidden;}
    #sct_sort .total a {bottom: auto;top: 0;font-size: 11px;}
    #sct_sort .total a strong {font-size: 11px;}
    #sct_sort ul {white-space: normal;}
    #sct_sort li:not(.total):not(:last-child):after {margin: 0 5px;}
    #sct_sort li a {font-size: 11px;letter-spacing: -1px;}

    #sct_cate {margin-bottom: 10px;}

    .cate1 {margin: -1px;}
    .cate1 > li {margin: 1px;}
    .cate1 > li a {height: 35px;line-height: 35px;min-width: auto;font-size: 12px;}

    .item-list {margin: -5px;}
    .item-list > li {margin: 5px;width: calc(100%/2 - 5px*2);padding-bottom: 20px;}
    .item-list .info {padding: 10px 0;}
    .item-list .info strong {font-size: 14px;font-weight: 700;}
    .item-list .info span {padding-top: 10px;margin-top: 5px !important;font-size: 14px;}
    .item-list .icons {margin: -1px;}
    .item-list .icons > * {margin: 1px;min-width: auto;}


    .infomation {margin: 5px 0;}

    /* view */
    html #sit_ov_wrap {margin-bottom: 40px;}

    html #sit_ov .titWrap {padding: 0 0 15px;}

    html #sit_title {font-size: 20px;text-align: left;}
    html #sit_desc {font-size: 14px;line-height: 1.6em;}

    html .sit_ov_tbl tr > * {padding: 5px 0;font-size: 12px;line-height: 16px;letter-spacing: -1px;}
    html .sit_ov_tbl td > strong {font-size: 14px;color: #000;font-weight: 700;}

    html #sit_ov_btn {margin-left: 0;width: auto;}
    html #sit_ov_btn > * {height: 40px;line-height: 40px;font-size: 14px;}

    #sit_sch {margin-bottom: 20px;}
    #sit_sch > dl {border: 0;margin: 0 -20px;box-shadow: 0 0 10px rgba(0,0,0,0.12);}
    #sit_sch > dl > dt {border-bottom: 1px solid #333;padding: 15px 20px 5px;background: #fff;}
    #sit_sch > dl > dt strong {height: auto;line-height: normal;font-size: 18px;font-weight: 700;color: #333;}
    #sit_sch > dl > dd {padding: 10px 20px;background: #fff;}
    #sit_sch .btns {position: static;display: flex;justify-content: flex-end;align-items: center;}
    #sit_sch .btns > li a {width: auto;padding: 0 10px;}
    #sit_sch .opt {margin: 0;display: flex;flex-direction: column;}
    #sit_sch .opt > li {margin: 2px 0;min-width: auto;display: flex;justify-content: space-between;align-items: center;}
    #sit_sch .opt strong {height: auto;width: 100px;text-align: left;}
    #sit_sch .opt strong:before {display: none;}
    #sit_sch .opt strong span {display: block;font-size: 12px;line-height: 1.2em;}
    #sit_sch .opt .sel {width: calc(100% - 100px);}
    #sit_sch .sum-wrap {margin-top: 10px;}
    #sit_sch .sum-wrap p {margin-left: 10px;}
    #sit_sch .sum-wrap p strong {font-size: 18px;}
    #sit_sch .stxt1 {letter-spacing: -1px;line-height: 1.6em;}
    #sit_sch .btn5.radius {height: 40px;line-height: 38px;padding: 0 15px;font-size: 14px;}
    #sit_sch .btn2.radius {height: 40px;line-height: 38px;padding: 0 15px;font-size: 14px;}

    .borderBox {padding: 20px 10px;}

    .tbl-opt colgroup {display: none;}
    .tbl-opt thead tr > th {font-size: 11px;line-height: 15px;letter-spacing: -1px;}
    .tbl-opt tr > * {padding: 10px 2px;font-size: 11px;line-height: 15px;letter-spacing: -1px;}
    .tbl-opt tr > *:first-child {padding-left: 2px;}
    .tbl-opt tr > *:last-child {padding-right: 2px;}
    .tbl-opt .count {width: 52px;padding-right: 19px;}
    .tbl-opt .count .btn {left: auto;right: 0;}
    .tbl-opt .count .btn.minus {top: 16px;bottom: auto;}
    .tbl-opt .count .del {position: static;margin-top: 2px;height: 28px;line-height: 28px;margin-left: calc(100% - 26px + 19px);border-radius: 3px;text-indent: 1px;}
    .tbl-opt .btn1, .tbl-opt .btn2, .tbl-opt .btn3, .tbl-opt .btn4, .tbl-opt .btn5 {width: auto;}
    .tbl-opt .btn1 i, .tbl-opt .btn2 i, .tbl-opt .btn3 i, .tbl-opt .btn4 i, .tbl-opt .btn5 i {margin-right: 2px;}


    #prdt-wrap .tab2 {margin: -1px;margin-bottom: 18px;}
    #prdt-wrap .tab2 > li {margin: 1px;width: calc(100%/3 - 2px);}
    #prdt-wrap .total {margin-bottom: 20px;padding: 10px 0;font-size: 12px;}
    #prdt-wrap .total strong {font-weight: 600;}
    #prdt-wrap .list {margin: -5px;}
    #prdt-wrap .list > li {width: calc(100%/2 - 2%) !important;padding: 0;background: #fff;}
    #prdt-wrap .list .link {border: 1px solid #ddd;}
    #prdt-wrap .list .info {margin-top: 0;padding: 10px;}
    #prdt-wrap .list .info strong {font-size: 14px;font-weight: 600;}
    #prdt-wrap .list .info p {font-size: 12px;color: #666;}

    #prdt-wrap .title {padding: 0 0 30px;}
    #prdt-wrap .title > *:not(:first-child) {margin-top: 5px;}
    #prdt-wrap .title h4 {font-size: 24px;font-weight: 600;}
    #prdt-wrap .title p {font-size: 14px;}
    #prdt-wrap .slick-dots li{margin: 0 2px;}
    #prdt-wrap .btnWrap {font-family: empty;font-size: 0;}
    #prdt-wrap .btnWrap > * {margin: 1px;min-width: 80px;height: 35px;line-height: 35px;font-family: noto;font-size: 12px;letter-spacing: -0.05em;}
    #prdt-wrap .btnWrap > *.radius {min-width: 80px;height: 35px;line-height: 35px;font-size: 12px;}
    #prdt-wrap .stit {margin-bottom: 15px;}
    #prdt-wrap .stit h4.big {font-size: 18px;}
    #prdt-wrap .information dt {padding: 0;background: #fff;line-height: 1.2em;font-size: 18px;font-weight: 600;}
    #prdt-wrap .information dd {margin-top: 10px;border: 0;padding: 0;}

}


@media screen and (max-width: 1200px){

    /* [230503 kyj] 수정 */
    #fregister .fregister_agree {position: static;border-top: 1px solid #ddd;text-align: right;}
    #register_form {padding: 0;}
    #fregisterform .btn_confirm .btn_cancel {width: auto !important;}


    /* 회원가입 완료 */
    #reg_result {padding: 20px 10px;width: auto;border-radius: 10px;}
    #reg_result h2{margin: 0 -10px 20px;font-size: 18px;}
    #reg_result .btn_confirm {margin:50px 0}
    #reg_result .reg_result_p{font-size:1.25em;margin:0 0 10px;}
    #reg_result .reg_result_p strong{color:#000}
    #reg_result .btn_submit{padding: 0 30px;height:40px;line-height:40px;display:inline-block;margin:30px 0 0 ;font-size:14px;color: #fff;}

    #flist_1 .tbl-scroll {overflow-y: hidden;overflow-x: scroll;}

    .td_prd .sod_img img {vertical-align: top;}

    #sod_bsk_list #mod_option_frm {left: -15px;width: calc(100vw - 10px);}
    #sod_fin .btn_address {vertical-align: middle;}


    .mbskin fieldset .btn_submit {width: 100%;height: 40px;}

    #sod_ws li .wish_info {height: 53px;overflow: hidden;padding-left: 18px;}
    #sod_ws li .wish_info > * {display: block;}
    #sod_ws li .info_link {margin-top: 0;}
    #sod_ws li .info_date {white-space: nowrap;}
    #sod_ws li .wish_chk {position: static;width: auto;line-height: 0;}
    #sod_ws li .wish_chk input {margin: 0;position: absolute;top: 0;left: 0;}

    #sod_ws_act button {height: 40px;width: auto;padding: 0 20px;}



    /* [230516 kyj] 수정 */
    .fancy_img {display: block;}
    .fancy_img img {display: block;margin: 0 auto;}

}
