@charset "utf-8";
/**************************************************

	Global.css ( ver 1.0.2 )

**************************************************/
/**************************************************
	Public
**************************************************/
html{min-width: 1300px;}

/* Table */
.table1{ width: 100%; }
.table1 caption {display: none;}
.table1 tr > *{padding: 8px 18px;border: 1px solid #ddd;background: #ffffff;font-size: 16px;color: #666666;letter-spacing: -0.02em;line-height: 40px;}
.table1 thead th{background: #87004c;height: 60px;font-size: 17px;color: #ffffff;font-weight: normal;}
.table1 tbody th{background: #f7f7f7;font-size: 17px;color: #000000;font-weight: 500;}
.table1 tbody th.bg {background: #87004c;color: #ffffff;}
.table1 tbody td > * {vertical-align: middle;margin: 2px 5px;}

/* Tab */
.tab1{ margin-bottom: 40px; }
.tab1 > li{display: inline-block;background: #f7f7f7;}
.tab1 > li a{display: block;height: 40px;line-height: 40px;text-align: center;padding: 0 40px;border: 1px solid #f7f7f7;}
.tab1 > li.active a{background: #fff;color: #000;border-color: #333;}

/* Button */
.btnWrap{ margin-top: 40px; }
.btnWrap > *{margin: 0 2px;}
.btnWrap .btn1{ display: inline-block;background: #333;border: 1px solid #333;color: #fff !important;height: 35px;line-height: 35px;padding: 0 20px; }
.btnWrap .btn2{ display: inline-block;background: #fff;border: 1px solid #ddd;color: #000 !important;height: 35px;line-height: 35px;padding: 0 20px; }
.btnWrap .btn3{ display: inline-block;background: #87004c;border: 1px solid #87004c;color: #fff !important;height: 35px;line-height: 35px;padding: 0 20px; }

.w1300 {width: 1300px;margin: 0 auto;}

/**************************
	Paging
**************************/
#sb-paging{text-align: center;margin-top: 30px;}
#sb-paging a{display: inline-block;vertical-align: top;margin: 0;margin-right: -1px;position: relative;width: 35px;height: 35px;line-height: 35px;text-align: center;background: #f9f9f9;border: 1px solid #ddd;color: #999999;font-size: 12px;text-decoration: none;box-sizing: border-box;}
#sb-paging a:first-child{border-top-left-radius: 5px;border-bottom-left-radius: 5px;}
#sb-paging a:last-child{border-top-right-radius: 5px;border-bottom-right-radius: 5px;}
#sb-paging a.active{background: #ffffff;color: #333333;font-weight: 600;}
#sb-paging a.first,
#sb-paging a.prev,
#sb-paging a.next,
#sb-paging a.last{background: none;font-size: 15px;color: #666666;}

/**************************************************
	Layout
**************************************************/
#header{position: relative;z-index: 90;background: #87004c;box-shadow: 0 3px 3px rgba(0,0,0,0.2);}
#header .inner{position: relative;width: 1300px;height: 90px;margin: 0 auto;}
#header .logo{position: absolute;top: 0;left: 0;height: 100%;line-height: 90px;}

#gnb{position: absolute;top: 0;right: 310px;z-index: 2;}
#gnb > li{position: relative;display: inline-block;vertical-align: top;}
#gnb > li > a{display: block;padding: 0 30px;line-height: 90px;font-size: 19px;color: #fff;text-decoration: none;}
#gnb > li.active > a{font-weight: bold;}
#gnb > li > ul{position: absolute;top: 90px;left: 50%;width: 200px;margin-left: -100px;padding: 15px;border: 1px solid #ddd;border-top: 2px solid #87004c;background: #fff;box-sizing: border-box;visibility: hidden;opacity: 0;transition: all 0.2s;}
#gnb > li > ul li a{display: block;font-size: 15px;color: #000;line-height: 30px;text-align: center;}
#gnb > li > ul li.active a{font-weight: bold;}
#gnb > li > ul li ul {display: none;}
#gnb > li:hover > ul{visibility: visible;opacity: 1;}
#gnb > li.hidden-gnb{display: none;}

#drdw{position: absolute;top: 90px;left: 0;width: 100%;background: #fff;border-top: 1px solid #ddd;border-bottom: 3px solid #87004c;z-index: 91;display: none;}
#drdw .inner{position: relative;width: 1300px;margin: 0 auto;border-right: 1px solid #e8e8e8;}
#drdw .inner > li{display: inline-block;padding: 25px 0;vertical-align: top;}
#drdw .inner > li:before{content: '';display: block;position: absolute;top: 0;height: 100%;width: 1px;background: #e8e8e8;}
#drdw .inner > li:first-child{border-left-width: 1px;}
#drdw .inner > li > a{display: block;margin-bottom: 15px;font-size: 18px;color: #87004c;text-align: center;font-weight: bold;}
#drdw .inner > li ul li a{display: block;font-size: 15px;line-height: 25px;color: #555555;text-align: center;}
#drdw .inner > li ul li.active a{font-weight: bold;}
#drdw .inner > li ul li ul {display: none;}
#drdw .inner > li.hidden-gnb{display: none;}

#tnb{position: absolute;top: 35px;right: 55px;}
#tnb > li{display: inline-block;margin-left: 10px;box-sizing: border-box;}
#tnb > li a{font-size: 13px;color: #fff;}

#footer{background: #222222;}
#footer h2 {position: absolute;top: 50px;left: 0;}
#footer h2 img {display: block;}
#footer .ftWrap{position: relative;width: 1300px;margin: 0 auto;padding: 50px 0;}
#footer .ftWrap > *:not(h2) {margin-left: 250px;}
#footer address{margin-top: 15px;line-height: 23px;color: #b3b3b3;font-weight: 300;font-style: normal;}
#footer address hr{width: 20px;border: none;display: inline-block;vertical-align: middle;}
#footer address .copyright{display: block;font-size: 13px;color: #777777;font-weight: normal;}

#sns-ico{margin-top: 20px;}
#sns-ico li{display: inline-block;margin-right: 5px;}

#gotop{position: absolute;top: -30px;right: -170px;display: block;background: url('/images/layout/ft-top-btn.jpg') no-repeat center center;width: 70px;height: 70px;text-indent: -999em;}

#fnb > li{display: inline-block;padding: 0 10px;}
#fnb > li:first-child{padding-left: 0;background: none;}
#fnb > li a{font-size: 15px;color: #b3b3b3;letter-spacing: -1px;}

#ft-fam{position: absolute;top: 35px;right: 0;width: 230px;height: 40px;}
#ft-fam > a{display: block;line-height: 40px;padding: 0 15px;border: 1px solid #444444;font-size: 15px;color: #aaaaaa;text-decoration: none;background: url('/images/layout/ft-family-spr.png') no-repeat 92% center;}
#ft-fam ul{position: absolute;bottom: 40px;left: 0;display: none;width: 100%;padding: 5px 15px;background: #444444;box-sizing: border-box;}
#ft-fam ul li{border-top: 1px solid #575757;}
#ft-fam ul li:first-child{border-top: none;}
#ft-fam ul li a{display: block;line-height: 35px;color: #f7f7f7;text-align: center;}
#ft-fam:hover ul{display: block;}

#slide-btn{text-indent: -999em;width: 30px;height: 20px;position: absolute;top: 35px;right: 0;}
#slide-btn button{position: absolute;top: 0;left: 0;width: 100%;height: 100%;border: none;background: none;cursor: pointer;outline: none;}
#slide-btn button span,
#slide-btn button:before,
#slide-btn button:after{border-radius: 2px;overflow: hidden;position: absolute;left: 0;width: 100%;height: 2px;background: #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;}

/**************************************************
	Ajax Popup
**************************************************/
#popup{position: fixed;top: 50%;left: 50%;width: 600px;height: 500px;margin-top: -250px;margin-left: -300px;padding-top: 46px;z-index: 301;background: #fff;border-radius: 5px;overflow: hidden;box-sizing: border-box;opacity: 0;transition: all 0.3s;box-shadow: 0 0 10px rgba(0,0,0,0.1);}
#popup .pop-tit{position: absolute;top: 0;left: 0;width: 100%;height: 45px;background: #f7f7f7;padding: 0 15px;border-bottom: 1px solid #ddd;box-sizing: border-box;}
#popup .pop-tit h3{font-size: 15px;color: #000;font-weight: 300;line-height: 45px;}
#popup .pop-tit .close{display: block;position: absolute;top: 0;right: 0;width: 44px;height: 44px;line-height: 44px;text-align: center;font-size: 16px;color: #666;background: #eee;border-left: 1px solid #ddd;}
#popup .pop-wrap{height: 100%;overflow-y: auto;padding: 15px;box-sizing: border-box;}
#popup.on{opacity: 1;}
#popupBG{position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 300;background: rgba(0,0,0,0.5);opacity: 0;transition: all 0.3s;}
#popupBG.on{opacity: 1;}

/* sitemap */
#popup .sitemap{ text-align: center; }
#popup .sitemap > li{display: inline-block;width: 32%;vertical-align: top;margin-bottom: 10px;}
#popup .sitemap > li > a{display: block;text-align: center;font-size: 14px;letter-spacing: -1px;background: #f7f7f7;font-weight: 300;line-height: 40px;border-radius: 3px;}
#popup .sitemap > li ul li{border-top: 1px solid #f7f7f7;text-align: left;}
#popup .sitemap > li ul li:first-child{border-top: none;}
#popup .sitemap > li ul li a{display: block;font-size: 13px;color: #333;line-height: 18px;padding: 10px 0;text-align: center;}

/**************************************************
	Main
**************************************************/
#main #mainWrap{padding: 55px 0 60px;background: url(../images/main/bg.jpg) no-repeat center 0;-webkit-background-size: contain;background-size: contain;}

#main .visual{position: relative;}
#main .visual .roll li{position: relative;overflow: hidden;}
#main .visual .roll li img{position: relative;top: 0;left: 50%;margin-left: -960px;}
#main .visual .bx-controls-direction a {width: 70px;height: 70px;position: absolute;top: 50%;z-index: 60;margin-top: -35px;background-repeat: no-repeat;background-position: center center;-webkit-background-size: contain;background-size: contain;overflow: hidden;text-indent: -9999px;box-shadow: 0 0 5px rgba(0,0,0,0.12);border-radius: 50%;}
#main .visual .bx-prev {left: 180px;background-image: url(../images/main/vis-prev.png);}
#main .visual .bx-next {right: 180px;background-image: url(../images/main/vis-next.png);}

#mainWrap .board-wrap:after {display: block;clear: both;content: '';}
#mainWrap .board-wrap > dl > dt strong {height: 36px;line-height: 36px;font-size: 26px;color: #333333;font-weight: 500;letter-spacing: -0.03em;}
#mainWrap .board-wrap > dl > dt strong span {font-size: 26px;}
#mainWrap .board-wrap > dl > dt .more {margin-left: 15px;}
#mainWrap .board-wrap > dl > dd {margin-top: 15px;}
#mainWrap .board-wrap .type1 {float: left;width: 500px;}
#mainWrap .board-wrap .type1 dd {background: #fff;border: 1px solid #ddd;border-left-width: 0;padding: 30px 40px;min-height: 208px;}
#mainWrap .board-wrap .type1:first-child dd {border-left-width: 1px;}
#mainWrap .board-wrap .type1 ul li {position: relative;}
#mainWrap .board-wrap .type1 ul li:after {display: block;clear: both;content: '';}
#mainWrap .board-wrap .type1 ul li .link {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 2;}
#mainWrap .board-wrap .type1 ul li strong {display: block;float: left;font-size: 15px;color: #888888;font-weight: 300;line-height: 30px;max-width: 70%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
#mainWrap .board-wrap .type1 ul li p {display: block;color: #888888;font-weight: 300;letter-spacing: -0.02em;line-height: 1.6em;max-width: 100%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
#mainWrap .board-wrap .type1 ul li span {float: right;color: #888888;letter-spacing: -0.02em;line-height: 30px;}
#mainWrap .board-wrap .type1 ul li.first {border-bottom: 1px solid #ddd;margin-bottom: 15px;padding: 20px 0 30px;padding-left: 80px;}
#mainWrap .board-wrap .type1 ul li.first:before {display: block;content: '';width: 60px;height: 60px;position: absolute;top: 50%;left: 0;margin-top: -38px;background: url(../images/main/icon-notice.jpg) no-repeat center center;-webkit-background-size: contain;background-size: contain;}
#mainWrap .board-wrap .type1 ul li.first strong {float: none;font-size: 19px;color: #333333;font-weight: 500;letter-spacing: -0.05em;line-height: 1.6em;max-width: 100%;}
#mainWrap .board-wrap .type1 ul li.first span {float: none;}
#mainWrap .board-wrap .type2 {float: right;width: 265px;}
#mainWrap .board-wrap .type2 dd {position: relative;}
#mainWrap .board-wrap .type2 dd .link {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 2;}
#mainWrap .board-wrap .type2 dd .thm {display: block;padding-bottom: 270px;background-repeat: no-repeat;background-position: center center;-webkit-background-size: cover;background-size: cover;}

#mainWrap .gallery {padding: 60px 0;position: relative;}
#mainWrap .gallery .more {position: absolute;top: 50px;right: 0;}
#mainWrap .gallery .mtit0 {text-align: center;margin-bottom: 30px;}
#mainWrap .gallery .list {margin: -1%;}
#mainWrap .gallery .list > li {width: 23%;margin: 1%;display: inline-block;zoom: 1;*display: inline;vertical-align: top;position: relative;}
#mainWrap .gallery .list > li .link {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 2;}
#mainWrap .gallery .list > li .thm {display: block;padding-bottom: 73%;background-repeat: no-repeat;background-position: center center;-webkit-background-size: cover;background-size: cover;}
#mainWrap .gallery .list > li strong {display: block;border-bottom: 3px solid #ddd;background: url(../images/main/more2.jpg) no-repeat 100% center;padding: 10px 0;font-size: 17px;color: #333333;font-weight: 300;}
#mainWrap .gallery .list > li:hover strong {border-bottom-color: #87004c;}

/* #mainWrap .site-wrap:after {display: block;clear: both;content: '';}
#mainWrap .site-wrap > dl {width: 49%;float: left;position: relative;} */
#mainWrap .site-wrap > dl {position: relative;}
/* #mainWrap .site-wrap > dl:nth-child(odd) {margin-right: 2%;} */
#mainWrap .site-wrap > dl dd {margin-top: 20px;}
#mainWrap .site-wrap ul li {position: relative;}
#mainWrap .site-wrap ul li .link {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 2;border: 1px solid #ddd;box-sizing: border-box;}
#mainWrap .site-wrap ul li .thm {display: block;padding-bottom: 70px;background-repeat: no-repeat;background-position: center center;-webkit-background-size: contain;background-size: contain;}
#mainWrap .site-wrap .bx-pager {position: absolute;bottom: 100%;margin-bottom: 10px;right: 8px;width: 82px;height: 19px;text-align: center;font-size: 15px;color: #999999;font-weight: 600;letter-spacing: 0.02em;line-height: 19px;}
#mainWrap .site-wrap .bx-controls-direction a {width: 8px;height: 13px;position: absolute;bottom: 100%;margin-bottom: 12px;z-index: 60;background-repeat: no-repeat;background-position: center center;-webkit-background-size: contain;background-size: contain;overflow: hidden;text-indent: -9999px;}
#mainWrap .site-wrap .bx-prev {background-image: url(../images/main/site-prev.jpg);right: 90px;}
#mainWrap .site-wrap .bx-next {background-image: url(../images/main/site-next.jpg);right: 0;}

.mtit0 {font-size: 30px;color: #333333;font-weight: 300;letter-spacing: -0.03em;line-height: 1.2em;}
.mtit0 strong {font-size: 30px;font-weight: 500;}

.colorRed {color: #87004c !important;}

/**************************************************
	Sub
**************************************************/
#sub #content{ position: relative;width: 1300px;margin: 50px auto; }
#sub #content.fullscreen {width: auto;margin: 50px 0;}

.mb_50 {margin-bottom: -50px !important;}

#sub .sub-vis{position: relative;height: 240px;overflow: hidden;text-align: center;background-position: center center;background-size: cover;}
#sub .sub-vis:before{position: relative;content: '';display: inline-block;vertical-align: middle;width: 0;height: 100%;}
#sub .sub-vis h2{display: inline-block;vertical-align: middle;text-align: center;font-size: 35px;color: #fff;letter-spacing: -1px;z-index: 2;}
#sub .sub-vis h2 em{display: block;margin-top: 10px;font-style: normal;font-size: 18px;font-weight: normal;}

.lnbWrap {margin: 80px 0 50px;}
#lnb{width: 1300px;margin: 0 auto;}
#lnb > li{display: inline-block;vertical-align: top;border: 1px solid #ddd;border-left: 0;box-sizing: border-box;background: #f9f9f9;position: relative;}
#lnb > li:first-child{border-left: 1px solid #ddd;}
#lnb > li a{display: block;line-height: 52px;font-size: 16px;color: #666666;text-decoration: none;text-align: center;}
#lnb > li.active {border-bottom-color: #fff;border-top-color: #87004c;}
#lnb > li.active:after {display: block;content: '';width: calc(100% + 2px);height: 2px;background: #87004c;position: absolute;top: 0;left: -1px;}
#lnb > li.active a{background: #fff;color: #87004c;font-weight: 600;}

#navigator{border: 1px solid #ddd;border-width: 1px 0 1px 0;}
#navigator > ul{width: 1300px;position: relative;margin: 0 auto;border-left: 1px solid #ddd;box-sizing: border-box;background: #fff;}
#navigator > ul > li{position: relative;display: inline-block;border-right: 1px solid #ddd;vertical-align: top;z-index: 89;}
#navigator > ul > li > a{display: block;min-width: 200px;font-size: 15px;font-weight: 300;color: #333;text-decoration: none;padding: 0 60px 0 15px;line-height: 50px;background: url('/images/layout/ft-family-spr.png') no-repeat 95% center;}
#navigator > ul > li:first-child a{min-width: 0;width: 50px;text-align: center;padding: 0;background: #f7f7f7;color: #000;}
#navigator > ul > li > ul{position: absolute;top: 50px;left: -1px;width: 100%;border: 1px solid #ddd;visibility: hidden;opacity: 0;transition: all 0.2s;}
#navigator > ul > li > ul li a{display: block;padding: 12px 15px;font-size: 15px;border-top: 1px solid #ddd;text-decoration: none;transition: all 0.3s;}
#navigator > ul > li > ul li:first-child a{border-top: none;}
#navigator > ul > li > ul li:hover a{background: #f7f7f7;}
#navigator > ul > li > ul li.active a {color: #87004c;font-weight: 500;}
#navigator > ul > li.on > ul{background: #fff;visibility: visible;opacity: 1;}
#navigator > ul > li > ul li.hidden-gnb{display: none;}
#navigator > ul > li > ul li ul {display: none;}

/* 약관 내용 출력 박스 */
.policybox{color: #666;font-size: 13px;line-height: 20px;}

.__form {border: 1px solid #ddd;width: 240px;height: 40px;}
.__form.w140 {width: 140px;}
.__form.w90 {width: 90px;}
.__form.w100 {width: 100%;box-sizing: border-box;}
input[type=text].__form {text-indent: 10px;}

.sub hgroup {margin: 55px 0 45px;}
.stit1 {font-size: 32px;color: #333333;font-weight: 500;letter-spacing: -0.03em;line-height: 1.2em;}
.stit1 span {font-size: 32px;font-weight: 600;}
.stit2 {font-size: 27px;color: #333333;font-weight: 500;letter-spacing: -0.03em;line-height: 1.2em;}
.stit2.lbar {position: relative;padding-left: 22px;}
.stit2.lbar:after {display: block;content: '';position: absolute;top: 7px;left: 0;width: 3px;height: 25px;background: #87004c;}
.stit2.icon {position: relative;padding-left: 45px;background: url(../images/sub/tit1.jpg) no-repeat 0 5px;}
.stxt1 {font-size: 16px;color: #888888;letter-spacing: -0.02em;line-height: 26px;}
.stxt-dot {padding-left: 14px;position: relative;font-size: 16px;color: #666666;letter-spacing: -0.02em;line-height: 26px;}
.stxt-dot:after {display: block;content: '';position: absolute;top: 11px;left: 0;width: 3px;height: 3px;background: #333;border-radius: 50px;}

.stxt-img {position: relative;background: #fff;border: 1px solid #ddd;}
.stxt-img > * {width: 50%;}
.stxt-img dt {position: absolute;top: 0;height: 100%;background-repeat: no-repeat;background-position: center center;background-size: cover}
.stxt-img dd {box-sizing: border-box;padding: 50px;}
.stxt-img dd > * {display: block;margin: 20px 0;}
.stxt-img.lef dt {left: 0;}
.stxt-img.lef dd {margin-left: 50%;}
.stxt-img.rig dt {right: 0;}
.stxt-img.rig dd {margin-right: 50%;}

.stxt-img2 {position: relative;}
.stxt-img2 dt {width: 43%;box-sizing: border-box;position: absolute;top: 0;height: 100%;background-repeat: no-repeat;background-position: center center;background-size: contain;border: 1px solid #ddd;text-align: center;font-family: empty;font-size: 0;overflow: hidden;}
.stxt-img2 dt:before {display: inline-block;zoom: 1;*display: inline;vertical-align: middle;content: '';width: 0;height: 100%;}
.stxt-img2 dt img {max-width: 100%;max-height: 100%;display: inline-block;zoom: 1;*display: inline;vertical-align: middle;}
.stxt-img2 dd {width: 57%;box-sizing: border-box;padding: 0 50px;}
.stxt-img2 dd > * {display: block;}
.stxt-img2 dd .stit2 {padding: 30px 0;margin-bottom: 30px;border-bottom: 2px solid #ddd;}
.stxt-img2 .icon > * {display: inline-block;zoom: 1;*display: inline;vertical-align: middle;margin-right: 10px;}
.stxt-img2 .icon strong {font-size: 20px;color: #333333;font-weight: 500;letter-spacing: -0.03em;}
.stxt-img2 .icon span {font-size: 21px;color: #888888;font-weight: 500;letter-spacing: -0.03em;}
.stxt-img2.lef dt {left: 0;}
.stxt-img2.lef dd {margin-left: 43%;}
.stxt-img2.rig dt {right: 0;}
.stxt-img2.rig dd {margin-right: 43%;}

.stxt-icon {margin: -1%;}
.stxt-icon > li {display: inline-block;zoom: 1;*display: inline;vertical-align: top;width: 31.3%;margin: 1%;padding: 45px 30px;background: #fff;border: 1px solid #ddd;box-sizing: border-box;text-align: center;}
.stxt-icon > li.w50 {width: 48%;}
.stxt-icon > li .icon {display: block;margin: 0 auto 45px;}
.stxt-icon > li strong {display: block;margin: 45px 0 25px;font-size: 21px;color: #333333;font-weight: 500;letter-spacing: -0.02em;}
.stxt-icon > li p {margin-top: 25px;min-height: 182px;word-break:keep-all !important; -ms-word-break: break-all; word-break: break-all; word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto;}

.stxt-icon2 {margin: -1%;}
.stxt-icon2 > li {display: inline-block;zoom: 1;*display: inline;vertical-align: top;width: 48%;margin: 1%;padding: 50px;min-height: 180px;background: #fff;border: 1px solid #ddd;box-sizing: border-box;position: relative;}
.stxt-icon2 .icon {position: absolute;top: 50px;left: 50px;}
.stxt-icon2 strong {display: block;position: absolute;left: 160px;top: 60px;font-size: 21px;color: #333333;font-weight: 500;letter-spacing: -0.03em;line-height: 30px;}
.stxt-icon2 .stxt-dot {margin-left: 250px;}
.stxt-icon2 > li.w33 {width: 31.33%;padding: 30px;}
.stxt-icon2 > li.w33 .icon {top: 30px;left: 30px;}
.stxt-icon2 > li.w33 strong {top: 75px;left: 190px;}
.stxt-icon2 > li.w66 {width: 64.66%;padding: 30px;}
.stxt-icon2 > li.w66 .icon {top: 30px;left: 30px;}
.stxt-icon2 > li.w66 strong {top: 75px;left: 190px;}
.stxt-icon2 > li.w66 .stxt-dot {margin-left: 320px;}

.sub mark {display: block;text-align: center;padding: 20px;background: #ededed;font-size: 16px;color: #666666;letter-spacing: -0.02em;line-height: 1.6em;}
.sub .ml45 {margin-left: 45px !important;}

.mark-info {margin: -2%;}
.mark-info > li {display: inline-block;zoom: 1;*display: inline;vertical-align: top;width: 29.33%;margin: 2%;padding: 20px 0;position: relative;border-bottom: 3px solid #a11262;}
.mark-info strong {position: absolute;top: 20px;left: 10px;font-size: 21px;color: #333333;font-weight: 500;letter-spacing: -0.02em;}
.mark-info p {margin-left: 134px;}

.img-align {margin: -1%;}
.img-align > li {display: inline-block;zoom: 1;*display: inline;vertical-align: top;width: 48%;margin: 1%;}
.img-align > li img {display: block;margin: 0 auto;max-width: 100%;}
.img-align > li.w33 {width: 31.33%;}


.bgf9f9f9 {padding: 75px 0;background: #f9f9f9;}
.bgf9f9f9._mt125 {padding-top: 110px;margin-top: -120px;position: relative;z-index: -1;}
.bgf9f9f9 .table1 tr td {font-size: 16px;color: #666666;letter-spacing: -0.02em;line-height: 32px;padding: 25px;}


.prog-list .box {border: 3px solid #ccc;padding: 50px;margin-top: 30px;}
.prog-list .box:first-child {margin-top: 0;}
.prog-list .box dt {position: relative;}
.prog-list .box dd {margin-top: 20px;font-family: empty;font-size: 0;position: relative;}
.prog-list .box dd:before {display: block;content: '';width: 1px;height: 65px;background: #ddd;position: absolute;top: 50%;left: 50%;margin-top: -32.5px;}
.prog-list .box dd > * {display: inline-block;zoom: 1;*display: inline;vertical-align: middle;width: 48%;}
.prog-list .box dd > .info {margin-left: 4%;}
.prog-list .box .sbj {display: block;max-width: 70%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;font-size: 24px;color: #333333;font-weight: 500;letter-spacing: -0.03em;line-height: 40px;}
.prog-list .box .btn {position: absolute;top: 0;right: 0;height: 40px;line-height: 40px;width: 180px;text-align: center;background: #a11262;font-size: 15px;color: #fff;letter-spacing: -0.02em;}
.prog-list .box .txt {font-size: 16px;color: #666666;letter-spacing: -0.02em;line-height: 26px;/* max-height: 104px;overflow: hidden; */}
.prog-list .box .info > li {
    font-size: 15px;color: #888888;letter-spacing: -0.02em;line-height: 32px;
    min-width: 50%;max-width: 100%;display: inline-block;zoom: 1;*display: inline;vertical-align: top;
    background-repeat: no-repeat;background-position: 0 0;padding: 0 26px;box-sizing: border-box;
}
.prog-list .box .info > li.w100 {width: 100%;}
.prog-list .box .info > li.date {background-image: url(../images/sub/prog-icon-date.jpg);}
.prog-list .box .info > li.pay {background-image: url(../images/sub/prog-icon-pay.jpg);}
.prog-list .box .info > li.add {background-image: url(../images/sub/prog-icon-add.jpg);}
.prog-list .box .info > li.receipt {background-image: url(../images/sub/prog-icon-receipt.jpg);}
.prog-list .box .info > li.target {background-image: url(../images/sub/prog-icon-target.jpg);}
