@charset "euc-kr";
/**************************************************

	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 : #444c62; /* °­Á¶ ¹öÆ° ¹è°æ»ö */
	--btn1-border-color : #444c62; /* °­Á¶ ¹öÆ° Å×µÎ¸®»ö */
	--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 : #0b42a1; /* ¹è°æÈå¸° ¹öÆ° ¹è°æ»ö */
	--btn4-border-color : #0b42a1; /* ¹è°æÈå¸° ¹öÆ° Å×µÎ¸®»ö */
	--btn4-txt-color : #ffffff; /* ¹è°æÈå¸° ¹öÆ° ±ÛÀÚ»ö */

	/* skins °øÅë (°Ô½ÃÆÇ, Á¦Ç°°ü¸®, ¿¬Çõ µîµî) */
	--skin-search-btn-bg-color : #444c62; /* °¢Á¾ ½ºÅ² °Ë»öÃ¢ ¹öÆ° ¹è°æ»ö */
	--skin-search-btn-txt-color : #ffffff; /* °¢Á¾ ½ºÅ² °Ë»öÃ¢ ¹öÆ° ±ÛÀÚ»ö */

	--color-point : #0b42a1;
	--color-gray : #202c5c;
	--color-blue : #151576;
	--color-sky : #0196e3;
	--color-sky2 : #f0f2f7;
	--color-red : #cb0f16;

}

/**************************************************
	Public
**************************************************/
html{min-width: 1300px;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;border-bottom: 1px solid #ccc;}
.table1 tr > *{padding: 12px 20px;border-top: 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;border-bottom: 1px solid #dddddd;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: 200px;}
.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;}

.table2{width: 100%;border-top: 2px solid #333;border-bottom: 1px solid #ccc;background: #fff;}
.table2 tr > *{padding: 15px 30px;border-bottom: 1px solid #ddd;font-size: 15px;line-height: 28px;}
.table2 tr > *:not(:first-child) {border-left: 1px solid #ddd;}
.table2 tr > *[rowspan]:not(:last-child) {border-right: 1px solid #ddd;}
.table2 thead tr > * {background: #f7f7f7;font-size: 16px;color: #333;font-weight: 600;line-height: 1.4em;}
.table2 tbody tr > th {color: #333;font-weight: 600;}
.table2 tbody tr > *.bgGray {background: #f7f7f7;}

/* 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;color: #666;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;}

/* .tab2{margin: -2px;margin-bottom: 50px;display: flex;flex-wrap: wrap;}
.tab2 li a{display: block;margin: 2px;border: 1px solid #ddd;height: 50px;padding: 2px 30px 0;font-size: 16px;color: #666;line-height: 1.2em;display: flex;justify-content: center;align-items: center;text-decoration: none;text-align: center;}
.tab2 li.active a{border: 1px solid #000;background: #fff;color: #000;} */
.tab2{display: flex;justify-content: start;align-items: center;flex-wrap: wrap;padding-left: 1px;border-bottom: 1px solid #ddd;margin: 0 0 80px;}
.tab2 li {width: calc(100%/6);margin-left: -1px;margin-bottom: -1px;}
.tab2 > li a{display: flex;justify-content: center;align-items: center;border: 1px solid #ddd;box-sizing: border-box;background: #f6f6f6;height: 46px;font-size: 15px;color: #555;line-height: 1.2em;text-decoration: none;text-align: center;position: relative;z-index: 0;}
.tab2 > li.active a{background-color: #fff;border-color: var(--color-point);border-bottom-color: #fff;border-top-width: 3px;color: var(--color-point);position: relative;z-index: 11;}

/* Button */
.btnWrap{ margin-top: 30px; }
.btnWrap > *{margin: 0 2px;}
.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: 17px;font-weight: 500;background: var(--btn1-bg-color);border: 1px solid var(--btn1-border-color);color: var(--btn1-txt-color) !important;text-decoration: none !important;}
.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: 17px;font-weight: 500;background: var(--btn2-bg-color);border: 1px solid var(--btn2-border-color);color: var(--btn2-txt-color) !important;text-decoration: none !important;}
.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: 17px;font-weight: 500;background: var(--btn3-bg-color);border: 1px solid var(--btn3-border-color);color: var(--btn3-txt-color) !important;text-decoration: none !important;}
.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: 17px;font-weight: 500;background: var(--btn4-bg-color);border: 1px solid var(--btn4-border-color);color: var(--btn4-txt-color) !important;text-decoration: none !important;}
.btn1.small,
.btn2.small,
.btn3.small,
.btn4.small{padding: 0 20px;height: 40px;line-height: 28px;font-size: 14px;}
.btn1.big,
.btn2.big,
.btn3.big,
.btn4.big{min-width: 220px;text-align: center;}

/* Etc */
.ip-info {margin: 5px 0;border: 1px solid #ddd;background: #f7f7f7;padding: 12px 15px;font-size: 12px;color: #111;letter-spacing: -0.05em;line-height: 1.4em;font-weight: 600;text-align: left;}
.ip-info .small {display: block;font-size: 9px;color: red;font-weight: 600;line-height: 15px;}

/**************************
	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 !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
**************************************************/
#wrap {overflow: hidden;}

#aside {position: fixed;top: 0;bottom: 0;right: 50px;z-index: 77;display: flex;flex-direction: column;align-items: flex-end;justify-content: center;}
#aside a {margin: 10px 0;padding-right: 36px;color: #fff;font-weight: 700;line-height: 24px;text-indent: -99999px;background-repeat: no-repeat;background-position: 100% 50%;background-image: url('../images/layout/aside-dot.png');text-decoration: none !important;overflow: hidden;}
.fp-viewing-visual #aside a:nth-child(1) {background-image: url('../images/layout/aside-dot-on.png');}
.fp-viewing-company #aside a:nth-child(2) {color: var(--color-point);background-image: url('../images/layout/aside-dot2-on.png');}
.fp-viewing-business #aside a:nth-child(3) {background-image: url('../images/layout/aside-dot-on.png');}
.fp-viewing-products #aside a:nth-child(4) {background-image: url('../images/layout/aside-dot-on.png');}
.fp-viewing-customer #aside a:nth-child(5) {color: var(--color-point);background-image: url('../images/layout/aside-dot2-on.png');}
.fp-viewing-community #aside a:nth-child(6) {background-image: url('../images/layout/aside-dot-on.png');}
.fp-viewing-visual #aside a:nth-child(1),
.fp-viewing-company #aside a:nth-child(2),
.fp-viewing-business #aside a:nth-child(3),
.fp-viewing-products #aside a:nth-child(4),
.fp-viewing-customer #aside a:nth-child(5),
.fp-viewing-community #aside a:nth-child(6) {text-indent: 0;}

#header{position: fixed;top: 0;left: 0;right: 0;z-index: 90;background: #fff;height: 90px;}
#header:after {display: block;content: '';position: absolute;bottom: 0;left: 0;right: 0;height: 1px;background: #e5e5e5;z-index: -1;opacity: 1;}
#header .logo{position: absolute;top: 0;left: 80px;height: 100%;line-height: 90px;background: url('../images/layout/logo-on.png') no-repeat 50% 50% / contain;}
#header .logo img{width: auto;max-height: calc(100% - 20px);vertical-align: middle;opacity: 0;}

#gnb{position: absolute;top: 0;left: 0;width: 100%;z-index: 2;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 30px;line-height: 90px;font-size: 18px;color: #333;font-weight: 500;text-decoration: none;}
#gnb > li > ul{position: absolute;top: 90px;left: 50%;width: 240px;transform: translate(-50%, 0);background: #fff;box-sizing: border-box;visibility: hidden;box-shadow: 3px 3px 10px rgba(0,0,0,0.1);box-shadow: inset 0 2px 2px rgba(0,0,0,0.04);}
#gnb > li > ul li{border-top: 1px solid rgba(0,0,0,0.08);}
#gnb > li > ul li:first-child{border-top-color: rgba(0,0,0,0.15);}
#gnb > li > ul li:first-child a{padding-top: 5px;}
#gnb > li > ul li:last-child a{padding-bottom: 5px;}
#gnb > li > ul li a{display: block;font-size: 15px;color: #666;line-height: 45px;text-align: center;text-decoration: none;}
#gnb > li > ul li:hover a,
#gnb > li > ul li.active a{background: #f7f7f7;color: #000;}
#gnb > li > ul li ul {display: none;}
#gnb > li:hover > ul,
#gnb > li:focus-within > ul{visibility: visible;opacity: 1;}
#gnb > li.hidden-gnb{display: none;}
#gnb li.active > a {color: var(--color-point) !important;}

#drdw{position: fixed;top: 90px;left: 0;width: 100%;background: #fff;border-top: 1px solid #ddd;z-index: 91;display: none;box-shadow: 3px 10px 10px rgba(0,0,0,0.1);}
#drdw .inner{position: relative;width: 1300px;margin: 0 auto;border-right: 1px solid #e8e8e8;}
#drdw .inner > li{display: inline-block;padding: 40px 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: #000;text-align: center;font-weight: bold;}
#drdw .inner > li ul li a{display: block;font-size: 15px;line-height: 35px;color: #555555;text-align: center;}
#drdw .inner > li ul li.active a{font-weight: bold;}
#drdw .inner > li ul li ul {display: none;}
#drdw .inner > li.hidden-gnb{display: none;}
#drdw .close{width: 0;height: 0;border: none;background: #333;font-size: 16px;color: #fff;letter-spacing: -1px;overflow: hidden;margin: 0;display: block;}
#drdw .close:focus-within{width: 100%;height: 55px;}
#drdw li.active > a {color: var(--color-point) !important;}

#hd-lan{position: absolute;top: 15px;right: 135px;z-index: 92;display: flex;flex-direction: row;align-items: center;}
#hd-lan > a {line-height: 60px;height: 60px;font-family: 'Montserrat';font-size: 13px;color: #666;font-weight: 500;text-decoration: none;}
#hd-lan > a.active {color: var(--color-point) !important;}
#hd-lan > hr {border: 0px;padding: 0;margin: 0 10px;width: 1px;height: 9px;background: #ddd;}

#slide-btn{text-indent: -999em;width: 90px;height: 90px;position: absolute;top: 0;right: 0;z-index: 3;background: var(--color-point);}
#slide-btn button{position: absolute;top: 50%;left: 50%;width: 30px;height: 20px;border: none;background: none;cursor: pointer;transform: translate(-50%, -50%);}
#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: #fff;}
#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;}

.fp-viewing-visual #header {background: rgba(0,0,0,0.2);}
.fp-viewing-visual #header:after {background: #fff;opacity: 0.2;}
.fp-viewing-visual #header .logo {background-size: 0 0;}
.fp-viewing-visual #header .logo img {opacity: 1;}
.fp-viewing-visual #gnb > li > a {color: #fff;}
.fp-viewing-visual #hd-lan > a {color: #fff;}
.fp-viewing-visual #hd-lan > hr {background: #fff;}

.fp-viewing-business #header {background: rgba(0,0,0,0.2);}
.fp-viewing-business #header:after {background: #fff;opacity: 0.2;}
.fp-viewing-business #header .logo {background-size: 0 0;}
.fp-viewing-business #header .logo img {opacity: 1;}
.fp-viewing-business #gnb > li > a {color: #fff;}
.fp-viewing-business #hd-lan > a {color: #fff;}
.fp-viewing-business #hd-lan > hr {background: #fff;}

.fp-viewing-products #header {background: rgba(0,0,0,0.2);}
.fp-viewing-products #header:after {background: #fff;opacity: 0.2;}
.fp-viewing-products #header .logo {background-size: 0 0;}
.fp-viewing-products #header .logo img {opacity: 1;}
.fp-viewing-products #gnb > li > a {color: #fff;}
.fp-viewing-products #hd-lan > a {color: #fff;}
.fp-viewing-products #hd-lan > hr {background: #fff;}

.fp-viewing-community #header {background: rgba(0,0,0,0.2);}
.fp-viewing-community #header:after {background: #fff;opacity: 0.2;}
.fp-viewing-community #header .logo {background-size: 0 0;}
.fp-viewing-community #header .logo img {opacity: 1;}
.fp-viewing-community #gnb > li > a {color: #fff;}
.fp-viewing-community #hd-lan > a {color: #fff;}
.fp-viewing-community #hd-lan > hr {background: #fff;}

#footer{background: #222222;height: 345px;padding-bottom: 50px;box-sizing: border-box;position: relative;z-index: 0;}
#footer .inner{max-width: 1400px;margin: 0 auto;display: flex;justify-content: space-between;flex-direction: row-reverse;}
#footer .inner > div {padding-top: 70px;}
#footer .rig {display: flex;flex-direction: row;}
#footer dl {margin-left: 35px;}
#footer dl > dt {font-family: 'Montserrat';font-size: 16px;color: #fff;}
#footer dl > dt:after {display: block;content: '';margin: 15px 0 25px;background: #999999;width: 26px;height: 1px;}
#footer dl.dl_com {min-width: 365px;}
#footer dl.dl_com > dd {display: flex;flex-wrap: wrap;width: 255px;}
#footer dl.dl_com p:nth-child(odd) {width: 145px;}
#footer dl > dd .tel {display: inline-block;vertical-align: middle;margin-bottom: 15px;font-family: 'Montserrat';font-size: 28px;color: #ffffff;font-weight: 600;line-height: 28px;text-decoration: none !important;}
#footer dl > dd p {color: #cccccc;line-height: 26px;}
#footer address > div{margin-top: 10px;color: #ccc;line-height: 23px;position: relative;padding-left: 100px;font-style: normal;}
#footer address > div em {font-style: normal;position: absolute;top: 0;left: 0;color: #ccc;line-height: 23px;}
#footer address > div hr{width: 20px;border: none;display: inline-block;vertical-align: middle;}
#footer .copyright{position: absolute;bottom: 0;left: 50%;width: 1400px;margin-left: -700px;border-top: 1px solid rgba(255,255,255,0.15);text-align: center;line-height: 50px;font-size: 13px;font-style: normal;color: #dddddd;}

#fnb {margin-bottom: 30px;display: flex;align-items: center;}
#fnb > li{display: flex;align-items: center;}
#fnb > li:not(:first-child):before {display: block;content: '';width: 1px;height: 11px;background: #fff;margin: 0 12px;}
#fnb > li a{color: #fff;text-decoration: none !important;}

#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;}

/**************************************************
	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;color: #666;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;color: #666;}

/**************************************************
	Main
**************************************************/
#fullpage .fp-watermark {display: none;}
#fullpage .section:not(.visual, .foot) {padding-top: 90px;box-sizing: border-box;}
#fullpage .section:not(.visual, .foot) .fp-overflow {padding: 40px 0;}
#fullpage .section.foot .fp-overflow {overflow-y: visible;}

#fullpage_num {position: fixed;top: calc(50% + 90px/2);left: 35px;transform: translateY(-50%);z-index: 55;padding-bottom: 27px;}
#fullpage_num:before {display: block;content: '';width: 1px;height: 120px;background: #555555;margin: 0 auto calc(27px*2);}
#fullpage_num p {display: block;transform: rotate(-90deg);font-family: 'SCore Dream';font-size: 14px;color: #555555;font-weight: 700;}
#fullpage_num p span {display: inline-block;vertical-align: -2px;font-family: 'SCore Dream';font-size: 18px;color: #555555;font-weight: 700;}
#fullpage_num p span.now {margin-right: 15px;}
#fullpage_num p span.tot {margin-left: 15px;}

#main #content > .scoll {position: fixed;top: 50%;left: 35px;z-index: 66;width: 11px;height: calc(316px/2);background: url('../images/main/ico-scroll.png') no-repeat 0 0%;overflow: hidden;text-indent: -9999px;animation: scroll_move 1s infinite ease-out;}
@keyframes scroll_move {
    0% {margin-top: 0;}
    50% {margin-top: -20px;}
    100% {margin-top: 0;}
}
.fp-viewing-company #main #content > .scoll,
.fp-viewing-customer #main #content > .scoll {background-position: 0 100%;}

#main .visual{position: relative;}
#main .visual .fp-overflow {height: 100%;position: relative;z-index: 0;}
#main .visual .roll,
#main .visual .roll * {height: 100%;min-width: 100vw;}
#main .visual .roll .item{position: relative;overflow: hidden;min-width: 100vw;}
#main .visual .roll .item a {display: block;width: 100%;background-repeat: no-repeat;background-position: 50% 50%;background-size: cover;}
#main .visual .roll .item img{display: none;}
#main .visual .slick-dots{position: absolute;bottom: 50px;left: 0;width: 100%;z-index: 81;text-align: center;}
#main .visual .slick-dots li{display: inline-block;margin: 0 5px;}
#main .visual .slick-dots li button{display: block;width: 24px;height: 24px;background: url('/images/main/visual-bull.png') no-repeat center center / contain;text-indent: -999em;overflow: hidden;border: none;}
#main .visual .slick-dots li.slick-active button{background-image: url('/images/main/visual-bull-on.png');}
#main .visual .bot {position: absolute;top: 50%;left: 50%;right: 0;z-index: 66;width: 1400px;transform: translate(-700px, -50%);display: flex;align-items: start;flex-direction: column;}
#main .visual .slogan > * {display: block;color: #fff;}
#main .visual .slogan p {font-family: 'Montserrat';font-weight: 600;font-size: 22px;line-height: 26px;text-transform: uppercase;}
#main .visual .slogan strong {margin-top: 35px;font-size: 58px;font-weight: 700;line-height: 78px;}
#main .visual .vis-control {margin-top: 90px;display: flex;justify-content: center;align-items: center;}
#main .visual .vis-control .prev {margin-left: 0;margin-right: 15px;}
#main .visual .vis-control .next {margin-left: 15px;margin-right: 0;}
#main .visual .vis-control .dots {display: flex;justify-content: center;align-items: center;}
#main .visual .vis-control button {margin: 0 10px;border: 0px;background: rgba(0,0,0,0);font-family: empty;font-size: 0;display: flex;align-items: center;flex-direction: row;}
#main .visual .vis-control button p {font-family: 'Open sans', sans-serif;font-size: 18px;color: #fff;font-weight: 700;line-height: 18px;padding-bottom: 6px;}
#main .visual .vis-control button span {width: 0;height: 3px;background: rgba(255,255,255,0.35);margin-left: 20px;position: relative;z-index: 0;overflow: hidden;}
#main .visual .vis-control button span:after {display: block;content: '';position: absolute;top: 0;bottom: 0;left: 0;width: 0;background: #fff;}
#main .visual .vis-control button.on span {width: 70px;}
#main .visual .vis-control button.on span:after {width: 100%;transition: width 4s;}
@keyframes img_scale {
    0% {transform: scale(1);}
    25% {transform: scale(1.07);}
    40% {transform: scale(1);}
}

#main .company .btns {max-width: 1400px;margin: 0 auto;display: flex;justify-content: space-between;}
#main .company .btns > li {width: calc(100%/4 - 27px*3/4);position: relative;z-index: 0;background: #000;}
#main .company .btns > li .link {position: absolute;top: 0;bottom: 0;left: 0;right: 0;z-index: 10;}
#main .company .btns > li > img {display: block;width: 100%;}
#main .company .btns > li > p {position: absolute;bottom: 50px;left: 20px;right: 20px;overflow: hidden;font-size: 30px;color: #fff;font-weight: 700;line-height: 36px;text-align: center;}
#main .company .btns > li:hover > img {opacity: 0.3;transition: all 0.2s;}
#main .company .btns > li:hover > p {bottom: 50%;transform: translateY(50%);transition: all 0.2s;}

#main .business {background: url('/images/main/business-bg.jpg') no-repeat 0 0 / cover;}
#main .business .fp-overflow {position: static;}
#main .business .mtit {margin-bottom: calc(90px*2 + 160px + 90px);}
#main .business .mtit > * {color: #fff;}
#main .business .btns {position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: flex;justify-content: space-between;}
#main .business .btns > li {width: calc(100%/4);height: 100%;padding-top: 50vh;display: flex;justify-content: center;position: relative;z-index: 0;}
#main .business .btns > li:not(:first-child) {border-left: 1px solid rgba(255,255,255,0.15);box-sizing: border-box;}
#main .business .btns > li .link {position: absolute;top: 0;bottom: 0;left: 0;right: 0;z-index: 10;}
#main .business .btns > li .inf {display: flex;flex-direction: column;align-items: center;}
#main .business .btns > li .inf > * {display: block;text-align: center;margin: 0 auto;color: #fff;}
#main .business .btns > li .inf > strong {margin-top: 30px;font-size: 30px;font-weight: 700;}
#main .business .btns > li .inf > p {margin-top: 10px;font-size: 16px;font-weight: 300;line-height: 30px;}
#main .business .btns > li .inf > a {margin-top: 45px;}
#main .business .btns > li:hover .more1 {background-image: url('../images/main/more1-on.png');text-decoration: none;}

#main .products {background: url('/images/main/products-bg.jpg') no-repeat 0 0 / cover;}
#main .products .mtit > * {color: #fff;}
#main .products .btns {max-width: 1400px;margin: 0 auto;display: flex;justify-content: space-between;}
#main .products .btns > li {width: calc(100%/2 - 27px/2);position: relative;z-index: 0;background: #000;overflow: hidden;}
#main .products .btns > li .link {position: absolute;top: 0;bottom: 0;left: 0;right: 0;z-index: 10;}
#main .products .btns > li > img {display: block;width: 100%;}
#main .products .btns > li > .inf {position: absolute;bottom: 50%;left: 20px;right: 20px;transform: translateY(50%);display: flex;flex-direction: column;justify-content: center;align-items: center;}
#main .products .btns > li > .inf > * {text-align: center;color: #fff;}
#main .products .btns > li > .inf > strong {font-size: 32px;font-weight: 700;line-height: 38px;}
#main .products .btns > li > .inf > p {margin-top: 25px;font-size: 17px;font-weight: 300;line-height: 22px;}
#main .products .btns > li > .inf > a {margin-top: 30px;}
#main .products .btns > li:hover > img {opacity: 0.3;transition: all 0.2s;}
#main .products .btns > li:hover .more1 {background-image: url('../images/main/more1-on.png');text-decoration: none;}

#main .customer {background: url('/images/main/customer-bg.jpg') no-repeat 0 0 / cover;}
#main .customer .btns {max-width: 1400px;margin: 0 auto;display: flex;justify-content: space-between;}
#main .customer .btns > li {width: calc(100%/4 - 27px*3/4);height: 330px;position: relative;z-index: 0;background: #fff;overflow: hidden;display: flex;justify-content: center;align-items: center;flex-direction: column;box-shadow: 0 0 25px rgba(0,0,0,0.08);}
#main .customer .btns > li .link {position: absolute;top: 0;bottom: 0;left: 0;right: 0;z-index: 10;}
#main .customer .btns > li > * {display: block;text-align: center;}
#main .customer .btns > li > img {margin: 0 auto;}
#main .customer .btns > li > strong {margin-top: 12px;font-size: 24px;color: #333;font-weight: 700;line-height: 30px;}
#main .customer .btns > li > p {margin-top: 15px;font-size: 16px;font-weight: 300;line-height: 20px;}
#main .customer .btns > li > span {display: inline-block;vertical-align: middle;padding: 0 3px;margin-top: 25px;font-family: 'Montserrat';font-size: 12px;color: #777;line-height: 22px;border-bottom: 2px solid #fff;}
#main .customer .btns > li:hover > span {border-bottom-color: var(--color-point);color: var(--color-point);font-weight: 500;}

#main .community {padding-top: 0 !important;}
#main .community .fp-overflow {padding: 0 !important;height: 100%;display: flex;justify-content: space-between;align-items: center;}
#main .community .lef,
#main .community .rig {width: 50%;height: 100%;}
#main .community .lef {background-repeat: no-repeat;background-position: 50%;background-size: cover;display: flex;justify-content: center;align-items: center;flex-direction: column;position: relative;z-index: 0;}
#main .community .btns {height: 100%;width: 100%;display: flex;flex-wrap: wrap;}
#main .community .btns > li {height: 50%;display: flex;flex-direction:column;justify-content: end;padding: 80px;box-sizing: border-box;background-repeat: no-repeat;background-position: 50%;background-size: cover;position: relative;z-index: 0;}
#main .community .btns > li.w100 {width: 100%;}
#main .community .btns > li.w50 {width: 50%;}
#main .community .btns > li > * {color: #fff;}
#main .community .btns > li > strong {font-size: 36px;font-weight: 700;line-height: 40px;}
#main .community .btns > li > p {margin-top: 20px;font-size: 18px;font-weight: 300;line-height: 22px;}
#main .community .btns > li > span {margin-top: 40px;font-family: 'Montserrat';font-size: 12px;line-height: 22px;}
#main .community .btns > li > span i {margin-left: 10px;display: inline-block;vertical-align: middle;}
#main .community .btns > li.li_notice > * {color: #666;}
#main .community .btns > li.li_notice > strong {color: #333;}
#main .community .link {position: absolute;top: 0;bottom: 0;left: 0;right: 0;z-index: 10;}
#main .community .mtit {margin-bottom: 0;}
#main .community .mtit > * {color: #fff;}
#main .community .more1 {margin: 60px auto 0;}
#main .community .lef:hover .more1 {background-image: url('../images/main/more1-on.png');text-decoration: none;}

.mtit {margin-bottom: 70px;}
.mtit > * {display: block;text-align: center;color: #fff;}
.mtit > *:not(:first-child) {margin-top: 20px;}
.mtit > span {font-family: 'Montserrat';font-size: 20px;color: var(--color-point);font-weight: 700;line-height: 20px;text-transform: uppercase;}
.mtit > h3 {font-size: 42px;color: #333;font-weight: 700;line-height: 60px;}

.more1 {width: 50px;height: 50px;background-repeat: no-repeat;background-position: 50% 50%;background-size: contain;background-image: url('../images/main/more1.png');}
.more1:hover {background-image: url('../images/main/more1-on.png');text-decoration: none;}


/**************************************************
	Sub
**************************************************/
#sub {padding-top: 90px;}
#sub #content{ position: relative;z-index: 0;max-width: 1300px;margin: 0 auto;padding: 70px 0 100px; }

#sub .sub-vis{position: relative;height: 500px;overflow: hidden;display: flex;justify-content: center;align-items: center;flex-direction: column;background-position: center center;background-size: cover;}
#sub .sub-vis > * {text-align: center;padding: 0 5px;}
#sub .sub-vis h2{font-size: 50px;color: #fff;font-weight: 700;z-index: 2;}
#sub .sub-vis em{margin-top: 10px;font-size: 18px;color: #fff;font-weight: normal;font-style: normal;}

#sub .sub-tit{margin-bottom: 60px;}
#sub .sub-tit > * {display: block;text-align: center;}
#sub .sub-tit > *:not(:first-child) {margin-top: 20px;}
#sub .sub-tit > span {font-family: 'Montserrat';font-size: 20px;color: var(--color-point);font-weight: 700;line-height: 20px;text-transform: uppercase;}
#sub .sub-tit > h3{font-size: 38px;color: #333333;font-weight: 700;line-height: 42px;}
#sub .sub-tit > p {font-size: 17px;line-height: 22px;}

#navigator{height: 0;display: flex;align-items: end;justify-content: center;position: relative;z-index: 1;}
#navigator:before{content: '';display: block;height: 60px;position: absolute;bottom: 0;left: 0;right: 0;z-index: -1;background: #000;opacity: 0.45;}
#navigator > ul{width: 1300px;margin: 0 auto;box-sizing: border-box;position: relative;z-index: 0;}
#navigator > ul > li{position: relative;display: inline-block;border-right: 1px solid #666666;vertical-align: top;z-index: 89;}
#navigator > ul > li > a{display: block;min-width: 198px;font-size: 15px;font-weight: 500;color: #fff;text-decoration: none;padding: 0 60px 0 15px;line-height: 60px;background: url('/images/layout/ft-family-spr.png') no-repeat 95% center;background-color: rgba(0,0,0,0.4);}
#navigator > ul > li:first-child {border: 0px;}
#navigator > ul > li:first-child a{min-width: 0;width: 50px;text-align: center;padding: 0;background: var(--color-point);color: #fff;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: 60px;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;}
#navigator li.active > a {color: var(--color-point);}

.lnbWrap{max-width: 1300px;margin: 55px auto 0;border-bottom: 1px solid #ddd;}
#lnb{display: flex;justify-content: center;align-items: center;flex-wrap: wrap;margin: -5px -32px;}
#lnb > li {margin: 5px 32px;}
#lnb > li a{display: flex;justify-content: center;align-items: center;height: 60px;font-size: 18px;color: #888888;font-weight: 500;line-height: 1.2em;text-decoration: none;text-align: center;position: relative;z-index: 0;}
#lnb > li a:before{content: '';display: none;position: absolute;bottom: -1px;left: 0;width: 100%;height: 4px;background: var(--color-point);}
#lnb > li.active a{color: var(--color-point);font-weight: 700;}
#lnb > li.active a:before{display: block;}

.tabWrap{max-width: 1300px;margin: 80px auto 10px;}
#tabmenu{display: flex;justify-content: start;align-items: center;flex-wrap: wrap;margin: -4px;}
#tabmenu > li {margin: 4px;width: calc(100%/6 - 4px*2);}
#tabmenu > li a{display: flex;justify-content: center;align-items: center;background: #f6f6f6;height: 46px;font-size: 15px;color: #555;line-height: 1.2em;text-decoration: none;text-align: center;position: relative;z-index: 0;}
#tabmenu > li.active a{background-color: var(--color-point);color: #fff;box-shadow: 0 0 4px rgba(0,0,0,0.05);}

/* ÅëÇÕ°Ë»ö */
#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 .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;color: #666;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;color: #666;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% - 350px);}
#shopCart .lef .btnWrap > *{margin-left: 0;}
#shopCart .rig{width: 300px;}
#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;color: #666;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{color: #666;}
#shopCart .cartinfo li.total-price > p{font-weight: bold;color: #000;}
#shopCart .carttotal{border: 1px solid #333;padding: 30px 20px;}
#shopCart .carttotal dd{border-bottom: 1px dashed #ddd;padding-bottom: 20px;}
#shopCart .carttotal dt{padding-top: 20px;}
#shopCart .carttotal ul li{position: relative;padding-left: 80px;font-size: 15px;line-height: 22px;}
#shopCart .carttotal ul li > strong{position: absolute;top: 0;left: 0;color: #000;font-weight: normal;}
#shopCart .carttotal ul li > p{font-size: 15px;text-align: right;}
#shopCart .carttotal ul li > p strong{font-size: 18px;color: #000;}
#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{color: #666;font-size: 13px;line-height: 20px;}







/**************************************************

	SUPERBOARD :: BOARD

**************************************************/

#sb-wrap legend{display: none;}

/**************************
	Button
**************************/
#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-footer > div{margin: -2px;}
#sb-footer > div > *{margin: 2px;}

.sb-btn{display: inline-block;vertical-align: top;box-sizing: border-box;height: 50px;line-height: 50px;text-align: center;font-size: 16px;padding: 0 20px !important;min-width: 100px;text-decoration: none !important;letter-spacing: -0.5px;cursor: pointer !important;}
.sb-btn.small{height: 40px;line-height: 40px;vertical-align: middle;font-size: 15px;}
.sb-btn.type1{background: var(--btn2-bg-color);border: 1px solid var(--btn2-border-color);color: var(--btn2-txt-color) !important;}
.sb-btn.type2{background: var(--btn3-bg-color);border: 1px solid var(--btn3-border-color);color: var(--btn3-txt-color) !important;}
.sb-btn.type3{background: var(--btn1-bg-color);border: 1px solid var(--btn1-border-color);color: var(--btn1-txt-color) !important;}
.sb-btn.type11{height: 30px;line-height: 30px;padding: 0 8px !important;background: #ffffff;border: 1px solid #333333;color: #333333 !important;font-size: 14px;min-width: 80px;}
.sb-btn.type22{height: 30px;line-height: 30px;padding: 0 8px !important;background: #f7f7f7;border: 1px solid #dddddd;color: #000000 !important;font-size: 14px;min-width: 80px;}
.sb-btn.type33{height: 30px;line-height: 30px;padding: 0 8px !important;background: #444c62;border: 1px solid #444c62;color: #ffffff !important;font-size: 14px;min-width: 80px;}

.sb-no-data{display: block;background: #f7f7f7;padding: 20px 10px;text-align: center;font-size: 14px;letter-spacing: -1px;color: #999;}

@media screen and (max-width: 750px) {
	#sb-footer.no-abs .left{position: static;text-align: center;width: 100%;white-space: nowrap;}
	#sb-footer.no-abs .center{margin-top: 10px;white-space: nowrap;}
	#sb-footer.no-abs .right{margin-top: 10px;text-align: center;white-space: nowrap;}
    .sb-btn{font-size: 14px !important;height: 40px;line-height: 40px;padding: 0 10px;min-width: 70px;font-size: 15px;letter-spacing: -1px;}
	.sb-btn.small{font-size: 14px;}
	.sb-btn.type11{padding: 0 5px !important;font-size: 13px !important;min-width: 70px;}
	.sb-btn.type22{padding: 0 5px !important;font-size: 13px !important;min-width: 70px;}
	.sb-btn.type33{padding: 0 5px !important;font-size: 13px !important;min-width: 70px;}
    .sb-no-data{font-size: 11px;}
}

/**************************
	Category
**************************/
#sb-category{margin-bottom: 40px;}
#sb-category li{display: inline-block;width: 20%;border: 1px solid #ddd;margin: 0 -1px -1px 0;box-sizing: border-box;}
#sb-category li a{display: block;text-align: center;font-size: 15px;line-height: 45px;text-decoration: none;color: #000;}
#sb-category li.active{border-color: #444c62;}
#sb-category li.active a{background: #444c62;color: #fff;}

@media screen and (max-width: 750px) {
	
	#sb-category{margin-bottom: 20px;}
    #sb-category li{width: 33.33%;}
    #sb-category li a{font-size: 13px;line-height: 35px;}

}

/**************************
	Agreement
**************************/
.sb-agreebox{margin-bottom: -1px;}
.sb-agreebox .agree{position: relative;border: 1px solid #999;padding: 30px 25px;box-shadow: 0 2px 0 rgba(0,0,0,0.05);background: #fff;}
.sb-agreebox .agree input{display: none;}
.sb-agreebox .agree label{font-size: 18px;color: #333;letter-spacing: -1px;position: relative;padding-left: 40px;}
.sb-agreebox .agree label:before{content: '';display: block;position: absolute;top: 50%;transform: translate(0, -50%);left: 0;width: 25px;height: 25px;border-radius: 50%;border: 1px solid #ddd;box-sizing: border-box;}
.sb-agreebox .agree label:after{content: '\f1ad';display: block;position: absolute;top: 50%;transform: translate(0, -50%);left: 0;width: 25px;line-height: 25px;text-align: center;font-family: axicon;font-size: 12px;color: #333;display: none;}
.sb-agreebox .agree input:checked + label:after{display: block;}
.sb-agreebox .agree button{background: var(--btn1-bg-color);height: 40px;width: 160px;font-size: 15px;letter-spacing: -1px;border: 1px solid var(--btn1-border-color);color: var(--btn1-txt-color);position: absolute;top: 50%;transform: translate(0, -50%);right: 25px;}
.sb-agreebox .agree button i{display: inline-block;vertical-align: middle;margin-left: 15px;}
.sb-agreebox .agree button.on i{transform: rotate(180deg);}
.sb-agreebox .privacy{position: relative;z-index: 2;border: 1px solid #999;border-top-color: #eee;margin-top: -1px;padding: 25px;height: 300px;overflow-y: auto;display: none;background: #fff;background: #f9f9f9;}
.sb-agreebox .privacy.on{display: block;}

@media screen and (max-width: 750px) {
    
	.sb-agreebox .agree{padding: 20px 10px;}
	.sb-agreebox .agree label{font-size: 14px;padding-left: 25px;}
	.sb-agreebox .agree label:before{width: 18px;height: 18px;}
	.sb-agreebox .agree label:after{line-height: 18px;width: 18px;font-size: 11px;}
	.sb-agreebox .agree button{height: 35px;width: 100px;font-size: 13px;right: 10px;}
	.sb-agreebox .agree button i{margin-left: 10px;}
	.sb-agreebox .privacy{padding: 15px;height: 200px;}

}


/**************************
	Search
**************************/
#sb-search{position: relative;margin-bottom: 30px;height: 40px;}
#sb-search .total{font-size: 16px;color: #666666;line-height: 40px;}
#sb-search .total strong{color: var(--color-red);}
#sb-search .tit{font-size: 16px;letter-spacing: -1px;color: #333;font-weight: bold;line-height: 40px;}
#sb-search .tit i{margin-right: 5px;}
#sb-search fieldset{position: absolute;top: -5px;right: 0;font-family: empty;font-size: 0;}
#sb-search fieldset.no-abs{position: static;text-align: center;padding: 10px 0;}
#sb-search fieldset > *{display: inline-block;vertical-align: middle;height: 45px;box-sizing: border-box;}
#sb-search legend{display: none;}
#sb-search .where{border: 1px solid #cccccc;width: 160px;overflow: hidden;background: url(/images/board/sb_slt_spr.jpg) no-repeat 92% center;margin-left: 5px;}
#sb-search .where select{width: 130%;height: 45px;border: none;background: none;padding-left: 10px;font-size: 16px;color: #333333;}
#sb-search .inp{position: relative;padding-right: 50px;margin-left: 5px;}
#sb-search .inp .keyword{width: 100%;border: none;background: none;height: 45px;font-size: 16px;padding-left: 15px;border: 1px solid #cccccc;width: 300px;}
#sb-search .inp .sbm{position: absolute;top: 0;right: 0;width: 45px;height: 45px;background: var(--skin-search-btn-bg-color );border: none;color: var(--skin-search-btn-txt-color );font-size: 20px;}

@media screen and (max-width: 750px) {
    #sb-search{height: auto;}
    #sb-search .total{font-size: 13px;line-height: auto;letter-spacing: -1px;}
    #sb-search fieldset{position: relative;top: auto;right: auto;margin: -0.5% !important;}
    #sb-search fieldset > *{height: 35px;margin: 0.5% !important;}
    #sb-search .where{width: 35%;}
    #sb-search .where select{height: 35px;padding-left: 5px;font-size: 13px;letter-spacing: -1px;}
    #sb-search .category{width: 99%;background-position: 97% center;}
    #sb-search .inp{padding-right: 40px;width: 63%;}
    #sb-search .inp .keyword{width: 100%;height: 35px;font-size: 13px;padding-left: 10px;}
    #sb-search .inp .sbm{width: 35px;height: 35px;font-size: 16px;}

}

/**************************
	Password form
**************************/
#sb-password{width: 300px;margin: 0 auto;}
#sb-password fieldset{padding: 20px;border: 1px solid #ddd;border-top-width: 2px;}
#sb-password fieldset h4{display: block;padding: 0;margin-bottom: 10px;display: block;font-weight: normal;font-size: 16px;}
#sb-password fieldset .inp{width: 100%;height: 40px;line-height: 40px;padding: 0 10px;border: 1px solid #ddd;}

@media screen and (max-width: 750px) {
	#sb-password{width: 100%;}
	#sb-password fieldset{padding: 20px 15px;}
	#sb-password fieldset h4{font-size: 14px;}
	#sb-password fieldset .inp{width: 100%;height: 35px;line-height: 35px;}
}

/**************************
	Write
**************************/
#sb-write{border-top: 2px solid #333;border-bottom: 1px solid #ccc;}
#sb-write .write_tbl{width: 100%;}
#sb-write .write_tbl tr > *{padding: 12px 15px;border-top: 1px solid #dddddd;font-size: 15px;line-height: 18px;}
#sb-write .write_tbl tr:first-child > *{border-top: none;}
#sb-write .write_tbl tbody th{font-weight: normal;color: #000;text-align: left;}
#sb-write .write_tbl tbody.memo td{padding: 0 !important;border: none !important;}
#sb-write .write_tbl tbody.fileWrap th em{font-style: normal;margin-left: 3px;}
#sb-write .write_tbl .inp{width: 450px;height: 40px;line-height: 40px;margin: 2px 0;padding: 0 15px;background: #f7f7f7;border: 1px solid #f7f7f7;vertical-align: middle;}
#sb-write .write_tbl .inp:focus{border-color: #666;background: #fff;color: #000;}
#sb-write .write_tbl .inp.w100{width: 100%;}
#sb-write .write_tbl .inp.w30{width: 200px;}
#sb-write .write_tbl select{height: 40px;line-height: 40px;margin: 2px 0;padding: 0 10px;background: #ffffff;border: 1px solid #ccc;vertical-align: middle;min-width: 240px;}
#sb-write .write_tbl textarea{width: 100%;height: 300px;margin: 2px 0;font-size: 14px;line-height: 18px;padding: 15px;background: #f7f7f7;border: 1px solid #f7f7f7;resize: none;}
#sb-write .write_tbl em.tbl_sment{display: block;margin: 5px 0;font-size: 13px;color: #999;font-style: normal;letter-spacing: -1px;}
#sb-write .write_tbl .fileWrap .addFile{display: inline-block;vertical-align: middle;margin-left: 10px;}
#sb-write .write_tbl .fileWrap .addFile > a{display: inline-block;vertical-align: top;width: 16px;height: 16px;text-indent: -999em;}
#sb-write .write_tbl .fileWrap .addFile > a.plus{background: url(/images/board/sb_fileinp_plus.jpg);}
#sb-write .write_tbl .fileWrap .addFile > a.minus{background: url(/images/board/sb_fileinp_min.jpg);}

@media screen and (max-width: 750px) {

	#sb-write .write_tbl colgroup{display: none;}
	#sb-write .write_tbl tr > *{padding: 10px 5px;font-size: 12px;line-height: 16px;}
	#sb-write .write_tbl tbody th{width: 60px;}
	#sb-write .write_tbl .inp{width: 40%;font-size: 13px;padding: 0 10px;letter-spacing: -1px;}
	#sb-write .write_tbl .inp.w30{width: 130px;}	
	#sb-write .write_tbl select{padding: 0 5px;font-size: 13px;letter-spacing: -1px;min-width: 150px;}
	#sb-write .write_tbl textarea{height: 150px;font-size: 13px;line-height: 16px;padding: 10px;letter-spacing: -1px;}
	#sb-write .write_tbl em.tbl_sment{font-size: 11px;}
	#sb-write .write_tbl .fileWrap .addFile{display: block;margin-top: 5px;margin-left: 0;}
	#sb-write .write_tbl .fileWrap input[type=file]{width: 100%;}

}

/**************************
	View
**************************/
#sb-view{border-top: 2px solid #333;}
#sb-view .titWrap{position: relative;padding: 30px 20px;border-bottom: 1px solid #ccc;}
#sb-view .titWrap .sbj{font-size: 22px;line-height: 28px;color: #000000;display: block;padding-right: 100px;font-weight: normal;letter-spacing: -1px;}
#sb-view .titWrap .sbj em{display: block;font-size: 16px;color: #666;font-style: normal;letter-spacing: -1px;margin-bottom: 5px;}
#sb-view .titWrap .info{margin-top: 15px;}
#sb-view .titWrap .info li{display: inline-block;vertical-align: top;padding: 0 20px;position: relative;font-size: 15px;color: #999999;}
#sb-view .titWrap .info li:before{content: '';display: block;position: absolute;top: 50%;left: 0;transform: translate(0, -50%);width: 2px;height: 12px;background: #ddd;}
#sb-view .titWrap .info li:first-child{padding-left: 0;}
#sb-view .titWrap .info li:first-child:before{display: none;}
#sb-view .titWrap .info li em{font-style: normal;color: #333333;margin-right: 3px;}
#sb-view .titWrap .date{position: absolute;bottom: 30px;right: 20px;font-size: 16px;color: #999;}
#sb-view .titWrap .btns{position: absolute;top: 30px;right: 20px;}
#sb-view .titWrap .btns a{margin-left: 2px;}
#sb-view .etcfield{position: relative;padding: 20px;border-bottom: 1px solid #eee;}
#sb-view .etcfield .tit{font-size: 16px;color: #000;display: inline-block;vertical-align: middle;min-width: 80px;margin-right: 10px;}
#sb-view .etcfield p{display: inline-block;vertical-align: middle;color: #666;font-size: 16px;}
#sb-view .etcfield p a{color: #333;}
#sb-view .memoWrap{padding: 50px 20px;min-height: 300px;word-break:break-all;}
#sb-view .memoWrap img {max-width:100%;height: auto;}
#sb-view .file{border: 1px solid #333;border-width: 1px 0;}
#sb-view .file > li{position: relative;border-top: 1px solid #eee;line-height: 18px;padding: 15px 0 15px 170px;}
#sb-view .file > li:first-child{border-top: none;}
#sb-view .file > li > strong{position: absolute;top: 50%;transform: translate(0, -50%);left: 0;width: 150px;font-weight: normal;line-height: 15px;text-align: center;font-size: 15px;color: #000;}
#sb-view .file > li .filename{color: #000;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
#sb-view .file > li .byte{font-size: 12px;display: block;}
#sb-view .file > li a img{display: none;}
#sb-view .nextAndPrev{border: 1px solid #ccc;border-width: 1px 0;margin-top: 30px;}
#sb-view .nextAndPrev table{width: 100%;}
#sb-view .nextAndPrev table tr > *{padding: 20px 15px;border-bottom: 1px solid #ddd;font-size: 16px;}
#sb-view .nextAndPrev table tr:last-child > *{border-bottom: none;}
#sb-view .nextAndPrev table tbody th{font-weight: normal;color: #000;width: 150px;background: #f7f7f7;}
#sb-view .nextAndPrev table tbody th i{margin-right: 10px;}
#sb-view .nextAndPrev table tbody td.sbj a{font-size: 16px;color: #666;}
#sb-view .nextAndPrev table tbody td.date{font-size: 14px;color: #999;width: 150px;text-align: right;}

@media screen and (max-width: 750px) {
	#sb-view .titWrap{padding: 30px 10px 20px 10px;}
	#sb-view .titWrap .sbj{font-size: 14px;line-height: 18px;padding-right: 0;margin-bottom: 10px;}
	#sb-view .titWrap .sbj em{font-size: 13px;}
	#sb-view .titWrap .info{text-align: left;position: static;}
	#sb-view .titWrap .info li{font-size: 11px;line-height: 13px;}
	#sb-view .titWrap .info li:first-child{padding-left: 0;}
	#sb-view .titWrap .date{bottom: 20px;right: 10px;font-size: 12px;}
	#sb-view .titWrap .btns{top: 15px;right: 10px;}
	#sb-view .titWrap .btns a{padding: 0 10px !important;min-width: 0;}
	#sb-view .etcfield{padding: 15px 10px;}
	#sb-view .etcfield .tit{position: static;font-size: 13px;}
	#sb-view .etcfield p{display: block;font-size: 13px;}
	#sb-view .file > li{height: 30px;line-height: 18px;padding: 15px 10px;}
	#sb-view .file > li > strong{display: none;}
	#sb-view .file > li .filename{display: block;width: 100%;max-width: 100%;margin-right: 0;font-size: 12px;}
	#sb-view .file > li .byte{font-size: 11px;margin-right: 0;color: #999999;}
	#sb-view .file > li img{max-width: 50px;height: auto;}
	#sb-view .nextAndPrev table tr > *{padding: 15px 10px;font-size: 14px;}
	#sb-view .nextAndPrev table tbody th{width: 70px;}
	#sb-view .nextAndPrev table tbody th i{margin-right: 5px;}
	#sb-view .nextAndPrev table tbody td.sbj a{font-size: 14px;}
	#sb-view .nextAndPrev table tbody td.date{font-size: 12px;width: 60px;}
}


/**************************
	Comment
**************************/
#sb-comment{margin-top: 60px;}
#sb-comment .writeWrap{margin-bottom: 30px;}
#sb-comment .writeWrap dt{margin-bottom: 10px;}
#sb-comment .writeWrap dt .inp{width: 230px;height: 40px;line-height: 40px;padding: 0 10px;border: 1px solid #dddddd;margin-right: 5px;}
#sb-comment .writeWrap dd{margin-bottom: 10px;}
#sb-comment .writeWrap dd textarea{width: 100%;height: 110px;border: 1px solid #dddddd;padding: 15px;}
#sb-comment .writeWrap dd label input{display: inline-block;vertical-align: middle;margin: 0;}
#sb-comment .writeWrap dd.btnWrap{position: relative;min-height: 35px;}
#sb-comment .writeWrap dd.btnWrap .sbm{position: absolute;top: 0;right: 0;height: 35px;line-height: 35px;}

#sb-comment .list{border-top: 1px solid #dddddd;}
#sb-comment .list li{position: relative;padding: 20px 0 20px 55px;border-bottom: 1px dashed #dddddd;background: url(/images/board/sb_ico_comm.png) no-repeat 20px 21px;}
#sb-comment .list li .info{margin-bottom: 10px;}
#sb-comment .list li .info .name{color: #333333;font-size: 14px;letter-spacing: -1px;font-weight: bold;}
#sb-comment .list li .info .date{margin-left: 15px;color: #999;font-size: 12px;}
#sb-comment .list li .memo{display: block;font-size: 14px;line-height: 18px;background: #f7f7f7;padding: 15px;}
#sb-comment .list li .btnWrap{position: absolute;top: 10px;right: 0;margin-top: 0;}
#sb-comment .list li.reply,
#sb-comment .list li.reply1{padding-left: 80px;background: url(/images/board/sb_ico_comm_reply.png) no-repeat 55px 23px;}
#sb-comment .list li.reply2{padding-left: 110px;background: url(/images/board/sb_ico_comm_reply.png) no-repeat 85px 23px;}
#sb-comment .list li.reply3{padding-left: 140px;background: url(/images/board/sb_ico_comm_reply.png) no-repeat 115px 23px;}
#sb-comment .list li.reply4{padding-left: 170px;background: url(/images/board/sb_ico_comm_reply.png) no-repeat 145px 23px;}
#sb-comment .list li.reply5{padding-left: 200px;background: url(/images/board/sb_ico_comm_reply.png) no-repeat 175px 23px;}

@media screen and (max-width: 750px) {

	#sb-comment{margin-top: 30px;}
	#sb-comment .writeWrap{margin-bottom: 20px;}
	#sb-comment .writeWrap dt .inp{width: 40%;height: 35px;line-height: 35px;}
	#sb-comment .writeWrap dd.btnWrap .sbm{top: -5px;}

	#sb-comment .list li{position: relative;padding: 10px 10px 10px 25px;background-size: 13px auto;background-position: 5px 13px;}
	#sb-comment .list li .info .name{font-size: 12px;}
	#sb-comment .list li .info .date{margin-left: 7px;font-size: 11px;}
	#sb-comment .list li .memo{font-size: 12px;line-height: 16px;}
	#sb-comment .list li .memo img{width: auto;height: auto;max-width: 14px;max-height: 14px;}
	#sb-comment .list li.reply{padding-left: 40px;background-size: 10px auto;background-position: 25px 15px;}
	#sb-comment .list li .btnWrap{position: static;margin-top: 10px;opacity: 1;text-align: right;}
	#sb-comment .list li.reply,
	#sb-comment .list li.reply1{padding-left: 20px;background-position: 4px 14px;background-size: 8px auto;}
	#sb-comment .list li.reply2{padding-left: 30px;background-position: 14px 14px;background-size: 8px auto;}
	#sb-comment .list li.reply3{padding-left: 40px;background-position: 24px 14px;background-size: 8px auto;}
	#sb-comment .list li.reply4{padding-left: 50px;background-position: 34px 14px;background-size: 8px auto;}
	#sb-comment .list li.reply5{padding-left: 60px;background-position: 44px 14px;background-size: 8px auto;}

}



/**************************************************

	SUPERBOARD :: BOARD SKIN :: default

**************************************************/
#sb-list{border-top: 2px solid #333;}
#sb-list .list_tbl{width: 100%;}
#sb-list .list_tbl tr > *{position: relative;padding: 20px 15px;border: 1px solid #ddd;border-width: 1px 0;font-size: 15px;line-height: 18px;text-align: center;}
#sb-list .list_tbl tr.tr_notice .sbj a{color: #000;}
#sb-list .list_tbl thead tr th{font-weight: normal;color: #000000;letter-spacing: -1px;border-top: none;background: #f9f9f9;}
#sb-list .list_tbl tbody tr td.no,
#sb-list .list_tbl tbody tr td.date,
#sb-list .list_tbl tbody tr td.view{font-size: 16px;color: #999;letter-spacing: -0.5px;}
#sb-list .list_tbl tbody tr td.sbj{text-align: left;}
#sb-list .list_tbl tbody tr td.sbj a{color: #000;letter-spacing: -0.5px;font-size: 16px;text-decoration: none;}
#sb-list .list_tbl tbody tr td.sbj img{max-height:15px;width: auto;height: auto;}
#sb-list .list_tbl tbody tr td.sbj .cmnt{font-weight: bold;color: var(--color-red);font-size: 13px;margin-left: 10px;}
#sb-list .list_tbl tbody tr td em{display: none;}

/* ´ä±Û µé¿©¾²±â */
#sb-list .list_tbl tbody tr td.sbj.reply1{background: url(/images/board/sb_ico_reply.png) no-repeat 20px 19px;padding-left: 40px;}
#sb-list .list_tbl tbody tr td.sbj.reply2{background: url(/images/board/sb_ico_reply.png) no-repeat 50px 19px;padding-left: 70px;}
#sb-list .list_tbl tbody tr td.sbj.reply3{background: url(/images/board/sb_ico_reply.png) no-repeat 80px 19px;padding-left: 100px;}
#sb-list .list_tbl tbody tr td.sbj.reply4{background: url(/images/board/sb_ico_reply.png) no-repeat 110px 19px;padding-left: 130px;}
#sb-list .list_tbl tbody tr td.sbj.reply5{background: url(/images/board/sb_ico_reply.png) no-repeat 140px 19px;padding-left: 160px;}

@media screen and (max-width: 750px) {
	#sb-list .list_tbl colgroup{display: none;}
    #sb-list .list_tbl tr > *{padding: 12px 5px;font-size: 13px;letter-spacing: -1px;}
    #sb-list .list_tbl thead tr th{font-size: 13px;}
    #sb-list .list_tbl .sbj img{max-height:12px;width: auto;height: auto;}
    #sb-list .list_tbl .view,
    #sb-list .list_tbl .no{display: none;}
    #sb-list .list_tbl .date{width:50px;font-size: 12px !important;}
    #sb-list .list_tbl .writer{width: 70px;}
    #sb-list .list_tbl .sbj a{font-size: 14px !important;}

	/* ´ä±Û µé¿©¾²±â */
	#sb-list .list_tbl tbody tr td.sbj.reply1{background-size: 10px auto;background-position: 7px 12px;padding-left: 22px;}
	#sb-list .list_tbl tbody tr td.sbj.reply2{background-size: 10px auto;background-position: 17px 12px;padding-left: 32px;}
	#sb-list .list_tbl tbody tr td.sbj.reply3{background-size: 10px auto;background-position: 27px 12px;padding-left: 42px;}
	#sb-list .list_tbl tbody tr td.sbj.reply4{background-size: 10px auto;background-position: 37px 12px;padding-left: 52px;}
	#sb-list .list_tbl tbody tr td.sbj.reply5{background-size: 10px auto;background-position: 47px 12px;padding-left: 62px;}
}


/**************************************************

	SUPERBOARD :: BOARD SKIN :: gallery

**************************************************/
#sb-gallery{margin: -10px;margin-top: 20px;}
#sb-gallery > li{position: relative;display: inline-block;vertical-align: top;width: calc(25% - 20px);margin: 10px;}
#sb-gallery > li > a{position: absolute;top: 0;left: 0;width: 100%;height: 100%;text-indent: -999em;z-index: 2;}
#sb-gallery > li .tmb{position: relative;padding-bottom: 100%;background-size: cover;background-repeat: no-repeat;background-position: center center;}
#sb-gallery > li .tmb: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.05);}
#sb-gallery > li .infobox{padding: 18px 5px;}
#sb-gallery > li .infobox .sbj{display: block;font-size: 16px;color: #000;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
#sb-gallery > li .infobox .info{margin-top: 10px;}
#sb-gallery > li .infobox .info li{display: inline-block;position: relative;padding: 0 10px;}
#sb-gallery > li .infobox .info li:before{content: '';display: block;position: absolute;top: 50%;left: 0;width: 1px;height: 12px;background: #ddd;transform: translate(0, calc(-50% - 2px));}
#sb-gallery > li .infobox .info li:first-child{padding-left: 0;}
#sb-gallery > li .infobox .info li:first-child:before{display: none;}

@media screen and (max-width: 750px) {
	#sb-gallery{margin: -5px;margin-top: 0;}
	#sb-gallery > li{width: calc(50% - 10px);margin: 5px;}
	#sb-gallery > li .infobox{padding: 10px 0;}
	#sb-gallery > li .infobox .sbj{font-size: 14px;}
	#sb-gallery > li .infobox .info li{font-size: 13px;}
}




/**************************************************
	Sub Content
**************************************************/
.paging.mt20 {margin-top: 20px !important;}

.stit {margin-bottom: 30px;}
.stit > * {display: block;}
.stit > *:not(:first-child) {margin-top: 10px;}
.stit > h4{font-size: 28px;color: #333333;font-weight: 700;line-height: 34px;}
.stit > h4.box {padding-left: 25px;position: relative;z-index: 0;}
.stit > h4.box:after {display: block;content: '';position: absolute;top: 10px;left: 0;width: 16px;height: 16px;border: 3px solid var(--color-point);box-sizing: border-box;}
.stit > h4.lbar {font-size: 24px;line-height: 30px;padding-left: 13px;position: relative;z-index: 0;}
.stit > h4.lbar:after {display: block;content: '';width: 3px;height: 22px;background: #0b42a1;position: absolute;top: 4px;left: 0;}
.stit > h5{font-size: 22px;color: #333333;font-weight: 700;line-height: 28px;}
.stit > p {font-size: 17px;line-height: 22px;}
.stit > mark {display: inline-block;vertical-align: middle;min-width: 155px;min-height: 36px;border-radius: calc(36px/2);padding: 6px 10px;text-align: center;background: var(--color-point);font-size: 20px;color: #fff;font-weight: 700;line-height: 24px;box-sizing: border-box;}
.stit.tac > * {text-align: center;}
.stit.div-bgSky {margin-bottom: 15px !important;padding: 13.5px 40px;}
.stit.step {position: relative;z-index: 0;padding-left: 35px;}
.stit.step > em {position: absolute;top: 1px;left: 0;width: 24px;height: 24px;line-height: 24px;border-radius: 50%;overflow: hidden;text-align: center;font-family: 'Montserrat';color: #fff;font-weight: 600;font-style: normal;background: var(--color-point);}
.stit.step > em + * {margin-top: 0;}
.stit.step > h5 {font-size: 20px;font-weight: 500;line-height: 26px;}
.stit.step > p {font-size: 16px;line-height: 30px;letter-spacing: -0.04em;}

.stxt1 {font-size: 15px;line-height: 28px;}
.stxt1 b {color: #333;}

.colBlue {color: var(--color-point) !important;}
.colBlack {color: #333 !important;}

.colGray{color: var(--color-gray) !important;}
.colSky{color: var(--color-sky) !important;}
.colSky2{color: var(--color-sky2) !important;}
.colRed{color: var(--color-red) !important;}

hr.line {display: block;border: 0px;height: 1px;background: #ddd;padding: 0;margin: 45px 0;}

.mt-1 {margin-top: -1px !important;}

.stxt-bar > li {font-size: 15px;color: #888;line-height: 28px;position: relative;z-index: 0;padding-left: 15px;margin-top: 5px;}
.stxt-bar > li:first-child {margin-top: 0;}
.stxt-bar > li:after {display: block;content: '';width: 6px;height: 2px;background: var(--color-point);position: absolute;top: 13px;left: 0;}
.stxt-bar > li b {display: inline;font-size: 16px;color: #666;font-weight: 500;}

.div-bgGray{background: #f7f7f7;padding: 60px;}
.div-bgGray.align {display: flex;flex-wrap: wrap;}
.div-bgGray.align .w50 {width: 50%;}

.div-bgGray2{background: #f7f7f7;padding: 30px 40px;}
.div-bgGray2 .colBlack {font-weight: 500 !important;}

.div-bgSky{background: var(--color-sky2);padding: 60px;}
.div-bgSky.align {display: flex;flex-wrap: wrap;}
.div-bgSky.align .w50 {width: 50%;}

.div-bgWhite{background: #ffff;border: 1px solid #ddd;padding: 30px 40px;box-sizing: border-box;}
.div-bgWhite.align {display: flex;flex-wrap: wrap;}
.div-bgWhite.align .w50 {width: 50%;}

.his-wrap {display: flex;justify-content: space-between;align-items: start;}
.his-wrap .tab-tab {width: 280px;display: flex;flex-direction: column;}
.his-wrap .tab-tab a {font-family: 'Montserrat';font-size: 26px;color: #999999;font-weight: 600;line-height: 60px;text-decoration: none !important;}
.his-wrap .tab-tab a.active {font-size: 54px;color: var(--color-point);line-height: 80px;}
.his-wrap .tab-article {width: calc(100% - 280px);}
.his-wrap .dl_list > dl {border-bottom: 1px solid #ddd;padding: 16px 0;padding-left: 125px;position: relative;z-index: 0;}
.his-wrap .dl_list > dl > dt {position: absolute;top: 30px;left: 0;font-family: 'Montserrat';font-size: 32px;color: #333333;font-weight: 700;line-height: 32px;}
.his-wrap .dl_list > dl > dd {margin: 14px 0;position: relative;z-index: 0;padding-left: 45px;}
.his-wrap .dl_list > dl > dd em {position: absolute;top: 0;left: 0;font-family: 'Montserrat';font-size: 18px;color: #333333;font-weight: 700;line-height: 24px;font-style: normal;}
.his-wrap .dl_list > dl > dd p {font-size: 17px;line-height: 24px;}
.his-wrap .dl_list > dl:first-child {padding-top: 0;}
.his-wrap .dl_list > dl:first-child > dt {top: 0;}

.bd_search {margin-bottom: 40px;border-bottom: 2px solid #333;padding-bottom: 20px;position: relative;z-index: 0;}
.bd_search legend {display: none;}
.bd_search .total {font-size: 15px;color: #555555;font-weight: 300;line-height: 45px;position: absolute;top: 0;left: 0;}
.bd_search .total b {color: var(--color-point);font-size: 15px;font-weight: 600;}
.bd_search fieldset {display: flex;align-items: center;justify-content: end;}
.bd_search fieldset > *:not(.total) {margin-left: 5px;}
.bd_search .select {border: 1px solid #cccccc;width: 160px;overflow: hidden;background: url('/images/board/sb_slt_spr.jpg') no-repeat 92% center;margin-left: 5px;}
.bd_search .select select{width: 130%;height: 43px;border: none;background: none;padding-left: 10px;font-size: 16px;color: #333333;}
.bd_search .inp {background: none;width: 280px;height: 45px;padding-left: 15px;border: 1px solid #cccccc;box-sizing: border-box;font-size: 14px;color: #333;font-weight: normal;}
.bd_search .sbm {border: none;width: 45px;height: 45px;background: #333;font-size: 18px;color: #fff;}

.patent-list {display: flex;flex-wrap: wrap;margin: -20px;}
.patent-list > li {margin: 20px;width: calc(100%/4 - 20px*2);position: relative;z-index: 0;}
.patent-list > li .link {position: absolute;top: 0;left: 0;width: 100%;z-index: 10;box-sizing: border-box;padding-bottom: calc(135.93% - 2px);border: 1px solid #ddd;transition: all 0.3s;}
.patent-list > li .tmb {padding-bottom: 135.93%;background-repeat: no-repeat;background-position: 50% 50%;background-size: 100%;transition: all 0.3s;}
.patent-list > li .inf {padding: 20px 0 50px;}
.patent-list > li .inf > strong {display: block;text-align: center;font-size: 20px;color: #333333;font-weight: 500;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.patent-list > li:hover .link {border-color: var(--color-point);}
.patent-list > li:hover .tmb {background-size: 120%;}

.clients-list {display: flex;flex-wrap: wrap;margin: -20px;}
.clients-list > li {margin: 20px;width: calc(100%/5 - 20px*2);position: relative;z-index: 0;}
.clients-list > li .link {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 10;box-sizing: border-box;border: 1px solid #ddd;transition: all 0.3s;}
.clients-list > li .tmb {padding-bottom: 50%;background-repeat: no-repeat;background-position: 50% 50%;background-size: 100%;transition: all 0.3s;}
.clients-list > li:hover .link {border-color: var(--color-point);}
.clients-list > li:hover .tmb {background-size: 120%;}

.performance-list > li {position: relative;z-index: 0;padding: 25px 40px;}
.performance-list > li:not(:first-child) {margin-top: 10px;}
.performance-list > li .link {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 10;box-sizing: border-box;border: 1px solid #ddd;transition: all 0.3s;}
.performance-list > li span {display: block;font-family: 'Montserrat';font-size: 16px;color: var(--color-point);font-weight: 600;line-height: 16px;}
.performance-list > li strong {margin-top: 17px;display: block;font-size: 22px;color: #333333;font-weight: 700;line-height: 22px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.performance-list > li p {margin-top: 18px;font-size: 16px;color: #888;line-height: 16px;}

.db_form legend {display: none;}
.db_form fieldset {margin-top: 80px;}
.db_form .policy {height: 200px;padding: 20px 40px;border: 1px solid #ddd;overflow-x: hidden;overflow-y: scroll;box-sizing: border-box;}
.db_form .agree {display: flex;justify-content: end;align-items: center;margin-top: 15px;}

.cust_lab {display: inline-block;vertical-align: 0;position: relative;z-index: 0;}
.cust_lab > input {position: absolute;top: 0;left: 0;opacity: 0;}
.cust_lab > label {display: block;font-size: 16px;color: #333333;font-weight: 300;position: relative;z-index: 0;}
.cust_lab > input[type=radio] + label {padding-left: 26px;}
.cust_lab > input[type=radio] + label:after {display: block;content: '';position: absolute;top: 2px;left: 0;width: 16px;height: 16px;border: 1px solid #ccc;border-radius: 50%;}
.cust_lab > input[type=radio] + label:before {display: none;content: '';position: absolute;top: 6px;left: 4px;z-index: 1;width: 10px;height: 10px;background: var(--color-point);border-radius: 50%;}
.cust_lab > input[type=radio]:checked + label:after {border-color: var(--color-point);}
.cust_lab > input[type=radio]:checked + label:before {display: block;}
.cust_lab > input[type=checkbox] + label {padding-left: 26px;}
.cust_lab > input[type=checkbox] + label:after {display: block;content: '';position: absolute;top: 2px;left: 0;width: 16px;height: 16px;border: 1px solid #ccc;border-radius: 3px;}
.cust_lab > input[type=checkbox] + label:before {display: none;content: '\e116';position: absolute;top: 4px;left: 3px;z-index: 1;font-family: 'axicon';color: #fff;font-size: 13px;}
.cust_lab > input[type=checkbox]:checked + label:after {background: var(--color-point);border-color: var(--color-point);}
.cust_lab > input[type=checkbox]:checked + label:before {display: block;}

.tbl-write {width: 100%;}
.tbl-write tr > * {padding: 15px 0;}
.tbl-write tr:first-child > * {border-top: 2px solid #333;padding-top: 35px;}
.tbl-write tr:last-child > * {border-bottom: 1px solid #ddd;padding-bottom: 35px;}
.tbl-write tr > th {text-align: left;padding-left: 30px;font-size: 17px;color: #333333;font-weight: 500;}
.tbl-write tr > th.required:after {display: inline-block;vertical-align: top;content: '*';color: var(--color-point);margin-left: 5px;}
.tbl-write .td_empty {margin: -6px;display: flex;flex-wrap: wrap;align-items: center;min-height: 50px;}
.tbl-write .td_empty > * {margin: 6px;}
.tbl-write .labs {margin: -6px -12px;display: flex;flex-wrap: wrap;align-items: center;min-height: 50px;}
.tbl-write .labs > * {margin: 6px 12px;}
.tbl-write .select {width: 180px;overflow: hidden;background: url('/images/board/sb_slt_spr.jpg') no-repeat 92% center;border: 1px solid #ccc;}
.tbl-write .select select{width: 130%;height: 48px;border: none;background: none;padding-left: 10px;font-size: 16px;color: #333333;}
.tbl-write textarea {width: 100%;height: 160px;box-sizing: border-box;padding: 20px;border: 1px solid #ccc;font-size: 16px;color: #333333;}
.tbl-write input[type=file] {min-height: 50px;line-height: 50px;}
.tbl-write .inp {background: none;width: 280px;height: 50px;padding-left: 15px;border: 1px solid #ccc;box-sizing: border-box;font-size: 15px;color: #333;font-weight: normal;}
.tbl-write .inp::-webkit-input-placeholder,
.tbl-write .inp:-moz-placeholder,
.tbl-write .inp::-moz-placeholder,
.tbl-write .inp:-ms-input-placeholder {color: #bbb;}
.tbl-write .select select::-webkit-input-placeholder,
.tbl-write .select select:-moz-placeholder,
.tbl-write .select select::-moz-placeholder,
.tbl-write .select select:-ms-input-placeholder {color: #bbb;}
.tbl-write textarea::-webkit-input-placeholder,
.tbl-write textarea:-moz-placeholder,
.tbl-write textarea::-moz-placeholder,
.tbl-write textarea:-ms-input-placeholder {color: #bbb;}
.tbl-write .w100 {width: 100%;}
.tbl-write .w360px {width: 360px;}
.tbl-write .w180px {width: 180px;}

#aboutus .img {display: block;width: 100%;}
#aboutus dl {margin-bottom: 75px;padding-left: 515px;position: relative;z-index: 0;}
#aboutus dl dt {position: absolute;bottom: 25px;left: 0;width: 460px;height: 254px;background: url('/images/sub/bg-gra.jpg') no-repeat 50% / cover;display: flex;justify-content: center;flex-direction: column;padding: 30px 60px;box-sizing: border-box;box-shadow: 0 0 20px rgba(0,0,0,0.1);}
#aboutus dl dt * {margin: 5px 0;color: #fff;}
#aboutus dl dt span {font-family: "Montserrat", sans-serif;font-size: 20px;font-weight: 700;}
#aboutus dl dt strong {font-size: 38px;line-height: 54px;font-weight: 700;}
#aboutus dl dd p {margin-top: 20px;font-size: 17px;line-height: 30px;}
#aboutus .boxs {display: flex;flex-wrap: wrap;margin: -10px;}
#aboutus .boxs > li {width: calc(100%/4 - 10px*2);margin: 10px;box-sizing: border-box;border: 1px solid #ddd;padding: 40px 10px;}
#aboutus .boxs > li > * {display: block;text-align: center;}
#aboutus .boxs > li > img {display: block;margin: 0 auto;}
#aboutus .boxs > li > strong {margin-top: 3px;font-size: 22px;color: #333333;font-weight: 700;line-height: 26px;}
#aboutus .boxs > li > p {margin-top: 15px;font-size: 17px;line-height: 30px;}

#contactus .boxs {display: flex;flex-wrap: wrap;margin: -10px;}
#contactus .boxs > li {width: calc(100%/3 - 10px*2);margin: 10px;box-sizing: border-box;border: 1px solid #ddd;padding: 35px 40px;background: #fff url('/images/sub/bg-logo.jpg') no-repeat 100% 100%;position: relative;z-index: 0;}
#contactus .boxs > li > * {display: block;}
#contactus .boxs > li .link {position: absolute;top: 0;bottom: 0;left: 0;right: 0;z-index: 10;}
#contactus .boxs > li > span {font-size: 16px;color: var(--color-point);font-weight: 600;}
#contactus .boxs > li > strong {margin-top: 15px;font-size: 26px;color: #333333;font-weight: 700;line-height: 30px;}
#contactus .boxs > li > p {margin-top: 12px;font-size: 16px;color: #888888;line-height: 30px;}
#contactus .boxs > li > p i {vertical-align: -3px;color: var(--color-point);margin-right: 5px;font-size: 20px;}

#greetings .banner {margin-top: 77px;position: relative;z-index: 0;height: 360px;display: flex;justify-content: center;align-items: center;background: url('/images/sub/greetings-bg1.jpg') no-repeat 50% / cover;box-shadow: 0 0 20px rgba(0,0,0,0.1);}
#greetings .banner .slogan {width: calc(100% - 80px*2);}
#greetings .banner .slogan > * {display: block;color: #fff;}
#greetings .banner .slogan > span {font-family: "Montserrat", sans-serif;font-size: 20px;font-weight: 700;text-transform: uppercase;}
#greetings .banner .slogan > strong {margin-top: 20px;font-size: 38px;color: #fff;font-weight: 700;line-height: 56px;}
#greetings .banner .img {position: absolute;bottom: 0;right: 0;height: calc(100% + 77px);}
#greetings .text {margin-top: 55px;}
#greetings .text > * {display: block;}
#greetings .text > strong {font-size: 24px;color: #333333;font-weight: 700;line-height: 28px;}
#greetings .text > p {margin-top: 10px;font-size: 17px;line-height: 30px;}
#greetings .text > p.name {text-align: right;margin-top: 40px;}
#greetings .text > p.name > span {margin-right: 20px;font-size: 18px;color: #333;}
#greetings .text > p.name > b {margin-right: 20px;font-size: 20px;color: #333;font-weight: 700;}
#greetings .text > p.name > img {display: inline-block;vertical-align: middle;margin-top: -5px;}

#philosophy .step {display: flex;flex-wrap: wrap;margin: -10px;}
#philosophy .step > li {width: calc(100%/3 - 10px*2);margin: 10px;box-sizing: border-box;padding: 35px 40px;background: #fff;box-shadow: 0 0 10px rgba(0,0,0,0.05);}
#philosophy .step > li > * {display: block;}
#philosophy .step > li > em {font-family: "Montserrat", sans-serif;font-size: 16px;color: var(--color-point);font-weight: 600;font-style: normal;}
#philosophy .step > li > strong {margin-top: 15px;font-size: 22px;color: #333333;font-weight: 700;line-height: 30px;}
#philosophy .step > li > p {margin-top: 12px;font-size: 16px;color: #666666;line-height: 30px;}

#location .inf {padding: 20px 0;}
#location .inf > li {margin: 10px 0;display: inline-block;vertical-align: middle;width: 50%;font-family: empty;font-size: 0;}
#location .inf > li > * {display: inline-block;vertical-align: middle;font-family: noto;font-size: 14px;}
#location .inf > li > strong {margin-left: 20px;font-family: "Montserrat", sans-serif;font-size: 20px;color: var(--color-point);font-weight: 600;}
#location .inf > li > p {margin-left: 30px;font-size: 18px;color: #333;font-weight: 500;}
#location .direction {border-top: 2px solid #333;}
#location .direction > li {border-bottom: 1px solid #ddd;display: flex;align-items: start;padding: 25px 30px;box-sizing: border-box;}
#location .direction > li img {width: 22px;margin-top: 3px;}
#location .direction > li strong {margin-left: 10px;width: calc(210px - 52px - 10px);font-size: 17px;color: #333333;font-weight: 700;line-height: 28px;}
#location .direction > li p {width: calc(100% - 210px);font-size: 15px;line-height: 28px;}
#location .direction > li p b {font-size: 15px;color: var(--color-point);font-weight: 700;line-height: 28px;}

#companytour .slider1,
#companytour .slider2 {position: relative;z-index: 0;}
#companytour .roll,
#companytour .roll * {z-index: inherit;}
#companytour .item {background: #f1f1f1;font-family: rmpty;font-size: 0;text-align: center;line-height: 640px;height: 640px;position: relative;z-index: 0;}
#companytour .item:before {display: inline-block;vertical-align: middle;width: 0;height: 100%;}
#companytour .item img {max-width: calc(100% - 1px);max-height: 100%;display: inline-block;vertical-align: middle;}
#companytour .item strong {font-family: noto;font-size: 20px;color: #fff;font-weight: 700;letter-spacing: -0.04em;position: absolute;left: 0;right: 0;bottom: 0;z-index: 11;line-height: 70px;background: rgba(11,66,161,0.8);padding: 0 40px;text-align: left;}
#companytour .control {position: absolute;bottom: 0;left: 40px;right: 40px;z-index: 10;height: 70px;box-sizing: border-box;display: flex;justify-content: end;align-items: center;}
#companytour .control .prev,
#companytour .control .next {border: 0px;font-size: 28px;color: #fff;margin-left: 40px;background: rgba(0,0,0,0);}
#companytour .control .dots {font-size: 16px;color: #fff;font-weight: 500;}
#companytour .control .dots span {display: inline;font-size: 16px;color: #fff;font-weight: 700;}

#trades .sub-tit {border-bottom: 1px solid #ddd;padding-bottom: 40px;}
.item-list > li {border: 1px solid #ddd;display: flex;justify-content: space-between;align-items: center;overflow: hidden;margin-top: 40px;background: #fff;}
.item-list > li:first-child {margin-top: 0;}
.item-list > li .tmb {width: 478px;padding-bottom: 378px;background-repeat: no-repeat;background-position: 50% 50%;background-size: contain;background-color: #f1f1f1;}
.item-list > li .inf {width: calc(100% - 478px - 100px);padding: 10px;box-sizing: border-box;}
.item-list > li .inf > *:not(.marks2) {display: block;}
.item-list > li .inf > strong {font-size: 28px;color: #333333;font-weight: 700;letter-spacing: -0.04em;line-height: 34px;}
.item-list > li .inf > strong.small {font-size: 20px;font-weight: 500;line-height: 26px;}
.item-list > li .inf > p {margin-top: 15px;font-size: 16px;font-weight: 300;line-height: 30px;}
.item-list > li .inf > p.small {margin-top: 5px;font-size: 15px;font-weight: 300;line-height: 28px;}
.item-list.img > li {position: relative;z-index: 0;}
.item-list.img > li:before {display: block;content: '';position: absolute;top: 0;bottom: 0;left: 398px;width: 1px;height: 100%;background: #ddd;z-index: -1;}
.item-list.img > li .inf {width: calc(100% - 398px - 60px);}

.imgs {display: flex;flex-wrap: wrap;margin: -10px;}
.imgs > li {width: calc(100%/2 - 10px*2);margin: 10px;box-sizing: border-box;border: 1px solid #ddd;background: #fff;box-shadow: 0 0 10px rgba(0,0,0,0.05);}
.imgs > li > * {display: block;}
.imgs > li > img {width: 100%;}
.imgs > li > .inf {padding: 24px 40px;margin: 0 -1px -1px;background: #fff;}
.imgs > li > .inf p {font-size: 16px;color: #fff;font-weight: 300;line-height: 20px;}
.imgs > li > .inf.bg-blue {background: var(--color-point);color: #fff;}
.imgs > li > .inf.bg-blue p {color: #fff;}
.imgs > li.w100 {width: calc(100% - 10px*2);}
.imgs > li.w33 {width: calc(100%/3 - 10px*2);}
.imgs.imgOnly > li {border: 0px;box-shadow: 0 0 0 rgba(0,0,0,0);}

.product-wrap .sub-tit {padding-bottom: 45px;margin-bottom: 0 !important;border-bottom: 1px solid #ddd;}
.product-wrap .head {display: flex;justify-content: space-between;align-items: start;padding: 20px 0;border-bottom: 1px solid #ddd;}
.product-wrap .head .inf {width: 800px;padding: 40px 0 30px;}
.product-wrap .head .inf p {font-size: 16px;font-weight: 300;line-height: 30px;letter-spacing: -0.05em;}
.product-wrap .head .img {width: calc(1300px - 800px - 60px);}
.product-wrap .head .img img {display: block;width: 100%;}
.product-wrap .head .stit {padding-bottom: 25px;margin-bottom: 25px;border-bottom: 1px solid #ddd;}

.product-wrap .marks {display: flex;flex-wrap: wrap;margin: 10px -10px;}
.product-wrap .marks > mark {width: calc(100%/4 - 10px*2);margin: 10px;height: 50px;border-radius: 25px;background: var(--color-sky2);color: var(--color-point);font-size: 16px;font-weight: 500;line-height: 18px;overflow: hidden;text-align: center;display: flex;justify-content: center;align-items: center;}
.product-wrap .marks > mark:before {display: inline-block;vertical-align: middle;content: '\f1ae';font-family: 'axicon';font-size: 16px;color: var(--color-point);margin-right: 5px;}

.product-wrap .marks2 {display: flex;flex-wrap: wrap;margin: 15px -5px;}
.product-wrap .marks2 > mark {min-width: 210px;margin: 5px;height: 40px;background: var(--color-sky2);color: var(--color-point);font-size: 15px;font-weight: 500;line-height: 17px;overflow: hidden;text-align: center;display: flex;justify-content: center;align-items: center;}

.product-wrap .step > li {margin-top: 20px;background: var(--color-sky2);padding: 35px 40px;display: flex;align-items: start;}
.product-wrap .step > li:first-child {margin-top: 0;}
.product-wrap .step > li:before {display: block;content: '0';width: 24px;height: 24px;line-height: 24px;border-radius: 50%;overflow: hidden;text-align: center;font-family: 'Montserrat';color: #fff;font-weight: 600;background: var(--color-point);}
.product-wrap .step > li em {width: 240px;box-sizing: border-box;padding: 0 10px;font-size: 20px;color: #333333;font-weight: 500;font-style: normal;line-height: 24px;}
.product-wrap .step > li em span {font-size: 16px;color: #666666;font-weight: 500;}
.product-wrap .step > li p {width: calc(100% - 24px - 240px);font-size: 15px;line-height: 28px;}
.product-wrap .step > li p.w50 {width: calc(100%/2 - 24px/2 - 240px/2);}
.product-wrap .step > li:nth-child(1):before {content: '1';}
.product-wrap .step > li:nth-child(2):before {content: '2';}
.product-wrap .step > li:nth-child(3):before {content: '3';}
.product-wrap .step > li:nth-child(4):before {content: '4';}
.product-wrap .step > li:nth-child(5):before {content: '5';}
.product-wrap .step > li:nth-child(6):before {content: '6';}
.product-wrap .step > li:nth-child(7):before {content: '7';}
.product-wrap .step > li:nth-child(8):before {content: '8';}
.product-wrap .step > li:nth-child(9):before {content: '9';}
.product-wrap .step > li:nth-child(10):before {content: '10';}
.product-wrap .step > li:nth-child(11):before {content: '11';}
.product-wrap .step > li:nth-child(12):before {content: '12';}
.product-wrap .step > li:nth-child(13):before {content: '13';}
.product-wrap .step > li:nth-child(14):before {content: '14';}
.product-wrap .step > li:nth-child(15):before {content: '15';}
.product-wrap .step > li:nth-child(16):before {content: '16';}
.product-wrap .step > li:nth-child(17):before {content: '17';}
.product-wrap .step > li:nth-child(18):before {content: '18';}
.product-wrap .step > li:nth-child(19):before {content: '19';}
.product-wrap .step > li:nth-child(20):before {content: '20';}

.product-wrap .stepbox {overflow: hidden;background: #fff;display: flex;flex-wrap: wrap;border: 1px solid #ddd;}
.product-wrap .stepbox > li {width: calc(100%/3 + 1px);border-bottom: 1px solid #ddd;border-left: 1px solid #ddd;margin-left: -1px;margin-bottom: -1px;padding: 35px;box-sizing: border-box;}
.product-wrap .stepbox > li.w50 {width: calc(100%/2 + 1px);}
.product-wrap .stepbox > li:before {display: block;content: '00';font-family: 'Montserrat';font-size: 17px;color: var(--color-point);font-weight: 600;}
.product-wrap .stepbox > li > * {display: block;margin-top: 18px;}
.product-wrap .stepbox > li strong {font-size: 20px;color: #333333;font-weight: 500;font-style: normal;line-height: 24px;}
.product-wrap .stepbox > li strong span {font-size: 16px;color: #666666;font-weight: 500;}
.product-wrap .stepbox > li p {font-size: 15px;line-height: 28px;letter-spacing: -0.05em;}
.product-wrap .stepbox > li:nth-child(1):before {content: '01.';}
.product-wrap .stepbox > li:nth-child(2):before {content: '02.';}
.product-wrap .stepbox > li:nth-child(3):before {content: '03.';}
.product-wrap .stepbox > li:nth-child(4):before {content: '04.';}
.product-wrap .stepbox > li:nth-child(5):before {content: '05.';}
.product-wrap .stepbox > li:nth-child(6):before {content: '06.';}
.product-wrap .stepbox > li:nth-child(7):before {content: '07.';}
.product-wrap .stepbox > li:nth-child(8):before {content: '08.';}
.product-wrap .stepbox > li:nth-child(9):before {content: '09.';}
.product-wrap .stepbox > li:nth-child(10):before {content: '10.';}
.product-wrap .stepbox > li:nth-child(11):before {content: '11.';}
.product-wrap .stepbox > li:nth-child(12):before {content: '12.';}
.product-wrap .stepbox > li:nth-child(13):before {content: '13.';}
.product-wrap .stepbox > li:nth-child(14):before {content: '14.';}
.product-wrap .stepbox > li:nth-child(15):before {content: '15.';}
.product-wrap .stepbox > li:nth-child(16):before {content: '16.';}
.product-wrap .stepbox > li:nth-child(17):before {content: '17.';}
.product-wrap .stepbox > li:nth-child(18):before {content: '18.';}
.product-wrap .stepbox > li:nth-child(19):before {content: '19.';}
.product-wrap .stepbox > li:nth-child(20):before {content: '20.';}

#employ .boxs {display: flex;flex-wrap: wrap;margin: -10px;}
#employ .boxs > li {width: calc(100%/4 - 10px*2);margin: 10px;box-sizing: border-box;border: 1px solid #ddd;padding: 40px 10px;}
#employ .boxs > li > * {display: block;text-align: center;}
#employ .boxs > li > img {display: block;margin: 0 auto;}
#employ .boxs > li > strong {margin-top: 3px;font-size: 22px;color: #333333;font-weight: 700;line-height: 26px;}
#employ .boxs > li > p {margin-top: 15px;font-size: 17px;line-height: 30px;}
#employ .table1 tr > * {padding: 40px 10px;font-size: 15px;line-height: 26px;}
#employ .table1 tr > th {padding: 40px 30px;font-size: 22px;color: #333333;font-weight: 700;}
#employ .table1 tr > td b {font-size: 17px;color: #333;font-weight: 700;}
#employ .table1 .stxt-bar > li {padding-left: 160px;font-size: 15px;line-height: 30px;}
#employ .table1 .stxt-bar > li > b:not(.colBlue) {position: absolute;top: -1px;left: 15px;}
#employ .table1 .stxt-bar > li .colBlue {font-size: 16px;line-height: 30px;}
#employ .stepbox > li {background-repeat: no-repeat;background-position: 100% 100%;}
#employ .stepbox > li:nth-child(1) {background-image: url(/images/sub/employ-bgico1.jpg);}
#employ .stepbox > li:nth-child(2) {background-image: url(/images/sub/employ-bgico2.jpg);}
#employ .stepbox > li:nth-child(3) {background-image: url(/images/sub/employ-bgico3.jpg);}
#employ .stepbox > li:nth-child(4) {background-image: url(/images/sub/employ-bgico4.jpg);}
#employ .stepbox > li:nth-child(5) {background-image: url(/images/sub/employ-bgico5.jpg);}
#employ .stepbox > li:nth-child(6) {background-image: url(/images/sub/employ-bgico6.jpg);}
#employ .stepbox > li:nth-child(7) {background-image: url(/images/sub/employ-bgico7.jpg);}
#employ .stepbox > li:nth-child(8) {background-image: url(/images/sub/employ-bgico8.jpg);}
#employ .stepbox > li:nth-child(9) {background-image: url(/images/sub/employ-bgico9.jpg);}
#employ .stepbox > li:nth-child(10) {background-image: url(/images/sub/employ-bgico10.jpg);}
#employ .stepbox > li:nth-child(11) {background-image: url(/images/sub/employ-bgico11.jpg);}
#employ .stepbox > li:nth-child(12) {background-image: url(/images/sub/employ-bgico12.jpg);}
#employ .stepbox > li:nth-child(13) {background-image: url(/images/sub/employ-bgico13.jpg);}
#employ .stepbox > li:nth-child(14) {background-image: url(/images/sub/employ-bgico14.jpg);}
#employ .stepbox > li:nth-child(15) {background-image: url(/images/sub/employ-bgico15.jpg);}
#employ .stepbox > li:nth-child(16) {background-image: url(/images/sub/employ-bgico16.jpg);}
#employ .stepbox > li:nth-child(17) {background-image: url(/images/sub/employ-bgico17.jpg);}
#employ .stepbox > li:nth-child(18) {background-image: url(/images/sub/employ-bgico18.jpg);}
#employ .stepbox > li:nth-child(19) {background-image: url(/images/sub/employ-bgico19.jpg);}
#employ .stepbox > li:nth-child(20) {background-image: url(/images/sub/employ-bgico20.jpg);}
#employ .imgs.imgOnly {margin: 0;}
#employ .imgs.imgOnly > li:not(.w33) {width: calc(100%/2);margin: 0;}


/* [231113 kyj] Á¦Ç°¹®ÀÇ ¿Ï·áÆäÀÌÁö Ãß°¡ */
#sub .borderBox{padding: 50px;border:8px solid #f5f5f5;margin: 0 auto;box-sizing:border-box;}
#sub .borderBox.type1{width: 600px;}
#sub .borderBox .logo{text-align: center;margin-bottom: 20px;}
#sub .borderBox .text{text-align: center;font-size: 20px;font-weight: 500;color: #333;}
#sub .borderBox .text strong{color: #005621;}
#sub .borderBox .inpBox{background: #f8f8f8;padding: 30px 40px;}
#sub .borderBox .inpBox .tbl{display: table;width: 100%;}
#sub .borderBox .inpBox .tbl >*{display: table-cell;vertical-align: middle;}
#sub .borderBox .inpBox .tbl strong{width: 80px;font-size: 17px;font-weight: 500;color: #333;}
#sub .borderBox .inpBox .tbl .typeText{width: 100%;border:1px solid #ddd;height: 40px;border-radius:5px;text-indent: 10px;}
#sub .borderBox .mtit1 dt{font-size: 28px;font-weight: 700;color: #333;text-align: center;}
#sub .borderBox .mtit1 dd{margin-top: 15px;text-align: center;font-size: 18px;color: #555;}
#sub .boardTit{margin-bottom: 15px;font-size: 22px;color: #333;font-weight: 500;}
#sub .tableType3{border-top:2px solid #333;width: 100%;}
#sub .tableType3 th,
#sub .tableType3 td{padding: 15px 25px;border-bottom:1px solid #ddd;}
#sub .tableType3 th{background: #f7f7f7;width: 150px;text-align: left;font-size: 16px;font-weight: 500;color: #111;}
#sub .tableType3 td{text-align: left;font-size: 16px;}
#sub .info .cont{margin-top: 40px;}
#sub .fileBtm{border-top:1px solid #ddd;margin-top: 30px;}
#sub .fileBtm > li{position: relative;border-bottom: 1px solid #ddd;height: 45px;line-height: 45px;padding-left: 170px;}
#sub .fileBtm > li > strong{position: absolute;top: 0;left: 0;width: 150px;height: 100%;font-weight: normal;line-height: 45px;text-align: center;background: #f3f4f7;}
#sub .fileBtm > li .filename{display: inline-block;*display: inline;*zoom: 1;vertical-align: top;color: #000;margin-right: 15px;max-width: 250px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
#sub .fileBtm > li .byte{font-size: 14px;margin-right: 15px;}
#sub .fileBtm > li a img{display: none;}

/* [231113 kyj] Á¦Ç°¼Ò°³ ÀÌ¹ÌÁö ºÐ¸® ÀÛ¾÷ */
.imgWrap1 {display: flex;justify-content: center;align-items: center;flex-wrap: wrap;border: 1px solid #ddd;padding: 20px;min-height: 300px;}
.imgWrap1.align-end {align-items: end;}
.imgWrap1 > img {margin: 30px;max-width: calc(100% - 20px*2);}
.imgWrap1 > .img {margin: 30px;max-width: calc(100% - 20px*2);}
.imgWrap1 > .img > img {display: block;max-width: 100%;margin: 0 auto;}
.imgWrap1 > .img > p {margin-top: 13px;font-size: 18px;color: #333333;font-weight: 500;line-height: 24px;text-align: center;}

.imgWrap2 {display: flex;justify-content: center;flex-wrap: wrap;margin: -10px;}
.imgWrap2.mt15 {margin-top: 5px !important;}
.imgWrap2 > li {border: 1px solid #ddd;margin: 10px;padding: 35px 10px;width: calc(100%/2 - 10px*2);box-sizing: border-box;display: flex;justify-content: center;align-items: end;flex-wrap: wrap;}
.imgWrap2 > li.w33 {width: calc(100%/3 - 10px*2);}
.imgWrap2 > li.w100 {width: calc(100%/1 - 10px*2);}
.imgWrap2 > li > img {max-width: calc(100% - 12px*2);margin: 12px;}
.imgWrap2 > li > p {margin-top: 13px;width: 100%;font-size: 18px;color: #333333;font-weight: 500;line-height: 24px;text-align: center;}
.imgWrap2 > li > span {display: block;margin-top: 13px;width: 100%;font-size: 16px;line-height: 24px;text-align: center;}

/* 231124 kyj] Ãß°¡ ¼öÁ¤ */
#aboutus .btns {display: flex;justify-content: center;flex-wrap: wrap;margin: -10px;}
#aboutus .btns > li {padding: 10px;width: calc(100%/4 - 10px*2);}
#aboutus .btns > li a {display: block;border: 1px solid #ddd;padding: 30px 40px;box-sizing: border-box;font-size: 22px;color: #333;font-weight: 700;line-height: 1.1em;text-decoration: none;position: relative;}
#aboutus .btns > li a:before {display: block;content: '';position: absolute;top: 50%;right: 40px;margin-top: -25px;width: 50px;height: 50px;background: url('../images/sub/icon-download.jpg') no-repeat 50% 50% / contain;}
#aboutus .btns > li a:after {display: block;content: 'DOWNLOAD';margin-top: 10px;font-size: 15px;color: #999999;font-weight: 500;line-height: 1.1em;}
#aboutus .btns > li a:hover {border-color: var(--color-point);color: var(--color-point);}

#tabmenu.type1{margin: 0;padding-left: 1px;border-bottom: 1px solid #ddd;}
#tabmenu.type1 > li {margin: 0;width: calc(100%/6);margin-left: -1px;margin-bottom: -1px;}
#tabmenu.type1 > li a{border: 1px solid #ddd;box-sizing: border-box;}
#tabmenu.type1 > li.active a{background-color: #fff;border-color: var(--color-point);border-bottom-color: #fff;border-top-width: 3px;color: var(--color-point);box-shadow: 0 0 0 rgba(0,0,0,0.05);position: relative;z-index: 11;}

.fwb {font-weight: 700 !important;}




/* eng Sub content */
.eng #location .inf > li {width: 100%;}
.eng #employ .table1 .stxt-bar > li {padding-left: 260px;}

.eng #footer dl.dl_com > dd {width: 320px;}
.eng #footer dl.dl_com p:nth-child(odd) {width: 60px;}
.eng #footer dl.dl_com p:nth-child(even) {width: calc(100% - 60px);}
.eng #footer dl.dl_com p:nth-child(5) {width: 210px;}
.eng #footer dl.dl_com p:nth-child(6) {width: calc(100% - 210px);}

.eng .imgWrap1 > .img > p {font-size: 16px;letter-spacing: normal;}
.eng #aboutus dl dt {padding: 30px 50px;}
.eng #aboutus dl dt span {font-size: 18px;}
.eng #aboutus dl dt strong {font-size: 30px;line-height: 42px;letter-spacing: normal;}




/* [231221 kyj] Ãß°¡¼öÁ¤ */
.his-wrap .tab-tab {width: 200px;}
.his-wrap .tab-tab a:not(.active) {position: relative;z-index: 0;}
.his-wrap .tab-tab a:not(.active):before {display: block;content: '';position: absolute;top: 5px;bottom: 5px;left: -10px;right: 5px;z-index: -1;background: #f7f7f7;border-radius: 10px;}
.his-wrap .tab-tab a:not(.active):hover {color: var(--color-point);}

.kor .his-wrap .dl_list > dl {padding-left: 150px;}
.kor .his-wrap .dl_list > dl > dt:after {display: inline-block;vertical-align: 2px;content: '³â';margin-left: 5px;font-family: noto, sans-serif;font-size: 22px;color: #333;font-weight: 700;line-height: 32px;}
.kor .his-wrap .dl_list > dl > dd {padding-left: 45px;}
.kor .his-wrap .dl_list > dl > dd em:after {display: inline-block;vertical-align: 0px;content: '¿ù';margin-left: 3px;font-family: noto, sans-serif;font-size: 16px;color: #333;font-weight: 700;line-height: 24px;}

#sub .sub-vis {animation: subvis 6s ease;animation-iteration-count: 1;background-size: auto 120%;}
@-webkit-keyframes subvis {
  0% { background-size: auto 100%; }
	100% { background-size: auto 120%; }
}



	/* [230315 kyj] webper */
	#wrap #footer dl > dd p:nth-child(odd) {width: 80px;}
	#wrap #footer dl > dd p:nth-child(even) {width: calc(100% - 80px);}