/* stit */
.stit h4 {
    font-weight: 200;
    color: #222;
    margin-top: 10px;
}
/*linedTxt*/
.linedTxt {
    text-decoration: underline;
    font-weight: 600;
}
/* roundedImg */
.roundedImg {
    border-radius: 20px;
}
/* imgBorder */
.imgBorder {
    border: 1px solid #ddd;
}
/* spLine */
.spLine {
    margin: 50px 0;
    width: 100%;
    height: 2px;
    background-color: #333;
}
@media (max-width:768px) {
    .spLine {
        margin: 30px 0;
        height: 1px;
    }
}
/* hdH */
h3.hdH {
    position: relative;
    padding-left: 15px;
}
h3.hdH:after {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 4px);
    width: 8px;
    height: 8px;
    background-color: #333;
}
@media (max-width:768px){
    h3.hdH {
        position: relative;
        padding-left: 13px;
    }
    h3.hdH:after {
        top: 7px;
        width: 6px;
        height: 6px;
    }
}
/* prdSubTab */
.prdSubTab {
    vertical-align: middle;
}
.prdSubTab .dvdSl {
    display: inline-block;
    vertical-align: middle;
    height: 13px;
    width: 1px;
    background-color: #ccc;
    margin: 0 15px;
}
.prdSubTab a {
    vertical-align: middle;
    font-size: 24px;
    font-weight: 500;
    color: #999;
    text-decoration: none;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    white-space: nowrap;
}
.prdSubTab a.act {
    color: #111;
}
.prdSubTab a:hover {
    color: #03539f;
}
@media (max-width:768px){
    .prdSubTab .dvdSl {
        height: 8px;
        margin: 0 8px;
    }
    .prdSubTab a {
        font-size: 17px;
    }
}

/* prdList */
#prdList > li {
    border-bottom: 2px solid #333;
    padding-top: 60px;
    padding-bottom: 60px;
}
#prdList > li:first-child {
    border-top: 2px solid #333;
}
#prdList .imgBox .img {
    background-color: #f7f7f7;
    text-align: center;
}
#prdList .infoBox > h4,
#prdList .infoBox > h5 {
    margin-top: 15px;
}
@media (min-width:768px){
    #prdList .infoBox {
        padding-left: 50px;
    }
}
@media (max-width:768px){
    #prdList > li {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #prdList .infoBox {
        padding-top: 20px;
    }
    #prdList .infoBox > h4,
    #prdList .infoBox > h5 {
        margin-top: 8px;
    }
}

/* spec */
.spec h5 {
    display: inline-block;
    padding-left: 10px;
    position: relative;
    color: #666;
}
.spec h5:after {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 2px);
    width: 4px;
    height: 4px;
    background-color: #ccc;
}
@media (max-width:768px){
    .spec h5:after {
        top: 10px;
    }
}
/* prBtn */
.prBtn {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #ddd;
}
.prBtn a {
    display: inline-block;
    line-height: 55px;
    width: 240px;
    border-radius: 4px;
    background-color: #03539f;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-weight: 300;
    font-size: 20px;
}
@media (max-width:768px){
    .prBtn {
        margin-top: 15px;
        padding-top: 15px;
        text-align: center;
    }
    .prBtn a {
        line-height: 40px;
        width: 150px;
        font-size: 15px;
    }
}

/* tableBasic */
.table.tableBasic thead tr th,
.table.tableBasic thead tr td,
.table.tableBasic tbody tr th,
.table.tableBasic tbody tr td {
    font-size: 17px;
    line-height: 22px;
    padding: 15px;
    text-align: center;
    vertical-align: middle;
}
.table.tableBasic thead tr th,
.table.tableBasic thead tr td {
    background-color: #5e5b5a;
    color: #fff;
    border: 0px;
}
.table.tableBasic thead tr th:not(:first-child) {
    border-left: 1px solid #777;
}
.table.tableBasic tbody tr th,
.table.tableBasic tbody tr td {
    color: #333;
    border-top: 0px;
    border-bottom: 1px solid #ddd;
}
.table.tableBasic tbody tr th {
    font-weight: 500;
}
.table.tableBasic tbody tr td {
    font-weight: 300;
    border-left: 1px solid #ddd;
}
.table.tableBasic tbody tr:hover th,
.table.tableBasic tbody tr:hover td {
    background-color: #f7f7f7;
}
@media (max-width:768px){
    .table.tableBasic thead tr th,
    .table.tableBasic thead tr td,
    .table.tableBasic tbody tr th,
    .table.tableBasic tbody tr td {
        font-size: 14px;
        line-height: 17px;
        padding: 8px;
    }
}

/* rnd_01 :: sec1 */
@media (min-width:768px){
    #rnd_01 .sec1 .rt {
        padding-left: 30px;
    }
}
@media (max-width:768px){
    #rnd_01 .sec1 .rt {
        padding-top: 20px;
    }
    #rnd_01 .sec1 .c_wrp {
        display: flex;
        flex-wrap: wrap;
    }
    #rnd_01 .sec1 .c_wrp > div {
        width: 100%;
    }
    #rnd_01 .sec1 .lt {
        order: 1;
    }
    #rnd_01 .sec1 .rt {
        order: 2;
    }
}
/* rnd_01 .sec2 */
#rnd_01 .sec2 {
    background-color: #f7f7f7;
}
/* rnd_01 .sec4 */
#rnd_01 .sec4 {
    background-color: #f7f7f7;
}
#rnd_01 .sec4 .wBox {
    background-color: #fff;
    padding: 60px;
    border-radius: 20px;
}
@media (min-width:768px){
    #rnd_01 .sec4 .tbox {
        padding-right: 30px;
    }
}
@media (max-width:768px){
    #rnd_01 .sec4 .wBox {
        padding: 30px;
        border-radius: 10px;
    }
}

/* rnd_02 :: sec1 */
@media (min-width:768px){
    #rnd_02 .sec1 .lt {
        padding-right: 30px;
    }
}
/* rnd_03 */
#rnd_03 .cellList > li {
    margin: 15px 0;
}
#rnd_03 .cellList .item {
    padding: 40px;
    border-radius: 20px;
    background-color: #f7f7f7;
}
@media (max-width:768px){
    #rnd_03 .cellList .item {
        padding: 25px;
    }
    #rnd_03 .cellList .item img {
        width: 200px;
    }
}

/* howList */
.howList  {
    padding-top: 20px;
}
.howList li {
    margin: 10px 0;
}
.howList li h5 {
    position: relative;
    padding-left: 35px;
}
.howList li h5 .num {
    position: absolute;
    left: 0;
    top: 3px;
    width: 25px;
    line-height: 25px;
    background-color: #a78966;
    color: #fff;
    font-weight: 600;
    border-radius: 50%;
    text-align: center;
}
@media (max-width:768px) {
    .howList  {
        padding-top: 10px;
    }
    .howList li h5 {
        padding-left: 25px;
    }
    .howList li h5 .num {
        width: 20px;
        line-height: 20px;
        font-size: 0.8em;
        top: 0;
    }
}

/* rnd_02 */
#rnd_02 .exerWrp {
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
    padding: 40px 0;
}
#rnd_02 .exerWrp.exerWrp_scd {
    border-top: 0px;
}
#rnd_02 .exerWrp .leftBox {
    position: relative;
}
#rnd_02 .exerWrp .ibox {
    border: 2px solid #333;
}
#rnd_02 .exerWrp .ibox a {
    display: block;
    text-decoration: none;
}
#rnd_02 .exerWrp .ibox a p {
    text-decoration: none;
}
#rnd_02 .exerWrp .math {
    padding: 15px;
    background-color: #f7f7f7;
    border-radius: 10px;
    margin-top: 10px;
}
#rnd_02 .exerWrp .math .num {
    display: inline-block;
    font-size: 0.7em;
    border: 1px solid #aaa;
    line-height: 32px;
    width: 35px;
    text-align: center;
    margin-right: 5px;
}
@media (min-width:768px) {
    #rnd_02 .exerWrp {
        display: flex;
        flex-wrap: nowrap;
    }
    #rnd_02 .exerWrp .leftBox {
        width: 40%;
        padding-right: 20px;
    }
    #rnd_02 .exerWrp .leftBox:after {
        content: "";
        position: absolute;
        right: 0;
        top: 0%;
        height: 100%;
        width: 1px;
        background-color: #ddd;
    }
    #rnd_02 .exerWrp:not(.exerWrp_scd) .rightBox {
        width: 60%;
        padding-left: 30px;
    }
}
@media (max-width:768px) {
    #rnd_02 .exerWrp {
        padding: 20px 0;
    }
    #rnd_02 .exerWrp .leftBox img {
        border: 1px solid #ddd;
    }
    #rnd_02 .exerWrp .rightBox {
        text-align: center;
        margin-top: 20px;
    }
    #rnd_02 .exerWrp .rightBox .conbox {
        margin-top: 20px;
    }
    #rnd_02 .exerWrp .math .num {
        line-height: 22px;
        width: 25px;
        margin: 5px;
    }
}

/* prfList */
.prfList li {
    margin: 15px 0;
}
.prfList li .prfItem {
    cursor: pointer;
    position: relative;
    padding: 20px;
    text-align: center;
    
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.prfList li .prfItem:hover {
    box-shadow: 20px 20px 45px rgba(0,0,0,0.15);
}
.prfList li .prfItem:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.prfList li .prfItem:hover:after {
    border-color: #c49a6c;
}
@media (max-width:768px){
    .prfList li {
        margin: 5px 0;
    }
}

/* profileModal */
.profileModal .modal-dialog {
    width: 95%;
    max-width: 1000px;
}
.profileModal .modal-dialog .modal-content,
.profileModal .modal-dialog .modal-content .modal-body {
    padding: 0px;
    border-radius: 0px;
}
.profileModal .profileArea {
    position: relative;
}
.profileModal .profileArea > .left {
    width: 20%;
    text-align: center;
    background-color: #e2e6eb;
}
.profileModal .profileArea > .left .con {
    padding: 15px 5px;
}
.profileModal .profileArea > .left h5,
.profileModal .profileArea > .left p {
    line-height: 1.2em;
}
.profileModal .profileArea > .talk {
    padding: 30px;
    background-color: #fcfcfc;
    border-bottom: 1px solid #e2e6eb;
}
@media (max-width:768px){
    .profileModal .profileArea > .left {
        width: 30%;
    }
}
/* careerArea */
.careerArea {
    padding: 30px;
}
.careerArea > ul > li {
    margin: 20px 0;
}
.careerArea > ul > li > h5 {
    font-weight: 700;
}
@media (max-width:768px){
    .careerArea {
        padding: 15px;
    }
}
/* moreInfo */
a.moreInfo {
    text-decoration: none;
    display: inline-block;
    line-height: 26px;
    padding: 0 15px;
    border: 1px solid #aaa;
    border-radius: 4px;
    color: #666;
    font-size: 15px;
    color: #666;
    font-weight: 400;
    margin-left: 5px;
}
/* careerList */
.careerList > li {
    font-size: 17px;
    line-height: 1.2em;
    color: #666;
    font-weight: 300;
    position: relative;
    margin: 10px 0;
    word-break: keep-all;
}
.careerList > li > .yy {
    font-weight: 500;
    color: #00a9b0;
}
.careerList > li > .yy strong {
    display: flex;
    width: 115px;
    flex-wrap: nowrap;
    justify-content: space-between;
}
@media (min-width:768px){
    .careerList > li {
        padding-left: 130px;
    }
    .careerList > li > .yy {
        position: absolute;
        left: 0;
    }
}
@media (max-width:768px) {
    .careerList > li {
        font-size: 15px;
    }
}
@media (max-width:500px) {
    .careerList > li {
        font-size: 13px;
    }
    .careerList > li > .yy strong {
        width: 95px;
        font-weight: 400;
    }
}
/* careerList2 */
.careerList3 > li,
.careerList2 > li {
    font-size: 17px;
    line-height: 1.6em;
    color: #666;
    font-weight: 300;
    position: relative;
    margin: 10px 0;
    word-break: keep-all;
    position: relative;
    padding-left: 15px;
}
.careerList2 > li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 4px;
    height: 4px;
    background-color: #aaa;
}
.careerList3 > li {
    padding-left: 25px;
}
.careerList3 > li span {
    position: absolute;
    left: 0;
}
@media (max-width:768px) {
    .careerList3 > li,
    .careerList2 > li {
        font-size: 15px;
    }
}
@media (max-width:500px) {
    .careerList3 > li,
    .careerList2 > li {
        font-size: 13px;
    }
    .careerList2 > li:after {
        top: 8px;
    }
}



/* learn_01 */
#learn_01 .exerWrp {
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
    padding: 40px 0;
}
#learn_01 .exerWrp.exerWrp_scd {
    border-top: 0px;
}
#learn_01 .exerWrp .leftBox {
    position: relative;
}
@media (min-width:768px) {
    #learn_01 .exerWrp .leftBox {
        width: 40%;
        padding-right: 30px;
    }
    #learn_01 .exerWrp .leftBox:after {
        content: "";
        position: absolute;
        right: 0;
        top: 0%;
        height: 100%;
        width: 1px;
        background-color: #ddd;
    }
    #learn_01 .exerWrp .rightBox {
        width: 60%;
        padding-left: 30px;
    }
    #learn_01 .exerWrp.rev .leftBox {
        width: 60%;
        padding-right: 30px;
    }
    #learn_01 .exerWrp.rev .rightBox {
        width: 40%;
        padding-left: 30px;
    }
}
@media (max-width:768px) {
    #learn_01 .exerWrp {
        padding: 20px 0;
    }
    #learn_01 .exerWrp .leftBox img {
        border: 1px solid #ddd;
    }
    #learn_01 .exerWrp .rightBox {
        text-align: center;
        margin-top: 20px;
    }
    #learn_01 .exerWrp .rightBox .conbox {
        margin-top: 20px;
    }
}
/* learn_01 :: sec2 */
#learn_01 .sec2 {
    background-color: #f7f7f7;
}
/* learn_01 :: sec4 */
#learn_01 .sec4 {
    background-color: #f7f7f7;
}

/* whyTired */
.whyTired {
    position: relative;
}
.whyTired .tbox ul {
    margin: 0 -7px;
}
.whyTired .tbox ul > li {
    padding: 0 7px;
}
.whyTired .tbox h5 {
    border: 1px solid #c49a6c;
    box-shadow: 20px 20px 45px rgba(0,0,0,0.15);
    background-color: #fff;
    padding: 13px 10px;
    line-height: 1.1em;
    text-align: center;
}
@media (min-width:768px){
    .whyTired .tbox {
        width: 60%;
        position: relative;
        z-index: 3;
    }
    .whyTired .ibox {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 50%;
        background: url(../img/whyTired.jpg) center center no-repeat;
    }
}
@media (max-width:768px){
    .whyTired .tbox h5 {
        box-shadow: 5px 5px 15px rgba(0,0,0,0.05);
        padding: 10px;
    }
}

/* learn_01 :: sec4 */
#learn_01 .sec4 ul li {
    margin: 40px 0;
}
@media (min-width:768px){
    #learn_01 .sec4 ul li:nth-child(even) .ibox {
        text-align: right;
    }
    #learn_01 .sec4 .ibox img {
        box-shadow: 20px 20px 45px rgba(0,0,0,0.25);
    }
}
@media (max-width:768px){
    #learn_01 .sec4 .c_wrp {
        display: flex;
        flex-wrap: wrap;
    }
    #learn_01 .sec4 .c_wrp > div {
        width: 100%;
    }
    #learn_01 .sec4 .ibox {
        order: 1;
        padding-bottom: 20px;
    }
    #learn_01 .sec4 .tbox {
        order: 2;
    }
}
/* learn_01 .sec5 */
#learn_01 .sec5 .btBox {
    background-color: #fff;
    border-radius: 20px;
    padding: 40px;
    border: 1px dashed #03539f;
}
#learn_01 .sec5 .grBox {
    background-color: #f7f7f7;
    border-radius: 20px;
    padding: 40px;
}
#learn_01 .sec5 .grBox .imgBorder {
    background-color: #fff;
}

/* learn_02 :: sec1 */
#learn_02 .sec1 .img {
    position: relative;
}
#learn_02 .sec1 .img:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 35%;
    width: 100%;
    background-color: #eff0f6;
}
#learn_02 .sec1 .img img {
    position: relative;
    z-index: 3;
}
/* learn_02 .sec2 */
#learn_02 .sec2 {
    background-color: #f7f7f7;
}
/* learn_03 */
#learn_03 .exerWrp {
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
    padding: 40px 0;
}
#learn_03 .exerWrp.exerWrp_scd {
    border-top: 0px;
}
#learn_03 .exerWrp .leftBox {
    position: relative;
}
@media (min-width:768px) {
    #learn_03 .exerWrp .leftBox {
        width: 50%;
        padding-right: 30px;
    }
    #learn_03 .exerWrp .leftBox:after {
        content: "";
        position: absolute;
        right: 0;
        top: 0%;
        height: 100%;
        width: 1px;
        background-color: #ddd;
    }
    #learn_03 .exerWrp .rightBox {
        width: 50%;
        padding-left: 30px;
    }
}
@media (max-width:768px) {
    #learn_03 .exerWrp {
        padding: 20px 0;
    }
    #learn_03 .exerWrp .leftBox img {
        border: 1px solid #ddd;
    }
    #learn_03 .exerWrp .rightBox {
        text-align: center;
        margin-top: 20px;
    }
    #learn_03 .exerWrp .rightBox .conbox {
        margin-top: 20px;
    }
}

/* rndList */
.rndList li {
    position: relative;
    margin-bottom: 20px;
    padding-left: 70px;
}
.rndList li .num {
    position: absolute;
    left: 0;
    top: 0;
    font-style: italic;
}
.rndList li p {
    font-style: italic;
}
.rndList li p.no_ital {
    font-style: normal;
}
.rndList li h5 {
    font-weight: 400;
}
.rndList li a {
    display: inline-block;
    color: #333;
}
.rndList li a:hover span {
    text-decoration: underline;
}
@media (max-width:768px) {
    .rndList li {
        margin-bottom: 10px;
        padding-left: 45px;
    }
}

/* study_01 */
#study_01 .exerWrp {
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
    padding: 40px 0;
}
#study_01 .exerWrp.exerWrp_scd {
    border-top: 0px;
}
#study_01 .exerWrp .leftBox {
    position: relative;
}
@media (min-width:768px) {
    #study_01 .exerWrp .leftBox {
        width: 40%;
        padding-right: 30px;
    }
    #study_01 .exerWrp .leftBox:after {
        content: "";
        position: absolute;
        right: 0;
        top: 0%;
        height: 100%;
        width: 1px;
        background-color: #ddd;
    }
    #study_01 .exerWrp .rightBox {
        width: 60%;
        padding-left: 30px;
    }
}
@media (max-width:768px) {
    #study_01 .exerWrp {
        padding: 20px 0;
    }
    #study_01 .exerWrp .leftBox img {
        border: 1px solid #ddd;
    }
    #study_01 .exerWrp .rightBox {
        text-align: center;
        margin-top: 20px;
    }
    #study_01 .exerWrp .rightBox .conbox {
        margin-top: 20px;
    }
}

/* study_04 */
#study_04 .exerWrp {
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
    padding: 40px 0;
}
#study_04 .exerWrp.exerWrp_scd {
    border-top: 0px;
}
#study_04 .exerWrp .leftBox {
    position: relative;
}
#study_04 .exerWrp .leftBox p {
    line-height: 1.2em;
    word-break: keep-all;
}
#study_04 .exerWrp .ibox {
    border: 1px solid #ddd;
}
#study_04 .exerWrp .ibox a {
    display: block;
    text-decoration: none;
}
#study_04 .exerWrp .ibox a p {
    text-decoration: none;
}
@media (min-width:768px) {
    #study_04 .exerWrp {
        display: flex;
        flex-wrap: nowrap;
    }
    #study_04 .exerWrp .leftBox {
        width: 40%;
        padding-right: 20px;
    }
    #study_04 .exerWrp .leftBox:after {
        content: "";
        position: absolute;
        right: 0;
        top: 0%;
        height: 100%;
        width: 1px;
        background-color: #ddd;
    }
    #study_04 .exerWrp:not(.exerWrp_scd) .rightBox {
        width: 60%;
        padding-left: 30px;
    }
}
@media (max-width:768px) {
    #study_04 .exerWrp {
        padding: 20px 0;
    }
    #study_04 .exerWrp .leftBox img {
        border: 1px solid #ddd;
    }
    #study_04 .exerWrp .rightBox {
        text-align: center;
        margin-top: 20px;
    }
    #study_04 .exerWrp .rightBox .conbox {
        margin-top: 20px;
    }
}

/* study_05 */
#study_05 .exerWrp {
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
    padding: 40px 0;
}
#study_05 .exerWrp.exerWrp_scd {
    border-top: 0px;
}
#study_05 .exerWrp .leftBox {
    position: relative;
}
#study_05 .exerWrp .leftBox p {
    line-height: 1.2em;
    word-break: keep-all;
}
#study_05 .exerWrp .ibox {
    border: 1px solid #ddd;
}
#study_05 .exerWrp .ibox a {
    display: block;
    text-decoration: none;
}
#study_05 .exerWrp .ibox a p {
    text-decoration: none;
}
@media (min-width:768px) {
    #study_05 .exerWrp {
        display: flex;
        flex-wrap: nowrap;
    }
    #study_05 .exerWrp .leftBox {
        width: 40%;
        padding-right: 20px;
    }
    #study_05 .exerWrp.rvc .leftBox {
        width: 60%;
    }
    #study_05 .exerWrp .leftBox:after {
        content: "";
        position: absolute;
        right: 0;
        top: 0%;
        height: 100%;
        width: 1px;
        background-color: #ddd;
    }
    #study_05 .exerWrp:not(.exerWrp_scd) .rightBox {
        width: 60%;
        padding-left: 30px;
    }
    #study_05 .exerWrp.rvc .rightBox {
        width: 40%;
    }
}
@media (max-width:768px) {
    #study_05 .exerWrp {
        padding: 20px 0;
    }
    #study_05 .exerWrp .leftBox img {
        border: 1px solid #ddd;
    }
    #study_05 .exerWrp .rightBox {
        text-align: center;
        margin-top: 20px;
    }
    #study_05 .exerWrp .rightBox .conbox {
        margin-top: 20px;
    }
}



/* rnd_01 */
#rnd_01 .exerWrp {
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
    padding: 40px 0;
}
#rnd_01 .exerWrp.exerWrp_scd {
    border-top: 0px;
}
#rnd_01 .exerWrp .leftBox {
    position: relative;
}
#rnd_01 .exerWrp .leftBox p {
    line-height: 1.2em;
    word-break: keep-all;
}
#rnd_01 .exerWrp .ibox {
    border: 1px solid #ddd;
}
#rnd_01 .exerWrp .ibox a {
    display: block;
    text-decoration: none;
}
#rnd_01 .exerWrp .ibox a p {
    text-decoration: none;
}
@media (min-width:768px) {
    #rnd_01 .exerWrp {
        display: flex;
        flex-wrap: nowrap;
    }
    #rnd_01 .exerWrp .leftBox {
        width: 40%;
        padding-right: 20px;
    }
    #rnd_01 .exerWrp.rvc .leftBox {
        width: 60%;
    }
    #rnd_01 .exerWrp .leftBox:after {
        content: "";
        position: absolute;
        right: 0;
        top: 0%;
        height: 100%;
        width: 1px;
        background-color: #ddd;
    }
    #rnd_01 .exerWrp:not(.exerWrp_scd) .rightBox {
        width: 60%;
        padding-left: 30px;
    }
    #rnd_01 .exerWrp.rvc .rightBox {
        width: 40%;
    }
}
@media (max-width:768px) {
    #rnd_01 .exerWrp {
        padding: 20px 0;
    }
    #rnd_01 .exerWrp .leftBox img {
        border: 1px solid #ddd;
    }
    #rnd_01 .exerWrp .rightBox {
        text-align: center;
        margin-top: 20px;
    }
    #rnd_01 .exerWrp .rightBox .conbox {
        margin-top: 20px;
    }
}