@charset "utf-8";
/* *******************************************************
 * filename : style.css
 * description : 메인 레이아웃 및 전체  컨텐츠 CSS
 * date : 2022-03-26
******************************************************** */

#Container {
    width: 1304px;
    margin:0 auto;
    padding-bottom:100px;
}
#mainVisual {
    width: 1304px;
    position: relative;
	margin-top:20px;
}
#mainVisual img{
    width: 100%;

}
/*
#mainVisual .main-visual-txt-con {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    margin-top: -220px;
}
#mainVisual .main-visual-txt-con .main-visual-txt1,#mainVisual .main-visual-txt-con .main-visual-txt2 {
    display: block;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -0.35px;
    color: #333;
    text-align: center;
    padding: 5px 0;
}
#mainVisual .main-visual-txt-con .main-visual-txt2 span {
    color:#476ff3;
}
*/
#Container .main-title h2 {
    font-size: 36px;
    color: #000000;
    line-height: 46px;
    text-align:center;
    padding:120px 0 60px;
    margin:0 !important;
}
.main-title p {
    font-size:24px;
    color:#000000;
    line-height: 1.2;
}
.mainSection01 ul {
    overflow:hidden;
    width:100%;
    margin:0 auto
}
.mainSection01 li {
    float:left; 
    width:calc((100% / 3) - 20px); 
    margin-right: 30px;
    text-align:center;
}
.mainSection01 li img {
    max-width: 100%; 
    margin-right: 12px;
}
.mainSection01 li:last-child {
    margin-right:0;
}
.mainSection01 li h4 {
    font-size: 28px; 
    color:#434343;
    font-weight:700; 
    margin:35px 0;}
.mainSection01 li p {
    font-size: 18px; 
    color:#666666;
    font-weight: 700;
    line-height: 1.2;
}
.more-wr {
    margin-top: 60px;
    text-align:right;
}
.more-btn {
    font-size:14px;
}
.more-btn:hover {
    color:#476ff3;
}
.more-icon {
    background-image: url(../images/icon_more_off.png);
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    position: Relative;
    text-indent: -9999px;
    color: transparent;
    width: 33px;
    height: 33px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
}
.more-icon:before {
    content: "";
    display: inline-block;
    width: 34px;
    height: 1px;
    background: #c3bbad;
    position: Absolute;
    right: 50%;
    top: 50%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.more-btn:hover .more-icon {
    background-image: url(../images/icon_more_on.png);
    margin-left: 10px;
}
.more-btn:hover .more-icon:before {
    opacity: 1;
    width: 0;
}
.more-btn img{
	vertical-align:middle;
	margin-left:10px;
}

.mx-datepicker input[type="text"] {
    width: calc(100% - 50px);
}
.mx-datepicker i.mx-icon-calendar {
    font-size: 32px;
}
.mainSection02 {
    background: url(../images/bg_mainSection02.jpg) no-repeat center center / cover;
    padding: 60px 20px 48px;
    text-align: center;
    margin-top:120px;
}
.mainSection02 .main-title h2 {
    padding: 25px 0 30px;
}
.mainSection02 ul {
    overflow:hidden;
    width: 780px;
    margin:0 auto;
    padding-top: 30px
}
.mainSection02 ul li {
    float:left; 
    width:150px; 
    margin-right:165px;
    text-align: center;
}
.mainSection02 ul li:last-child {
    margin-right:0;
}
.mainSection02 ul li span {
    width: 150px;
    height: 150px;
    line-height: 150px;
    display: inline-block;
    background-color: #fff;
    border-radius: 50%;
    margin-bottom: 20px;
    position: relative;
    opacity: 0.8;
}
.mainSection02 ul li p {
    color: #000000;
    font-weight: 700;
    font-size: 20px;
    margin-top: 0;
}
.mainSection02 ul li p em {
    color: #000000;
    font-size: 18px;
}

#Container  h2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    color: #000;
    margin:80px 0 40px;
}
/* SUB :: 폐업자가진단 */
#Container.survey {
    padding: 140px 0 0;
    position: relative;
    min-height: -webkit-calc(100vh - 276px);
}
.survey-intro {
    position: relative;
    margin: 0 auto;
    padding-top: 260px;
    width: 700px;
    background: url(../images/survey_intro.png) no-repeat center top;
    background-size: 320px 220px;
}
.btn-surveyClose {
    position: absolute;
    top: 60px;
    right: 60px;
    width: 60px;
    height: 60px;
    background: url(../images/survey_close.png) no-repeat;
    z-index: 1;
}
.survey-intro .content {
    text-align: center;
}
.survey-intro .content .survey-title {
    font-size: 30px;
    line-height: 40px;
    color: #000;
    letter-spacing: -1px;
    font-weight: 700;
}
.survey-intro .content .txt {
    margin-top: 24px;
    font-size: 20px;
    line-height: 28px;
    color: #000;
}
.survey-intro .content .txt ~ .txt {
    margin-top: 12px;
    font-size: 16px;
}
.survey-intro .trxChk {
    margin-top: 24px;
    display:flex;
    justify-content: center;
    color:#000;

}
.survey-intro .content .txt span {
    font-weight: 700;
}
.survey-intro .btn-survey {
    display: block;
    margin: 60px auto 0;
    padding: 18px 10px;
    width: 480px;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background: #476ff3;
    border-radius: 6px;
}

.survey-step {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    width: 480px;
}
.survey-progress {
    margin: 0 auto;
    width:480px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.survey-progress p + p {
    margin-left: 10px;
    color:#476ff3;
    font-size:16px;
}
.survey-progress:after {
    content: '';
    display: block;
    clear: both;
}
.survey-progress .progress-bar {
    position: relative;
    border-radius:12px;
    width: 100%;
    height: 8px;
    overflow: hidden;
}
.survey-progress .progress-bar:first-child {
    margin-left: 0;
}
.survey-progress .progress-bar:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 8px;
    background: #f3f3f3;
    z-index: 0;
}
.survey-progress .progress-bar span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 8px;
    background: #476ff3;
    z-index: 1;
}
 .survey-box {
    position: relative;
    margin: 104px auto 0;
    width: 480px;
}
.survey-box h3 {
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    color: #000;
    letter-spacing: -1px;
    text-align: center;
    margin-bottom: 30px;
    min-height: 72px;
}
.survey-box h3 p {
    font-size: 18px;
}
.survey-box .select-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.survey-box .select-group select {
    width:100%;
    margin: 0 5px;
}
.survey-box .input-cost {
    display: flex;
    align-items:center;
    justify-content: space-between;
    font-size: 16px;
}
.survey-box .input-cost em {
    flex-basis: 44px;
}
.survey-box .survey-errormsg {
    color: #f1574b;
    font-size: 14px;
    margin: 10px 5px 0;
    display: flex;
    align-items: center;
}
.survey-box .survey-errormsg .material-icons {
    font-size: 14px;
    margin-right: 4px;
}
.survey-box .input-cost input {margin-right: 8px;}
.survey-btnWrap, .btnWrap {
    margin: 60px auto;
    padding-top: 32px;
    width: 480px;
    /* border-top: 1px solid #eee; */
}
.survey-box .gray-box {
    background: #f6f6f6;
    border-radius: 10px;
    padding: 20px 28px;
    font-size: 14px;
    margin-top: 55px;
    color:#999;
    line-height:20px;
}
.survey-btnWrap.onlyType {
    width:100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.survey-btnWrap.half {
    width:50%;
}
.survey-btnWrap.w25 {
    width:25%;
}
.survey-btnWrap.onlyType a {
    flex:1;
}
.survey-btnWrap.onlyType a + a {
    margin-left: 20px;
}
.survey-btnWrap .prev, .survey-btnWrap .btn-outline, .btnWrap a {
    float: left;
    width: 210px;
    color: #476ff3;
    background:#fff;
    border:1px solid #476ff3;
}
.survey-btnWrap .next, .survey-btnWrap a, .btnWrap a + a {
    float: right;
    width: 240px;
    color: #fff;
    background: #476ff3;
}
.survey-btnWrap a, .btnWrap a {
    font-size: 18px;
    line-height: 56px;
    text-align: center;
    border-radius: 6px;
}
.survey-btnWrap a.middle {
    line-height: 40px;
}
.survey-listType {
    width: 80%;
    height: auto;
    margin: 0 auto;
}
.survey-listType li {
    margin-bottom: 9px;
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #e7e7e7;
}
.survey-listType li:last-child {
    margin-bottom: 0px;
}
.survey-listType li a {
    font-size: 14px;
    display: block;
    padding: 17px 0;
}
.radiobtn {
    position: relative;
    display: block;
}
.radiobtn input[type=radio] {
    display: none;
    position: absolute;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.radiobtn label {
    display: block;
    border-radius: 5px;
    padding: 17px 0;
    border: 1px solid #e7e7e7;
    margin-bottom: 9px;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
}
.radiobtn input[type=radio]:checked + label {
    border-color: #000;
}
.multiChoice_list div {
    display: inline-flex;
    width: calc(100% / 3 - 5px);
    margin-left: 4px;
}
.multiChoice_list div input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width:auto;
}
.multiChoice_list div input[type="checkbox"]:checked + label {
    border: 1px solid #476ff3;
    background-color: #476ff3;
    color: #fff;
}
.multiChoice_list div label {
    width: 100%;
    padding: 9px 15px;
    cursor: pointer;
    text-align:center;
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #bbb;
    margin: 3px 0px;
    font-size: 14px;
    line-height: 20px;
    color: #999;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.survey-result h3 {
    font-weight: 700;
    font-size: 32px;
    color: #000;
    letter-spacing: -1px;
    text-align: center;
    margin-bottom: 60px;
}
.choice_list {
    overflow:hidden;
}
.choice_list a {
    float: left;
    margin: 3px 6px;
    padding: 9px 15px;
    font-size: 14px;
    line-height: 20px;
    color: #999;
    text-align: center;
    border: 1px solid #bbb;
    background: #fff;
    border-radius: 4px;
    width: calc(100% / 3 - 44px);
}
.choice_list a.on {
    color: #fff;
    background: #476ff3;
    border: 1px solid #476ff3;
}
.service-tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.service-tabs a {
    display: table-cell;
    position: relative;
    float: left;
    margin-left: 16px;
    width: 532px;
    height: auto;
    padding: 30px 26px;
    text-align: center;
    border: 3px solid #0042c1;
    border-radius: 10px;
    box-shadow: 0 4px 20px 0 rgb(0 0 0 / 15%);
}
.service-tabs a .txt {
    margin-top: 0px !important;
    font-weight: 500;
    line-height: 22px;
    margin-bottom:10px;
    color: #666;
}
.service-tabs a .tit {
    font-size: 16px;
    line-height: 24px;
    color: #777;
}
.service-tabs a:hover {
    border: 3px solid #0074f1;
}
.service-tabs a:nth-child(1) {
    margin-left: 0;
}
.result-total {
    margin-top: 24px;
    position: relative;
    padding: 48px 82px 5px 100px;
    border-radius: 16px;
    background: #f8fdff;
    box-shadow: 0 0 40px 0 rgb(0 0 0 / 20%);
    z-index: 1;
}
.result-total h3 {
    font-weight: 500;
    font-size: 24px;
    color:#000;
    line-height: 36px;
}
.result-total h3 span {
    color:#ffc800;
    font-weight: 700;
}
.result-total h3 span ~ span {
    color:#0041c0;
    font-weight: 700;
}
.gray-box {
    background:#f7f7f7;
    border-radius: 16px;
    padding: 20px;
    text-align: center;
    margin-top:20px;
    font-size: 16px;
}
.shut-schedule {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: 30px;
}
.shut-schedule > li {
    width:calc(100% / 3 - (20px * 2 / 3));
    box-shadow: 10px 17px 40px 0px rgba(0, 0, 0, 0.25);
    background-color:#fff;
    position:relative;
    border-radius:10px;
    padding:40px 0px;
}
.shut-schedule > li > span{
    position:absolute;
    top:0;
    left:50%;
    transform:translateX(-50%) translateY(-50%);
    background-color:#476ff3;
    display:flex;
    align-items: center;
    justify-content: center;
    width:60px;
    height:60px;
    border-radius:50%;
    box-shadow: 0px 0px 15.3px 1.7px rgba(0, 101, 234, 0.3);
}
.shut-schedule > li > strong{
    font-size:20px;
    color:#476ff3;
    display:block;
    text-align:center;
    padding:20px 0;
}
.shut-schedule > li > p{
    font-size:15px;
    font-weight: 500;
    text-align:center;
    line-height: 1.2;
}
.survey-result h4 {
    font-size: 20px;
    font-weight: 700;
    color:#000;
    margin:60px 0 20px;
}
.schedule-group {
    display: flex;
    justify-content: space-between;
}
.schedule-group .schedule-item {
    position: relative;
    display: flex;
    align-items: center;
    width: calc(100% / 5);
    background: #ffffff;
    box-shadow: 5px 5px 20px rgb(0 0 0 / 10%);
    border-radius: 24px;
    padding: 30px 20px;
}
.schedule-group .schedule-item h3 {
    font-size: 17px;
    font-weight: 400;
    text-align: left;
    margin-bottom: 0
}
.schedule-group .schedule-item:not(:last-child)::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100%;
    right: -9px;
    z-index: 1;
    background-image: url(../images/schedule-right-icon.png);
}

.survey-result-tab {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.survey-result-tab li {
    margin: 0 5px 10px;
    width: calc(100% / 4 - (20px * 2 / 3));
}
.survey-result-tab li > a {
    display: block;
    line-height: 46px;
    box-shadow: 3px 4px 0px 0px rgb(5 17 51 / 20%);
    border: 2px #476ff3 solid;
    border-radius: 25px;
    text-align: center;
    color: #476ff3;
    font-size: 16px;
    font-weight: 500;
    background-color: #fff;
}
.survey-result-tab > li > a.on {
    background-color: #476ff3;
    color: #fff;
}
.schedule-item-detail li {
    padding: 60px 0;
    border-bottom: 1px solid rgba(17, 17, 17, .15);
}
.schedule-item-detail h3,.schedule-item-detail .cont {
    float: left;
}
.schedule-item-detail h3 {
    width: 26.3%;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.33;
    position: relative;
    text-align:left;
    margin-bottom: 0;
}
.schedule-item-detail h3:before {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #476ff3;
    position: absolute;
    left: -1px;
    top: -10px;
    content: '';
}
.schedule-item-detail .cont {
    width: 73.7%;
}
.schedule-item-detail li:after {
    display: block;
    clear: both;
    content: '';
}
.schedule-item-detail dl {
    margin-bottom: 65px;
}
.schedule-item-detail dt {
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 300;
    letter-spacing: -1.5px;
    line-height: 1.5;
}
.schedule-item-detail .txt {
    line-height: 1.81;
}
.schedule-item-detail .cont p {
    color: #333;
    line-height: 1.8;
    font-size: 18px;
}

.schedule-item-detail .cont h4 {
    margin: 5px 0 10px;
    font-size: 18px;
    font-weight: 700;
    color: #333;
}
.schedule-item-detail .cont .survey-btnWrap {
    border-top:none !important;
    padding:0;
    margin:20px 0 0;
}
.schedule-item-detail .cont .btn-inquiry {
    background:  #00264d;
    padding: 5px 20px;
    color:#fff;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}
.schedule-item-detail h5 {
    color:#000;
    font-size:16px;
    margin-bottom:10px;
}
.schedule-item-detail h5 ~ h5 {
    margin-top: 30px;
}
.schedule-item-detail img {
    max-width: 100%;
}
.used-store ul {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.used-store li {
    width: calc(50% - 52px);
    border:1px solid #d9d9d9;
    border-radius:12px;
    margin: 5px;
    padding: 20px;
}
.used-store li .thumn,
.used-store li .detail {
    float:left;
}
.used-store .thumn > div {
    display: inline-block;
    position: relative;
    width: 100%;
}
.used-store .thumn img {
    border: 1px solid #ececec;
    max-width: 100%;
}
.used-store li .thumn {
    width: 18%;
}
.used-store li .detail {
    width: 72%;
    padding-left: 20px;
}
.used-store li .detail .used-store-ttl {
    font-size: 16px;
    line-height: 1.46;
    margin-bottom: 10px;
    color:#000;
}
.used-store li .detail p {
    font-size: 14px;
}
.used-store li .answer-speed {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    padding: 0 6px;
    background: #476ff3;
}




/*공통UI*/
ul.list li {
    font-size: 15px;
    color: #333;
    line-height: 20px;
    position: relative;
    padding:0 0 0 13px;
    border-bottom:none;
    margin-bottom: 12px;
}
ul.list li p {
    font-size: 15px !important;
}
ul.list li:before {
    width: 4px;
    height: 4px;
    background: #111;
    position: absolute;
    left: 0;
    top: 10px;
    content: '';
}
ul.dashList li {
    font-size: 15px;
    color: #333;
    position: relative;
    padding:0 0 0 30px;
    border-bottom:none;
    line-height: 1.2;
}
ul.dashList li:before {
    background: transparent;
    position: absolute;
    left: 19px;
    width:auto;
    height:auto;
    top: 2px;
    font-size:15px;
    content: '-';
}
ul.dashList li.dash-normal:before {
    display: none;
}
.dotList li {
    font-size: 16px;
    color: #333;
    position: relative;
    word-break: keep-all;
    padding: 0 0 0 10px !important;
    border-bottom:none;
    line-height: 1.2;
    margin-bottom: 10px;
}
.dotList li:last-child {
    margin-bottom: 0px;
}
.dotList li:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #333;
    position: absolute;
    left: 0;
    top: 9px;
}
.board-wrap {
    width: 100%;
    overflow-y: auto;
    border-top: 3px solid #333;
}
.board-wrap table {
    width: 100%;
    table-layout: fixed;
}
.board-tbl thead tr th {
    border-bottom: 1px solid #ddd;
}
.board-tbl thead tr th, .board-tbl tbody tr th {
    padding: 17px 0;
    font-weight: 500;
    font-size: 16px;
    color: #000;
    text-align: center;
    background: #f9fafb;
}
.board-tbl tbody tr td {
    position: relative;
    padding: 13px 10px;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    text-align: center;
    color:#333;
    line-height: 1.2;
}
.board-tbl tbody tr td p {
    margin-bottom:5px;
}
.board-tbl tbody tr td p ~ p {
    margin-top: 10px;
}

.board-tbl tbody tr td.txtL {
    text-align: left;
}
.board-tbl tbody tr td:first-child(1) {
    border-left: none;
}
.board-tbl tbody tr td.bl {
    border-left: 1px solid #ddd;
}
.gallery-list  {
    overflow:hidden;
}
.gallery-list li {
    float: left;
    width: calc(100% / 3 - 28px);
    margin: 0 42px 42px 0;
    padding:0;
}
.gallery-list.list4 li {
    
    width: calc(100% / 4 - 32px);
}
.gallery-list.list4 li:nth-child(4n) {
    margin-right: 0;
}
.gallery-list li .thumb {
    width: 100%;
    height: 238px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.gallery-list li .con {
    border: 1px solid #ddd;
    padding: 12px 20px;
    background: #fff;
}
.gallery-list li .con .tit {
    color: #333;
    line-height: 22px;
    overflow: hidden;
    font-size:16px;
    font-weight: 500;
}
.gallery-view {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
    border-top: 2px solid #272c2f;
}
.gallery-view th.subject {
    font-size: 1.3rem;
    font-weight: bold;
    padding: 30px 15px;
    border-right: none;
    border-bottom: none;
}
.gallery-view th {
    color: #222;
    font-weight: normal;
    text-align: left;
    padding: 13px 15px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size:16px;
}
.gallery-view td.view_detail {
    color: #888;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    padding: 13px 15px 30px 15px;
}
.gallery-view td.view_detail span {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
}
.gallery-view td.cont {
    border-bottom: 1px solid #ddd;
    padding: 13px 15px;
    text-align: left;
    font-size:16px;
}
.gallery-view td.view_content {
    padding: 30px 15px;
    word-break: break-all;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size:16px;
}
.gallery-pagination  {
    margin: 60px auto 0;
    text-align: center;
}
.gallery-pagination .prev {
    background: url(../images/paging_prev.png) no-repeat center;
}
.gallery-pagination .next {
    background: url(../images/paging_next.png) no-repeat center;
}
.gallery-pagination a.on {
    color: #fff;
    background: #0041c0;
}
.gallery-pagination a {
    border-radius: 4px;
    display: inline-block;
    margin: 0 2px;
    width: 40px;
    height: 40px;
    font-weight: 300;
    font-size: 14px;
    line-height: 40px;
    color: #000;
    text-align: center;
    vertical-align: middle;
}
.category-list {
    padding: 40px 0;
}
.category-list ul {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.category-list ul li {
    display: table-cell;
    vertical-align: top;
    text-align: center;
    position: relative;
}
.category-list  ul li.active a {
    color: #fff;
    font-weight: 700;
    background: #7898d9;
    border-radius:10px;
}
.category-list  ul li a {
    display: block;
    padding: 12px 20px;
    font-size:16px;
    font-weight: 400;
    color: #555;
    position: relative;
}
.category-list ul li:first-child:after {
    display: none;
}
.category-list ul li::after,.category-list ul li:nth-of-type(1)::before {
    display: block;
    content: "";
    width: 1px;
    height: 30%;
    background: #B5B5B5;
    position: absolute;
    top: 50%;
    right: -0.5px;
    transform: translateY(-50%);
}
.modal-content {
    position: absolute;
    top: 2%;
    bottom:0;
    right: 0;
    left: 0;
    z-index: 99999;
    background: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 0.3rem;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    padding:30px 15px;
    margin:0 auto;
}
.modal-content h4 {
    font-size:24px;
    font-weight: 700;
    color:#000;
    margin-bottom: 30px;
}
.modal-content h4 ~ h4 {
    margin-top: 60px;
    margin-bottom: 10px;
}
.modal-content  .btn-survey {
    display: block;
    margin: 30px auto 0;
    padding: 10px;
    font-size: 16px;
    width:100px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background: #476ff3;
    border-radius: 6px;
}
.modal-content .input-form label {
    display: block;
    font-size: 17px;
    font-weight: 700;
    color:#000;
    margin-bottom: 10px;
}
.modal-content .input-form + .input-form {
    margin-top: 20px;
}
.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.modal-content .modal-header h4 {
    margin-bottom:0
}
.modal-header button.close {
    width: 30px;
    height: 30px;
    position: relative;
}
.modal-header button.close::before, .modal-header button.close::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 20px;
    top: 50%;
    left: 4px;
    margin-top: -1px;
    background: #000;
}
.modal-header button.close::before {
    transform: rotate(45deg);
}
.modal-header button.close::after {
    transform: rotate(-45deg);
}
.modal-content .info-text {
    display: block;
    font-size: 17px;
    font-weight: 300;
    color: #000;
    line-height: 24px;
    margin: 24px 0 12px;
    word-break: keep-all;
}
.modal-content .imp-txt {
    position: relative;
    font-size: 15px;
    margin-top: 8px;
    font-weight: 300;
    color:#777;
}
.modal-content .tbl-col th, .modal-content .tbl-col td {
    font-size: 14px;
}
.tbl-col {
    border-top: 1px solid #aaa;
    font-size: 18px;
    font-weight: 400;
}
.tbl-col thead th {
    font-size: 16px;
    font-weight: 300;
    background: #f6f6f6;
    border-bottom: 1px #ddd solid;
}
.tbl-col th, .tbl-col td {
    padding: 12px 16px;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 300;
}
.tbl-col tbody:last-of-type > tr:last-of-type td {
    border-bottom-color: #ccc;
}
.tbl-col tbody td:first-child {
    border-left: none;
}
.tbl-col tbody td {
    border: 1px #ddd solid;
    border-width: 0 0 1px 1px;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    opacity: .7;
    background: #000;
    outline: 0;
}
.modal-content .radio_box.radio-center input[type="radio"] + label:after {
    transform: translate(-50%,-50%);
    left:50%;
}
.modal-content .survey-btnWrap {
    border-top: none;
    margin: 30px auto 60px;
    padding-top: 0;
}
.privacy_agree {
    background-color: #f5f5fa;
    padding: 40px; 
    border-radius: 12px;
    color:#444;
    font-size:16px;
    line-height: 1.2;
}
.trxChk:first-child {
    margin-left: 0;
}
.trxChk {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    margin-left: 40px;
    cursor: pointer;
}
.trxChk > input {
    top: -15px;
    left: -15px;
    position: absolute;
    width: 0;
    height: 0;
}
.trxChk > input:checked + s {
    background: url(../images/img_chkOn.png) no-repeat !important;
    background-size: 100% auto !important;
}
.trxChk > s {
    width: 20px;
    height: 20px;
    background: url(../images/img_chkOff.png) no-repeat;
    background-size: 100% auto;
}
.trxChk > span {
    color: #666666;
    font-size: 16px;
    padding-left: 10px;
    line-height:24px
}
.checkGroup {
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 360px;
    margin: 0 auto;
}
.checkGroup .trxChk {
    margin-left:0;
    align-items: start;
}
.checkGroup .trxChk > s {
    margin-top: 3px;
}
.checkGroup button {
    color: #476ff3;
    font-size: 16px;
    font-weight:500;
}
.form_table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px;
    border-top: 2px solid #006db9;
}
.form_table th {
    color: #272c2f;
    font-weight: normal;
    text-align: left;
    padding: 10px 8px;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
}
.form_table td {
    border-bottom: 1px solid #ddd;
    padding: 15px 10px;
    text-align: left;
}
.form_table .textarea_div {
    position: relative;
    padding: 12px 13px;
    background: #f7f7f7;
    border-radius: 6px;
}
.form_table .textarea_div textarea {
    padding: 16px;
    width:  calc(100% - 36px);
    height: 134px;
    resize: none;
    background: #f7f7f7;
    border:none;
}
.form_table .input-file {
    line-height: 50px;
}
.form_table td input[size='4'] {
    width: 30%;
    margin-left:8px
}
.form_table th span,
.info_div span {
    color: #0b49c3;
}
.info_div {
    margin: 10px 0;
    font-size:14px;
}

/*진단결과*/
.diagnosis-result .area {
    width: 768px;
}
.diagnosis-result {
    position:relative;
    border-top:20px solid #293f83;
    border-bottom:20px solid #293f83;
    /* height:calc(100vh - 40px); */
    padding: 68px 0;
}
.diagnosis-result + .diagnosis-result {
    border-top: none;
    /* height:calc(100vh - 20px); */
}
.sub_01 {
    position: relative;
}
.sub_01 div > img {
    position: Absolute;
    bottom: 0;
    right: 8px;
}

.trxSubTtl > span {
    display: block;
    font-size: 32px;
    line-height: 60px;
    letter-spacing: -1px;
    padding-bottom: 50px;
    color: #080403;
    word-break: keep-all;
}
.trxSubTtl > strong {
    display: block;
    font-size: 42px;
    line-height: 60px;
    font-weight: 700;
    letter-spacing: -0.16px;
    padding-bottom: 50px;
    color: #080403;
    word-break: keep-all;
}
.boxes-wrap {
    background: #ccdeef;
    padding: 20px 35px;
    color:#080403;
    font-size: 26px;
    line-height: 36px;
    font-weight: 300;
    word-break: keep-all;
    margin-bottom: 60px;
}
.boxes-wrap span {
    color:#c3262d
}
.markdown h3 {
    margin-bottom: 28px;
    font-size: 24px;
    color: #222;
    letter-spacing: -0.16px;
    font-weight: 500;
}
.markdown h5 {
    margin-bottom: 12px;
    font-size: 18px;
    color: #080403;
    letter-spacing: -0.16px;
    font-weight: 700;
}
.markdown h5 ~ h5 {

    margin-top: 50px;
}
.markdown h6 {
    margin-bottom: 8px;
    font-size: 18px;
    color: #080403;
    letter-spacing: -0.16px;
    font-weight: 500;
}
.markdown p {
    font-size: 16px;
    margin-bottom: 12px;
    line-height: 22px;
    color:#080403;
}
.detail-result {
    display: table;
    width: calc(100% + 20px);
    border-spacing: 10px;
    margin: -10px;
}
.detail-result li {
    display: table-cell;
    width: 33.33%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: solid 1px #d8dfdf;
    background-color: #fff;
}
.detail-result li .tit-box {
    background-color: #61a1cf;
    padding: 0 30px;
    text-align:center;
}
.detail-result li .tit-box .tit {
    display: block;
    line-height: 42px;
    color: #fff;
    font-size:18px;
    font-weight: 300;
}
.detail-result li .con-inner {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 10px;
    text-align: center;
}
.detail-result li .txt-box {
    min-height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color:#080403;
    margin-bottom: 12px;
}
.detail-result li .con-inner .img-item {
    border:1px solid #c0c2c4;
    margin-top:0;
}
.detail-result li .con-inner .img-item img {
    width:100%;
}
.img-item a {
    position: absolute;
    left:50%;
    transform: translateX(-50%);
    top: 34px;
    background: #6d88e3;
    padding: 0  20px;
    height:40px;
    line-height: 40px;
    text-align: center;
    color:#fff;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    justify-content: center;
}
/* 
.img-item {
    position:relative;
    display:inline-block;
    text-align:center;
    overflow: hidden;
    width:100%;
}

.img-item.col2 div {
    width: calc(50% - 10px);
    float:left;
    margin-left:10px;
}
.img-item.col3 div {
    width: calc((100% / 3) - 8px);
    float:left;
    margin-left:10px;
}*/

.img-group.col2 div:first-child,
.img-group.col3 div:first-child {
    margin-left: 0;
} 
.img-group {
    position:relative;
    display:inline-block;
    text-align:center;
    width:100%;
}
.img-group.col3 div {
    width: calc((100% / 3) - 8px);
    float:left;
    margin-left:10px;
}
.img-group  span {
    display: block;
    color:#080403;
    font-size: 16px;
    margin-top: 12px;
    font-weight: 500;
}
.img-item {
    position: relative;
    display: table;
    width: 100%;
    margin-top: 24px;
}
.img-item.mobile {
    display:none;
}
.img-box {
    display: flex;
    position: relative;
    border: 1px solid #3674a1;
    border-radius: 8px;
    background: #fff;
    margin-left: 10px;
    width: calc(50% - 10px);
    float: left;
}
.img-box:first-child {
    margin-left: 0;
}
.img-box .box-tit {
    border:1px solid #3674a1;
    background: #fff;
    padding: 4px 20px;
    border-radius: 12px;
    color:#3674a1;
    font-size: 13px;
    font-weight: 500;
    text-align:center;
    position: absolute;
    top: -12px;
    left: 50%;
    width: 50%;
    transform: translateX(-50%);
}
.img-box .box-con {
    padding: 20px;
    width: 100%;
    display: table;
    margin-top: 10px;
}
.img-box .box-con div {
    display: table-cell;
    text-align: center;
}
.img-box .box-con p {
    color:#4d4d4d;
    font-size: 14px;
    font-weight:500;
    margin-bottom: 0
}
.introductory-box {
    background: #dedfe0;
    padding:20px;
    margin-top: 20px;
    overflow: hidden;
}
.introductory-box li {
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
    float:left;
    width: 50%;
    line-height: 20px;
    color:#080403;
}
.introductory-box li:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
    position: relative;
    top: 1px;
    font-size: 0;
}
.introductory-box .item1:before {
    background: #7e57c2;
}
.introductory-box .item2:before {
    background: #4d667a;
}
.introductory-box .item3:before {
    background: #d96069;
}
.introductory-box .item4:before {
    background: #7b7493;
}
.introductory-box .item5:before {
    background: #4894bd;
}
.tip-box {
    background:#e4ebf2;
    margin-top: 70px;
}
.tip-box .tit-box {   
    position:relative; 
    background:#d6e1eb;
    padding: 16px 24px;
}
.tip-box .tit-box span {
    color:#3f4f60;
    font-size: 20px;
    font-weight: 700;
}
.tip-box .tit-box .img-item {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: end;
}
.tip-box .con-box {
    padding: 16px;
    display: flex;
    justify-content: space-between;
}
.tip-box .con-box div + div {
    margin-left: 8px;
}
ul.dot-txt > li {
    padding:2px 20px; 
    line-height:160%; 
    font-size: 16px;
    color:#080403; 
    background:url(../images/result/i_bullet_dot.png) no-repeat 5px 12px; 
}
ul.dot-txt > li ul.dash-txt {
    padding-left: 0px;
}
ul.dot-txt li p.dash-txt {
    padding-left: 10px;

}
ul.dot-txt > li .dash-txt:before {
    left: 0;
}
ul.dash-txt::before {
    display:none;
}
.dash-txt li {
    padding-left: 12px !important;
    font-size:16px;
    color:#080403;
    line-height: 25px;
}
.dash-txt li:before {
    content: "-";
    width: auto;
    height: auto;
    background: none;
    top: 0;
    position: absolute;
    left: 0;
}
ul.dot-txt > li ol li  .dash-txt, .dash-txt li {
    position: relative;
    padding-left: 33px;
}
ul.dot-txt > li ol li  .dash-txt:before {
    content: "-";
    width: auto;
    height: auto;
    background: none;
    top: 0;
    position: absolute;
    left: 22px;
}
.dash-txt {
    position: relative;
    padding-left: 0;
}
.dash-txt:before {
    content: "-";
    width: auto;
    height: auto;
    background: none;
    top: 0;
    position: absolute;
    left: 22px;
}
.arrow-txt li {
    position: relative;
    padding-left: 20px;
    font-size: 16px;
    line-height: 24px;
    color:#080403; 
}
.arrow-txt li:before {
    content: "▶";
    width: auto;
    height: auto;
    background: none;
    top: 2px;
    position: absolute;
    left: 0;
    font-size: 12px;
}
.siteBanner-box {
    display: flex;
    flex-wrap: wrap;
}
.siteBanner-box > li {
    height: 100px;
    width: calc((100% / 4 - 8px));
    border: 1px #c0c2c4 solid;
    margin-left: 8px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.siteBanner-box.only-img > li {
    width: calc((100% / 3 - 8px));
    border: none;
    height: auto;
}
.siteBanner-box > li:first-child {
    margin-left: 0;
}
.siteBanner-box span + span {
    display: block;
}
.result-wrap {
    width: 100%;
    overflow-y: auto;
}
.result-wrap table {
    width: 100%;
    table-layout: fixed;
}
.result-tbl thead tr th {
    border-bottom: 1px solid #61a1cf;
    border-left: 3px solid #fff;

}
.result-tbl thead tr th, .result-tbl tbody tr th {
    padding: 17px 0;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: #61a1cf;
}
.result-tbl tbody tr td {
    position: relative;
    padding: 13px 10px;
    border-left: 1px solid #61a1cf;
    border-bottom: 1px solid #61a1cf;
    font-size: 16px;
    text-align: center;
    color:#080403;
    line-height: 1.2;
}
.result-tbl tbody tr td p {
    margin-bottom:5px;
}
.result-tbl tbody tr td p ~ p {
    margin-top: 10px;
}

.result-tbl tbody tr td.txtL {
    text-align: left;
}
.result-tbl tbody tr td:first-child {
    border-left: none;
}
.result-tbl tbody tr td.bl {
    border-left: 1px solid #ddd;
}
.shop-list {
    display:table;
    width: 100%;
}
.shop-list li {
    display:table-cell;
    width:50%;
}
.div-col {
    display: flex;
    justify-content: space-between;
}
/* .div-col div + div {
    margin-left: 24px;
} */
.gov-bg {
    background: url(../images/result/img_05_bg.png) repeat-x center bottom;
    width:100%;
    height:313px;
    padding-top: 60px;
    margin-bottom: -68px;
}
.labor-wrap {
    position: relative;
}
.labor-wrap .sub05-01-bg {
    position:absolute;
    right:0;
    bottom: 0;
    background: url(../images/result/img_06_01.png) no-repeat right bottom;
    width: 252px;
    height:412px;

}
.labor-wrap .sub05-02-bg {
    position:absolute;
    right:0;
    bottom: 0;
    background: url(../images/result/img_06_02.png) no-repeat right bottom;
    width: 276px;
    height:204px;
}
.labor-wrap .sub05-03-bg {
    position:absolute;
    right:0;
    bottom: 0;
    background: url(../images/result/img_06_04.png) no-repeat right bottom;
    width: 232px;
    height: 148px;
}
.diagnosis-result .sub07-bg {
    right:0;
    bottom: 0;
    background: url(../images/result/img_07_bg.png) no-repeat center bottom;
    width: 68%;
    height: 312px;
    margin: 0 auto -68px;
    background-size: 100%;
}
.diagnosis-result .sub08-01-bg {
    right:0;
    bottom: 0;
    background: url(../images/result/img_08_01_bg.png) no-repeat center bottom;
    width: 100%;
    height: 300px;
    margin: 0 auto;
    background-size: 100%;
}
.diagnosis-result .sub08-02-bg {
    right:0;
    bottom: 0;
    background: url(../images/result/img_08_02_bg.png) no-repeat center bottom;
    width: 832px;
    height: 578px;
    margin: 0 auto -68px;
    background-size: 100%;
}
.posRel .sub09-01-bg {
    position:absolute;
    right:0;
    bottom: -12px;
    background: url(../images/result/img_09_bg.png) no-repeat right bottom;
    width:224px;
    height: 198px;

}
.area .sub09-02-bg {
    right:0;
    bottom: 0;
    background: url(../images/result/img_09_02_bg.png) no-repeat right bottom;
    width:100%;
    height: 284px;
    margin:0 auto -68px;
    padding-top: 68px;
    background-size: 100%;

}
.radius-redbox {
    border:1px solid #e83e3e ;
    border-radius: 8px;
    padding:20px;
    color:#e83e3e ;
    font-size:16px;
    font-weight:300;
    line-height: 20px;
}
.ol-list li {
    padding-left: 0 !important;
}
.ol-list li::before {
    display: none;
}
.col-group {
    display:flex;
    justify-content: space-between;
}
.col-group .img-box {
    margin-left:24px;
}
.btn-primary {
    height:30px;
    width:80px;
    background: #6d88e3;
    border-radius: 4px;
    color:#fff;
    margin-top:10px;
}
@media (max-width: 1220px) {
    #Container {
        width:94%;
    }
}
@media (max-width: 1100px) {
    /* #Container  .main-title h2 {
        font-size: 36px;
        padding: 100px 0 40px;
    } */
    .main-title p {
        font-size: 22px;
    }
    .mainSection01 li h4 {
        font-size: 22px;
        margin: 25px 0;
    }
    .mainSection01 li p {
        font-size: 16px;
    }
    .mainSection02 {
        margin-top: 60px;
    }
}
@media (max-width: 960px) {
    .diagnosis-result .area {
        width: 100%;
    }
    .boxes-wrap {
        font-size: 20px;
        line-height: 24px;
        padding: 20px;
    }
    .boxes-wrap div {
        margin-right: 78px;
    }
    .trxSubTtl > strong {
        font-size: 35px;
        padding-bottom: 30px;
        line-height: 42px;
    }
    .sub_01 div > img {
        width:92px;
        height:102px;
    }
    .detail-result {
        display: block;
        width: 100%;
        border-spacing: 0px;
        margin: 0px;
    }
    .detail-result li {
        width: 100%;
        display: table;
        margin-bottom: 10px;
    }
    .img-item img {
        max-width: 100%;
    }
    .tip-box .con-box {
        flex-direction: column;
    }
    .tip-box .con-box div + div {
        margin-left: 0;
        padding-top: 20px;
        display: flex;
    }
    .tip-box .con-box div + div p img {
        width: 100%;
    }
    .div-col p br {
        display: none;
    }
    .div-col div + div {
        margin-left:0;
        margin-bottom: 12px;
    }
    .div-col img {
        width: 100%;
    }
    .div-col.reverse {
        flex-direction:column-reverse;
    }
    
    .siteBanner-box li {
        width: calc((100% / 2 - 8px));
        margin-bottom: 8px;
    }
    .siteBanner-box li:nth-child(3n) {
        margin-left: 0;
    }
    .shop-list li {
        display: table;
        width:100%;
    }
    .shop-list li + li {
        margin-top: 18px;
    }
    .gov-bg {
        height: 168px;
        background-size: 480px;
        padding-top: 30px;
    }
    .labor-wrap .sub05-01-bg,
    .labor-wrap .sub05-02-bg,
    .labor-wrap .sub05-03-bg {
        position: relative;
        margin: 0 auto;
        padding-top: 30px;
    }
    .diagnosis-result .sub08-01-bg,
    .area .sub09-02-bg,
    .diagnosis-result .sub08-02-bg {
        background-size: 100%;
        width:100%;
        padding-top: 0;
    }
    .diagnosis-result .sub08-01-bg {
        height: 200px;
    }
    .area .sub09-02-bg {
        height: 220px;
    }
    .posRel .sub09-01-bg {
        position:relative
    }
    .siteBanner-box.only-img > li {
        width: 100%;
        margin-left:0;
    }
    .siteBanner-box.only-img > li img {
        width: 100%;
    }
    .result-tbl thead tr th, .result-tbl tbody tr th,
    .result-tbl tbody tr td {
        font-size: 14px;
    }
    #Container {
        padding-top: 30px;
    }
    .privacy_agree {
        padding: 20px;
    }
    .survey-result h3 {
        font-size:30px;
    }
    .category-list {
        padding: 10px 0 20px;
    }
    .category-list ul li:nth-child(2n)::after {
        display: none;
    }
    .mainSection01 li {
        float: none;
        width: 100%;
        margin-right: 0;
    }
    .more-wr {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 60px;
    }
    .mainSection02 ul {
        width:100%;
    }
    .mainSection02 ul li {
        width:calc(100% / 3);
        text-align: center;
        margin-right: 0;
    }
    .mainSection02 ul li span {
        width:100px;
        height:100px;
        line-height: 100px;
    }
    .mainSection02 ul li span img {
        width:80%
    }
    .mainSection02 ul li p {
        font-size:18px;
    }
    .survey-intro,
    .survey-result .inner {
        width: 100%;
    }
    .survey-intro .content .survey-title {
        font-size: 24px;
    }
    #Container .used-store h2 {
        font-size: 22px;
    }
    #Container h2 {
        font-size:24px;
        margin-bottom: 20px;
    }
    .survey-box h3 {
        font-size: 20px;
        line-height: 24px;
    }
    .survey-intro .content .txt {
        
        font-size: 17px;
    }
    .info_div {
        margin:30px 0 10px; 
    }
    .survey-intro .btn-survey {
        width: 80%;
    }
    .survey-step,
    .survey-progress,
    .survey-box,
    .survey-btnWrap {
        width: 100%;
    }
    .survey-btnWrap .prev, .survey-btnWrap .btn-outline,
    .survey-btnWrap .next, .survey-btnWrap a {
        width:45%;
    }
    .survey-btnWrap .next, .survey-btnWrap a {
        margin-top: 10px;
    }
    .result-total {
        padding: 48px 30px 5px 30px
    }
    .result-total h3 {
        font-size:20px;
        margin-bottom:30px;
    }
    .schedule-group {
        flex-direction: column;
        margin-top: initial;
    }
    .schedule-group .schedule-item {
        width: calc(100% - 40px);
        padding: 20px;
        border-radius: 12px;
        justify-content: center;
    }
    .schedule-group .schedule-item:not(:last-child)::after {
        top: initial;
        bottom: -12px;
        left: 50%;
        transform: translateX(-50%);
        background-image: url(../images/schedule-bottom-icon.png);
    }
    .shut-schedule > li {
        width: 100%;
        margin-bottom: 20px;
    }
    .survey-result-tab li {
        width: calc(50% - 10px);
    }
    .survey-result-tab li > a {
        font-size:15px;
        line-height: 40px;
    }
    .schedule-item-detail li {
        padding: 0 0 30px;
        margin-bottom: 30px; 
        /* width:100%; */
    }
    .schedule-item-detail h3,
    .schedule-item-detail .cont {
        width:100%;
    }
    .schedule-item-detail h3 {
        font-size: 18px;
    }
    .schedule-item-detail .cont {
        padding-left: 0;
        margin-top: 10px;
    }
    .schedule-item-detail .cont p {
        font-size:16px;
    }
    .used-store li {
        width:100%;
        margin-bottom: 10px;
        padding:20px !important;
    }
    .survey-btnWrap a {
        line-height: 40px;
    }
    .service-tabs {
        display: inline-block;
        width: 100%;
    }
    .service-tabs a {
        float: none;
        width: calc(100% - 55px);
        display: block;
        margin: 0 0 20px;
        padding: 16px 24px;
    }
    .btn-surveyClose {
        right: 0;
        top:25px;
    }
    .survey-btnWrap, .btnWrap {
        width: 100%;
        display: flex;
        justify-content: space-around;
    }
    .survey-btnWrap.onlyType {
        flex-direction: column;
    }
    .survey-btnWrap.onlyType a {
        float:none;
        width:100%;
    }
    .survey-btnWrap.onlyType a + a {
        margin: 12px 0 0 0;
    }
    .board-tbl thead tr th, .board-tbl tbody tr th,
    .board-tbl tbody tr td,
    .form_table th {
        font-size: 14px;
    }
    .survey-btnWrap a, .btnWrap a,
    .btnWrap a + a {
        width:45%;
    }
    .survey-box .gray-box {
        padding: 20px;
    }
    .gallery-list li {
        width:100%
    }
    input, select {
        height: 40px;
    }
    .gallery-list.list4 li {    
        width: calc(100% / 2 - 22px);
    }
    .gallery-list.list4 li:nth-child(2n) {
        margin: 0 0 42px 0;
    }
    .checkGroup {
        width:100%;
    }
    .img-box {
        margin-left: 0;
        width: 100%;
        float: none;
    }
    .img-box + .img-box {
        margin-top: 30px;
    }
    .img-group.col3 div {
        width: 100%;
        float: none;
        margin-left:0;
    }
    .img-group.col3 div + div {
        margin-top:16px;
    }
    .col-group {
        flex-direction: column
    }
    .col-group .img-box {
        margin-left:0;
        margin-top: 16px;
    }
    .col-group p br {
        display: none;
    }
    .img-item.pc {
        display:none;
    }
    .img-item.mobile {
        display: inline-grid;
        text-align: center;
        background: #eaeaea;
        justify-content: center;
        align-items: center;
    }
    .img-item.mobile a {
        position: relative;
        left:initial;
        transform: initial;
        display: inline-flex;
        width: 80%;
         margin: 0 auto;
    }
    .div-col .ml20 {
        margin-left:0 !important;
    }
}
@media (max-width: 760px) {
    #mainVisual {    		
        max-height: 480px;
    }
    /* #mainVisual .main-visual-txt-con .main-visual-txt1, #mainVisual .main-visual-txt-con .main-visual-txt2 {
        font-size: 30px;
    }
    #mainVisual .main-visual-txt-con {
        margin-top: -150px;
    } */
    #Container  .main-title h2 {
        font-size: 26px;
        line-height: 32px;
        padding: 50px 0 30px;
    }
    .main-title p {
        font-size: 18px;
    }
    .main-title p br {
        display:none
    }
    .mainSection02 {
        margin-top: 40px;
    }
    .ft-info .sns-link {
        margin-top: 20px;
        display: table;
    }
    .ft-info .ftel-cont, .ft-info .sns-link {
        position: relative;
        transform: inherit;
        right: inherit;
        top: inherit;
    }
    .ft-info .ftel-cont .ftel {
        text-align: left;
        font-size: 28px;
    }
    .topBt {
        right: 0;
        top: 70%;
        transform: translateY(-70%);
    }
    .survey-btnWrap.half {
        width: 70%;
    }
    .gallery-list.list4 li {
        width: 100%;
    }
    .category-list ul li {
        width: 50%;
        display: inline-block;
    }
    .introductory-box li {
        width:100%;
    }
    /* .img-item.col2 div, .img-item.col3 div {
        width: 100%;
        margin-left:0;
    }
    .img-item.col2 div:first-child {
        margin-bottom: 12px;         
    }
    .img-item.col3 div {
        margin-bottom: 28px;         
    } */
   
    .div-col {
        flex-direction: column;
    }
    
    .diagnosis-result .sub07-bg {
        width: 100%;
        height: 250px;
        background-size: 100%;
    }
    
    .diagnosis-result .sub08-02-bg {
        height: 320px;
    }
}
@media (max-width: 480px) {
    #mainVisual {
        min-height: 320px;
    }
    #mainVisual .main-visual-txt-con .main-visual-txt1, #mainVisual .main-visual-txt-con .main-visual-txt2 {
        font-size: 24px;
    }
    #mainVisual .main-visual-txt-con {
        margin-top: -100px;
    }
    #Container  .main-title h2 {
        font-size: 20px;
        line-height: 28px;
    }
}













