@charset "utf-8";
/**************************************************

	Global.css

**************************************************/
/**************************************************
	Public
**************************************************/
:root {

	--point-color: #e95561;
	--point-color2: #f39f44;

	--text-color1: #404040;
	--text-color2: #949494;
	--text-color3: #c0c0c0;
	--text-color4: #ffffff;

	--border-color1: #c0c0c0;
	--border-color2: #272727;

	--background-color1: #eeeeee;
	--background-color2: #c0c0c0;

}

.col {color: var(--point-color) !important;}
.colOrange {color: var(--point-color2) !important;}


html{min-width: 1300px;}

/* Table */
.table1{ width: 100%; }
.table1 tr > *{padding: 10px;border: 1px solid #ddd;}
.table1 thead th{background: #f7f7f7;}
.table1 tbody th{background: #f7f7f7;}
.table1 tbody td{  }

/* Tab */
.tab1{ margin-bottom: 40px; }
.tab1 > li{display: inline-block;background: #f7f7f7;}
.tab1 > li a{display: block;height: 40px;line-height: 40px;text-align: center;padding: 0 40px;border: 1px solid #f7f7f7;}
.tab1 > li.active a{background: #fff;color: #000;border-color: #333;}

/* Button */
.btnWrap{ margin: 0 -5px;margin-top: 30px; }
.btnWrap > *{margin: 0 5px;}
.btn1{ display: inline-block;background: #E95561;border: 1px solid #E95561;color: #fff !important;height: 60px;line-height: 58px;padding: 0 30px;font-size: 18px;box-sizing: border-box; }
.btn1.small{ height: 30px;line-height: 30px;padding: 0 10px;font-size: 12px; }
.btn2{ display: inline-block;background: #EEEEEE;border: 1px solid #C0C0C0;color: #000 !important;height: 60px;line-height: 58px;padding: 0 30px;font-size: 18px;box-sizing: border-box; }
.btn2.small{ height: 30px;line-height: 30px;padding: 0 10px;font-size: 12px; }
.btnWrap > .close {height: 40px;line-height: 38px;padding: 0 20px;font-size: 15px;min-width: 110px;text-align: center;}

/* Etc */
.selectbox{height: 40px;border: 1px solid #ccc;position: relative;display: inline-block;vertical-align: top;min-width: 170px;overflow: hidden;}
.selectbox:after{content: '\f107';font-family: axicon;display: block;position: absolute;top: 50%;right: 10px;margin-top: -7px;font-size: 14px;}
.selectbox select{height: 38px;background: transparent;width: 130%;border: none;letter-spacing: -1px;padding-left: 10px;}

.custlab{position: relative;font-size: 14px;color: #333;letter-spacing: -1px;padding-left: 25px;line-height: 25px;text-align: left !important;display: inline-block;margin: 3px;}
.custlab:before{content: '';display: block;position: absolute;left: 0;top: 50%;margin-top: -10px;width: 20px;height: 20px;box-sizing: border-box;border: 2px solid #ddd;border-radius: 50%;}
.custlab input{display: none;}
.custlab.on{color: #000;}
.custlab.on:before{border-color: #333;}
.custlab.on:after{content: '';display: block;position: absolute;left: 5px;top: 50%;margin-top: -5px;width: 10px;height: 10px;background: #333;border-radius: 50%;}

.tof{overflow: hidden !important;text-overflow: ellipsis !important;white-space: nowrap !important;}
.ltof2{display: -webkit-box !important;-webkit-box-orient: vertical !important;-webkit-line-clamp: 2 !important;overflow: hidden !important;text-overflow: ellipsis !important;white-space: normal !important;}
.ltof3{display: -webkit-box !important;-webkit-box-orient: vertical !important;-webkit-line-clamp: 3 !important;overflow: hidden !important;text-overflow: ellipsis !important;white-space: normal !important;}
.ltof4{display: -webkit-box !important;-webkit-box-orient: vertical !important;-webkit-line-clamp: 4 !important;overflow: hidden !important;text-overflow: ellipsis !important;white-space: normal !important;}
.ltof5{display: -webkit-box !important;-webkit-box-orient: vertical !important;-webkit-line-clamp: 5 !important;overflow: hidden !important;text-overflow: ellipsis !important;white-space: normal !important;}
.ltof6{display: -webkit-box !important;-webkit-box-orient: vertical !important;-webkit-line-clamp: 6 !important;overflow: hidden !important;text-overflow: ellipsis !important;white-space: normal !important;}
.ltof7{display: -webkit-box !important;-webkit-box-orient: vertical !important;-webkit-line-clamp: 7 !important;overflow: hidden !important;text-overflow: ellipsis !important;white-space: normal !important;}
.ltof8{display: -webkit-box !important;-webkit-box-orient: vertical !important;-webkit-line-clamp: 8 !important;overflow: hidden !important;text-overflow: ellipsis !important;white-space: normal !important;}
.ltof9{display: -webkit-box !important;-webkit-box-orient: vertical !important;-webkit-line-clamp: 9 !important;overflow: hidden !important;text-overflow: ellipsis !important;white-space: normal !important;}
.ltof10{display: -webkit-box !important;-webkit-box-orient: vertical!important;-webkit-line-clamp: 10 !important;overflow: hidden !important;text-overflow: ellipsis !important;white-space: normal !important;}


/**************************
	Shop Default Style
**************************/
#sb-footer{position: relative;margin-top: 30px;min-height: 35px;}
#sb-footer .left{position: absolute;top: 0;left: 0;text-align: left;width: 50%;z-index: 2;}
#sb-footer .center{text-align: center;}
#sb-footer .right{text-align: right;}

.sb-btnWrap{margin-top: 20px;}
.sb-btn{display: inline-block;vertical-align: top;box-sizing: border-box;text-align: center !important;}
.sb-btn.type1{background: #fff;border: none;height: 40px;line-height: 38px;padding: 0 20px;min-width: 80px;font-size: 14px;letter-spacing: -1px;color: #333;border: 1px solid #ccc;text-decoration: none;}
.sb-btn.type1.small{height: 30px;line-height: 28px;padding: 0 10px;font-size: 13px;min-width: auto;}
.sb-btn.type2{background: #666;border: none;height: 40px;line-height: 38px;padding: 0 20px;min-width: 80px;font-size: 14px;letter-spacing: -1px;color: #fff;border: 1px solid #333;text-decoration: none;}
.sb-btn.type2.small{height: 30px;line-height: 28px;padding: 0 10px;font-size: 13px;min-width: auto;}
.sb-btn.w100p{width: 100%;}

.sb-no-data{display: block;background: #f7f7f7;padding: 40px 10px;text-align: center;font-size: 14px;letter-spacing: -1px;color: #999;}







/**************************
	Site Layer Popup
**************************/
.sp-pop{background: #fff;box-shadow: 0 0 10px rgba(0,0,0,0.15);border-radius: 3px;overflow: hidden;}
.sp-pop:before{content: '';display: block;position: absolute;top: 0;left: 0;width: 100%;height: 100%;box-sizing: border-box;border: 1px solid rgba(0,0,0,0.07);}
.sp-pop .img{position: relative;min-height: 100px;}
.sp-pop .img img{max-width:100%;}
.sp-pop .btns{position: absolute;bottom: 0;left: 0;width: 100%;white-space: nowrap;background: #f7f7f7;}
.sp-pop .btns li{position: relative;display: inline-block;vertical-align: top;width: 50%;}
.sp-pop .btns li:before{content: '';display: block;position: absolute;top: 0;left: 0;width: 100%;height: 100%;box-sizing: border-box;border: 1px solid rgba(0,0,0,0.07);border-width: 1px 1px 1px 0;}
.sp-pop .btns li:first-child:before{border-left-width: 1px;}
.sp-pop .btns li a,
.sp-pop .btns li label{position: relative;display: block;text-align: center;line-height: 32px;text-align: center;font-size: 11px;color: #666;letter-spacing: -1px;z-index: 3;text-decoration: none;font-family: dotum;}
.sp-pop .btns li label input{display: none;}
.sp-pop .btns.len3 li{width: 33.33%;}

/**************************
	Paging
**************************/
.paging{text-align: center;margin-top: 30px;font-family: empty;font-size: 0;}
.paging a{display: inline-block;vertical-align: top;margin: 0;margin-right: -1px;position: relative;width: 22px;height: 22px;line-height: 22px;text-align: center;color: var(--text-color1);font-size: 12px;text-decoration: none;box-sizing: border-box;font-family: tahoma, arial, axicon;}
.paging a:after{position: absolute;top: 0;left: 0;width: 100%;height: 100%;line-height: 22px;text-align: center;font-size: 15px;text-indent: 0;}
.paging a.active{background: #ffffff;color: #333333;font-weight: 700;}
.paging a.first,
.paging a.prev,
.paging a.next,
.paging a.last{background: none;font-size: 15px;color: var(--text-color1);text-indent: -999em;}
.paging a.first:after{content: '\f100';text-indent: 0;}
.paging a.prev:after{content: '\f104';}
.paging a.next:after{content: '\f105';}
.paging a.last:after{content: '\f101';}

/**************************************************
	Layout
**************************************************/
#header{position: relative;z-index: 90;background: #fff}
#header > .inner{position: relative;width: 1200px; height: 42px; margin: 0 auto}
#header .logo{position: absolute;bottom: 0;left: 0;line-height: 44px;}

.hd-btn {width: 1200px; margin: 0 auto; text-align: right; margin-bottom: 20px}
.hd-btn li {position: relative; display: inline-block; vertical-align: top; padding: 0 7px}
.hd-btn li:last-child {padding-right: 0}
.hd-btn li:not(:last-child):after {content: ''; position: absolute; top: 15px; right: 0; width: 1px; height: 12px; background: var(--border-color1)}
.hd-btn li a {font-size: 15px; line-height: 45px; color: #404040}
.hd-btn li:hover a {color: var(--point-color)}

.gnbWrap {position: relative; text-align: right; background: #5a5a5a}
.gnbWrap .inner {position: relative;width: 1200px;margin: 0 auto; font-size: 0; padding: 0 5px; box-sizing: border-box}
#cate {position: absolute; top: 0; left: 0}
#cate li {display: inline-block; vertical-align: top; padding: 0 25px}
#cate li a {font-weight: 600; font-size: 22px; line-height: 60px; color: var(--text-color4); text-decoration: none}
#cate li:hover a {color: var(--text-color3)}
#gnb {}
#gnb > li{position: relative;display: inline-block;vertical-align: top;}
#gnb > li > a{display: block;padding: 0 14px;line-height: 60px;font-weight: 600; font-size: 16px;color: var(--text-color2);text-decoration: none;}
#gnb > li:hover > a {color: var(--text-color4)}
#gnb > li.my > a {font-size: 22px; color: var(--point-color)}
#gnb > li.my:hover > a {color: #fff}
/* #gnb > li > a:after{display:block;content:'';width:0;height: 3px;position: absolute;bottom:0;left:50%;background: #00afe5;transition:all 0.25s;}
#gnb > li:hover > a:after,
#gnb > li.active > a:after{width: 100%;left:0;} */
#gnb > li > ul{position: absolute;top: 90px;left: 50%;width: 200px;margin-left: -100px;padding: 15px;border: 1px solid #ddd;border-top: 2px solid #00afe5;background: #fff;box-sizing: border-box;visibility: hidden;opacity: 0;transition: all 0.2s;}
#gnb > li > ul li a{display: block;font-size: 15px;color: #000;line-height: 30px;text-align: center;}
#gnb > li > ul li.active a{font-weight: bold;}
/* #gnb > li:hover > ul{visibility: visible;opacity: 1;} */
#gnb > li.hidden-gnb{display: none;}

#drdw{position: absolute;top: 120px;left: 0;width: 100%;background: #fff;border-top: 1px solid #ddd;border-bottom: 3px solid #00afe5;z-index: 91;display: none;}
#drdw .inner{position: relative;width: 1200px;margin: 0 auto;border-right: 1px solid #e8e8e8;}
#drdw .inner > li{display: inline-block;padding: 25px 0;vertical-align: top;}
#drdw .inner > li:before{content: '';display: block;position: absolute;top: 0;height: 100%;width: 1px;background: #e8e8e8;}
#drdw .inner > li:first-child{border-left-width: 1px;}
#drdw .inner > li > a{display: block;margin-bottom: 15px;font-size: 18px;color: #0859a2;text-align: center;font-weight: bold;}
#drdw .inner > li ul li a{display: block;font-size: 15px;line-height: 25px;color: #555555;text-align: center;}
#drdw .inner > li ul li.active a{font-weight: bold;}
#drdw .inner > li.hidden-gnb{display: none;}

#tnb{position: absolute;top: 15px;right: 0;}
#tnb > li{position: relative; display: inline-block;margin-left: 15px;box-sizing: border-box;}
#tnb > li:not(:first-child):before {content: ''; position: absolute; top: 4px; left: -8px; width: 1px; height: 10px; background: var(--border-color1)}
#tnb > li p,
#tnb > li a{font-size: 12px;color: #404040; vertical-align: middle}
#tnb > li p span {font-size: inherit; color: inherit}

#footer{background: var(--background-color1)}
#footer .fnbWrap{background: var(--background-color2)}
#footer .fnbWrap .inner{position: relative;width: 1200px;margin: 0 auto;}
#footer .ftWrap{position: relative;width: 1200px;margin: 0 auto;padding: 45px 0; font-size: 0}
#footer .ftWrap > * {display: inline-block; vertical-align: top}
#footer .csbox {width: 370px}
#footer .csbox > b {display: block; margin-bottom: 5px; font-weight: normal; font-size: 15px; line-height: 24px; color: var(--text-color1)}
#footer .csbox > a {font-weight: 800; font-size: 32px; color: var(--point-color); text-decoration: none}
#footer .csbox > p {margin-top: 15px; font-size: 15px; line-height: 24px; color: var(--text-color1)}
#footer .csbox > p span {position: relative; display: inline-block; vertical-align: top; font-size: inherit; line-height: inherit; color: inherit}
#footer .csbox > p span:not(:last-child) {padding-right: 12px}
#footer .csbox > p span:last-child:before {content: ''; position: absolute; top: 6px; left: -8px; width: 1px; height: 12px; background: var(--border-color2)}
#footer address {width: calc(100% - 370px); font-size: 15px;line-height: 24px;color: var(--text-color1);font-style: normal;}
#footer address strong {display: block; margin-bottom: 10px; font-weight: 800; font-size: 24px; color: var(--point-color)}
#footer address hr{width: 20px;border: none;display: inline-block;vertical-align: middle;}
#footer address .copyright{font-size: inherit; line-height: inherit; color: inherit}

#sns-ico{margin-top: 20px;}
#sns-ico li{display: inline-block;margin-right: 5px;}

#gotop{position: fixed;bottom: 30px;right: 30px;display: block;background: url('../images/layout/ft-top-btn.jpg') no-repeat center center;width: 50px;height: 50px;text-indent: -999em;}

#fnb > li {display: inline-block;padding: 0 20px;}
#fnb > li:first-child {padding-left: 0;background: none;}
#fnb > li a {font-size: 15px;color: var(--text-color1);line-height: 60px;}
#fnb > li:hover a {font-weight: 600; color: var(--point-color)}

#ft-fam{position: absolute;top: 35px;right: 0;width: 230px;height: 40px;}
#ft-fam > a{display: block;line-height: 40px;padding: 0 15px;border: 1px solid #444444;font-size: 15px;color: #aaaaaa;text-decoration: none;background: url('../images/layout/ft-family-spr.png') no-repeat 92% center;}
#ft-fam ul{position: absolute;bottom: 40px;left: 0;display: none;width: 100%;padding: 5px 15px;background: #444444;box-sizing: border-box;}
#ft-fam ul li{border-top: 1px solid #575757;}
#ft-fam ul li:first-child{border-top: none;}
#ft-fam ul li a{display: block;line-height: 35px;color: #f7f7f7;text-align: center;}
#ft-fam:hover ul{display: block;}

#slide-btn{text-indent: -999em;width: 30px;height: 20px;position: absolute;bottom: 35px;right: 0;}
#slide-btn button{position: absolute;top: 0;left: 0;width: 100%;height: 100%;border: none;background: none;cursor: pointer;outline: none;}
#slide-btn button span,
#slide-btn button:before,
#slide-btn button:after{border-radius: 2px;overflow: hidden;position: absolute;left: 0;width: 100%;height: 2px;background: #282828;}
#slide-btn button span{display: block;top: 50%;margin-top: -1px;opacity: 1;transition: all 0.3s;}
#slide-btn button:before{content: '';display: block;top: 0;transition: all 0.3s;}
#slide-btn button:after{content: '';display: block;bottom: 0;transition: all 0.3s;}
#slide-btn button.on span{opacity: 0;}
#slide-btn button.on:before{top: 50%;margin-top: -1px;transform: rotate(45deg);}
#slide-btn button.on:after{bottom: 50%;margin-bottom: -1px;transform: rotate(-45deg);}

#slide-bg{display: none;}
#slide-menu{display: none;}

#topBanner {background: var(--background-color2)}
#topBanner .roll {max-width: 1200px; margin: 0 auto}

/**************************************************
	Ajax Popup
**************************************************/
#popup{position: fixed;top: 50%;left: 50%;width: 600px;height: 500px;margin-top: -250px;margin-left: -300px;padding-top: 46px;z-index: 301;background: #fff;border-radius: 5px;overflow: hidden;box-sizing: border-box;opacity: 0;transition: all 0.3s;box-shadow: 0 0 10px rgba(0,0,0,0.1);}
#popup .pop-tit{position: absolute;top: 0;left: 0;width: 100%;height: 45px;background: #f7f7f7;padding: 0 15px;border-bottom: 1px solid #ddd;box-sizing: border-box;}
#popup .pop-tit h3{font-size: 15px;color: #000;font-weight: 500;line-height: 45px;}
#popup .pop-tit .close{display: block;position: absolute;top: 0;right: 0;width: 44px;height: 44px;line-height: 44px;text-align: center;font-size: 16px;color: #666;background: #eee;border-left: 1px solid #ddd;}
#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{ text-align: center; }
#popup .sitemap > li{display: inline-block;width: 32%;vertical-align: top;margin-bottom: 10px;}
#popup .sitemap > li > a{display: block;text-align: center;font-size: 14px;background: #f7f7f7;font-weight: 500;line-height: 40px;border-radius: 3px;}
#popup .sitemap > li ul li{border-top: 1px solid #f7f7f7;text-align: left;}
#popup .sitemap > li ul li:first-child{border-top: none;}
#popup .sitemap > li ul li a{display: block;font-size: 13px;color: #333;line-height: 18px;padding: 10px 0;text-align: center;}

/**************************************************
	Main
**************************************************/
#main{  }
#main #content {margin: 40px 0}
#main #mainWrap{position: relative;width: 1200px;margin: 0 auto; margin-top: 40px; font-size: 0}

#main .visual{position: relative; max-width: 1200px; margin: 0 auto}
#main .visual .roll .item{position: relative;overflow: hidden;}
#main .visual .roll .item img{position: relative;top: 0;left: 50%;margin-left: -600px;}
#main .visual .slick-dots{position: absolute;bottom: 40px;left: 0;width: 100%;z-index: 81;text-align: center;}
#main .visual .slick-dots li{display: inline-block;margin: 0 2px;}
#main .visual .slick-dots li button{display: block;width: 12px;height: 12px;background: rgba(255,255,255,0.4);text-indent: -999em;overflow: hidden;border: none;border-radius: 12px;transition: all 0.1s;}
#main .visual .slick-dots li.slick-active button{background: #fff;width: 30px;}

#main #mainWrap > div {display: inline-block; vertical-align: top}
#main .board {width: 460px; height: 220px; padding-right: 20px; box-sizing: border-box}
#main .board dl {padding: 15px 30px 18px; border-radius: 10px; background: var(--background-color1)}
#main .board dl > * {}
#main .board dl dt {position: relative; margin-bottom: 10px}
#main .board dl dt h5 {font-weight: 800; font-size: 24px; line-height: 32px; color: var(--point-color)}
#main .board dl dt a {position: absolute; top: 0; right: 0; width: 28px; height: 32px; background: url('../images/main/main_board_ico.jpg') no-repeat center; text-indent: -999em}
#main .board dl dd {position: relative; border-bottom: 1px dashed #949494}
#main .board dl dd a {position: relative; display: block; padding: 5px 0;}
#main .board dl dd a > * {font-size: 14px; line-height: 18px; color: var(--text-color1)}
#main .board dl dd a em {position: absolute; top: 5px; left: 0; width: 36px; font-style: normal; font-size: 15px; color: var(--point-color); background: var(--background-color2); text-align: center}
#main .board dl dd a p {padding-right: 100px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap}
#main .board dl dd a span {position: absolute; top: 5px; right: 0}
#main .link {width: 740px; font-size: 0}
#main .link .box {display: inline-block; vertical-align: top; width: 360px; height: 100px; border-radius: 10px; padding: 20px 0; margin: 0 20px 20px 0; background: var(--background-color1); text-decoration: none}
#main .link .box:nth-child(even) {margin-right: 0}
#main .link .box > * {text-align: center}
#main .link .box h6 {font-weight: 800; font-size: 24px}
#main .link a.box h6:after {content:'click!'; margin-left: 5px; font-weight: normal; font-size: 15px; color: var(--point-color)}
#main .link .box.type1 h6 {color: #b08a5f}
#main .link .box.type2 h6 {color: #ac6d54}
#main .link .box.type3 h6 {color: #ac6f6d}
#main .link .box.type4 h6 {color: #ac7082}
#main .link .box p {margin-top: 10px; font-size: 18px; color: var(--text-color1)}


/**************************************************
	Sub
**************************************************/
#sub{  }  
#sub #content{ position: relative;width: 1200px;margin: 0 auto;padding: 40px 0 90px}
#sub #content.flex {display: flex;/* flex-flow: row wrap */justify-content: space-between;}
#sub #content.comp {display: block}

#sub #content .wrap {margin-left: 40px;}
#sub #content.flex .wrap {width: 940px;margin-left: 0;}
#sub #content.prdt .wrap {width: 840px;}
#sub #content.prdt .lnb {width: 320px;}

#sub #content.comp .lnb {display: none}
#sub #content.comp .wrap {width: 100%; margin-left: 0}

#sub #content > * {}

#sub .sub-vis{position: relative;height: 240px;overflow: hidden;text-align: center;background-position: center center;background-size: cover;}
#sub .sub-vis:before{position: relative;content: '';display: inline-block;vertical-align: middle;width: 0;height: 100%;}
#sub .sub-vis h2{display: inline-block;vertical-align: middle;text-align: center;font-size: 35px;color: #fff;letter-spacing: -1px;z-index: 2;}
#sub .sub-vis h2 em{display: block;margin-top: 10px;font-style: normal;font-size: 18px;font-weight: normal;}

#sub .sub-tit{position: relative;padding-bottom: 10px;border-bottom: 1px solid #837d7b;}
#sub .sub-tit h3{font-weight: 600; font-size: 28px;line-height: 31px;color: var(--text-color1)}
#sub .sub-tit .num_rig {position: absolute;bottom: 10px;right: 0;font-size: 15px;color: #333;}

#status{position: absolute;bottom: 20px;right: 0;}
#status > ul > li{display: inline-block;}
#status > ul > li .spr{display: inline-block;vertical-align: middle;margin: 0 10px;color: #999;font-size: 11px;line-height: 11px;}
#status > ul > li a{font-size: 13px;color: #999;text-decoration: none;}
#status > ul > li:last-child a{color: #000;}
#status > ul > li > ul{display: none;}

#navigator{border: 1px solid #ddd;border-width: 1px 0 1px 0;}
#navigator > ul{width: 1200px;position: relative;margin: 0 auto;border-left: 1px solid #ddd;box-sizing: border-box;background: #fff;}
#navigator > ul > li{position: relative;display: inline-block;border-right: 1px solid #ddd;vertical-align: top;z-index: 89;}
#navigator > ul > li > a{display: block;min-width: 200px;font-size: 15px;font-weight: 500;color: #333;text-decoration: none;padding: 0 60px 0 15px;line-height: 50px;background: url('../images/layout/ft-family-spr.png') no-repeat 95% center;}
#navigator > ul > li:first-child a{min-width: 0;width: 50px;text-align: center;padding: 0;background: #f7f7f7;color: #888;font-size: 20px;}
#navigator > ul > li > ul{position: absolute;top: 50px;left: -1px;width: 100%;border: 1px solid #ddd;visibility: hidden;opacity: 0;transition: all 0.2s;}
#navigator > ul > li > ul li a{display: block;padding: 12px 15px;font-size: 15px;border-top: 1px solid #ddd;text-decoration: none;transition: all 0.3s;}
#navigator > ul > li > ul li:first-child a{border-top: none;}
#navigator > ul > li > ul li:hover a{background: #f7f7f7;}
#navigator > ul > li.on > ul{background: #fff;visibility: visible;opacity: 1;}
#navigator > ul > li > ul li.hidden-gnb{display: none;}

/* 약관 내용 출력 박스 */
.policybox{color: #666;font-size: 13px;line-height: 20px;}

.ctitle1{display: block;font-size: 20px;color: #333;margin: 40px 0 10px 0;font-weight: 500;}

.lnb {}
.lnb .info {max-width: 280px}
.lnb .info .btns {margin-bottom: 20px}
.lnb .info .btns a {display: block; margin-bottom: 10px; font-weight: 600; font-size: 18px; line-height: 50px; color: var(--point-color); background: var(--background-color1); text-align: center; text-decoration: none}
.lnb .info .btns a:hover {color: var(--text-color1)}
.lnb .info .cs > strong {display: block; margin-bottom: 5px; font-weight: normal; font-size: 15px; line-height: 24px; color: var(--text-color1)}
.lnb .info .cs > a {font-weight: 800; font-size: 32px; color: var(--point-color); text-decoration: none}
.lnb .info .cs > a.tel2 {font-size: 28px}
.lnb .info .cs > p {margin-top: 5px; font-size: 15px; line-height: 24px; color: var(--text-color1)}
.lnb .info .cs > p span {position: relative; display: inline-block; vertical-align: top; font-size: inherit; line-height: inherit; color: inherit}
.lnb .info .cs > p span:not(:last-child) {padding-right: 12px}
.lnb .info .cs > p span:last-child:before {content: ''; position: absolute; top: 6px; left: -8px; width: 1px; height: 12px; background: var(--border-color2)}
.lnb .info .bank {margin-top: 20px}
.lnb .info .bank p {font-size: 15px; line-height: 24px; color: var(--text-color1)}

.prdtCategory {font-size: 0}
.prdtCategory dl {display: inline-block; vertical-align: top; width: 150px; margin-bottom: 45px}
.prdtCategory dl:nth-child(odd) {margin-right: 20px}
.prdtCategory dl > * {}
.prdtCategory dl dt {margin-bottom: 10px; padding: 10px 0; font-weight: 600; font-size: 18px; color: var(--text-color1); border-bottom: 1px solid #837d7b}
.prdtCategory dl dd {}
.prdtCategory dl dd a {display: block; font-size: 15px; line-height: 26px; color: var(--text-color1); text-decoration: none}
.prdtCategory dl dd:hover a {font-weight: 600; color: var(--point-color)}

.lnbWrap {width: 220px; margin-bottom: 45px}
.lnbWrap h4 {margin-bottom: 10px; padding: 10px 0; font-weight: 600; font-size: 18px; color: var(--text-color1); border-bottom: 1px solid #837d7b}
.lnbWrap ul li a {display: block; font-size: 15px; line-height: 26px; color: var(--text-color1); text-decoration: none}
.lnbWrap ul li:hover a {font-weight: 600; color: var(--point-color)}
.lnbWrap ul li.active a {font-weight: 600; color: var(--point-color)}

#prdt .list > dl {display: flex; flex-flow: row wrap; align-items: flex-end; padding: 40px 0; border-bottom: 1px solid var(--border-color1)}
/* #prdt .list > dl:not(:last-child) {margin-bottom: 40px} */
#prdt .list > dl > * {}
#prdt .list > dl dt {width: 600px}
#prdt .list > dl dt img {width: 100% !important;height: auto !important;}
#prdt .list > dl dd {margin-left: 30px; width: 210px}
#prdt .list > dl dd h5.title {margin-bottom: 10px; font-size: 18px; line-height: 30px; color: var(--text-color1);word-break: break-all !important;}
#prdt .list > dl dd ul {display: flex; flex-flow: row wrap; margin: 0 -4px}
#prdt .list > dl dd ul li {width: calc(50% - 8px); margin: 0 4px}
#prdt .list > dl dd ul li a {display: block; font-size: 15px; line-height: 28px; color: var(--text-color1); border: 1px solid var(--border-color1); text-align: center}

#prdt .form {}
#prdt .form ul {}
#prdt .form ul.brdr {border-top: 1px solid #837d7b}
#prdt .form ul.mtb {margin: 20px 0}
#prdt .form ul li {position: relative; padding: 21px 0; padding-left: 160px; border-bottom: 1px solid var(--border-color1); font-size: 0;
	padding-top: 12px;padding-bottom: 12px;min-height: 57px;box-sizing: border-box;}
#prdt .form ul li.w100 {padding-left: 0;display: flex;justify-content: center;align-items: center;flex-direction: column;}
#prdt .form ul li.w100 > *:not(:first-child) {margin-top: 10px;}
#prdt .form ul li.w100 img {max-width: 100%;}
#prdt .form ul li.w100 a {font-family: 'empty';font-size: 0;}
#prdt .form ul li > strong {position: absolute; top: 50%; left: 0; transform: translateY(-50%); font-weight: normal; font-size: 15px; color: var(--text-color1)}
#prdt .form ul li .inp,
#prdt .form ul li .selt {height: 40px; padding: 0 10px; border: 1px solid #dedfdf; box-sizing: border-box}
#prdt .form ul li .inp {}
#prdt .form ul li .selt {appearance: none; -moz-appearance: none; -webkit-appearance: none; background: url('../images/frm_selt_arrow.png') no-repeat right 12px center}
#prdt .form ul li .bttn {display: inline-block; vertical-align: middle; width: 102px; height: 40px; border: 1px solid #dedfdf; font-size: 15px; line-height: 38px; color: var(--text-color1); box-sizing: border-box; text-align: center; background: #eeefef; text-decoration: none}
#prdt .form ul li .bttn.bgw {width: 120px; background: #fff}
#prdt .form ul li .w50 {width: calc(50% - 5px)}
#prdt .form ul li .w80 {width: 80px}
#prdt .form ul li .w100p {width: 100px}
#prdt .form ul li .w400 {width: 400px}
#prdt .form ul li .w300 {width: 300px}
#prdt .form ul li .mr5 {margin-right: 5px}
#prdt .form ul li .ml5 {margin-left: 5px}
#prdt .form ul li .mr10 {margin-right: 10px}
#prdt .form ul li .ml10 {margin-left: 10px}
#prdt .form ul li .ml50 {margin-left: 50px}
#prdt .form ul li .disc {position: relative; background: url('../images/layout/disc_line_bg.png') no-repeat center / contain}
#prdt .form ul li .disc:before {content: ''; position: absolute; top: 50%; left: 0; width: 100%; height: 1px; background: #ff0000;}
#prdt .form ul li .banner {}
#prdt .form ul li .banner p {margin-bottom: 5px; font-size: 15px; line-height: 24px; color: var(--text-color1)}
#prdt .form ul li .banner img {max-width: 100%;}
#prdt .form ul li .box {display: inline-block; vertical-align: middle; max-width: 460px; font-size: 0}
#prdt .form ul li .box .rdo {display: inline-block; vertical-align: middle; margin-right: 10px}
#prdt .form ul li .box .rdo > * {}
#prdt .form ul li .box .rdo input {display: none}
#prdt .form ul li .box .rdo label {position: relative; display: inline-block; padding-left: 18px; font-size: 15px; line-height: 26px; color: var(--text-color1)}
#prdt .form ul li .box .rdo label:before {content: ''; position: absolute; top: 6px; left: 0; width: 13px; height: 13px; border: 1px solid #3e3939; border-radius: 50%; box-sizing: border-box}
#prdt .form ul li .box .rdo input:checked + label {}
#prdt .form ul li .box .rdo input:checked + label:before {background: #3e3939}
#prdt .form ul li .radio {}
#prdt .form ul li .radio > * {}
#prdt .form ul li .radio input {display: none}
#prdt .form ul li .radio label {position: relative; display: inline-block; padding-left: 18px; font-size: 15px; line-height: 30px; color: var(--text-color1)}
#prdt .form ul li .radio label:before {content: ''; position: absolute; top: 8px; left: 0; width: 13px; height: 13px; border: 1px solid #3e3939; border-radius: 50%; box-sizing: border-box}
#prdt .form ul li .radio input:checked + label {}
#prdt .form ul li .radio input:checked + label:before {background: #3e3939}
#prdt .form ul li .radio span {display: inline-block; vertical-align: middle; margin-left: 25px; font-size: 12px; color: var(--text-color1)}
#prdt .form ul li textarea {width: 100%; height: 155px; padding: 5px 10px; border: 1px solid #dedfdf; box-sizing: border-box; font-size: 15px; line-height: 24px; color: var(--text-color1)}
#prdt .form ul li .innerTxt {position: absolute; top: 21px; left: 160px; width: 680px; height: 155px; padding: 5px 10px; box-sizing: border-box; font-size: 15px; line-height: 24px; color: var(--text-color1); z-index: 1}
#prdt .form ul li .innerTxt span {font-family: noto; font-size: 20px; line-height: inherit; color: inherit}
#prdt .form ul li .box .smltxt {display: inline-block; vertical-align: middle; margin-left: 5px; font-size: 12px; color: var(--text-color1)}
#prdt .form ul li .calc {display: inline-block; vertical-align: middle; margin-right: 20px; font-size: 0}
#prdt .form ul li .calc > * {display: inline-block; vertical-align: top; line-height: 40px}
#prdt .form ul li .calc span {font-size: 15px; color: var(--text-color1)}
#prdt .form ul li .calc .inp {}
#prdt .form ul li .calc .inp.disc {}
#prdt .form ul li .perc {display: inline-block; vertical-align: middle}
#prdt .form ul li .perc p {font-size: 15px; line-height: 26px; color: var(--text-color1)}
#prdt .form ul li .perc p strong {font-weight: 800; font-size: 18px; color: var(--point-color)}
#prdt .form ul li .brd {margin-bottom: 15px;font-size: 15px; line-height: 24px; color: var(--text-color1);}
#prdt .form ul li .brd a {display: block; display: inline-block;vertical-align: middle;font-size: inherit;line-height: inherit;color: inherit;}
#prdt .form ul li .brd a span {color: var(--point-color)}
#prdt .form ul li .btns {font-size: 0; margin: 0 -4px}
#prdt .form ul li .btns a {margin: 0 4px}
#prdt .form ul li .filebox {font-size: 0; margin-bottom: 5px}
#prdt .form ul li .filebox > * {display: inline-block; vertical-align: top; line-height: 40px}
#prdt .form ul li .filebox em {width: 40px; font-style: normal; font-size: 15px; color: var(--text-color1); text-align: center}
#prdt .form ul li .filebox label {width: 80px; height: 40px; font-size: 15px; line-height: 38px; color: var(--text-color1); border: 1px solid #dedfdf; box-sizing: border-box; background: #bebfbf; text-align: center}
#prdt .form ul li .filebox input[type=text] {margin: 0 -2px}
#prdt .form ul li .filebox input[type=file] {display: none}
#prdt .form ul li .filebox a {}
#prdt .form ul li .smltxt2 {margin-left: 40px; font-size: 12px; color: var(--text-color1)}
#prdt .form ul li .total {font-size: 15px; color: var(--text-color1)}
#prdt .form ul li .total strong {font-weight: 800; font-size: 24px; color: var(--point-color)}
#prdt .form ul li p.result {display: inline-block; vertical-align: middle; font-size: 15px; line-height: 32px; color: var(--text-color1)}
#prdt .form ul li p.result span {display: inline-block; vertical-align: top; padding: 0 5px; font-size: inherit; line-height: inherit; color: inherit}
#prdt .form ul li p.result.cont {max-width: 70%; line-height: 24px}
#prdt .form ul li .uploadList {}
#prdt .form ul li .uploadList p {font-size: 15px; line-height: 24px; color: var(--point-color);}
#prdt .form ul li .uploadList p a {margin-left: 5px; font-size: inherit; line-height: inherit; color: inherit}
#prdt .form ul li .address {font-size: 0}
#prdt .form ul li .address .inp {}
#prdt .form ul li .address .srch {display: inline-block; vertical-align: middle; width: 102px; height: 40px; border: 1px solid #dedfdf; margin-left: -1px; font-size: 15px; line-height: 38px; color: var(--text-color1); box-sizing: border-box; text-align: center; background: #bebfc0; text-decoration: none}
#prdt .form ul li .full {font-size: 0; margin-top: 10px}
#prdt .form ul li .full .inp {}
#prdt .form ul li .smltxt3 {margin-top: 5px; font-size: 12px; color: var(--text-color1)}
#prdt .form ul li .point {}
#prdt .form ul li .point > * {display: inline-block; vertical-align: middle; line-height: 40px}
#prdt .form ul li .point h6 {margin-right: 30px; font-weight: 600; font-size: 18px; color: var(--text-color1)}
#prdt .form ul li .point h6 strong {color: var(--point-color)}
#prdt .form ul li .point .inp {}
#prdt .form ul li .point span {font-size: 15px; color: var(--text-color1)}
#prdt .form ul li .point .smltxt {margin-left: 20px; font-size: 12px; color: var(--text-color1)}
#prdt .form ul li .cost {font-size: 0}
#prdt .form ul li .cost > * {display: inline-block; vertical-align: middle}
#prdt .form ul li .cost dt {margin-right: 65px; font-weight: 800; font-size: 24px; color: var(--point-color)}
#prdt .form ul li .cost dt span {font-weight: 600; font-size: 18px; color: var(--text-color1)}
#prdt .form ul li .cost dt .option {}
#prdt .form ul li .cost dt .option strong {display: inline-block; margin: 5px 0; font-weight: 600; font-size: 18px; line-height: 30px; color: var(--text-color1)}
#prdt .form ul li .cost dt .option p {font-size: 15px; line-height: 24px; color: var(--text-color1)}
#prdt .form ul li .cost dt .option .bttns {margin-bottom: 10px; font-size: 0}
#prdt .form ul li .cost dt .option .bttns a {display: inline-block; vertical-align: top; height: 40px; margin-right: 10px; padding: 0 20px; font-size: 15px; line-height: 38px; color: var(--text-color1); border: 1px solid #dedfef; background: #eeefef; box-sizing: border-box}
#prdt .form ul li .cost dd {min-width: 200px; padding: 12px 15px; border: 1px solid var(--border-color1); box-sizing: border-box} 
#prdt .form ul li .cost dd p {position: relative; text-align: right; font-size: 15px; line-height: 26px; color: var(--text-color1)} 
#prdt .form ul li .cost dd p strong {position: absolute; top: 0; left: 0; font-weight: normal} 
#prdt .form ul li .chk {}
#prdt .form ul li .chk .type {}
#prdt .form ul li .chk .type:nth-child(odd) {padding-bottom: 15px; margin-bottom: 15px; border-bottom: 1px solid var(--border-color1)}
#prdt .form ul li .chk .type .rdo {display: inline-block; vertical-align: middle}
#prdt .form ul li .chk .type .rdo input {display: none}
#prdt .form ul li .chk .type .rdo label {position: relative; display: inline-block; padding-left: 18px; font-size: 15px; line-height: 26px; color: var(--text-color1)}
#prdt .form ul li .chk .type .rdo label:before {content: ''; position: absolute; top: 6px; left: 0; width: 13px; height: 13px; border: 1px solid #3e3939; border-radius: 50%; box-sizing: border-box}
#prdt .form ul li .chk .type .rdo input:checked + label {}
#prdt .form ul li .chk .type .rdo input:checked + label:before {background: #3e3939}
#prdt .form ul li .chk .type .txt {display: inline-block; vertical-align: middle; margin-left: 30px; font-size: 15px; line-height: 24px; color: var(--text-color1)}
#prdt .form ul li .chk .type .info {font-size: 0; margin-top: 10px}
#prdt .form ul li .chk .type .info .inp {margin-right: 10px}
#prdt .form ul li .chk .type .info p {margin-top: 5px; font-size: 15px; line-height: 24px; color: var(--text-color1)}
#prdt .form .ftbtns {margin-top: 20px; text-align: center; font-size: 0}
#prdt .form .ftbtns > * {display: inline-block; vertical-align: top; border: 0; width: 200px; height: 50px; margin: 0 5px; line-height: 50px; text-decoration: none}
#prdt .form .ftbtns a {font-size: 15px; color: var(--text-color1); background: #bebfbf}
#prdt .form .ftbtns button {font-weight: 600; font-size: 18px; background: var(--point-color); color: #fff}


.smpWrap {}
.smpWrap .text {margin-bottom: 30px}
.smpWrap .text h5 {padding: 30px 0; font-weight: 600; font-size: 18px; line-height: 32px; color: var(--text-color1)}
.smpWrap .text ul {display: inline-block}
.smpWrap .text ul li {position: relative; padding: 0 30px 0 150px; font-size: 15px; line-height: 36px; color: var(--text-color1); border-bottom: 1px dotted #949494}
.smpWrap .text ul li strong {position: absolute; top: 0; left: 0; font-weight: 600; font-size: 18px; color: var(--point-color)}
.smpWrap .text ul li span {display: inline-block; vertical-align: top; font-size: 11px; line-height: 36px; color: var(--point-color)}

.listWrap {}
.listWrap .payInfo {margin: 80px 0 10px}
.listWrap .payInfo > * {display: inline-block; vertical-align: top; line-height: 30px}
.listWrap .payInfo h5 {margin-right: 15px; font-weight: 600; font-size: 18px; color: var(--text-color1)}
.listWrap .payInfo h5 strong {font-weight: inherit; color: var(--point-color)}
.listWrap .payInfo span {font-size: 12px; color: var(--text-color1)}

.listWrap .searchBox {margin-top: 60px; text-align: center}
.listWrap .searchBox fieldset {}
.listWrap .searchBox fieldset > * {display: inline-block; vertical-align: top}
.listWrap .searchBox strong {margin-right: 10px; font-weight: normal; font-size: 15px; line-height: 40px; color: var(--text-color1)}
.listWrap .searchBox .keyword {font-size: 0}
.listWrap .searchBox .keyword > * {}
.listWrap .searchBox .keyword input {width: 200px; height: 40px; padding: 0 10px; border: 1px solid #dedfdf; box-sizing: border-box}
.listWrap .searchBox .keyword button {display: inline-block; vertical-align: middle; width: 80px; height: 40px; border: 0; font-size: 15px; line-height: 38px; color: var(--text-color1); box-sizing: border-box; text-align: center; background: #bebfc0; text-decoration: none}

.listWrap .list_tbl {}
.listWrap .list_tbl table {width: 100%; border-top: 1px solid #837d7b}
.listWrap .list_tbl table tr > * {border-bottom: 1px solid var(--border-color1); font-size: 15px; color: var(--text-color1); text-align: center}
.listWrap .list_tbl table tr th {height: 50px; font-weight: normal; background: #eeefef}
.listWrap .list_tbl table tr td {padding: 5px 0; line-height: 26px;height: 70px;}
.listWrap .list_tbl table tr td a {color: inherit}
.listWrap .list_tbl table tr td .sbj {position: relative; max-width: 95%; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; word-wrap: break-word; overflow: hidden; padding: 0 40px 0 20px; text-align: left}
.listWrap .list_tbl table tr td .sbj span {position: absolute; top: 50%; right: 0; transform: translateY(-50%); color: var(--point-color); text-transform: uppercase}
.listWrap .list_tbl table tr td .stt {width: 60px; height: 26px; font-weight: 600; font-size: 12px; line-height: 26px; color: #fff; margin: 0 auto}
.listWrap .list_tbl table tr td .stt.black {background: #333333}
.listWrap .list_tbl table tr td .stt.darkgray {background: #666666}
.listWrap .list_tbl table tr td .stt.new {background: #c9c9ca}
.listWrap .list_tbl table tr td .stt.ing {background: #898989}
.listWrap .list_tbl table tr td .stt.first {background: #81c040}
.listWrap .list_tbl table tr td .stt.check {background: #f49d3a}
.listWrap .list_tbl table tr td .stt.appr {background: #ea5460}
.listWrap .list_tbl table tr td .stt.print {background: #4396d3}
.listWrap .list_tbl table tr td .stt.fin {background: #898989}
.listWrap .list_tbl table tr td .stt.cancel {background: #3e3a39}
.listWrap .list_tbl table tr td .stt a {margin: 0 !important;width: 100% !important;}
.listWrap .list_tbl table tr td a.pay {display: block; width: 40px; height: 26px; font-weight: 600; font-size: 12px; line-height: 26px; color: #fff; margin: 2px auto}
.listWrap .list_tbl table tr td a.pay.card {background: var(--point-color)}
.listWrap .list_tbl table tr td a.pay.rept {color: var(--text-color1); background: #eeefef}
.listWrap .list_tbl table tr td a.pay.not {background: #3e3a39}
.listWrap .list_tbl table tr td a.pay.report {background: #898989}
.listWrap .list_tbl table tr td a.pay.dept {background: #2aa8e1}
.listWrap .list_tbl table tr td a.deliver {font-size: 12px; text-decoration: underline}
.listWrap .list_tbl table tbody tr td:last-child a {max-width: 110px;font-size: 12px;line-height: 16px;white-space: nowrap;display: inline-block;vertical-align: middle;}
.listWrap .list_tbl .btn {border: 1px solid #ddd;width: 100%;margin: 1px 0;display: inline-block;border-radius: 3px;line-height: 33px !important;}
.listWrap .list_tbl .btn.btn_01 {background-color: var(--point-color);color: #fff;}
.listWrap .list_tbl .btn.btn_02 {background-color: #eeefef;color: var(--text-color1);}

.listWrap .staStep {margin-top: 40px; padding: 20px 30px; background: var(--background-color1)}
.listWrap .staStep dl {}
.listWrap .staStep dl > * {}
.listWrap .staStep dl dt {position: relative; padding-left: 20px; margin-bottom: 15px; font-weight: 600; font-size: 18px; color: var(--point-color)}
.listWrap .staStep dl dt:before {content: ''; position: absolute; top: 4px; left: 0; width: 13px; height: 13px; background: var(--point-color); border-radius: 2px}
.listWrap .staStep dl dd {}
.listWrap .staStep dl dd ul {display: flex; flex-flow: row wrap; justify-content: center}
.listWrap .staStep dl dd ul li {position: relative; width: calc(100% / 7); text-align: center}
.listWrap .staStep dl dd ul li:not(:last-child):after {content: ''; position: absolute; top: 6px; right: -6px; width: 13px; height: 13px; background: url('../images/layout/point_arrow.png') no-repeat center / contain}
.listWrap .staStep dl dd ul li .stt {width: 60px; height: 26px; font-weight: 600; font-size: 12px; line-height: 26px; color: #fff; margin: 0 auto}
.listWrap .staStep dl dd ul li .stt.new {background: #c9c9ca}
.listWrap .staStep dl dd ul li .stt.ing {background: #898989}
.listWrap .staStep dl dd ul li .stt.first {background: #81c040}
.listWrap .staStep dl dd ul li .stt.check {background: #f49d3a}
.listWrap .staStep dl dd ul li .stt.appr {background: #ea5460}
.listWrap .staStep dl dd ul li .stt.print {background: #4396d3}
.listWrap .staStep dl dd ul li .stt.fin {background: #898989}
.listWrap .staStep dl dd ul li span {display: block; margin-top: 5px; font-size: 15px; line-height: 24px; color: var(--text-color1)}
.listWrap .staStep dl dd p {padding-top: 10px; margin-top: 10px; border-top: 1px dotted var(--border-color2); font-size: 15px; line-height: 24px; color: var(--text-color1); text-align: center}

.chkWrap {}
.chkWrap .tit {padding-bottom: 5px; font-weight: 600; font-size: 18px; line-height: 30px; color: var(--text-color1)}
.chkWrap .tit.wbrdr {border-bottom: 1px solid #837d7b}
.chkWrap .infoBox {position: relative; margin: 20px 0; padding: 15px 25px; background: var(--background-color1)}
.chkWrap .infoBox h6 {font-weight: 600; font-size: 18px; line-height: 30px; color: var(--text-color1)}
.chkWrap .infoBox h6 strong {color: var(--point-color)}
.chkWrap .infoBox a {position: absolute; top: 50%; right: 30px; transform: translateY(-50%); width: 140px; height: 40px; font-size: 15px; line-height: 38px; color: var(--text-color1); background: #fff; border: 1px solid var(--border-color1); box-sizing: border-box; text-align: center}
.chkWrap .imgList {}
.chkWrap .imgList .tit {}
.chkWrap .imgList ul {padding: 20px; border: 1px solid var(--border-color1); box-sizing: border-box; text-align: center}
.chkWrap .imgList ul li:not(:last-child) {margin-bottom: 10px}
.chkWrap .imgList ul li img {max-width: 900px}
.chkWrap .comment {margin: 20px 0}
.chkWrap .comment .write {position: relative; padding: 10px 20px 10px 160px; border-bottom: 1px solid var(--border-color1)}
.chkWrap .comment .write strong {position: absolute; top: 10px; left: 80px; padding-left: 18px; font-weight: normal; font-size: 15px; line-height: 36px; color: var(--text-color1)}
.chkWrap .comment .write strong:before {content: ''; position: absolute; top: 11px; left: 0; width: 13px; height: 13px; background: var(--text-color1); border-radius: 50%}
.chkWrap .comment .write .inp {position: relative; padding-right: 110px; margin-bottom: 10px}
.chkWrap .comment .write .inp textarea {width: 100%; height: 120px; padding: 5px 10px; font-size: 15px; line-height: 24px; color: var(--text-color1); border: 1px solid var(--border-color1); box-sizing: border-box}
.chkWrap .comment .write .inp button {position: absolute; top: 0; right: 0; width: 100px; height: 120px; border: 0; font-size: 15px; color: var(--text-color1); background: var(--background-color2)}
.chkWrap .comment .write .inp .innerTxt {position: absolute; top: 0; left: 0; width: calc(100% - 110px); height: 120px; padding: 5px 10px; font-size: 15px; line-height: 24px; color: var(--text-color1); border: 1px solid var(--border-color1); box-sizing: border-box}
.chkWrap .comment .filebox {position: relative; font-size: 0; margin-top: 5px}
.chkWrap .comment .filebox > * {display: inline-block; vertical-align: top; line-height: 40px}
.chkWrap .comment .filebox em {width: 40px; font-style: normal; font-size: 15px; color: var(--text-color1); text-align: center}
.chkWrap .comment .filebox label {width: 80px; height: 40px; font-size: 15px; line-height: 38px; color: var(--text-color1); border: 1px solid #dedfdf; box-sizing: border-box; background: #bebfbf; text-align: center}
.chkWrap .comment .filebox input[type=text] {width: 360px; height: 40px; padding: 0 10px; border: 1px solid #dedfdf; box-sizing: border-box; margin: 0 -2px}
.chkWrap .comment .filebox input[type=file] {display: none}
.chkWrap .comment .filebox a {display: inline-block; vertical-align: middle; width: 102px; height: 40px; border: 1px solid #dedfdf; font-size: 15px; line-height: 38px; color: var(--text-color1); box-sizing: border-box; text-align: center; background: #eeefef; text-decoration: none}
.chkWrap .comment .list {}
.chkWrap .comment .list table {}
.chkWrap .comment .list table tr > * {padding: 10px; font-weight: normal; font-size: 15px; line-height: 24px; color: var(--text-color1); border-bottom: 1px solid var(--border-color1)}
.chkWrap .comment .list table tr th {padding: 10px 20px; background: var(--background-color1)}
.chkWrap .comment .list table tr th span {display: inline-block; vertical-align: top; width: 60px; height: 26px; margin-right: 5px; line-height: 26px; font-weight: 600; font-size: 12px; color: #fff; text-align: center}
.chkWrap .comment .list table tr th span.req {background: #bebfbf}
.chkWrap .comment .list table tr th span.dsg {background: #595757}
.chkWrap .comment .list table tr td {}
.chkWrap .comment .list table tr td .cont {font-size: inherit; line-height: inherit; color: inherit}
.chkWrap .comment .list table tr td ul {}
.chkWrap .comment .list table tr td ul li {font-size: 15px; line-height: 24px; color: var(--text-color1)}
.chkWrap .comment .list table tr td ul li span {color: var(--point-color)}
.chkWrap .comment .list table tr td ul li a {color: var(--point-color)}
.chkWrap .comment .list table tr td.date {text-align: center}
.chkWrap .odrInfo {}
.chkWrap .odrInfo .tbl {}
.chkWrap .odrInfo .tbl table {border-top: 1px solid #837d7b}
.chkWrap .odrInfo .tbl table tr > * {padding: 12px 15px; font-size: 15px; line-height: 24px; color: var(--text-color1); border-bottom: 1px solid var(--border-color1)}
.chkWrap .odrInfo .tbl table tr th {font-weight: normal; background: var(--background-color1);text-align: left;}
.chkWrap .odrInfo .tbl table tr td {}
.chkWrap .odrInfo .tbl table tr td .stt {width: 60px; height: 26px; font-weight: 600; font-size: 12px; line-height: 26px; color: #fff; text-align: center}
.chkWrap .odrInfo .tbl table tr td .stt.new {background: #c9c9ca}
.chkWrap .odrInfo .tbl table tr td .stt.ing {background: #898989}
.chkWrap .odrInfo .tbl table tr td .stt.first {background: #81c040}
.chkWrap .odrInfo .tbl table tr td .stt.check {background: #f49d3a}
.chkWrap .odrInfo .tbl table tr td .stt.appr {background: #ea5460}
.chkWrap .odrInfo .tbl table tr td .stt.print {background: #4396d3}
.chkWrap .odrInfo .tbl table tr td .stt.fin {background: #898989}
.chkWrap .odrInfo .tbl table tr td .stt.cancel {background: #3e3a39}
.chkWrap .odrList {margin-top: 20px}
.chkWrap.payment .odrList {margin: 20px 0}
.chkWrap .odrList .tbl {}
.chkWrap .odrList .tbl table {width: 100%; border-top: 1px solid #837d7b}
.chkWrap .odrList .tbl table tr > * {padding: 12px 15px; font-size: 15px; line-height: 24px; color: var(--text-color1); border-bottom: 1px solid var(--border-color1); text-align: center}
.chkWrap .odrList .tbl table thead tr th {font-weight: noraml; background: var(--background-color1)}
.chkWrap .odrList .tbl table tr td {padding: 15px}
.chkWrap .odrList .tbl table tr td a {}
.chkWrap .odrList .tbl table tfoot tr th {padding: 20px; font-weight: 600; font-size: 18px; color: var(--text-color1);padding: 12px 20px;}
.chkWrap .odrList .tbl table tfoot tr th strong {margin-left: 5px; font-weight: 800; font-size: 24px; color: var(--point-color)}
.chkWrap .btns {margin-top: 20px; text-align: center}
.chkWrap .btns a,
.chkWrap .btns button {display: inline-block; vertical-align: top; border: 0; width: 200px; height: 50px; margin: 0 5px; font-weight: 600; font-size: 18px; background: var(--point-color); color: #fff; line-height: 50px; text-decoration: none}
.chkWrap .btns .cart {background-color: #c5c5c5;color: #111;}
.chkWrap .btns .wish {background-color: #f1f1f1;color: var(--point-color);}

.payPopup {position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; z-index: 300; display: none;}
.payPopup.active {display: block}
.payPopup .inner {position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 650px; height: 650px; padding: 35px 65px; border: 1px solid var(--border-color1); background: #fff; z-index: 100}
.payPopup .inner .tit {padding-bottom: 5px; border-bottom: 1px solid #837d7b; font-weight: 800; font-size: 24px; line-height: 32px; color: var(--text-color1)}
.payPopup .inner .cont {}
.payPopup .inner .cont p {margin: 25px 0; font-size: 15px; line-height: 24px; color: var(--text-color1)}
.payPopup .inner .cont dl {margin-bottom: 20px}
.payPopup .inner .cont dl > * {font-size: 15px; line-height: 25px; color: var(--text-color1)}
.payPopup .inner .cont dl dt {position: relative; margin-bottom: 5px; padding-left: 18px}
.payPopup .inner .cont dl dt:before {content: ''; position: absolute; top: 6px; left: 0; width: 11px; height: 11px; background: var(--text-color1); border-radius: 3px}
.payPopup .inner .cont dl dd {}
.payPopup .inner .cont dl dd.clr {color: var(--point-color)}
.payPopup .inner .cont dl dd span {margin-right: 5px; font-size: 10px; color: inherit}
.payPopup .inner .cont dl dd span.col {font-size: inherit;margin: 0;}
.payPopup .inner .btns {margin-top: 35px; text-align: center; font-size: 0}
.payPopup .inner .btns a, 
.payPopup .inner .btns button {display: inline-block; vertical-align: top; width: 120px; height: 40px; margin: 0 5px; font-size: 15px; line-height: 38px; color: var(--text-color1); border: 1px solid var(--border-color1); box-sizing: border-box;background: var(--background-color1)}
.payPopup .inner .btns button {}
.payPopup .inner .btns a {}
.payPopup .inner .btns p {margin-top: 10px; font-size: 15px; line-height: 24px; color: var(--text-color)}
.payPopup .bg {position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; z-index: 99; background: rgba(0,0,0,0.5)}


.prtWrap {position: relative; max-width: 790px; margin: 50px auto 0; border: 1px solid var(--border-color2); box-sizing: border-box}
.prtWrap .box {max-width: 660px; margin: 80px auto; border: 1px solid var(--border-color2); box-sizing: border-box}
.prtWrap .box > h5 {margin: 35px 0 25px; font-weight: 800; font-size: 36px; line-height: 46px; letter-spacing: 20px; color: var(--text-color1); text-align: center}
.prtWrap .box dl {display: flex; flex-flow: row wrap; align-items: end}
.prtWrap .box dl > * {}
.prtWrap .box dl dt {width: calc(50% - 20px); padding: 20px 30px 20px; box-sizing: border-box}
.prtWrap .box dl dt h6 {text-align: right; padding: 0 10px; margin-top: 35px; font-weight: 600; font-size: 20px; color: var(--text-color1); line-height: 48px; border-bottom: 1px solid var(--border-color2)}
.prtWrap .box dl dt h6 strong {color: var(--point-color)}
.prtWrap .box dl dd {width: calc(50% + 20px);}
.prtWrap .box dl dd table {width: 100%; border: 1px solid var(--border-color2); border-right: 0}
.prtWrap .box dl dd table tr > * {font-size: 13px; line-height: 40px; color: var(--text-color1); border-bottom: 1px solid #bebfbf}
.prtWrap .box dl dd table tr:last-child > * {border-bottom: 1px solid var(--border-color2)}
.prtWrap .box dl dd table tr th {font-weight: normal; background: #eeefef}
.prtWrap .box dl dd table tbody tr th {border-right: 1px solid #bebfbf; }
.prtWrap .box dl dd table tr td {position: relative; padding-left: 10px}
.prtWrap .box dl dd table tr td .mark {position: absolute; top: 50%; left: 50%; transform: translateY(-50%)}
.prtWrap .box .tbl {margin-top: 10px}
.prtWrap .box .tbl table {border: 1px solid var(--border-color2); border-width: 1px 0;width: 100%;}
.prtWrap .box .tbl table tr > * {padding: 10px 15px; font-size: 13px; line-height: 20px; color: var(--text-color1); border-bottom: 1px solid #bebfbf}
.prtWrap .box .tbl table tr:last-child > * {border-bottom: 1px solid var(--border-color2)}
.prtWrap .box .tbl table tr th {font-weight: normal; background: #eeefef}
.prtWrap .box .tbl table tr td {}
.prtWrap .box .tbl table tr td > strong {font-weight: 600; font-size: 15px}
.prtWrap .box .tbl table tr th h6 {display: inline-block;font-weight: 600; font-size: 15px; color: var(--text-color1)}
.prtWrap .box .tbl table tr th h6 strong {color: var(--point-color)}
.prtWrap .box .tbl.ver table thead tr th {border-bottom: 1px solid #bebfbf}
.prtWrap .box .tbl.ver table tr > * {text-align: center}
.prtWrap .box .tbl.ver table tbody tr:last-child > * {border-bottom: 1px solid #bebfbf}
.prtWrap .box .tbl.ver table tfoot tr th {padding: 10px 20px; border-top: 1px solid #bebfbf; text-align: right}
.prtWrap .box .text {margin-top: 50px; text-align: center}
.prtWrap .box .text > * {font-size: 15px; line-height: 24px; color: var(--text-color1);}
.prtWrap .box .text p {}
.prtWrap .box .text .date {margin-top: 25px}
.prtWrap .box .foot {display: flex; flex-flow: row wrap; margin: 60px 0 30px}
.prtWrap .box .foot > div {width: 50%; padding: 0 12px; box-sizing: border-box}
.prtWrap .box .foot .left {text-align: right}
.prtWrap .box .foot .left span {font-size: 10px; line-height: 1.1; color: var(--text-color1)}
.prtWrap .box .foot .left h5 {font-weight: 800; font-size: 24px; color: var(--point-color); line-height: 1.2; text-align: right}
.prtWrap .box .foot .left strong {font-weight: normal; font-size: 12px; color: var(--text-color1); line-height: 1.2}
.prtWrap .box .foot .right {text-align: left}
.prtWrap .box .foot .right p {font-size: 10px; line-height: 1.5; color: var(--text-color1)}
.prtWrap .btns {position: absolute; bottom: 30px; right: 65px}
.prtWrap .btns a {display: inline-block; width: 80px; height: 40px; background: var(--point-color); font-weight: 600; font-size: 18px; line-height: 40px; color: #fff; text-align: center}


.taxWrap fieldset {margin-top: 40px}
.taxWrap fieldset legend {font-weight: 600; font-size: 18px; line-height: 30px; color: var(--text-color1)}
.taxWrap ul {display: flex; flex-flow: row wrap; margin-top: 5px; border-top: 1px solid #837d7b}
.taxWrap ul li {position: relative; width: 50%; padding: 10px 0; padding-left: 160px; border-bottom: 1px solid var(--border-color1); box-sizing: border-box}
.taxWrap ul li.w100 {width: 100%; padding-right: 30px}
.taxWrap ul li strong {position: absolute; top: 10px; left: 20px; font-weight: normal; font-size: 15px; color: var(--text-color1); line-height: 40px}
.taxWrap ul li .inp {width: 100%; height: 40px; padding: 0 10px; font-size: 15px; color: var(--text-color1); border: 1px solid #dedfdf; box-sizing: border-box}
.taxWrap ul li .inp.w270 {width: 280px}
.taxWrap ul li p.dib {display: inline-block;}
.taxWrap ul li p {font-size: 15px; color: var(--text-color1); line-height: 40px}
.taxWrap ul li p span {margin-left: 10px; font-size: 13px; color: var(--text-color1)}
.taxWrap .save {margin-top: 20px}
.taxWrap .save a {display: inline-block; vertical-align: middle; width: 180px; height: 40px; border: 1px solid #dedfdf; font-size: 15px; line-height: 38px; color: var(--text-color1); box-sizing: border-box; text-align: center; background: #eeefef; text-decoration: none}
.taxWrap .bttns {margin-top: 25px; font-size: 0; text-align: center}
.taxWrap .bttns > * {display: inline-block; vertical-align: middle; width: 120px; height: 40px; margin: 0 5px; border: 1px solid #dedfdf; font-size: 15px; line-height: 38px; color: var(--text-color1); box-sizing: border-box; text-align: center; background: #eeefef; text-decoration: none}


.absWrap {}
.absWrap .text {margin: 90px 0}
.absWrap .text dl {text-align: center}
.absWrap .text dl > * {display: inline-block; vertical-align: middle}
.absWrap .text dl dt {}
.absWrap .text dl dt img {}
.absWrap .text dl dd {margin-left: 35px; text-align: left}
.absWrap .text dl dd p {margin: 20px 0; font-size: 15px; line-height: 24px; color: var(--text-color1)}
.absWrap .list {max-width: 1000px; margin: 0 auto}
.absWrap .list dl {}
.absWrap .list dl:not(:last-child) {margin-bottom: 45px}
.absWrap .list dl > * {}
.absWrap .list dl dt {margin-bottom: 5px; font-size: 15px; line-height: 24px; color: var(--text-color1)}
.absWrap .list dl dd {}
.absWrap .list dl dd ul {display: flex; flex-flow: row wrap; margin: 0 -25px}
.absWrap .list dl dd ul li {width: calc(33.33% - 50px); margin: 0 25px; border: 1px solid var(--border-color1); box-sizing: border-box}
.absWrap .list dl dd ul li img {width: 100%}

.locWrap {padding-top: 90px}
.locWrap .mapbox {max-width: 490px; margin: 0 auto}
.locWrap p {margin-top: 5px; text-align: center; font-size: 15px; line-height: 24px; color: var(--text-color1)}

.allWrap {}
.allWrap .text {margin: 50px 0 15px}
.allWrap .text p {font-size: 15px; line-height: 24px; color: var(--text-color1)}
.allWrap .tbl {}
.allWrap .tbl table {}
.allWrap .tbl table {width: 100%; border-top: 1px solid #837d7b}
.allWrap .tbl table tr > * {border-bottom: 1px solid var(--border-color1); font-size: 15px; color: var(--text-color1); text-align: center}
.allWrap .tbl table tr th {height: 50px; font-weight: normal; background: #eeefef}
.allWrap .tbl table tr td {padding: 20px 0; line-height: 26px}
.allWrap .tbl table tr td.tal {padding-left: 20px}
.allWrap .tbl table tr td a {display: block; max-width: 440px; color: inherit; overflow: hidden; text-overflow: ellipsis; white-space: nowrap}
.allWrap .tbl table tr > * {text-align: center}
.allWrap .tbl table tr td .stt {}
.allWrap .tbl table tr td .stt.new {}
.allWrap .tbl table tr td .stt.ing {}
.allWrap .tbl table tr td .stt.first {}
.allWrap .tbl table tr td .stt.appr {}
.allWrap .tbl table tr td .stt {display: inline-block; width: 60px; height: 26px; font-weight: 600; font-size: 12px; line-height: 26px; color: #fff; margin: 0 auto}
.allWrap .tbl table tr td .stt.check {background: #f49d3a}
.allWrap .tbl table tr td .stt.new {background: #c9c9ca}
.allWrap .tbl table tr td .stt.ing {background: #898989}
.allWrap .tbl table tr td .stt.first {background: #81c040}
.allWrap .tbl table tr td .stt.appr {background: #ea5460}

.casWrap {}
.casWrap .text {width: 760px; margin: 50px 0}
.casWrap .text p {font-size: 15px; line-height: 28px; color: var(--text-color1); text-align: center}
.casWrap .list {width: 760px}
.casWrap .list .box {padding: 0 50px; padding-bottom: 25px; border-bottom: 1px solid var(--border-color1); box-sizing: border-box}
.casWrap .list .box:not(:last-child) {margin-bottom: 35px}
.casWrap .list .box figure {}
.casWrap .list .box figure img {}
.casWrap .list .box .info {margin-top: 15px}
.casWrap .list .box .info > * {display: inline-block; vertical-align: top; padding: 0 5px; font-size: 15px; line-height: 24px}
.casWrap .list .box .info span {position: relative; color: var(--text-color1)}
.casWrap .list .box .info span:first-child {padding-left: 0}
.casWrap .list .box .info span:after {content: ''; position: absolute; top: 5px; right: -2px; width: 1px; height: 14px; background: var(--text-color1)}
.casWrap .list .box .info a {color: var(--point-color)}

.memWrap {}
.memWrap form {}
.memWrap .text {margin: 50px 0 40px}
.memWrap .text h5 {font-weight: 600; font-size: 18px; line-height: 30px; color: var(--point-color)}
.memWrap .text h5 span {display: inline-block; vertical-align: middle; font-weight: inherit; font-size: 11px; line-height: inherit; color: inherit}
.memWrap .text p {margin-top: 10px; font-size: 15px; line-height: 26px; color: var(--text-color1)}
.memWrap ul {}
.memWrap ul li {margin-bottom: 10px}
.memWrap ul li input {display: none;}
.memWrap ul li label {position: relative; display: inline-block; min-width: 240px; padding-left: 35px; font-size: 15px; line-height: 24px; color: var(--text-color1); box-sizing: border-box}
.memWrap ul li label:before {content: '\e934'; position: absolute; top: 0; left: 0; width: 24px; height: 24px; font-family: axicon; font-size: 14px; line-height: 22px; text-align: center; border: 1px solid var(--border-color1); color: var(--border-color1); border-radius: 50%; box-sizing: border-box}
.memWrap ul li input:checked + label:before {border-color: var(--border-color2); color: var(--border-color2)}
.memWrap ul li label span {margin-right: 5px; font-size: inherit; line-height: inherit; color: var(--point-color)}
.memWrap ul li label a {position: absolute; top: 0; right: 0; font-size: inherit; line-height: inherit; color: inherit; text-decoration: underline}
.memWrap .btns {margin-top: 50px; font-size: 0}
.memWrap .btns > * {display: inline-block; vertical-align: top; width: 180px; height: 50px; margin-right: 15px; font-weight: 600; font-size: 18px; text-align: center; text-decoration: none}
.memWrap .btns .loadPopup {line-height: 50px; background: var(--point-color); color: #fff}
.memWrap .btns .overInfo {font-size: 15px; line-height: 48px; color: var(--text-color1); border: 1px solid var(--border-color1); box-sizing: border-box; background: #eeefef}

.joinInfo {display: none; margin-top: 50px}
.joinInfo.active {display: block}
.joinInfo h5 {position: relative; padding-left: 20px; font-weight: 600; font-size: 18px; line-height: 30px; color: var(--point-color)}
.joinInfo h5:before {content: ''; position: absolute; top: 7px; left: 0; width: 14px; height: 14px; border-radius: 3px; background: var(--point-color)}
.joinInfo p {margin-top: 25px; font-size: 15px; line-height: 24px; color: var(--text-color1)}
.joinInfo .sub-title {position: relative; margin-top: 30px; padding-left: 16px; font-size: 15px; line-height: 24px; color: var(--text-color1)}
.joinInfo .sub-title:before {content: ''; position: absolute; top: 6px; left: 0; width: 11px; height: 11px; background: var(--text-color1); border-radius: 3px}
.joinInfo dl {}
.joinInfo dl > * {font-size: 15px; line-height: 24px; color: var(--text-color1)}
.joinInfo dl dt {}
.joinInfo dl dd {}

.joinPopup {display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background: rgba(0,0,0,0.3)}
.joinPopup.active {display: block}
.joinPopup .Wrap {position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 650px; height: 340px; padding: 40px 65px; background: #fff; border: 1px solid var(--border-color1); box-sizing: border-box}
.joinPopup .Wrap h5 {padding-bottom: 5px; font-weight: 600; font-size: 24px; line-height: 32px; color: var(--text-color1); border-bottom: 1px solid var(--border-color2)}
.joinPopup .Wrap h6 {margin: 55px 0; font-weight: 700; font-size: 18px; line-height: 30px; color: var(--text-color1); text-align: center}
.joinPopup .Wrap form {}
.joinPopup .Wrap fieldset {font-size: 0}
.joinPopup .Wrap .box {display: inline-block; vertical-align: top}
.joinPopup .Wrap .box .keyword {position: relative; padding-right: 100px; box-sizing: border-box}
.joinPopup .Wrap .box:nth-child(odd) .keyword {width: 300px; margin-right: 15px}
.joinPopup .Wrap .box:nth-child(even) .keyword {width: 200px}
.joinPopup .Wrap .box .keyword > * {height: 42px; font-size: 15px; line-height: 40px; color: var(--text-color1); border: 1px solid #bebfbf; box-sizing: border-box}
.joinPopup .Wrap .box .keyword input {width: 100%; padding: 0 10px; border-right: 0; box-sizing: border-box}
.joinPopup .Wrap .box .keyword button {position: absolute; top: 0; right: 0; width: 100px; background: #bebfbf}
.joinPopup .Wrap .box p {margin-top: 5px; font-size: 12px; line-height: 20px; color: var(--text-color1)}

#fregister .notice_txt1{color: #E95561;font-size: 18px;display: block;font-weight: 500;line-height: 30px;}
#fregister .notice_txt2{color: #404040;font-size: 16px;display: block;font-weight: 500;line-height: 24px;margin-top: 20px;}
#fregister .agree_list{margin-top: 50px;}
#fregister .agree_list li{display: block;}
#fregister .agree_list li label{line-height: 30px;font-size: 16px;letter-spacing: -1px;color: #404040;}
#fregister .agree_list li label input{vertical-align: middle;margin-top: -2px;}
#fregister .agree_list li label strong{font-weight: 500;color: #E95561;}
#fregister .agree_list li label a{margin-left: 70px;text-decoration: underline;color: #333;}
#fregister .agree_list li:nth-child(3) label a{margin-left: 15px;}

#fregister .foreigner_info{margin-top: 50px;display: none;}
#fregister .foreigner_info h4{color: #E95561;font-size: 18px;display: block;font-weight: 500;margin-bottom: 15px;}
#fregister .foreigner_info .txt1{color: #404040;font-size: 16px;display: block;line-height: 24px;margin-top: 20px;}








.img_view_list {display: flex;flex-direction: column;align-items: center;}
.img_view_list > li + li {margin-top: 10px;}
.img_view_list > li img {display: block;max-width: 100%;}

#prdt .chkWrap .tit {border-bottom: 1px solid #bbb;margin-bottom: 10px;position: relative;padding-left: 20px;}
#prdt .chkWrap .tit:before {content: ''; position: absolute; top: 8px; left: 0; width: 13px; height: 13px; background: var(--point-color); border-radius: 2px}

#reg_result.register {margin-top: 40px;}

#sb-search fieldset {display: flex;align-items: center;flex-wrap: wrap;}
#sb-search fieldset.center {left: 50%;transform: translateX(-50%);min-width: 452px;}
