.r-sct-main {
    height: 300px;
}

.r-sct-main-inr {
    height: 150px;
}
a:hover,
a.ro:hover,
a .ro:hover{ opacity:0.8; }
table {
    border-collapse: collapse;
    border-spacing: 0;
}
@media (max-width: 768px) {
    .r-sct-main {
        height: 200px;
    }

    .r-sct-main-inr {
        height: 100px;
    }
}
.wrapper1080 {
    width: 1080px;
    margin: 0 auto;
}
@media only screen and (max-width:767px){
    .wrapper1080{
        width: 100%;
        max-width: none;
    }
}

/* secFormTable */
.secFormTable{
    margin-top: 63px;
}
.secFormTable .must{
    display: inline-block;
    vertical-align: top;
    font-size: 10px;
    text-align: center;
    color: #793737;
    border: 1px solid #793737;
    border-radius: 3px;
    letter-spacing: 0;
    width: 50px;
    height: 30px;
    line-height: 28px;
    background: #FFF;
    font-weight: 400;
}
.secFormTable tr th,
.secFormTable tr td{
    border: 1px solid #CCC;
}
.secFormTable tr th{
    width: 200px;
    width: 220px;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 1.5px;
    padding: 14px 0px 14px 20px;
    font-weight: 500;
    vertical-align: middle;
    background: #F7F7F7;
}
.secFormTable tr th .inner{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    padding-right: 19px;
}
.secFormTable tr td{
    padding: 14px 0px 14px 20px;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 1px;
    background: #FFF;
}
.secFormTable.co tr td{
    padding: 21px 0px 21px 20px;
}
.secFormTable tr td .txtError {
    /*display: none;*/
    color: #F00;
    font-size: 12px;
    line-height: 18px;
    background: url(../img/icon/iconError.png) 0 2px / 14px auto no-repeat;
    padding: 0 0 0 17px;
    margin-top: 10px;
}
.secFormTable input[type="text"],
.secFormTable input[type="tel"],
.secFormTable input[type="email"],
.secFormTable input[type="password"],
.secFormTable select{
    height: 50px;
    border: 1px solid #CCC;
    font-size: 14px;
    letter-spacing: 1px;
    padding-left: 15px;
    background: #FFF;
}
.secFormTable textarea{
    width: 100%;
    height: 100px;
    border: 1px solid #CCC;
    font-size: 15px;
    line-height: 1.5;
    padding: 10px 14px;
}
.secFormTable select{
    max-width: 100%;
    padding-right: 15px;
}
_:-ms-lang(x)::-ms-backdrop, .secFormTable select{
    padding: 0;
}
.secFormTable input[type="text"].inputRequired,
.secFormTable input[type="tel"].inputRequired,
.secFormTable input[type="email"].inputRequired,
.secFormTable input[type="password"].inputRequired,
.secFormTable select.inputRequired{
    border-color: #773535;
    background: #FFFFF0;
}
.secFormTable .w200{
    width: 200px;
}
.secFormTable .w340{
    width: 340px;
}
.secFormTable .w500{
    width: 500px;
}
.secFormTable .w700{
    width: 700px;
}
.secFormTable .txtNote{
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    font-weight: 300;
    margin-left: 13px;
}
.secFormTable .boxRadioList{
    padding: 12px 0 16px;
}
.secFormTable .boxRadioList li{
    display: inline-block;
    vertical-align: top;
    margin-right: 19px;
}
.secFormTable .boxRadioList li:last-child{
    margin-right: 0;
}
.secFormTable .boxRadioList li input[type="radio"]{
    margin: 0 10px 0 0;
    display: inline-block;
    -webkit-appearance:radio;
    -moz-appearance:radio;
}
.secFormTable .boxRadioList li .inner{
    display: inline-block;
    vertical-align: middle;
    line-height: 13px;
}
.secFormTable .txtGuideline{
    padding: 20px 0 24px;
}
.secFormTable .txtGuideline input[type="checkbox"],
.secFormTable .txtAgent input[type="checkbox"]{
    width: 16px;
    height: 16px;
    margin: 0 10px 0 0;
}
.secFormTable .txtAgent input[type="checkbox"]{
    margin: 5px 7px 0 0;
}
.secFormTable .txtGuideline a{
    color: #00217F;
    text-decoration: underline;
}
.secFormTable .txtGuideline .inner{
    display: inline-block;
    vertical-align: middle;
    line-height: 16px;
}
.secFormTable .txtAgent{
    padding: 7px 0;
    font-size: 0;
}
.secFormTable .txtAgent .inner{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.5px;
}
@media only screen and (max-width:767px){
    .secFormTable{
        width: 100%;
        margin-top: 30px;
    }
    .secFormTable .must{
        height: 26px;
        line-height: 24px;
        font-size: 12px;
    }
    .secFormTable tbody,
    .secFormTable tr,
    .secFormTable tr th,
    .secFormTable tr td{
        display: block;
    }
    .secFormTable{
        border-top: 1px solid #CCC;
    }
    .secFormTable tr th,
    .secFormTable tr td{
        border: none;
        border-bottom: 1px solid #CCC;
    }
    .secFormTable tr th{
        width: 100%;
        font-size: 13px;
        line-height: 1.5;
        letter-spacing: 0.5px;
        padding: 10px 4.83%;
    }
    .secFormTable tr th .inner{
        padding-right: 0;
    }
    .secFormTable tr th .must{
        top: calc(50% - 13px);
    }
    .secFormTable tr td{
        padding: 20px 4.83%;
        font-size: 13px;
        line-height: 1.5;
        letter-spacing: 0.5px;
        box-sizing: content-box;
    }
    .secFormTable.co tr td{
        padding: 15px 4.83%;
    }
    .secFormTable input[type="text"],
    .secFormTable input[type="tel"],
    .secFormTable input[type="email"],
    .secFormTable input[type="password"],
    .secFormTable select{
        height: 40px;
        font-size: 13px;
    }
    .secFormTable textarea{
        width: 100%;
        font-size: 13px;
        padding: 10px;
    }
    .secFormTable .ws100p{
        width: 100%;
    }
    .secFormTable .txtNote{
        display: block;
        margin: 10px 0 0;
    }
    .secFormTable .boxRadioList{
        padding: 0;
    }
    .secFormTable .boxRadioList li{
        display: inline-block;
        vertical-align: top;
        margin-right: 23px;
    }
    .secFormTable .boxRadioList li:last-child{
        margin-right: 0;
    }
    .secFormTable .boxRadioList li input[type="radio"]{
        margin: 0 5px 0 0;
    }
    .secFormTable .txtGuideline{
        padding: 0;
    }
    .secFormTable .txtGuideline input[type="checkbox"]{
        margin: 0 5px 0 0;
    }
    .secFormTable .txtAgent input[type="checkbox"]{
        margin: 2px 5px 0 0;
    }
    .secFormTable .txtAgent{
        padding: 0;
    }
    .secFormTable .txtAgent .inner{
        width: calc(100% - 22px);
        font-size: 13px;
        line-height: 1.5;
    }
}

/* secFormTxt */
.secFormTxt{
    text-align: center;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 1px;
    margin-top: 50px;
}
@media only screen and (max-width:767px){
    .secFormTxt{
        margin-top: 25px;
        font-size: 13px;
        letter-spacing: 0.5px;
        line-height: 1.5;
        text-align: left;
    }
}

/* secFormBtn */
.secFormBtn .btnSubmit{
    width: 400px;
    margin: 50px auto;
    background: #FFF;
}
.secFormBtn .btnSubmit a{
    display: block;
    background: #ad9754;
    color: #FFF;
    height: 94px;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    padding-top: 38px;
    letter-spacing: 3px;
}
.secFormBtn .btnBack{
    width: 240px;
    margin: 0 auto;
    background: #FFF;
    margin-top: 50px;
}
.secFormBtn .btnBack a{
    display: block;
    background: #ad9754;
    color: #FFF;
    height: 72px;
    font-size: 15px;
    padding-top: 28.5px;
    letter-spacing: 1.5px;
    text-align: center;
}
@media only screen and (max-width:767px){
    .secFormBtn .btnSubmit{
        width: 80.677%;
        margin-top: 25px;
    }
    .secFormBtn .btnSubmit a{
        height: 70px;
        font-size: 15px;
        padding-top: 27.5px;
        letter-spacing: 0.5px;
    }
    .secFormBtn .btnBack{
        width: 60.387%;
        margin-top: 25px;
    }
    .secFormBtn .btnBack a{
        height: 60px;
        font-size: 13px;
        padding-top: 23.5px;
        letter-spacing: 0.5px;
    }
}