/*atop01*/
.atop01 .sec01 .conbox .at_top {
    max-width: 1030px;
    margin: 0 auto;
}
.atop01 .sec01 .conbox .c_wrp .r_box {
    background: url(../img/me_r_box.jpg) left top no-repeat;
    background-attachment: fixed;
}
.atop01 .sec01 .conbox .c_wrp .l_box {
    background: #c6923f;
    padding: 20px 15px;
    background-size: cover;
}
.atop01 .sec01 .conbox .c_wrp .l_box h1 strong {
    display: inline-block;
    padding-bottom: 4px;
    border-bottom: 2px solid #fff;
}
.atop01 .sec01 .conbox .c_wrp .l_box h4 {
    font-weight: 300;
}
@media (min-width:769px){
    .atop01 .sec01 .conbox .c_wrp {
        height: 480px;
    }
}
/*ato_box*/
.ato_box h3 {
    margin-bottom: 5px;
    font-weight: 700;
    margin-top: 10px;
}
@media (max-width:768px){
    .ato_box > li {
        border-bottom: 1px dashed #ddd;
        padding-bottom: 10px;
        margin-bottom: 10px;
        text-align: left;
    }
    .ato_box .icon_wrp {
        width: 25%;
        padding-right: 15px;
    }   
}
/*atop01 :: sec03*/
.atop01 .sec03 {
    background-color: #f7f7f7;
}

/*ftft*/
.ftft li {
    position: relative;
}
.ftft li .icon_box {
    margin-bottom: 15px;
}
@media (min-width:769px){
    .ftft li:after {
        content: "";
        position: absolute;
        right: 0;
        top: 15%;
        height: 70%;
        width: 1px;
        background-color: #ddd;
    }
    .ftft li:last-child:after {
        display: none;
    }
}
@media (max-width:768px){
    .ftft li .icon_box img {
        width: 70px;
    }
    .ftft li {
        border-bottom: 1px dashed #ddd;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .ftft li:last-child {
        border-bottom: 0px;
    }
}
/*age_ft*/
.age_ft > li {
    background-color: #fff;
    border-top: 1px solid #333;
    padding: 30px 20px;
}
.age_ft > li:first-child {
    border-top: 2px solid #333;
}
.age_ft > li:last-child {
    border-bottom: 2px solid #333;
}
.age_ft .txtbox ul li {
    position: relative;
    font-size: 20px;
    color: #221814;
    font-weight: 400;
    line-height: 1.4em;
    text-transform: none;
    padding: 5px 0;
    padding-left: 80px;
}
.age_ft .txtbox ul li span {
    position: absolute;
    left: 0;
    line-height: 1em;
    padding: 5px 15px;
    border-radius: 5px;
    background-color: #72b517;
    color: #fff;
}
@media (min-width:769px){
    .age_ft .topbox {
        width: 20%;
    }
}
@media (max-width:768px){
    .age_ft > li {
        padding: 20px 15px;
    }
    .age_ft .topbox img {
        width: 100px;
    }
    .age_ft .txtbox ul li {
        font-size: 14px;
        padding-left: 60px;
        word-break: keep-all;
    }
    .age_ft .txtbox ul li span {
        padding: 5px 10px;
    }
}

/*atop02 :: sec01*/
.atop02 .sec01 .c_wrp > div {
    padding: 50px 15px;
}
.atop02 .sec01 .l_box {
    background-color: #221e1f;
}
.atop02 .sec01 .r_box {
    background-color: #72b517;
}
.atop02 .sec01 .conbox .c_wrp h1 strong {
    display: inline-block;
    padding-bottom: 4px;
    border-bottom: 2px solid #fff;
}
.atop02 .sec01 .conbox .ato_i {
    margin-bottom: 15px;
}
@media (max-width:768px){
    .atop02 .sec01 .c_wrp > div {
        padding: 30px 15px;
    }
    .atop02 .sec01 .conbox .ato_i img {
        width: 70px;
    }
}
/*atop02 :: sec02*/
.atop02 .sec02 {
    background-color: #f7f7f7;
}
.atop02 .sec02 .conbox > ul > li {
    border-top: 2px solid #222;
    padding: 40px 30px;
    background-color: #fff;
}
.atop02 .sec02 .conbox > ul > li:last-child {
    border-bottom: 2px solid #222;
}
.atop02 .sec02 .conbox h2 {
    margin-bottom: 15px;
    font-weight: 700;
}
.atop02 .sec02 .conbox h2 strong {
    display: inline-block;
    padding: 8px;
    line-height: 1em;
    background-color: #72b517;
    color: #fff;
}

@media (min-width:769px){
	.atop02 .c_wrp > div.img {
		width: 270px;
		padding: 0 30px 0 0;
	}
}
@media (max-width:768px){
    .atop02 .sec02 .conbox > ul > li {
        padding: 30px 20px;
    }
}

/*atop03*/
.atop03 .st_wrp > li {
    margin-bottom: 40px;
}
.atop03 .st_wrp > li:last-child {
    margin-bottom: 0;
}
.atop03 .st_wrp > li > div {
    position: relative;
}
.atop03 .st_wrp > li > div:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/st_wrp_bg.png) center center;
    z-index: 2;
}
.atop03 .st_wrp > li > div .num {
    position: absolute;
    width: 65px;
    height: 65px;
    font-size: 35px;
    line-height: 1em;
    padding-top: 15px;
    text-align: center;
    background-color: #72b517;
    font-weight: 900;
    color: #fff;
    top: 15px;
    left: -15px;
    z-index: 3;
}
.atop03 .st_wrp > li > div .num:after {
    content: "";
    position: absolute;
    width: 100px;
    left: 100%;
    top: 50%;
    height: 1px;
    background-color: #72b517;
}
.atop03 .st_wrp > li:nth-child(even) > div .num,
.atop03 .st_wrp > li:nth-child(even) > div .num:after {
    background-color: #c6923f;
}
.atop03 .st_wrp .c_wrp {
    position: relative;
}
.atop03 .st_wrp .c_wrp .txtbox {
    padding: 30px 15px 30px 80px;
}
.atop03 .st_wrp .st_wrp01 {
    background-color: #f7f7f7;
}
.atop03 .st_wrp .st_wrp03 {
    background-color: #fafafa;
}
.atop03 .st_wrp .st_wrp05 {
    background-color: #dcccc7;
}
.atop03 .st_wrp .txtbox h3 {
    margin-bottom: 10px;
}
@media (min-width:769px){
    .atop03 .st_wrp .st_wrp02 {
        background: url(../img/st_wrp_bg2.png) center center;
    }
    .atop03 .st_wrp .st_wrp04 {
        background: url(../img/st_wrp_bg4.jpg) center center;
    }
    .atop03 .st_wrp .st_wrp05 {
        background: url(../img/st_wrp_b5.jpg) center center;
    }
}
@media (max-width:768px){
    .atop03 .st_wrp > li {
        margin-bottom: 20px;
    }
    .atop03 .st_wrp > li:last-child {
        margin-bottom: 0;
    }
    .atop03 .st_wrp > li > div .num {
        width: 35px;
        height: 35px;
        font-size: 20px;
        padding-top: 7px;
        top: 0px;
        left: -10px;
        z-index: 3;
    }
    .atop03 .st_wrp > li > div .num:after {
        width: 30px;
    }
    .atop03 .st_wrp > li:nth-child(even) > div .num,
    .atop03 .st_wrp > li:nth-child(even) > div .num:after {
        background-color: #c6923f;
    }
    .atop03 .st_wrp .c_wrp {
        position: relative;
    }
    .atop03 .st_wrp .c_wrp .txtbox {
        padding: 30px 15px 30px 30px;
    }
    .atop03 .st_wrp .st_wrp01 {
        background-color: #f7f7f7;
    }
    .atop03 .st_wrp .st_wrp03 {;
        background-color: #fafafa;
    }
    .atop03 .st_wrp .txtbox h3 {
        margin-bottom: 10px;
    }
}
/*sec02*/
.atop03 .sec02 {
    background-color: #f7f7f7;
}
.atop03 .sec02 ul li {
    margin: 15px 0;
    position: relative;
}
.atop03 .sec02 ul li:after {
    content: "";
    position: absolute;
    width: 58px;
    height: 50px;
    background: url(../img/pr_dotted.png) center center no-repeat;
    left: 93%;
    top: 47%;
}
.atop03 .sec02 ul li:nth-child(3):after,
.atop03 .sec02 ul li:nth-child(6):after {
    display: none;
}
.atop03 .sec02 ul li h3 {
    margin-top: 10px;
    font-weight: 600;
}
@media (max-width:992px){
    .atop03 .sec02 ul li:after {
        display: none;
    }
    .atop03 .sec02 ul li .img_wrp img {
        width: 140px;
    }
}