.sub_4_4 .section-01 img.bd-box{
    border:1px solid #efefef;
    padding: 40px 20px;
}

#sub-vs-area {
    position: relative;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
}

#sub-vs-area .txt-box {
    background: #ff7200;
    width: 470px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 13%;
    padding: 30px 50px;
}

#sub-vs-area .txt-box p {
    width: 100%;
    margin-top: 20px;
    font-size: 13px;
}

#sub-vs-area h1 {
    position: absolute;
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
}

#sub-vs-area.sub-vs-01 {
    background-image: url("../images/sub/sub-vs-01.png");
}

#sub-vs-area.sub-vs-02 {
    background-image: url("../images/sub/sub-vs-02.png");
}

#sub-vs-area.sub-vs-03 {
    background-image: url("../images/sub/sub-vs-03.png");
}

#sub-vs-area.sub-vs-04 {
    background-image: url("../images/sub/sub-vs-04.png");
}

#sub-vs-area.sub-vs-05 {
    background-image: url("../images/sub/sub-vs-05.png");
}

#sub-vs-area.sub-vs-06 {
    background-image: url("../images/sub/sub-vs-06.png");
}

.nav_wrap {
    position: relative;
    background-color: #fafafa;
    width: 100%;
    height: 60px;
    z-index: 9;
    margin: 0 auto;
}

.nav_wrap .inner {
    height: 100%;
    width: 1400px;
    margin: 0 auto;
}
.nav_wrap .snb {
    height: 100%;
}
.nav_wrap .snb .home {
    float: left;
    width: 72px;
    height: 100%;
    display: table;
}
.nav_wrap .snb .home img {
    width: 25px;
    display: block;
    margin: 0 auto;
}
.nav_wrap .snb .home a {
    display: block;
    text-align: center;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
.nav_wrap .snb .depth {
    float: left;
    height: 100%;
    font-size: 17px;
    color: #333;
    background-repeat: no-repeat;
    background-position: center right 1.333em;
}
.nav_wrap .snb .depth_1 {
    width: 230px;
    background-image: url("../images/sub/icon-down.png");
    background-size: auto;
}
.nav_wrap .snb .depth_2 {
    width: 220px;
    background-image: url("../images/sub/icon-down.png");
    box-sizing: border-box;
    background-size: auto;
}

.nav_wrap .snb .depth_1.on, .nav_wrap .snb .depth_2.on {
    background-image: url("../images/sub/icon-up.png");
    background-size: auto;
}


.nav_wrap .snb .depth .now {
    display: table;
    height: 100%;
    width: 100%;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
}
.nav_wrap .snb .depth_2 .now {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
}
.nav_wrap .snb .depth .now a {
    display: table-cell;
    font-weight: 300;
    color: #333;
    height: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    vertical-align: middle;
}
.nav_wrap .snb .depth .now span {
    display: table-cell;
    font-weight: 300;
    color: #333;
    height: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    vertical-align: middle;
}
.nav_wrap .snb .depth .submenu {
    background-color: #333;
    display: none;
    position: relative;
}
.nav_wrap .snb .depth .submenu li {
    display: table;
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
    border-top: 0;
    box-sizing: border-box;
}
.nav_wrap .snb .depth .submenu li a {
    display: table-cell;
    box-sizing: border-box;
    padding-left: 1.333em;
    vertical-align: middle;
    width: 100%;
    height: 3.333em;
    background: #fafafa;
}
.nav_wrap .snb .depth .submenu li a:hover {
    background-color: #f4f4f4;
}

.sub-contents{
    padding: 100px 0;
}


.intro .section-01 .img{
    float: left;
    width: 45%;
}

.intro .section-01 .img > img{
    width: 100%;
}


 .intro .section-01 .txt{
    float: left;
    width: 50%;
}

.intro .section-01 .txt img{
    margin-left: 40px;
}

.intro .section-01 .txt .txt-box{
    position: relative;
    background: #fafafa;
    padding: 50px 50px;
    margin-top: 40px;
}

.intro .section-01 .txt .txt-box::before {
    display: block;
    content: "";
    width: 1px;
    height: 50px;
    background: #ff7700;
    position: absolute;
    top: -15px;
    left: 48px;
}

.intro .section-01 .txt .txt-box p{
    width: 550px;
}

.sub_1_1 .section-02{
    background: url("../images/sub/sub1-1-img-3.png") no-repeat;
    background-size: cover;
    margin-top: 100px;
}

.sub_1_1 .section-02 > .inner{
    padding: 100px 0;
}

.sub_1_1 .section-02 h2{
    width: 600px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.8em;
    font-weight: 100;
}

.sub_1_1 .section-02 img{
    margin: 50px auto;
    width: 70%;
}

.sub_1_1 .section-02 p{
    width: 800px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
}

.his-area .tit{
    margin: 50px auto;
    text-align: center;
}

.his-area.type-02 .tit{
    margin: 0 auto;
}


.his-area .tit p{
    background: url("../images/sub/sub1-1-img-5.png") center top no-repeat;
    background-size: 33px;
    padding-top:50px;
    margin-top: 20px;
}

.his-wrap{
    position: relative;
    overflow: hidden;
}

.his-item{
    margin: 50px auto 0 auto;
}

.his-item::before{
    display: block;
    content: "";
    width: 1px;
    height: 100%;
    background: #efefef;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.his-item .con{
    margin:100px 0 0 108px;
}


.his-item h1 {
    color: #ff7700;
    background: url(../images/sub/history-dot.png) 2px center no-repeat;
    background-size: 80px;
    padding-left: 110px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.his-item ul{
    padding-left: 110px;
}

.his-item ul li{
    font-size: 18px;
    margin-bottom: 15px;
}
.his-item ul li:last-child{
    margin-bottom: 0;
}

.his-item ul li b{
    margin-right: 10px;
}

.sub_1_2{
    padding: 100px 0 0 0;
}
.sub0102{
    width: 80%;
}
.sub_1_2 .section-01 ul{
    margin-top: 50px;
}

.sub_1_2 .section-01 ul li{
    background: red;
    margin-right: 20px;
    width: 335px;
    height: 335px;
    float: left;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    border-radius: 0 20px 0 20px;
}

.sub_1_2 .section-01 ul li:first-child{
    background-image: url("../images/sub/sub1-2-img-02.png");
}

.sub_1_2 .section-01 ul li:nth-child(2){
    background-image: url("../images/sub/sub1-2-img-03.png");
}

.sub_1_2 .section-01 ul li:nth-child(3){
    background-image: url("../images/sub/sub1-2-img-04.png");
}

.sub_1_2 .section-01 ul li:nth-child(4){
    background-image: url("../images/sub/sub1-2-img-05.png");
}


.sub_1_2 .section-01 ul li:last-child{
    margin-right: 0;
}

.sub_1_2 .section-02{
    margin-top: 50px;
    background: #fafafa;
    padding: 100px 0;
}

.sub_1_2 .section-02 ul{
    margin-top: 50px;
}

.sub_1_2 .section-02 ul li{
    float: left;
    width: 330px;
    margin-right: 20px;
    margin-bottom: 40px;
}

.sub_1_2 .section-02 ul li:last-child{
    margin-right: 0;
}

.sub_1_2 .section-02 ul li p {
    position: relative;
    text-align: center;
    width: 80%;
    margin: 30px auto 0 auto;
}

.sub_1_2 .section-02 ul li p:before{
    position: absolute;
    top:-44px;
    left:50%;
    transform: translateX(-50%);
    display: block;
    content: "";
    background: url("../images/sub/icon-dot.png") center top no-repeat;
    width: 24px;
    height: 24px;
}

.down-btn{
    position: relative;
    border:1px solid #ddd;
    background: #fff;
    width: 200px;
    height: 60px;
    display: block;
    margin: 50px auto 0 auto;
}

.down-btn > span {
    background: url("../images/sub/icon-download.png") right center no-repeat;
    width: 70%;
    display: table;
    transform: translate(-50%, -50%);
    background-size: 15px;
}

.down-btn:hover{
    box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
    transition: 0.2s;
}



.sub_2_1.intro .section-01 .txt{
    margin-top: 0;
}

.intro .section-01 .txt h1{
    text-shadow: 1px 1px 1px #fff;
    line-height: 1.5em;
    padding-left: 35px;
    font-size: 28px;
}

.sub_2_2 .section-01 .tit{
    margin: 0 auto 50px auto;
}

.his-area.type-02 .con{
    width: 600px;
    margin: 0 0 0 108px;
}

.his-area.type-02 .con.left{
    margin-left: 675px;
}

.his-area.type-02 .his-item h1 {
    color: #ff7700;
    background: url("../images/sub/icon-dot.png") 10px center no-repeat;
    padding-left: 110px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.his-area.type-02 .con.right h1{
    background: url("../images/sub/icon-dot.png") 580px center no-repeat;
    width: 610px;
}

.his-area.type-02 .con b{
    display: block;
    float: left;
}
.his-area.type-02 .con b{
    width: 200px;
}
.his-area.type-02 .con .info{
    width: 225px;
}



.sub_2_3 .section-01 ul{
    display: table;
    margin: 50px auto 0 auto;
}

.sub_2_3 .section-01 ul li{
    float: left;
    width: 350px;
    height: 400px;
    margin-right: 30px;
    border:1px solid #efefef;
    border-radius: 0 20px 0 20px;
    overflow: hidden;
}

.sub_2_3 .section-01 ul li:last-child{
    margin-right: 0px;
}

.sub_2_3 .section-01 ul li .txt-box{
    padding: 20px 40px;
    text-align: center;
}

.sub_2_3 .section-01 ul li .txt-box h4{
    margin-bottom: 20px;
}

.sub_2_3 .section-01 ul li:nth-child(2){
    margin-top: 100px;
}

.sub_2_3 .section-02{
    margin-top: 100px;
}

.sub_2_3 .section-02 ul{
    display: table;
    margin: 50px auto 0 auto;
}

.sub_2_3 .section-02 ul li{
    float: left;
    background: #ff7200;
    padding: 20px;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    width: 350px;
}

.sub_2_3 .section-02 ul li:nth-child(2){
    margin: 0 20px;
}

.sub_2_3 .section-03 .bd-box{
    padding: 40px;
}

.sub_2_3 .section-03 h2 {
    width: 210px;
    line-height: 1.5em;
    margin-top: 16px;
    padding-left: 50px;
}

.sub_2_3 .section-03 ul{
    width: 880px;
    margin-left: 100px;
    border-left: 1px solid #efefef;
    padding-left: 50px;
}

.sub_2_3 .section-03 li{
    float: left;
    width: 400px;
    font-size: 18px;
    margin-bottom: 10px;
}

.w-100{
    width: 100%;
}

.sub_2_5 .info-box .img{
    float: left;
}

.sub_2_5 .info-box .txt-box{
    float: left;
    margin-left: 50px;
}

.sub_2_5 .info-box .txt-box h2{
    margin-bottom: 30px;
}

.sub_2_5 .info-box .txt-box h4{
    float: left;
    background: #ff7200;
    color:#fff;
    text-align: center;
    padding: 10px 40px;
    border-radius: 50px;
    margin-right: 20px;
}

.sub_2_5 .info-box .txt-box p{
    float: left;
}

.sub_2_5 .item-info{
    margin-top: 50px;
}

.sub_2_5 .item-info h4{
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.sub_2_5 .item-info .info-tit::before {
    position: absolute;
    display: block;
    content: "";
    width: 390px;
    height: 1px;
    background: #ddd;
    left: 156px;
    top: 15px;
}

.sub_2_5 .item-info .info-tit::after {
    position: absolute;
    display: block;
    content: "";
    width: 390px;
    height: 1px;
    background: #ddd;
    right: 158px;
    top: 15px;
}

.sub_2_5 .item-list-wrap{
    margin-top: 56px;
}

.sub_2_5 .item-list-wrap li{
    position: relative;
    border: 1px solid #efefef;
    padding: 0 20px 60px 20px;
    margin-right: 47px;
    width: 314px;
    height: 340px;
    float: left;
    text-align: center;
}

.sub_2_5 .item-list-wrap li::before{
    display: block;
    content: "";
    width: 24px;
    height: 24px;
    background: url(../images/sub/icon-dot-02.png) no-repeat;
    padding-top: 73px;
    transform: translateY(-60px);
    text-align: center;
    margin: 0 auto;
}


.sub_2_5 .item-list-wrap li:last-child{
    margin-right: 0;
}

.sub_2_5 .item-list-wrap li p{
    width: 80%;
    margin: 0 auto;
}

.sub_2_5 .item-list-wrap li .tit{
    border-bottom: 1px solid #efefef;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.sub_2_5 .item-list-wrap li > h4 {
    background: #333;
    color: #fff;
    padding: 15px 20px;
    border-radius: 50px;
    width: 200px;
    margin: 0 auto 20px auto;
}

.sub_2_5 .item-info.type-01 .item-list-wrap{
    width: 800px;
    margin: 54px auto 0 auto;
}

.sub_2_5 .item-info.type-01 .item-list-wrap li:last-child{
    float: right;
}

.sub_2_5 .item-info.type-01 .info-tit::before {
    width: 20px;
    left: 456px;
    top: 13px;
}

.sub_2_5 .item-info.type-01 .info-tit::after {
    width: 20px;
    right: 457px;
    top: 13px;
}

.sub_2_6 .item-info{
    border-bottom: 1px solid #efefef;
    margin-bottom: 50px;
    padding-bottom: 50px;
}

.sub_2_6 .item-info .tit{
    background: url("../images/sub/icon-dot-03.png") left center no-repeat;
    padding-left: 40px;
    margin-bottom: 50px;
}

.sub_2_6 .item-info-box-01{
    float: left;
    width: 310px;
}

.sub_2_6 .item-info-box-01 b{
    width: 80px;
}

.sub_2_6 .item-info-box-01 p{
    width: 200px;
}

.sub_2_6 .item-info-box-02{
    float: left;
    border-left: 1px solid #efefef;
    margin-left: 20px;
    padding-left: 20px;
    width: 1065px;
}

table{
    border-top: 2px solid #333;
    width: 100%;
}

table tr{
    border:1px solid #efefef;
}

table tr, th, td{
    padding: 20px;
    border-right: 1px solid #efefef;
}

table th{
    background: #fafafa;
}

.btn-st.type-01{
    width: 180px;
    border:1px solid #efefef;
}

.btn-st.type-01:hover{
    transition: 0.2s;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
}

.btn-st.type-01 > span{
    display: table;
    width: 80%;
    margin: 0 auto;
}

.view-btn > span{
    background: url("../images/sub/icon-plus.png") right center no-repeat;
}

.file-btn > span{
    background: url("../images/sub/icon-download.png") right center no-repeat;
    background-size: 12px;

}

.btn-st.type-01.target-btn{
    background: #ff7200;
    border:none;
}

.target-btn > span{
    color: #fff;
    background: url("../images/sub/icon-target.png") right center no-repeat;
}

.sub_2_6 .item-info-box-02 .info-wrap{
    margin-top: 30px;
}

.sub_2_6 .item-info-box-02 .info-wrap b{
    float: left;
    width: 300px;
}

.sub_2_6 .item-info-box-02 .info-wrap .info-con-box{
    float: left;
    margin-left: 0;
    padding-left: 50px;
    border-left: 1px solid #efefef;
}

.sub_2_6 .item-info-box-02 .info-wrap b{
    font-weight: 600;
    margin-top: 5px;
}

.sub_2_6 .item-info-box-02 .info-wrap b::before {
    display: inline-block;
    content: "";
    width: 5px;
    height: 5px;
    background: #efefef;
    border-radius: 5px;
    margin: 0px 10px 0 0;
    transform: translateY(-5px);
}

.sub_2_6 th{
    width: 220px;
}

.sub_2_7 .item-info{
    border-bottom: 1px solid #efefef;
    padding-bottom: 50px;
    margin-bottom: 50px;
    
}


.sub_2_7 .item-info .tit{
    background: url("../images/sub/icon-dot-03.png") left center no-repeat;
    padding-left: 40px;
    margin-bottom: 50px;
}

.sub_2_7 .img{
    float: left;
    width: 700px;
}

.sub_2_7 .item-info .txt-box{
    float: left;
    width: 700px;
}

.sub_2_7 .item-info .txt-box b{
    width: 100px;
}

.sub_2_7 .item-info .txt-box b::before {
    display: inline-block;
    content: "";
    width: 5px;
    height: 5px;
    background: #efefef;
    border-radius: 5px;
    margin: 0px 10px 0 0;
    transform: translateY(-5px);
}

.sub_2_7 .item-info .txt-box p{
    width: 400px;
}

.sub_2_7 .textbook-box .bd-box {
    width: 280px;
    height: 370px;
}

.sub_2_7  .apt{
    margin-left: 100px;
    width: 480px;
}

.sub_3_1 .intro .section-01 .img, .intro .section-01 .txt{
    padding-top: 85px;
}

.intro .sign{
    margin: 50px 0 20px 0;
}

.sub_3_3.sub-contents{
    padding:100px 0 0 0;
}

.sub_3_3 .section-01{
    margin-bottom: 50px;
}

.sub_3_3 .section-01 .item{
    position: relative;
    width: 48%;
    height: 200px;
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    color:#fff;
}

.sub_3_3 .section-01 .item.item-01{
    margin-right: 2%;
    background-image: url("../images/sub/sub-3-3-img-01.png");
}

.sub_3_3 .section-01 .item.item-02{
    margin-right: 2%;
    background-image: url("../images/sub/sub-3-3-img-02.png");
}

.sub_3_3 .section-02{
    background: url("../images/sub/sub-3-3-img-03.png") no-repeat;
    background-size: cover;
    height: 500px;
    padding: 100px 0;
}

.sub_3_3 .section-02 ul{
    display: table;
    margin: 0 auto;
}

.sub_3_3 .section-02 ul li{
    width: 256px;
    float: left;
    color: #fff;
    text-align: center;
    background-repeat: no-repeat;
    padding-top: 130px;
    background-position: top center;
    border-right: 1px solid rgba(255,255,255,0.1);
}

.sub_3_3 .section-02 ul li:last-child{
    margin-right: 0;
}

.sub_3_3 .section-02 ul li:last-child p{
    width: 60%;
}

.sub_3_3 .section-02 ul li p{
    width: 90%;
    margin: 0 auto;
}

.sub_3_3 .section-02 ul li:first-child{
    background-image: url("../images/sub/sub-3-3-img-04.png");
}

.sub_3_3 .section-02 ul li:nth-child(2){
    background-image: url("../images/sub/sub-3-3-img-05.png");
}

.sub_3_3 .section-02 ul li:nth-child(3){
    background-image: url("../images/sub/sub-3-3-img-06.png");
}

.sub_3_3 .section-02 ul li:nth-child(4){
    background-image: url("../images/sub/sub-3-3-img-07.png");
}

.sub_3_3 .section-02 ul li:last-child{
    background-image: url("../images/sub/sub-3-3-img-08.png");
}

.sub_3_4 .section-02 table {
    text-align: center;
}

.sub_4_3 .section-01 .item img{
    width: 100%;
}

.sub_4_3 .section-01 .item .txt-box{
    position: relative;
    margin-top: 50px;
    border:1px solid #efefef;
    padding: 40px 60px;
    text-align: center;
    
}

.sub_4_3 .section-01 .item .txt-box p{
    width: 59%;
    margin: 20px auto 0 auto;
}


.sub_4_3 .section-01 .item .txt-box::before{
    position: absolute;
    top:-60px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    content: "";
    width: 22px;
    height: 60px;
    background: url("../images/sub/icon-dot-04.png") no-repeat;
}

.sub_4_4 .section-01 ul li{
    float: left;
    width: 342px;
    height: 490px;
    border: 1px solid #efefef;
    margin-right: 10px;
    margin-bottom: 10px;
}

.sub_4_4 .section-01 ul li:nth-child(4n){
    margin-right: 0;
    /*border-right:0;*/
}
.sub_4_4 .section-01{
    margin-top:60px;
}
.sub_4_4 .section-01 img{
    width: 100%;
    margin: 0 auto;
}



.sub_4_4 .section-01 .con{
    width: 80%;
    margin: 30px auto 0 auto;
}

.sub_4_4 .section-01 ul .con .top{
    margin-top:20px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.sub_4_4 .section-01 ul .con b{
    margin-right: 10px;
}

.sub_4_4 .section-01 ul .con .name{
    margin-right: 20px;
}

.sub_4_4 .section-01 ul .con b::before{
    float: left;
    display: block;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #ddd;
    margin: 12px 10px 0 0;
}

.sub_4_4 .section-01 ul .con b{
    display: block;
    float: left;

}

.sub_4_5 .section-01 ul li{
    border:1px solid #efefef;
    padding: 20px 40px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.sub_4_5 .section-01 ul li p {
    background: url("../images/sub/icon-check.png") left center no-repeat;
    padding-left: 58px;
    background-size: contain;
}


.sub_4_5 .section-02 table{
    text-align: center;
}

.sub_5_1 .section-01 .item .tit{
    background: url("../images/sub/icon-dot-03.png") left center no-repeat;
    padding-left: 40px;
    margin-bottom: 30px;
    background-size: contain;
}



.sub_5_1 .section-01 .item-wrap .item{
    width: 33.3%;
    float: left;
    padding: 0 20px;
}

.sub_5_1 .section-01 .item-wrap .item:nth-child(2){
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
}

.sub_6_3 .section-01 .info-wrap{
    display: table;
    margin: 50px auto;
}

.sub_6_3 .section-01 .info-wrap b, .sub_6_3 .section-01 .info-wrap p{
    float: left;
}

.sub_6_3 .section-01 .info-wrap b{
    margin-right: 20px;
}

.sub_6_3 .section-01 .info-wrap .fax-box{
    margin: 0 20px;
}

.sub_6_3 .section-01 .tel-box, .fax-box, .mail-box{
    float: left;
}

.sub_6_3 .section-01 .bus-info{
    position: relative;
    display: table;
    margin:50px auto 0 auto;
}

.sub_6_3 .section-01 .bus-info h4{
    float: left;
    width: 200px;
    line-height: 120px;
    text-align: center;
}


.sub_6_3 .section-01 .bus-info .txt-box{
    float: left;
    margin-left: 30px;
    padding-left: 30px;
    border-left: 1px solid #efefef;
}

.sub_6_3 .section-01 .bus-info .txt-box ul{
    margin-bottom: 20px;
}

.sub_6_3 .section-01 .bus-info .txt-box li{
    float: left;
}


.sub_6_3 .section-01 .bus-info .txt-box li:first-child{
    margin-right: 20px;
}



@media screen and (max-width: 1024px) {

    #sub-vs-area{
        margin-top: 60px;
    }

    #sub-vs-area .txt-box {
        background: #ff7200;
        width: 80%;
        height: auto;
        right: 0;
        padding: 30px 20px;
    }

    #sub-vs-area .txt-box h2{
        font-size: 25px;
    }

    .nav_wrap .snb .depth_1{
        display: none;
    }

    .sub-contents {
        padding: 50px 0;
    }

    .intro .section-01 .img {
        float: none;
        width: 100%;
    }

    .intro .section-01 .txt {
        float: none;
        width: 100%;
    }

    .sub_3_1 .intro .section-01 .img, .intro .section-01 .txt {
        padding-top: 30px;
    }

    .intro .section-01 .txt h1{
        padding-left: 0;
        font-size: 20px;
    }

    .intro .section-01 .txt .txt-box {
        padding: 50px 20px;
    }

    .intro .section-01 .txt .txt-box p {
        width: 100%;
    }

    .sub_1_1 .section-02{
        padding-top: 30px;
    }

    .sub_1_1 .section-02 > .inner {
        padding: 50px 20px;
    }

    .sub_1_1 .section-02 h2 {
        width: 100%;
        font-size: 25px;
    }

    .sub_1_1 .section-02 img {
        margin: 30px auto;
        width: 100%;
    }

    .sub_1_1 .section-02 p {
        width: 100%;
    }

    .his-area .tit {
        margin: 50px auto 0 auto;
    }

    .his-area .his-item .img{
        width: 100%;
        float: none;
    }


    .his-area .his-item .con{
        float: none;
        margin: 50px 0 0 0;

    }

    .his-item::before{
        display: none;
    }

    .sub-contents.sub_1_2{
        padding: 50px 0 0 0;
    }

    .sub_1_2 .section-01 img{
        width: 100%;
    }

    .sub_1_2 .section-01 ul li{
        width: 48%;
        height: 200px;
        margin-right: 2%;
        margin-bottom: 3%;
        text-align: center;
    }

    .sub_1_2 .section-01 ul li h2{
        font-size: 20px;
    }

    .sub_1_2 .section-02 {
        padding: 50px 0;
    }

    .sub_1_2 .section-02 ul li{
        width: 48%;
        margin-right: 2%;
        margin-bottom: 3%;
    }

    .sub_1_2 .section-02 ul li img{
        width: 100%;
    }

    .sub_1_2 .section-02 ul li p {
        width: 90%;
        font-size: 14px;
        height: 135px;
    }

    .sub_1_2 .section-02 .down-btn{
        margin: 0 auto;
    }

    .sub_2_2 .section-01 .tit {
        margin: 0 auto;
    }

    .his-area.type-02 .his-item{
        margin: 0;
    }

    .his-area.type-02 .con{
        width: 100%;
        border-bottom: 1px solid #efefef;
        margin: 0;
    }

    .his-area.type-02 .his-item .con{
        padding: 20px 0;
    }

    .his-area.type-02 .con.right h1 {
        background: url("../images/sub/icon-dot.png") 10px center no-repeat;
        width: 100%;
        padding-left: 60px;
        padding-bottom: 6px;
    }


    .his-area.type-02 .his-item h1{
        padding-left: 60px;
    }

    .his-item ul {
        padding-left: 55px;
    }

    .his-area.type-02 .con.left {
        margin-left: 0;
    }

    .sub_2_3 .section-01 ul li {
        float: none;
        width: 100%;
        height: auto;
        margin-right: 0;
    }

    .sub_2_3 .section-01 ul li img{
        width: 100%;
    }

    .sub_2_3 .section-01 ul li:nth-child(2){
        margin: 30px auto;
    }

    .sub_2_3 .section-02 {
        margin-top: 30px;
    }

    .sub_2_3 .section-02 ul li{
        width: 100%;
    }

    .sub_2_3 .section-02 ul li:nth-child(2) {
        margin: 20px 0;
    }

    .sub_2_3 .section-03 h2 {
        width: 100%;
        margin-top: 0;
        padding-left: 0;
        font-size: 20px;
        margin-bottom: 20px;
    }

    .sub_2_3 .section-03 ul {
        width: 100%;
        margin-left: 0;
        border-left: 0;
        padding-left: 0;
    }

    .sub_2_3 .section-03 li {
        float: none;
        width: 100%;
    }

    .sub_2_5 .info-box .txt-box h2{
        font-size: 20px;
    }

    .sub_2_5 .info-box .txt-box {
        float: none;
        margin-left: 0;
    }

    .sub_2_5 .info-box .txt-box p {
        width: 50%;
    }

    .sub_2_5 .item-info .info-tit::before{
        display: none;
    }

    .sub_2_5 .item-info .info-tit::after{
        display: none;
    }

    .sub_2_5 .item-list-wrap li::before {
        display: block;
        content: "";
        width: 24px;
        height: 24px;
        background: url("../images/sub/icon-dot-02.png") no-repeat;
        padding-top: 73px;
        transform: translateY(-60px);
        text-align: center;
        margin: 0 auto;
    }

    .sub_2_5 .item-list-wrap li {
        margin-right: 0;
        width: 100%;
        height: auto;
        float: none;
        text-align: center;
        margin-bottom: 58px;
    }

    .sub_2_5 .item-info.type-01 .item-list-wrap {
        width: 100%;
    }

    .sub_2_6 .item-info .tit{
        font-size: 20px;
        margin-bottom: 30px;
    }

    .sub_2_6 .item-info-box-01 {
        float: none;
        width: 100%;
    }

    .sub_2_6 .item-info-box-02 {
        float: none;
        border-left: 0;
        margin-left: 0;
        padding-left: 0;
        width: 100%;
        margin-top: 30px;
    }

    .sub_2_6 th {
        width: 20%;
    }

    .sub_2_6 .item-info-box-02 .info-wrap .info-con-box {
        float: none;
        margin-left: 0;
        padding-left: 0;
        border-left: 0;
    }

    .table-width-01{
        width: 600px;
    }

    .sub_2_7 .img {
        float: none;
        width: 100%;
    }

    .sub_2_7 .img img{
        width: 100%;
    }

    .sub_2_7 .item-info .txt-box {
        float: none;
        width: 100%;
        margin-top: 20px;
    }

    .sub_2_7 .item-info .txt-box p {
        width: 60%;
    }

    .sub_2_7 .textbook-box .bd-box {
        width: 100%;
    }

    .sub_2_7 .apt {
        margin-left: 0;
        width: 100%;
    }

    .sub_2_7 .apt p{
        width: 100% !important;
    }

    .sub_3_3.sub-contents {
        padding: 50px 0 0 0;
    }

    .sub_3_3 .section-01 .item{
        width: 100%;
    }

    .sub_3_3 .section-01 .item .pa-center{
        width: 90%;
    }

    .sub_3_3 .section-02{
        height: auto;
        padding: 50px 0;
    }

    .sub_3_3 .section-02 ul li{
        width: 50%;
        height: 230px;
        padding-top: 100px;

    }

    .sub_3_3 .section-02 ul li p{
        font-size: 13px;
    }

    .sub_3_3 .section-02 ul li:nth-child(2n){
        border:none;
    }

    .sub_3_3 .section-02 ul li:last-child p{
        width: 90%;
    }

    .sub_4_3 .section-01 .item .txt-box p {
        width: 100%;
    }

    .sub_4_4 .section-01 ul li{
        float: left;
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }

    .sub_4_4 .section-01 ul li:nth-child(2n){
        border:0;
    }

    .sub_4_4 .section-01 ul .con b, .sub_4_4 .section-01 ul .con p {
        width: 100%;
    }

    .sub_4_4 .section-01 ul .con .name {
        margin-right: 0;
        width: 100%;
    }

    .sub_4_5 .section-01 ul li{
        padding:  20px;
    }

    .sub_4_5 .section-01 ul li p {
        padding-left: 70px;
        background-size: 40px;
    }

    .sub_5_1 .section-01 .item-wrap .item {
        width: 100%;
        float: none;
        padding: 0;
        height: 200px;
    }

    .sub_5_1 .section-01 .item-wrap .item:nth-child(2) {
        border:0;
    
    }

    .sub_5_1 .btn-st.type-01{
        margin-bottom: 10px;
    }

    .sub_5_1 .btn-st.view-btn{
        margin-right: 10px;
    }

    .sub_6_3 .section-01 .info-wrap {
        display: table;
        margin: 30px auto;
    }

    .root_daum_roughmap_landing{
        width: 100% !important;
        height: 400px !important;
    }

    .sub_6_3 .section-01 .bus-info h4 {
        float: none;
        width: 100%;
        line-height: initial;
        text-align: left;
        margin-bottom: 20px;
    }

    .sub_6_3 .section-01 .bus-info .txt-box {
        float: none;
        margin-left: 0;
        padding-left: 0;
        border-left: 0;

    }
}

@media screen and (max-width: 1024px) {
    .sub_1_2 .section-01 ul li h2 {
        transform: translate(-50%,-50%);
    }
    .btn-st.type-01 {
        width: 48%;
        margin-right: 1%;
        font-size: 14px;
    }
    .sub_3_3 .section-01 .item .pa-center {
        transform: translate(-50%, -49%);
    }
    .sub_5_1 .section-01 .item-wrap .item {
        height: 120px;
    }
    .lay_pop{
        width:100%!important;
        margin:0px!important;
        left:0!important;
        top:7%!important;
        min-height:757px!important;
        text-align:Center;

    }
    .desktop{
        display:none
    }
    .mobile{
        display:block;
    }
    .lay_div{
        padding-top:20px!important;
        left:0px!important;
        text-align:center;
        background-color:white;
    }
    .lay_div   button{
        background-color:white;
        border:1px solid #ddd;
        margin-top:20px!important;
    }
}
@media screen and (min-width: 1025px) {
    .desktop{
        display:block
    }
    .mobile{
        display:none;
    }
    .lay_div{
    text-align:center;
        background-color:white;
    }
    .lay_div   button{
        background-color:white;
        margin-top:20px!important;
    }
}
