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

	Global.css

**************************************************/
/**************************************************
	Variables (공통색상 지정)
**************************************************/
:root {

	/* layout */
	--search-submit-bg-color : #444c62; /* 헤더 검색창 검색버튼 배경색 */
	--search-submit-txt-color : #ffffff; /* 헤더 검색창 검색버튼 글자색 */
	--search-close-bg-color : #545c73; /* 헤더 검색창 닫기버튼 배경색 */
	--search-close-txt-color : #ffffff; /* 헤더 검색창 닫기버튼 글자색 */
	--lnb-bg-color : #444c62; /* lnb 메뉴바 배경색 */
	--slidebar-bg-color : #545c73; /* 햄버거 메뉴 타이틀 배경색 */

	/* buttons 공통 (스킨에도 적용됨) */
	--btn1-bg-color : #333333; /* 강조 버튼 배경색 */
	--btn1-border-color : #333333; /* 강조 버튼 테두리색 */
	--btn1-txt-color : #ffffff; /* 강조 버튼 글자색 */

	--btn2-bg-color : #ffffff; /* 일반형 버튼 배경색 */
	--btn2-border-color : #333333; /* 일반형 버튼 테두리색 */
	--btn2-txt-color : #333333; /* 일반형 버튼 글자색 */

	--btn3-bg-color : #f7f7f7; /* 배경흐린 버튼 배경색 */
	--btn3-border-color : #dddddd; /* 배경흐린 버튼 테두리색 */
	--btn3-txt-color : #000000; /* 배경흐린 버튼 글자색 */

	--btn4-bg-color : #2452a7; /* 배경흐린 버튼 배경색 */
	--btn4-border-color : #2452a7; /* 배경흐린 버튼 테두리색 */
	--btn4-txt-color : #ffffff; /* 배경흐린 버튼 글자색 */

	/* skins 공통 (게시판, 제품관리, 연혁 등등) */
	--skin-search-btn-bg-color : #444c62; /* 각종 스킨 검색창 버튼 배경색 */
	--skin-search-btn-txt-color : #ffffff; /* 각종 스킨 검색창 버튼 글자색 */

	--color: #2452a7;

}

.col {color: var(--color) !important;}
.colBlack {color: #222 !important;}

/**************************************************
	Public
**************************************************/
html{min-width: 1100px;overflow-x: hidden;}
#_device_pc{display: block;} #_device_ta{display: none;} #_device_mo{display: none;} .__pc{display: block !important;} .__ta{display: none !important;} .__mo{display: none;}

/* Table */
.table1{width: 100%;border-top: 2px solid #333;}
.table1 tr > *{padding: 12px 20px;border: 1px solid #dddddd;font-size: 15px;line-height: 18px;}
.table1 tr:first-child > *{border-top: none;}
.table1 thead th{background: #f7f7f7;font-weight: normal;color: #000;padding: 20px 10px;}
.table1 tbody th{font-weight: normal;color: #000;text-align: left;}
.table1 tbody th em{font-style: normal;margin-right: 5px;color: #999;}
.table1 tbody.memo td{padding: 0 !important;border: none !important;}
.table1 tbody.fileWrap th em{font-style: normal;margin-left: 3px;}
.table1 .w100p{width: 100%;}
.table1 .w50p{width: 500px;}
.table1 .w33p{width: 180px;}
.table1 input[type=text],
.table1 input[type=password],
.table1 input[type=search],
.table1 input[type=email],
.table1 input[type=url],
.table1 input[type=number]{outline: none;height: 40px;line-height: 40px;margin: 2px 0;padding: 0 15px;background: #f9f9f9;border: 1px solid #ddd;box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;cursor: pointer;vertical-align: middle;font-size: 15px;}
.table1 select{height: 40px;line-height: 40px;margin: 2px 0;padding: 0 0 0 10px;background: #ffffff;border: 1px solid #ccc;box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;cursor: pointer;font-size: 15px;}
.table1 textarea{outline: none;width: 100%;height: 300px;font-size: 14px;line-height: 18px;margin: 2px 0;padding: 15px;background: #f9f9f9;border: 1px solid #ddd;box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;cursor: pointer;font-size: 15px;}
.table1 label{font-size: 15px;letter-spacing: -1px;}
.table1 em.tbl_sment{display: block;margin: 5px 0;font-size: 14px;color: #999;font-style: normal;letter-spacing: -1px;}
.table1 .many-inputs .hipen{font-style: normal;display: inline-block;vertical-align: middle;width: 30px;display: inline-block;vertical-align: baseline;text-align: center;font-size: 13px;color: #999;}
.table1 .many-inputs > *{vertical-align: middle;}
.table1.borderAll tr > *{border: 1px solid #ddd;}

/* Tab */
.tab1{margin-bottom: 50px;border-bottom: 1px solid #000;display: flex;justify-content: space-between;flex-wrap: wrap;}
.tab1 li{display: inline-block;vertical-align: top;flex-basis: 0;flex-grow: 1;}
.tab1 li a{display: block;font-size: 18px;display: block;line-height: 60px;text-decoration: none;text-align: center;}
.tab1 li.active{margin-bottom: -1px;}
.tab1 li.active a{border: 1px solid #000;border-bottom: none;background: #fff;color: #000;}

/* Button */
.btnWrap{ margin-top: 30px;display: flex;flex-wrap: wrap; }
.btnWrap > *{margin: 0 2px;}
.btnWrap i {margin-left: 5px;}
.btnWrap.tar {justify-content: end;}
.btnWrap.tac {justify-content: center;}
.btn1{background: none;padding: 0 30px;display: inline-block;vertical-align: top;box-sizing: border-box;height: 50px;line-height: 48px;text-align: center;font-size: 16px;background: var(--btn1-bg-color);border: 1px solid var(--btn1-border-color);color: var(--btn1-txt-color) !important;text-decoration: none !important;border-radius: 5px;}
.btn2{background: none;padding: 0 30px;display: inline-block;vertical-align: top;box-sizing: border-box;height: 50px;line-height: 48px;text-align: center;font-size: 16px;background: var(--btn2-bg-color);border: 1px solid var(--btn2-border-color);color: var(--btn2-txt-color) !important;text-decoration: none !important;border-radius: 5px;}
.btn3{background: none;padding: 0 30px;display: inline-block;vertical-align: top;box-sizing: border-box;height: 50px;line-height: 48px;text-align: center;font-size: 16px;background: var(--btn3-bg-color);border: 1px solid var(--btn3-border-color);color: var(--btn3-txt-color) !important;text-decoration: none !important;border-radius: 5px;}
.btn4{background: none;padding: 0 30px;display: inline-block;vertical-align: top;box-sizing: border-box;height: 50px;line-height: 48px;text-align: center;font-size: 16px;background: var(--btn4-bg-color);border: 1px solid var(--btn4-border-color);color: var(--btn4-txt-color) !important;text-decoration: none !important;border-radius: 5px;}
.btn1.small,
.btn2.small,
.btn3.small,
.btn4.small{padding: 0 15px;height: 28px;line-height: 26px;font-size: 12px;}

/* Etc */
hr.margin{border: none;background: #ddd;margin-top: 30px;}
input[disabled] {background-color: #ddd;border-color: rgba(0,0,0,0.1);}

/**************************
	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;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 !important;margin-top: 50px !important;font-family: empty !important;font-size: 0 !important;}
.paging a{display: inline-block !important;vertical-align: top !important;margin: 0 !important;margin-right: -1px !important;position: relative !important;margin: 0 10px !important;height: 35px !important;line-height: 35px !important;text-align: center !important;color: #ccc !important;font-size: 16px !important;font-weight: bold !important;text-decoration: none !important;box-sizing: border-box !important;font-family: tahoma, arial, axicon !important;}
.paging a:hover{color: #000 !important;}
.paging a:after{position: absolute !important;top: 0 !important;left: 0 !important;width: 100% !important;height: 100% !important;line-height: 35px !important;text-align: center !important;font-size: 15px !important;text-indent: 0 !important;}
.paging a.active{background: #ffffff !important;color: #333333 !important;font-weight: 600 !important;}
.paging a.first,
.paging a.prev,
.paging a.next,
.paging a.last{background: #f7f7f7 !important;width: 35px !important;line-height: 35px !important;text-align: center !important;border-radius: 50% !important;color: #666666 !important;text-indent: -999em !important;margin: 0 2px !important;}
.paging a.first:hover,
.paging a.prev:hover,
.paging a.next:hover,
.paging a.last:hover{background: #333 !important;}
.paging a:hover:after{color: #fff !important;}
.paging a.first{margin-right: 15px !important;margin-left: -10px !important;}
.paging a.prev{margin-right: 15px !important;margin-left: -10px !important;}
.paging a.next{margin-left: 15px !important;margin-right: -10px !important;}
.paging a.last{margin-left: 15px !important;margin-right: -10px !important;}
.paging a.first:after{content: '\f100' !important;font-size: 18px !important;color: #999 !important;}
.paging a.prev:after{content: '\f104' !important;font-size: 18px !important;color: #999 !important;}
.paging a.next:after{content: '\f105' !important;font-size: 18px !important;color: #999 !important;}
.paging a.last:after{content: '\f101' !important;font-size: 18px !important;color: #999 !important;}

/**************************************************
	Layout
**************************************************/
#header{position: relative;z-index: 90;}
#header .hdWrap {max-width: 1100px;margin: 0 auto;height: 240px;position: relative;display: flex;justify-content: center;align-items: center;}
#header .gnbWrap {border-bottom: 1px solid #ddd;}
#header .logo {height: 100%;display: flex;justify-content: center;align-items: center;}
#header .logo a {display: block;}
#header .logo img{width: auto;max-height: calc(240px - 40px);}

#goback {position: absolute;top: 50%;left: -15px;transform: translateY(-50%);border: 0px;padding: 0;margin: 0;background: none;font-size: 50px;color: #333;}

#gnb{display: flex;align-items: center;justify-content: center;}
#gnb > li{position: relative;display: inline-block;vertical-align: top;}
#gnb > li > a{display: block;padding: 0 78px;line-height: 65px;font-family: 'Open Sans';font-size: 17px;color: #333333;font-weight: 600;text-decoration: none;}
#gnb > li.active > a {color: var(--color);}
#gnb > li.hidden-gnb{display: none;}

#tnb{position: absolute;top: 50%;right: 0;z-index: 2;transform: translateY(-50%);}
#tnb,
#tnb > li{display: flex;align-items: center;}
#tnb > li:not(:first-child):before {display: block;content: '';width: 2px;height: 12px;background: #ddd;margin: 0 10px;}
#tnb > li a{font-family: 'Pretendard';font-size: 14px;}

#ft-menu {display: none;}

#footer{background: #f7f7f7;padding: 45px 20px;}
#footer address{font-size: 14px;line-height: 20px;font-style: normal;text-align: center;}
#footer address hr{width: 20px;border: none;display: inline-block;vertical-align: middle;}
#footer address b {font-weight: 500;color: #333333;}
#footer .copyright{display: block;margin-top: 13px;font-size: 14px;color: #777777;text-align: center;}

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

#gotop{position: absolute;top: 10px;right: 0;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 10px;}
#fnb > li:first-child{padding-left: 0;background: none;}
#fnb > li a{font-size: 15px;color: #b3b3b3;letter-spacing: -1px;line-height: 70px;}

#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.on ul,
#ft-fam:focus-within ul{display: block;}

#slide-btn{display: none;text-indent: -999em;width: 30px;height: 20px;position: absolute;top: 55px;right: 0;}
#slide-btn button{position: absolute;top: 0;left: 0;width: 100%;height: 100%;border: none;background: none;cursor: pointer;}
#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;}

/**************************************************
	Ajax Popup
**************************************************/
.layer-ajaxpop{position: fixed;top: 50%;left: 50%;transform: translate(-50%, -50%);padding-top: 60px;z-index: 301;background: #fff;overflow: hidden;box-sizing: border-box;opacity: 0;box-shadow: 0 0 10px rgba(0,0,0,0.1);max-height: calc(100% - 40px);}
.layer-ajaxpop .pop-tit{position: absolute;top: 0;left: 0;width: 100%;height: 60px;background: #fff;padding: 0 20px;border-bottom: 1px solid #ddd;box-sizing: border-box;box-shadow: 0 0 3px rgba(0,0,0,0.1);}
.layer-ajaxpop .pop-tit h3{font-size: 16px;color: #000;font-weight: bold;line-height: 60px;}
.layer-ajaxpop .pop-tit .close{display: block;position: absolute;top: 0;right: 0;width: 60px;height: 60px;line-height: 60px;text-align: center;border-left: 1px solid #ddd;text-indent: -999em;}
.layer-ajaxpop .pop-tit .close:after{content: '\f1b5';display: block;position: absolute;top: 0;left: 0;width: 100%;line-height: 60px;text-align: center;font-size: 16px;color: #333;font-family: axicon;text-indent: 0;}

.layer-ajaxpop .pop-wrap{height: 100%;overflow-y: auto;padding: 20px;box-sizing: border-box;}
.layer-ajaxpop.on{opacity: 1;}
.layer-ajaxpopBG{position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 300;background: rgba(0,0,0,0.5);opacity: 0;}
.layer-ajaxpopBG.on{opacity: 1;}

/* sitemap */
.layer-ajaxpop .sitemap{text-align: center;display: flex;justify-content: space-between;flex-wrap: wrap;}
.layer-ajaxpop .sitemap > li{display: inline-block;width: 32.5%;}
.layer-ajaxpop .sitemap > li > a{display: block;text-align: center;font-size: 15px;letter-spacing: -1px;background: #f7f7f7;line-height: 45px;color: #000;text-decoration: none;}
.layer-ajaxpop .sitemap > li ul{padding: 15px 0;}
.layer-ajaxpop .sitemap > li ul li{margin-bottom: 5px;}
.layer-ajaxpop .sitemap > li ul li a{display: block;font-size: 14px;color: #333;line-height: 18px;text-align: center;text-decoration: none;}

/**************************************************
	Main
**************************************************/
#main {max-width: 1100px;margin: 0 auto 120px;}

.cate-boxs > li + li {margin-top: 50px;}
.cate-boxs > li {position: relative;}
.cate-boxs > li:hover {box-shadow: 0 0 15px rgba(0,0,0,0.12);}
.cate-boxs > li .link {position: absolute;top: 0;bottom: 0;left: 0;right: 0;z-index: 11;}
.cate-boxs > li .tmb {padding-bottom: 38.18181%;background-repeat: no-repeat;background-position: 50%;background-size: cover;}
.cate-boxs > li .title {position: absolute;bottom: 50px;display: flex;justify-content: center;align-items: center;}
.cate-boxs > li:nth-child(odd) .title {left: 50px;}
.cate-boxs > li:nth-child(even) .title {right: 50px;}

/**************************************************
	Sub
**************************************************/
#sub #content{ position: relative;width: 1100px;margin: 0 auto;padding: 80px 0; }

#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: 20px;margin-bottom: 40px;border-bottom: 1px solid #eee;}
#sub .sub-tit h3{margin-top: 10px;font-size: 32px;color: #000;}

.lnbWrap{background: var(--lnb-bg-color);}
#lnb{width: 1100px;margin: 0 auto;display: flex;justify-content: space-between;flex-wrap: wrap;}
#lnb > li{display: inline-block;vertical-align: top;flex-basis: 0;flex-grow: 1;}
#lnb > li a{position: relative;display: block;line-height: 50px;font-size: 15px;text-decoration: none;text-align: center;color: #fff;}
#lnb > li a:before{content: '';display: block;position: absolute;top: 0;left: 0;width: 1px;height: 100%;background: rgba(255,255,255,0.1);}
#lnb > li:last-child a:after{content: '';display: block;position: absolute;top: 0;right: 0;width: 1px;height: 100%;background: rgba(255,255,255,0.1);}
#lnb > li.active a{background: #fff;color: #000;}
#lnb > li.active a:before,
#lnb > li.active a:after{display: none;}

#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: 14px;line-height: 11px;margin-top: -2px;}
#status > ul > li a{font-size: 15px;color: #999;text-decoration: none;letter-spacing: -1px;}
#status > ul > li:last-child a{color: #000;}
#status > ul > li > ul{display: none;}

#navigator{position: relative;border: 1px solid #ddd;border-width: 0 0 1px 0;}
#navigator:before{content: '';display: block;position: absolute;top: -1px;left: 0;width: 100%;height: 1px;background: rgba(0,0,0,0.1);}
#navigator > ul{width: 1100px;position: relative;margin: 0 auto;border-left: 1px solid rgba(0,0,0,0.1);box-sizing: border-box;background: #fff;}
#navigator > ul > li{position: relative;display: inline-block;border-right: 1px solid rgba(0,0,0,0.1);vertical-align: top;z-index: 89;}
#navigator > ul > li > a{display: block;min-width: 198px;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:first-child a i{vertical-align: middle;display: inline-block;margin-top: -2px;}
#navigator > ul > li > ul{position: absolute;top: 50px;left: -1px;width: 100%;border: 1px solid #ddd;visibility: hidden;opacity: 0;box-shadow: 3px 3px 10px rgba(0,0,0,0.03);}
#navigator > ul > li > ul li a{display: block;padding: 14px 15px;font-size: 15px;border-top: 1px solid #eee;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;}

/* 통합검색 */
#total_search dl{margin-bottom: 40px;}
#total_search dl dt{position: relative;margin-bottom: 10px;padding-bottom: 25px;border-bottom: 1px solid #ccc;}
#total_search dl dt h4{display: block;font-size: 22px;color: #000000;font-weight: bold;letter-spacing: -1px;}
#total_search dl dt .more{position: absolute;bottom: 20px;right: 0;font-size: 15px;color: #999;}
#total_search dl dd{position: relative;padding: 25px 300px 25px 0;border-bottom: 1px solid #eee;}
#total_search dl dd > a{}
#total_search dl dd .sbj{display: block;margin-bottom: 15px;font-size: 18px;color: #000;font-weight: bold;}
#total_search dl dd .txt{display: block;font-size: 15px;color: #999;letter-spacing: -1px;line-height: 24px;}
#total_search dl dd ul.inf{position: absolute;top: 50%;transform: translate(0, -50%);right: 0;}
#total_search dl dd ul.inf li{display: inline-block;vertical-align: top;margin-left: 5px;line-height: 30px;padding: 0 15px;background: #f7f7f7;border-radius: 3px;}
#total_search dl dd ul.inf li strong{font-weight: normal;color: #000;margin-right: 5px;}
#total_search dl dd.gallery{padding-right: 0;}
#total_search dl dd.gallery > ul{margin: -20px -10px;}
#total_search dl dd.gallery > ul > li{margin: 20px 10px;display: inline-block;vertical-align: top;width: calc(20% - 20px);}
#total_search dl dd.gallery > ul > li a{text-decoration: none;}
#total_search dl dd.gallery .g-tmb{padding-bottom: 80%;background-position: center center;background-size: cover;}
#total_search dl dd.gallery .g-sbj{display: block;font-size: 16px;line-height: 20px;color: #000;font-weight: bold;margin-top: 15px;}
#total_search dl dd.gallery .g-txt{display: block;font-size: 14px;line-height: 18px;color: #999;margin-top: 10px;}
#total_search dl dd.gallery .g-inf{margin-top: 15px;}
#total_search dl dd.gallery .g-inf li{font-size: 13px;color: #999;display: inline-block;vertical-align: top;margin-right: 10px;}
#total_search_no_data{display: block;margin: 30px 0;padding: 60px 30px;text-align: center;font-size: 15px;background: #f7f7f7;letter-spacing: -1px;}

/* shop */
#shopCart{display: flex;justify-content: space-between;flex-wrap: wrap;}
#shopCart > *{box-sizing: border-box;}
#shopCart .lef{width: calc(100% - 450px);}
#shopCart .lef .btnWrap > *{margin-left: 0;}
#shopCart .rig{width: 400px;}
#shopCart .rig .btnWrap{display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 15px;}
#shopCart .rig .btnWrap > *{width: calc(50% - 5px);margin: 0;padding: 0;}
#shopCart .rig .btnWrap.len1 > *{width: 100%;}
#shopCart .cartbox{display: flex;flex-wrap: wrap;align-items: center;}
#shopCart .cartbox > *{box-sizing: border-box;}
#shopCart .cartbox dt{width: 100px;}
#shopCart .cartbox dt img{width: 100px;height: 100px;object-fit: cover;object-position: center center;}
#shopCart .cartbox dd{width: calc(100% - 130px);margin-left: 30px;padding-top: 5px;}
#shopCart .cartbox dd .tit{display: block;margin-bottom: 10px;font-weight: bold;letter-spacing: -1px;}
#shopCart .cartbox dd .tit label{color: #000;font-size: 15px;line-height: 20px;}
#shopCart .cartbox dd .opt{display: block;font-size: 13px;margin-bottom: 10px;}
#shopCart .cartbox dd .opt-modify-btn{height: 30px;line-height: 30px;padding: 0 10px;font-size: 14px;}
#shopCart .cartinfo li{position: relative;padding-left: 80px;font-size: 14px;line-height: 22px;}
#shopCart .cartinfo li > strong{position: absolute;top: 0;left: 0;color: #000;font-weight: normal;}
#shopCart .cartinfo li > p{}
#shopCart .cartinfo li.total-price > p{font-weight: bold;color: #000;}
#shopCart .carttotal{border: 1px solid #333;padding: 30px 20px;}
#shopCart .carttotal dd{position: relative;}
#shopCart .carttotal ul li{position: relative;padding-left: 80px;font-size: 15px;line-height: 18px;margin: 10px 0;text-align: right;}
#shopCart .carttotal ul li > strong{position: absolute;top: 50%;left: 0;color: #000;font-weight: normal;transform: translate(0, -50%);}
#shopCart .carttotal ul li > p{font-size: 15px;text-align: right;}
#shopCart .carttotal ul li > p strong{font-size: 18px;color: #000;}
#shopCart .carttotal ul li label{font-size: 15px;letter-spacing: -1px;color: #000;cursor: pointer;margin-left: 5px;}
#shopCart .carttotal ul li .inp{width: 100%;border: 1px solid #ccc;height: 30px;padding: 0 10px;}
#shopCart .carttotal hr{border: none;background: #eee;width: 100%;height: 1px;margin: 20px 0;}
#shopCart legend{display: block;margin-bottom: 20px;font-size: 22px;color: #000000;font-weight: bold;letter-spacing: -1px;}

#shopCart.order_detail .cartbox dt{width: 60px;}
#shopCart.order_detail .cartbox dt img{width: 60px;height: 60px;}
#shopCart.order_detail .cartbox dd{width: calc(100% - 75px);margin-left: 15px;padding-top: 5px;}

#shopOrderList .order-ico{display: inline-block;padding: 0 6px;line-height: 23px;min-width: 50px;text-align: center;border-radius: 2px;font-size: 12px;letter-spacing: -1px;}
#shopOrderList .order-ico.step0{background: #e44066;color: #fff;border: 1px solid #e44066;}
#shopOrderList .order-ico.step1{background: #c8123c;color: #fff;border: 1px solid #c8123c;}
#shopOrderList .order-ico.step2{background: #11913c;color: #fff;border: 1px solid #11913c;}
#shopOrderList .order-ico.step3{background: #a61ac8;color: #fff;border: 1px solid #a61ac8;}
#shopOrderList .order-ico.step4{background: #d4760b;color: #fff;border: 1px solid #d4760b;}
#shopOrderList .order-ico.step5{background: #0b5bd4;color: #fff;border: 1px solid #0b5bd4;}


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



.labs {display: flex;flex-wrap: wrap;margin: -5px -10px;}
.labs .labskin {margin: 5px 10px;}
.labskin {position: relative;}
.labskin input {position: absolute;top: 0;left: 0;opacity: 0;}
.labskin label {font-size: 16px;color: #555555;letter-spacing: -1px;line-height: 22px;}
.labskin input[type=checkbox] + label {padding-left: 25px;position: relative;}
.labskin input[type=checkbox] + label:after {display: block;content: '';width: 18px;height: 18px;border-radius: 3px;box-sizing: border-box;border: 1px solid #ccc;position: absolute;top: 50%;left: 0;transform: translateY(-50%);}
.labskin input[type=checkbox]:checked + label:after {border-color: #333333;background: #333333;content: '\e116';line-height: 16px;font-family: 'axicon';font-size: 12px;color: #fff;text-align: center;}
.labskin input[type=radio] + label {padding-left: 20px;position: relative;}
.labskin input[type=radio] + label:after {display: block;content: '';width: 15px;height: 15px;box-sizing: border-box;border: 1px solid #ccc;position: absolute;top: 50%;left: 0;transform: translateY(-50%);border-radius: 50%;}
.labskin input[type=radio]:checked + label:after {border-color: #333333;}
.labskin input[type=radio]:checked + label:before {display: block;content: '\e116';width: 7px;height: 7px;position: absolute;top: 50%;left: 4px;transform: translateY(-50%);border-radius: 50%;background: #333333;}

#bd-sch {margin-bottom: 60px;padding: 20px;background: #f7f7f7;border-radius: 10px;overflow: hidden;}
#bd-sch legend {display: none;}
#bd-sch fieldset {display: flex;align-items: center;justify-content: space-between;}
#bd-sch fieldset > *:not(h3) {margin: 5px;flex-grow: 1;flex-basis: 0;}
#bd-sch .where{border: 1px solid #ccc;border-radius: 5px;overflow: hidden;background: #fff url('/superboard/images/sb_slt_spr.jpg') no-repeat 92% center;}
#bd-sch .where select{width: 130%;height: 45px;border: none;background: none;padding-left: 10px;font-size: 15px;color: #333333;letter-spacing: -1px;}
#bd-sch .keyword {width: 350px;flex-grow: initial;flex-basis: initial;display: flex;align-items: center;height: 47px;}
#bd-sch .keyword .txt {flex-grow: 1;flex-basis: 0;border: 1px solid #ccc;border-radius: 5px;background: #fff;height: 100%;box-sizing: border-box;text-indent: 20px;color: #333;}
#bd-sch .keyword .sbm {margin-left: 10px;width: 100px;height: 100%;box-sizing: border-box;border: 0px;border-radius: 5px;background: #333;font-size: 15px;color: #fff;}
#bd-sch fieldset.tac {justify-content: center;}
#bd-sch fieldset.tac > h3 {font-size: 18px;color: #333333;font-weight: 500;margin-right: 30px;}
#bd-sch fieldset.tac .keyword {width: 600px;}

.bd-total {border-bottom: 2px solid #333;padding-bottom: 25px;margin-bottom: 25px;}
.bd-total p {font-family: 'Pretendard';font-size: 15px;}
.bd-total p b {color: #333;font-weight: 500;}

.imgs {display: flex;flex-wrap: wrap;margin: -10px;position: relative;overflow: hidden;}
.imgs > img {margin: 10px;}
.imgs .link {position: absolute;top: 0;bottom: 0;left: 0;right: 0;z-index: 11;}

.brand-list > li + li {margin-top: 40px;}
.brand-list > li .imgs {flex-wrap: nowrap;justify-content: space-between;margin: 0 -10px;}
.brand-list > li .imgs > img {width: calc(100%/2 - 10px*2);margin: 0 10px;}
.brand-list > li .imgs > img:not(:nth-child(2), :nth-child(3)) {position: absolute;left: 100%;opacity: 0;}
.brand-list > li .imgs:after {display: none;content: '클릭시 이미지를 확인할 수 있습니다.';position: absolute;top: 5px;right: 15px;background: #222;border-right: 2px solid #000;border-bottom: 2px solid #000;padding: 2px 5px;font-size: 11px;color: #fff;}
.brand-list > li .imgs:hover:after {display: block;opacity: 0.8;}
.brand-list > li .tit {padding: 35px 0;display: flex;align-items: center;position: relative;}
.brand-list > li .tit > strong {margin-right: 20px;font-family: 'Pretendard';font-size: 36px;color: #333333;font-weight: 700;}
.brand-list > li .tit > span {font-family: 'Open Sans';font-size: 20px;}
.brand-list > li .tit .btn1 {transform: translateY(-50%);position: absolute;top: 50%;right: 0;border-radius: 5px;height: 46px;line-height: 44px;display: flex;align-items: center;padding-right: 20px;}
.brand-list > li .tit .btn1:after {display: block;content: '\e84e';font-family: 'axicon';font-size: 22px;color: #fff;margin-left: 10px;}
.brand-list > li .cont {display: none;padding: 10px 0;}
.brand-list > li .btns {display: flex;align-items: center;padding: 15px 0;}
.brand-list > li .btns.tar {justify-content: end;}
.brand-list > li .btns > li {display: flex;align-items: center;}
.brand-list > li .btns > li:not(:first-child):before {display: block;content: '';width: 2px;height: 12px;background: #ddd;margin: 0 11px 0 12px;}
.brand-list > li.on .tit .btn1:after {content: '\e851';}
/* .brand-list > li.on .cont {display: block;} */
.brand-list .slide .roll {margin: 0 -10px;}
.brand-list .slide .item {margin: 0 10px;}
.brand-list .slide .item a {display: block;position: relative;padding-bottom: 62.96%;overflow: hidden;}
.brand-list .slide .item a img {max-width: 100%;max-height: 100%;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.brand-list .slide .slick-arrow {border: 0px;z-index: 22;transform: translateY(-50%);position: absolute;top: 50%;width: 35px;height: 35px;border-radius: 50%;background: url('../images/main/slide-btn-arrow.png') no-repeat 50% 50%;background-size: contain;overflow: hidden;text-indent: -999px;}
.brand-list .slide .slick-prev {left: 25px;}
.brand-list .slide .slick-next {right: 25px;transform: scaleX(-1) translateY(-50%);}

.stxt-wrap + .stxt-wrap {margin-top: 20px;}
.stxt-wrap {display: flex;justify-content: space-between;}
.stxt-wrap > dt {padding: 8px 0;width: 285px;font-family: 'Open Sans';font-size: 26px;color: #333333;font-weight: 700;}
.stxt-wrap > dd {width: calc(100% - 285px);}
.stxt-wrap .table1 tr > th {text-align: center;}
.stxt-wrap .inp {outline: none;border-radius: 5px;height: 52px;line-height: 50px;margin: 2px 0;padding: 0 15px;background: #fff;border: 1px solid #ddd;box-sizing:border-box;cursor: pointer;vertical-align: middle;font-size: 15px;box-shadow: 1px 1px 3px rgba(0,0,0,0.1);}
.stxt-wrap .star {display: flex;justify-content: center;align-items: center;}
.stxt-wrap .star i {margin: 0 2px;font-size: 22px;color: #333;}
.stxt-wrap .score {margin-bottom: 10px;background: #f7f7f7;display: flex;align-items: center;justify-content: center;padding: 18px;border-radius: 5px;}
.stxt-wrap .score b {margin-right: 25px;font-family: 'Open Sans';font-size: 20px;color: #333333;font-weight: 700;}
.stxt-wrap .score .star i {margin: 0 4px;font-size: 24px;color: #333333;}
.stxt-wrap .imgc {flex-wrap: wrap;justify-content: start; margin: -3px;}
.stxt-wrap .imgc > img {width: calc(100%/3 - 3px*2);margin: 3px;box-shadow: 0 0 3px rgba(0,0,0,0.1);}
.stxt-wrap .imgc > a {width: calc(100%/3 - 3px*2);margin: 3px;box-shadow: 0 0 3px rgba(0,0,0,0.1);}
.stxt-wrap .imgc > a img {display: block;width: 100%;}

.MultiFile-wrap {min-height: 52px;display: flex;align-items: center;}
.MultiFile-label + .MultiFile-label {margin-top: 2px;}
.MultiFile-label {display: flex;align-items: center;}
.MultiFile-label > .remove {margin-right: 10px;width: 40px;height: 25px;line-height: 23px;box-sizing: border-box;border: 1px solid #ccc;border-radius: 3px;text-align: center;font-size: 12px;color: #333;background: #fff;}

#popupBG-imgs1 {background: rgba(0,0,0,0.7);}
#popup-imgs1 {overflow: visible;background: none;padding-top: 150px;box-shadow: 0 0 0 rgba(0,0,0,0);}
#popup-imgs1 .pop-wrap {padding: 0;overflow: visible;}
#popup-imgs1 .pop-tit {height: 150px;background: none;box-shadow: 0 0 0 rgba(0,0,0,0);border-bottom: 0px;}
#popup-imgs1 .pop-tit > * {text-align: center;display: block;color: #fff;line-height: 1.2em;}
#popup-imgs1 .pop-tit > h3 {font-size: 30px;}
#popup-imgs1 .pop-tit > em {margin-top: 20px;font-style: normal;font-family: 'Open Sans';}
#popup-imgs1 .pop-tit > p {margin-top: 20px;font-size: 18px;}
#popup-imgs1 .pop-tit .close {top: auto;bottom: 0;border: 0px;width: 22px;height: 75px;}
#popup-imgs1 .pop-tit .close:after {color: #fff;font-size: 24px;}
#popup-imgs1 .slick-dots {position: absolute;top: calc(100% + 40px - 4px);left: 0;right: 0;display: flex;justify-content: center;align-items: center;flex-wrap: wrap;}
#popup-imgs1 .slick-dots > li button {border: 0px;background: #ccc;width: 10px;height: 10px;border-radius: 50%;margin: 4px;overflow: hidden;text-indent: -999px;}
#popup-imgs1 .slick-dots > li.slick-active button {background-color: #fff;}
#popup-imgs1 .slick-arrow {border: 0px;z-index: 22;transform: translateY(-50%);position: absolute;top: 50%;width: 35px;height: 35px;border-radius: 50%;background: url('../images/main/slide-btn-arrow.png') no-repeat 50% 50%;background-size: contain;overflow: hidden;text-indent: -999px;}
#popup-imgs1 .slick-prev {left: -45px;}
#popup-imgs1 .slick-next {right: -45px;transform: scaleX(-1) translateY(-50%);}
#popup-imgs1 .tit {padding: 0 20px;height: 60px;display: flex;align-items: center;}
#popup-imgs1 .tit > strong {margin-right: 10px;font-family: 'Pretendard';font-size: 18px;color: #333333;font-weight: 700;}
#popup-imgs1 .tit > span {font-family: 'Open Sans';font-size: 13px;}
#popup-imgs1 .item .img {width: 100%;height: 525px;background-color: #f1f1f1;background: none;display: flex;justify-content: center;align-items: center;overflow: hidden;position: relative;overflow: hidden;z-index: 1;}
#popup-imgs1 .item .img img {max-width: 100%;max-height: 100%;display: block;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
#popup-imgs1 .item .img a {position: absolute;bottom: 20px;right: 20px;width: 40px;height: 40px;border-radius: 50%;overflow: hidden;display: flex;justify-content: center;align-items: center;font-size: 18px;color: #fff;text-decoration: none !important;background: rgba(0,0,0,0.4);}
#popupBG-imgs2 {background: rgba(0,0,0,0.7);}
/* #popup-imgs2 {overflow: visible;} */
#popup-imgs2 {overflow: visible;background: none;padding-top: 150px;box-shadow: 0 0 0 rgba(0,0,0,0);}
#popup-imgs2 .pop-wrap {padding: 0;overflow: visible;}
#popup-imgs2 .pop-tit {height: 150px;background: none;box-shadow: 0 0 0 rgba(0,0,0,0);border-bottom: 0px;}
#popup-imgs2 .pop-tit > * {text-align: center;display: block;color: #fff;line-height: 1.2em;}
#popup-imgs2 .pop-tit > h3 {font-size: 30px;}
#popup-imgs2 .pop-tit > em {margin-top: 20px;font-style: normal;font-family: 'Open Sans';}
#popup-imgs2 .pop-tit > p {margin-top: 20px;font-size: 18px;}
#popup-imgs2 .pop-tit .close {top: auto;bottom: 0;border: 0px;width: 22px;height: 75px;}
#popup-imgs2 .pop-tit .close:after {color: #fff;font-size: 24px;}
#popup-imgs2 .slick-dots {position: absolute;top: calc(100% + 40px - 4px);left: 0;right: 0;display: flex;justify-content: center;align-items: center;flex-wrap: wrap;}
#popup-imgs2 .slick-dots > li button {border: 0px;background: #444;width: 10px;height: 10px;border-radius: 50%;margin: 4px;overflow: hidden;text-indent: -999px;}
#popup-imgs2 .slick-dots > li.slick-active button {background-color: #fff;}
#popup-imgs2 .slick-arrow {border: 0px;z-index: 22;transform: translateY(-50%);position: absolute;top: 50%;width: 35px;height: 35px;border-radius: 50%;background: url('../images/main/slide-btn-arrow.png') no-repeat 50% 50%;background-size: contain;overflow: hidden;text-indent: -999px;}
#popup-imgs2 .slick-prev {left: -45px;}
#popup-imgs2 .slick-next {right: -45px;transform: scaleX(-1) translateY(-50%);}
#popup-imgs2 .tit {padding: 0 20px;height: 60px;display: flex;align-items: center;}
#popup-imgs2 .tit > strong {margin-right: 10px;font-family: 'Pretendard';font-size: 18px;color: #333333;font-weight: 700;}
#popup-imgs2 .tit > span {font-family: 'Open Sans';font-size: 13px;}
/* #popup-imgs2 .item .img {width: 540px;height: 340px;background-color: #f1f1f1;display: flex;justify-content: center;align-items: center;overflow: hidden;}
#popup-imgs2 .item .img img {max-width: 100%;max-height: 100%;display: block;} */
#popup-imgs2 .item .img {width: 100%;height: 525px;background-color: #f1f1f1;display: flex;justify-content: center;align-items: center;overflow: hidden;position: relative;overflow: hidden;z-index: 1;}
#popup-imgs2 .item .img img {min-width: 100%;min-height: 100%;display: block;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
#popup-imgs2 .item .img a {position: absolute;bottom: 20px;right: 20px;width: 40px;height: 40px;border-radius: 50%;overflow: hidden;display: flex;justify-content: center;align-items: center;font-size: 18px;color: #fff;text-decoration: none !important;background: rgba(0,0,0,0.4);}

.manual-list {margin-top: 40px;}
.manual-list li + li {margin-top: 60px;}
.manual-list li img {display: block;margin: 0 auto;}

.upload-tit {padding-bottom: 25px;margin-bottom: 25px;border-bottom: 2px solid #222;display: flex;align-items: center;}
.upload-tit > strong {margin-right: 20px;font-family: 'Pretendard';font-size: 36px;color: #333333;font-weight: 700;}
.upload-tit > span {font-family: 'Open Sans';font-size: 20px;}

.upload-list {display: flex;flex-wrap: wrap;margin: -10px;}
.upload-list > li {margin: 10px;width: calc(100%/2 - 10px*2);}
.upload-list > li > input[type=file] {position: absolute;top: 0;left: 0;width: 0;height: 0;overflow: hidden;opacity: 0;}
.upload-list > li .tmb {display: block;width: 100%;padding-bottom: 62.96296%;background-repeat: no-repeat;background-position: 50%;background-size: cover;border: 0px;}
.upload-list > li .btns {display: flex;align-items: center;height: 0;justify-content: end;transform: translateY(28px);}
.upload-list > li .btns > li {display: flex;align-items: center;}
.upload-list > li .btns > li:not(:first-child):before {display: block;content: '';width: 2px;height: 12px;background: #ddd;margin: 0 11px 0 12px;}
.upload-list > li .inf {padding: 20px 0;}
.upload-list > li .inf > strong {display: block;font-family: 'Pretendard';font-size: 26px;color: #333;font-weight: 700;}
.upload-list > li .inf > p {margin-top: 10px;font-family: 'Pretendard';font-size: 17px;}

.stit {margin-bottom: 20px;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.stit > * {display: block;text-align: center;}
.stit > h3 {font-family: 'Open Sans';font-size: 30px;color: #333;font-weight: 700;line-height: 1.6em;}
.stit > h3.big {font-size: 50px;color: #333;}
.stit > p {font-size: 16px;line-height: 1.6em;color: #444;margin-top: 5px;}

.stxt1 {font-size: 18px;line-height: 1.6em;}

.feedback-wrap {margin-top: 80px;background: #f1f1f1;padding: 50px 40px;border-radius: 10px;}
.feedback-wrap .stxt1 {background: #fff;border-radius: 10px;padding: 15px;text-align: center;}
.feedback-wrap .score {margin-bottom: 20px;display: flex;align-items: center;justify-content: center;}
.feedback-wrap .score b {margin-right: 25px;font-family: 'Open Sans';font-size: 20px;color: #333333;font-weight: 700;}
.feedback-wrap .score .star i {margin: 0 4px;font-size: 24px;color: #333333;}
.feedback-wrap .upload-list > li .btns {margin-top: 10px;height: auto;transform: translateY(0);}

.graph1 {background: #fff;border-radius: 10px;overflow: hidden;padding: 40px 30px;}
.graph1 .month {padding: 0 30px;position: relative;display: flex;justify-content: space-evenly;flex-direction: row;}
.graph1 .month > li {flex-grow: 1;flex-basis: 0;height: 38px;line-height: 38px;text-align: center;font-size: 16px;color: #333;font-weight: 700;}
.graph1 .line {padding: 0 30px;background: url('../images/sub/graph1-bg.jpg') repeat-x 0 0;}
.graph1 .line ul {position: relative;display: flex;justify-content: space-evenly;flex-direction: row;}
.graph1 .line ul > li {height: 171px;flex-grow: 1;flex-basis: 0;}
.graph1 .line ul > li .dot {width: 8px;height: 8px;border-radius: 50%;background: #333;position: absolute;bottom: 0;transform: translate(-50%, 4px);}
.graph1 .line ul > li:nth-child(1) .dot {left: calc(100%/10/2);}
.graph1 .line ul > li:nth-child(2) .dot {left: calc(100%/10/2 + 100%/10*1);}
.graph1 .line ul > li:nth-child(3) .dot {left: calc(100%/10/2 + 100%/10*2);}
.graph1 .line ul > li:nth-child(4) .dot {left: calc(100%/10/2 + 100%/10*3);}
.graph1 .line ul > li:nth-child(5) .dot {left: calc(100%/10/2 + 100%/10*4);}
.graph1 .line ul > li:nth-child(6) .dot {left: calc(100%/10/2 + 100%/10*5);}
.graph1 .line ul > li:nth-child(7) .dot {left: calc(100%/10/2 + 100%/10*6);}
.graph1 .line ul > li:nth-child(8) .dot {left: calc(100%/10/2 + 100%/10*7);}
.graph1 .line ul > li:nth-child(9) .dot {left: calc(100%/10/2 + 100%/10*8);}
.graph1 .line ul > li:nth-child(10) .dot {left: calc(100%/10/2 + 100%/10*9);}
.graph1 .line ul > li .bar {position: absolute;top: 4px;right: 0;width: 90px;height: 1px;background: #000;display: block;}
.graph1 .line ul > li:first-child .bar {display: none;}

.cate-sel {width: 220px;position: relative;z-index: 22;margin: 0 auto;}
.cate-sel > .btn {width: 100%;height: 50px;border: 0px;background: #fff url('/superboard/images/sb_slt_spr.jpg') no-repeat 97% center;;border-bottom: 2px solid #333;padding: 0 10px;box-sizing: border-box;text-align: left;font-size: 18px;color: #333;text-align: center;}
.cate-sel > ul {position: absolute;top: 100%;left: 0;width: 100%;display: none;border: 1px solid #ccc;border-top: 0;box-sizing: border-box;}
.cate-sel > ul > li + li > a {border-top: 1px solid #eee;}
.cate-sel > ul > li > a {display: block;padding: 10px;line-height: 1.4em;text-decoration: none !important;text-align: center;}
.cate-sel > ul > li:hover > a {background-color: #f1f1f1;color: #000;}
.cate-sel.on > .btn {outline: auto;}
.cate-sel.on > ul {display: block;background: #fff;}

.award-intro {margin-top: 70px;background: #f1f1f1;border-radius: 10px;overflow: hidden;padding: 50px;}
.award-intro .stit {position: relative;}
.award-intro .stit > p {position: absolute;top: 50%;right: 0;transform: translateY(-50%);}

.graph2 {background: #fff;border-radius: 10px;overflow: hidden;padding: 30px 30px 70px;}
.graph2 .inr {position: relative;}
.graph2 .bg {position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: flex;justify-content: space-between;flex-direction: column;}
.graph2 .bg > li {background: #ddd;position: relative;margin-left: 50px;height: 1px;}
.graph2 .bg > li p {position: absolute;right: 100%;bottom: 0;width: 50px;transform: translateY(8px);font-family: 'Pretendard';font-size: 16px;color: #333;font-weight: 700;}
.graph2 .line {height: 260px;display: flex;justify-content: space-evenly;margin-left: 50px;}
.graph2 .line > li {height: 100%;position: relative;display: flex;justify-content: center;align-items: end;}
.graph2 .line > li > p {position: absolute;top: 100%;left: 50%;margin-top: 15px;text-align: center;font-family: 'Pretendard';font-size: 16px;color: #333;font-weight: 700;transform: translateX(-50%);}
.graph2 .line > li > .bar {display: block;width: 40px;min-height: 2%;background: var(--color);max-height: 100%;position: relative;}
.graph2 .line > li > .bar mark {position: absolute;bottom: 100%;left: 50%;transform: translate(-50%, -5px);color: #333;font-weight: 500;letter-spacing: normal;line-height: 1.2em;background: none;}

.award-title {position: relative;}
.award-title > h3 {display: flex;justify-content: center;align-items: center;max-width: 300px;height: 80px;margin: 0 auto 50px;}
.award-title .btn1 {position: absolute;top: 50%;right: 0;transform: translateY(-50%);}

.imgc {display: flex;justify-content: center;align-items: center;}
.award-list .step {background: #fff;border-radius: 10px;overflow: hidden;padding: 20px 40px;max-height: 950px;overflow: hidden;overflow-y: scroll;}
.award-list .step > li {display: flex;justify-content: space-between;align-items: center;min-height: 60px;border-bottom: 1px solid #ddd;}
.award-list .step > li > em {width: 80px;font-style: normal;font-weight: 800;font-family: 'Open Sans';font-size: 20px;color: #bbbbbb;}
.award-list .step > li > p {flex-grow: 1;flex-basis: 0;font-family: 'Pretendard';font-size: 16px;color: #333333;font-weight: 700;}
.award-list .step > li > .star {display: flex;align-items: center;}
.award-list .step > li > .star i {margin: 0 4px;font-size: 24px;color: #333333;}
.award-list .step > li > b {margin-left: 20px;font-family: 'Pretendard';font-size: 16px;color: #333;font-weight: 700;}
.award-list .top20 {background: #f1f1f1;border-radius: 10px;overflow: hidden;padding: 40px;}
/*.award-list .worst3 .step {border: 1px solid #ddd;border-radius: 5px;padding: 20px 80px;overflow: initial;}*/
.award-list .worst3 .step {border: 1px solid #ddd;border-radius: 5px;padding: 20px 80px; max-height: 600px;overflow: hidden;overflow-y: scroll;}
.award-list .worst3 .step > li:last-child {border: 0px;}
.award-list .imgc {height: 100px;}



.award-list .point_add {border: 1px solid #ddd;background: #fff;border-radius: 5px;padding: 10px 45px;max-height: 600px;overflow: hidden;overflow-y: scroll;}
.award-list .point_add > li {min-height: 45px;border-bottom: 1px solid #ddd;padding: 20px 10px;display: flex;justify-content: end;align-items: center;}
.award-list .point_add > li > * {line-height: 45px;font-family: 'Pretendard';}
.award-list .point_add > li > img {margin-right: 20px;}
.award-list .point_add > li > strong {flex-grow: 1;flex-basis: 0;font-style: normal;font-size: 18px;color: #333;font-weight: 600;margin-right: 20px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: block;}
.award-list .point_add > li > strong.big {font-size: 28px;font-weight: 700;}
.award-list .point_add > li > strong em{font-style: normal;display: block;font-size: 16px;color: #666;font-weight: normal;line-height: 14px;letter-spacing: -1px;margin-top: 5px;}
.award-list .point_add > li.line2 > img{margin-top: 8px;}
.award-list .point_add > li > p {font-size: 16px;color: #333333;font-weight: 500;margin-left: 20px;}
.award-list .point_add > li > select {width: 160px;border-radius: 5px;height: 45px;margin-left: 20px;}
.award-list .point_add > li > a.btn1 {line-height: 43px;height: 45px;margin-left: 10px;}
.award-list .point_add > li:last-child {border: 0px;}
.award-list .top20 .point_add {border: 0px;}

.award-list .point_list {background: #fff;border-radius: 5px;padding: 20px 45px; max-height: 600px;overflow: hidden;overflow-y: scroll;}
.award-list .point_list > li {min-height: 45px;border-bottom: 1px solid #ddd;padding: 20px 10px;display: flex;justify-content: end;align-items: center;}
.award-list .point_list > li > * {line-height: 45px;font-family: 'Pretendard';}
.award-list .point_list > li > input:not(.inp) {margin: 0 10px 0 0 !important;}
.award-list .point_list > li > label {flex-grow: 1;flex-basis: 0;font-style: normal;font-size: 18px;color: #333;font-weight: 600;margin-right: 20px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: block;}
.award-list .point_list > li > span {font-size: 16px;color: #333;font-weight: 500;margin-left: 20px;}
.award-list .point_list > li > p {font-size: 20px;color: #333;font-weight: 600;margin-left: 30px;}
.award-list .point_list > li > a.btn2 {line-height: 43px;height: 45px;margin-left: 50px;}
.award-list .point_list > li:last-child {border: 0px;}
.award-list .point_list .inp {border: 1px solid #ddd;width: 140px;border-radius: 5px;padding-left: 20px;height: 45px;margin: 0 10px;}
.award-list .point_list .many-inputs {flex-grow: 1;flex-basis: 0;display: flex;align-items: center;}
.award-list .point_list .many-inputs span {font-size: 16px;color: #333;font-weight: 500;margin-right: 20px;}

.memo_txt {background: #fff;border-radius: 5px;padding: 45px 55px;margin-top: 30px;}
.memo_txt > strong {display: block;font-size: 22px;color: #333;font-weight: 700;line-height: 30px;}
.memo_txt > p {font-size: 16px;line-height: 32px;}

.mystamp_wrap {background: #f1f1f1;border-radius: 10px;overflow: hidden;padding: 40px;}
.mystamp_wrap .count {background: #fff;border-radius: 5px;margin-bottom: 30px;padding: 15px;display: flex;justify-content: center;align-items: center;flex-wrap: wrap;}
.mystamp_wrap .count > li {display: flex;align-items: center;}
.mystamp_wrap .count > li:not(:first-child):before {display: block;content: '';width: 1px;height: 15px;background: #ddd;margin: 0 20px;}
.mystamp_wrap .count > li > span {margin-right: 20px;font-size: 17px;color: #333;}
.mystamp_wrap .count > li > p {font-size: 22px;color: #333;font-weight: 700;}
.mystamp_wrap .roll {background: #fff;border-radius: 5px;padding: 55px;}
.mystamp_wrap .list {max-width: 650px;margin: 0 auto;display: flex;flex-wrap: wrap;justify-content: space-between;}
.mystamp_wrap .list > li {display: flex;justify-content: center;align-items: center;text-align: center;margin: 25px;width: 80px;height: 80px;border: 3px solid #ddd;border-radius: 50%;background: #fff;box-sizing: border-box;position: relative;z-index: 0;}
.mystamp_wrap .list > li:after {display: none;content: '';position: absolute;top: 50%;left: 50%;z-index: -1;transform: translate(-50%, -50%);width: 64px;height: 64px;border: 2px dashed #ddd;box-sizing: border-box;border-radius: 50%;}
.mystamp_wrap .list > li p {font-size: 30px;color: #dddddd;font-weight: 700;line-height: 1.2em;padding-bottom: 3px;}
.mystamp_wrap .list > li span {font-size: 17px;font-weight: 500;letter-spacing: 0.05em;line-height: 20px;}
.mystamp_wrap .list > li.gray:after {display: block;}
.mystamp_wrap .list > li.gray p {display: block;}
.mystamp_wrap .list > li.lastgray {background: #bbb;border-color: #bbb;}
.mystamp_wrap .list > li.lastgray:after {display: none;}
.mystamp_wrap .list > li.lastgray span {color: #fff;}
.mystamp_wrap .list > li.blue {border-color: #004ea2;}
.mystamp_wrap .list > li.blue:after {display: block;border-color: #004ea2;}
.mystamp_wrap .list > li.blue p {display: block;color: #004ea2;}
.mystamp_wrap .list > li.lastblue {background: #004ea2;border-color: #004ea2;}
.mystamp_wrap .list > li.lastblue:after {display: block;border-color: #fff;}
.mystamp_wrap .list > li.none {display:none;}
.mystamp_wrap .control {margin-top: 20px;display: flex;justify-content: center;align-items: center;}
.mystamp_wrap .control i {display: block;}
.mystamp_wrap .control .prev,
.mystamp_wrap .control .next {margin: 2px 11px;border: 0px;background: none;font-size: 32px;color: #222;}
.mystamp_wrap .control .dots {display: flex;align-items: center;flex-wrap: wrap;}
.mystamp_wrap .control .dots > * {margin: 2px 7px;width: 8px;height: 8px;border: 0px;background: #ccc;border-radius: 50%;overflow: hidden;text-indent: -999px;}
.mystamp_wrap .control .dots > *.on {background-color: #333;}