@charset "utf-8";
/**************************************************

	SUPERBOARD :: HISTORY SKIN :: basic

**************************************************/
.his-wrap .top{margin-bottom:60px;}
.his-wrap .top:after{content:'';display:block;clear:both;}
.his-wrap .top > div{float:left;width:50%;height:250px;box-sizing:border-box;}
.his-wrap .top .left{padding:75px 60px 75px 60px;background:url(./history-bg1.jpg);}
.his-wrap .top .left h3{margin-bottom:10px;font-size:26px;color:#ffffff;}
.his-wrap .top .left h4{font-weight:normal;font-size:16px;color:#ffffff;}
.his-wrap .top .right{background:url(./history-bg2.jpg);}

.his-wrap {display: flex; flex-flow: row wrap; align-items: flex-start; width: 100%}
.his-wrap > * {}
.his-wrap .txt {position: relative; width: calc(40% - 100px); margin-right: 100px; padding: 70px 75px; background-color: #2d308f; box-sizing: border-box}
.his-wrap .txt:after {content: ''; position: absolute; bottom: 0; right: 0; width: 100px; height: 100px; background: url('/images/main/main_sec02_trg.jpg') no-repeat center / contain}
.his-wrap .txt h5 {font-family: exo2; font-weight: 700; font-size: 48px; line-height: 52px; color: #fff}
.his-wrap .txt p {margin-top: 20px; font-size: 18px; line-height: 26px; color: #c2c4eb; letter-spacing: -1px}
.his-wrap .info {width: 60%}
.his-wrap dl{position:relative;padding:40px 0 35px; padding-left:140px;border-bottom: 1px solid #ddd;}
.his-wrap dl:first-child {padding-top: 0}
.his-wrap dl.last{padding-bottom:0px;}
.his-wrap dt{position:absolute;left:0;top: 32px; font-family: exo2; font-weight:bold;font-size:36px; line-height: 42px; color:#2d308f}
.his-wrap dl:first-child dt {top: -8px}
.his-wrap dd{position:relative;padding-left:40px; margin-bottom: 5px; font-size:18px;line-height:28px}
.his-wrap dd strong{position:absolute;left:0;top:0; font-family: exo2; color: #333333}


.his-wrap .tab{margin-bottom: 40px;text-align: center;}
.his-wrap .tab li{display: inline-block;margin-right: 5px;}
.his-wrap .tab li a{display: block;line-height: 45px;height: 45px;text-align: center;width: 120px;font-size: 16px;background: #f7f7f7;border: 1px solid #f7f7f7;}
.his-wrap .tab li.active a{background: #fff;border: 1px solid #333;}

@media screen and (max-width: 1300px){

    .his-wrap .txt {width: 200px; margin-right: 25px; padding: 30px 20px}
    .his-wrap .txt:after {width: 50px; height: 50px}
    .his-wrap .txt h5 {font-size: 26px; line-height: 34px}
    .his-wrap .txt p {margin-top: 10px; font-size: 15px; line-height: 22px}
    .his-wrap .info {width: calc(100% - 225px)}
    .his-wrap dl {padding: 20px 0 18px; padding-left: 80px}
    .his-wrap dt {top: 16px; font-size: 24px; line-height: 32px}
    .his-wrap dl:first-child dt {top: -2px}
    .his-wrap dd {padding-left: 25px; font-size: 15px; line-height: 24px}
    
}


@media screen and (max-width: 750px){

    .his-wrap .txt {width: 100%; margin: 0; margin-bottom: 20px; padding: 20px}
    .his-wrap .txt h5 {font-size: 22px; line-height: 30px}
    .his-wrap .txt h5 br {display: none}
    .his-wrap .txt p {margin-top: 5px; font-size: 14px; line-height: 21px}
    .his-wrap .info {width: 100%}
    .his-wrap dl {padding: 15px 0 10px}
    .his-wrap dt {position: static; margin-bottom: 5px; font-size: 20px; line-height: 26px}
    .his-wrap dd {font-size: 14px; line-height: 22px}

}
