/* common */
.pad {
    padding: 120px 0 200px;
}
.pt {
    padding-top: 120px;
}
.sv {
    position: relative;
    width: 100%;
    height: 550px;
    background-size: cover !important;
}
.sv1 {
    background: url('/img/sub/sv01.png') 50% 50% no-repeat;
}
.sv2 {
    background: url('/img/sub/sv02.png') 50% 50% no-repeat;
}
.sv3 {
    background: url('/img/sub/sv03.png') 50% 50% no-repeat;
}
.sv4 {
    background: url('/img/sub/sv04.png') 50% 50% no-repeat;
}
.sv5 {
    background: url('/img/sub/sv05.png') 50% 50% no-repeat;
}
.sv .flex_box {
    position: absolute;
    bottom: -53px;
    left: 50%;
    width: 100%;
    box-sizing: border-box;
    max-width: 1500px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transform: translateX(-50%);
}
.sv h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 130px;
    color: #fff;
    text-transform: uppercase;
}
.sv .tab_nav {
    position: relative;
    width: 250px;
}
.sv .tab_nav h3 {
    position: relative;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    padding: 10px 0;
    cursor: pointer;
}
.sv .tab_nav h3 i {
    position: absolute;
    top: 16px;
    right: 0;
}
.sv .tab_nav h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
}
.sv .tab_nav div {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 4px 6px 12px 1px #00000021;
    box-sizing: border-box;
    padding: 8px 0;
}
.sv .tab_nav div ul li {
    margin-bottom: 5px;
}
.sv .tab_nav div ul li:last-of-type {
    margin-bottom: 0;
}
.sv .tab_nav div ul li a {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    font-size: 18px;
    color: #222;
    font-weight: 500;
}
/* 타이틀 */
.sub .s_tit {
    text-align: center;
}
.sub .s_tit.mb {
    margin-bottom: 60px;
}
.sub .s_tit h3 {
    font-weight: bold;
    font-size: 20px;
    color: #009ce1;
    margin-bottom: 18px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}
.sub .s_tit p {
    font-size: 46px;
    color: #222;
}
.sub .s_tit p.fw {
    font-weight: 600;
}
.sub .s_tit h4 {
    font-size: 32px;
    color: #222;
    padding-top: 40px;
}
/* .sub .s_tit h4 span {
    font-size: 42px;
} */
/* 인사말 */
.greeting {}
.greeting .list {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.greeting .list::after {
    content: 'CEO Message';
    position: absolute;
    right: 249px;
    bottom: -41px;
    font-family: 'Kaushan Script', cursive;
    font-size: 120px;
    opacity: 0.02;
    color: #000;
    z-index: -1;
}
.greeting .list figure {
    width: calc(50% - 100px);
}
.greeting .list figure img {}
.greeting .list .txt {
    width: calc(50% + 100px);
    box-sizing: border-box;
    padding-left: 70px;
}
.greeting .list .txt p {
    font-weight: 300;
    font-size: 18px;
    color: #666;
    margin-bottom: 30px;
    line-height: 1.7;
}
.greeting .list .txt p:last-of-type {
    font-weight: 600;
    font-size: 20px;
    color: #222;
    margin-top: 40px;
    margin-bottom: 0;
}
/* 회사개요 */
.overview {}
.overview .img_box {}
.overview .img_box figure {
    margin-bottom: 40px;
}
.overview .img_box figure img {}
.overview .img_box p {
    font-size: 34px;
    color: #222;
}
.overview .icon_list {
    margin-top: 70px;
	margin-bottom: -150px; /*아래 간격 추가함*/
    display: flex;
    flex-wrap: wrap;
}
.overview .icon_list .item {
    display: flex;
    align-items: center;
    width: 50%;
    margin-bottom: 50px;
}
.overview .icon_list .item:nth-of-type(n + 3) {
    margin-bottom: 0;
}
.overview .icon_list .item figure {
    width: 90px;
}
.overview .icon_list .item .txt {
    width: calc(100% - 90px);
    box-sizing: border-box;
    padding-left: 20px;
}
.overview .icon_list .item .txt h4 {
    font-size: 16px;
    color: #777777;
}
.overview .icon_list .item .txt p {
    font-weight: 500;
    font-size: 22px;
    color: #222;
}
.overview .cont {
    position: relative;
    margin-top: 200px;
}
.overview .cont::after {
    content: "";
    position: absolute;
    top: 80px;
    right: 0;
    width: 100%;
    max-width: 1500px;
    height: 800px;
    background: #f6faff;
    z-index: -2;
}
.overview .cont::before {
    content: "Integrated Solutions";
    position: absolute;
    top: 34%;
    left: -40px;
    z-index: -1;
    font-family: 'Kaushan Script', cursive;
    font-size: 150px;
    opacity: 0.02;
    color: #000;
    white-space: nowrap;
}
.overview .cont .item {
    display: flex;
    align-items: center;
    margin-bottom: 100px;
    flex-wrap: wrap;
}
.overview .cont .item figure {
    width: 50%;
}
.overview .cont .item .txt {
    width: 50%;
    box-sizing: border-box;
    padding-left: 60px;
}
.overview .cont .item .txt h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #009ce1;
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 0.15em
}
.overview .cont .item .txt p {
    font-size: 28px;
    color: #222;
}
.overview .cont .item:nth-of-type(2) {
    align-items: flex-end;
    margin-bottom: 0;
}
.overview .cont .item:nth-of-type(2) .txt {
    width: calc(50% + 150px);
    text-align: right;
    padding-left: 0;
    padding-right: 80px;
    margin-bottom: 90px;
}
.overview .cont .item:nth-of-type(2) figure {
    width: calc(50% - 150px);
    order: 2
}
/* 연혁 */
.history {}
.history .s_tit {
    margin-bottom: 100px;
}
.history .list {
    display: flex;
    flex-wrap: wrap;
}
.history .list .item {
    width: 50%;
}
.history .list .item:last-of-type {
    margin-top: 70px;
}
.history .list .item .tit {}
.history .list .item .tit h3 {
    font-weight: bold;
    font-size: 90px;
    color: #222;
}
.history .list .item .tit p {
    font-weight: 300;
    font-size: 24px;
    color: #222;
}
.history .list .item .year {
    margin-top: 90px;
}
.history .list .item .year li {
    font-weight: 600;
    font-size: 40px;
    color: #dddddd;
    margin-bottom: 20px;
}
.history .list .item .year li:last-of-type {
    margin-bottom: 0;
}
.history .list .item > ul:not(.year) {
    margin-bottom: 185px;
}
.history .list .item > ul:not(.year):last-of-type {
    margin-bottom: 0;
}
.history .list .item > ul:not(.year) > li {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.history .list .item > ul:not(.year) > li:last-of-type {
    margin-bottom: 0;
}
.history .list .item > ul:not(.year) > li > span {
    width: 82px;
    font-weight: 600;
    font-size: 22px;
    color: #222;
}
.history .list .item > ul:not(.year) > li > ul {}
.history .list .item > ul:not(.year) > li > ul > li {
    position: relative;
    box-sizing: border-box;
    padding-left: 56px;
    font-size: 22px;
    color: #666;
}
.history .list .item > ul:not(.year) > li > ul > li > span {
    position: absolute;
    left: 0;
    font-weight: 600;
    font-size: 22px;
    color: #222;
}
/* 관계사 */
.partner {}
.partner .list {
    display: flex;
    flex-wrap: wrap;
}
.partner .list .item {
    width: calc((100% - 105px) / 4);
    position: relative;
    border: 1px solid #dddddd;
    text-align: center;
    box-sizing: border-box;
    padding: 80px 10px;
    margin-right: 35px;
    margin-bottom: 35px;
}
.partner .list .item:nth-of-type(4n) {
    margin-right: 0;
}
.partner .list .item:nth-of-type(n + 5) {
    margin-bottom: 0;
}
.partner .list .item figure {
    margin-bottom: 50px;
}
.partner .list .item figure img {}
.partner .list .item .txt {}
.partner .list .item .txt h4 {
    font-weight: bold;
    font-size: 22px;
    color: #222;
    margin-bottom: 8px;
}
.partner .list .item .txt p {
    font-weight: 300;
    font-size: 16px;
    color: #666666;
}
.partner .list .item .hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/img/sub/partner_bg01.png') 50% 50% no-repeat;
    background-size: cover;
    text-align: left;
    box-sizing: border-box;
    padding: 46px;
    opacity: 0;
    transition: 0.4s
}
.partner .list .item:nth-of-type(2) .hover {
    background: url('/img/sub/partner_bg02.png') 50% 50% no-repeat;
    background-size: cover;
}
.partner .list .item:nth-of-type(3) .hover {
    background: url('/img/sub/partner_bg03.png') 50% 50% no-repeat;
    background-size: cover;
}
.partner .list .item:nth-of-type(4) .hover {
    background: url('/img/sub/partner_bg04.png') 50% 50% no-repeat;
    background-size: cover;
}
.partner .list .item:nth-of-type(5) .hover {
    background: url('/img/sub/partner_bg05.png') 50% 50% no-repeat;
    background-size: cover;
}
.partner .list .item:nth-of-type(6) .hover {
    background: url('/img/sub/partner_bg06.png') 50% 50% no-repeat;
    background-size: cover;
}
.partner .list .item:nth-of-type(7) .hover {
    background: url('/img/sub/partner_bg07.png') 50% 50% no-repeat;
    background-size: cover;
}
.partner .list .item .hover figure {
    margin-bottom: 40px;
}
.partner .list .item .hover .txt {}
.partner .list .item .hover .txt h4 {
    font-weight: bold;
    font-size: 16px;
    color: #009ce1;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}
.partner .list .item .hover .txt ul {
    text-align: left;
}
.partner .list .item .hover .txt ul li {
    position: relative;
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    opacity: 0.6;
    padding-left: 18px;
    box-sizing: border-box;
    margin-bottom: 8px;
}
.partner .list .item .hover .txt ul li:last-of-type {
    margin-bottom: 0;
}
.partner .list .item .hover .txt ul li::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 10px;
    height: 1px;
    background: #fff;
}
.partner .list .item:hover .hover {
    opacity: 1;
}
/* biz공통 */
.biz .bgg {
    background: #f9f9f9;
}
.biz .scon01 {
    padding-bottom: 170px;
}
.biz .scon01 .list {
    overflow: hidden;
}
.biz .scon01 .list .item {
    position: relative;
    width: 65%;
    margin-bottom: 200px;
}
.biz .scon01 .list .item:nth-of-type(2) {
    margin-bottom: 140px;
    margin-left: auto;
    margin-right: auto;
}
.biz .scon01 .list .item:last-of-type {
    margin-bottom: 0;
    margin-left: auto;
}
.biz .scon01 .list .item figure {}
.biz .scon01 .list .item figure img {}
.biz .scon01 .list .item .txt {
    position: absolute;
    bottom: 0;
    left: 510px;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    padding: 80px 90px 0;
    z-index: 2;
    overflow: hidden;
}
.biz .scon01 .list .item .txt::after {
    content: "01";
    position: absolute;
    top: -61px;
    left: -10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 160px;
    color: #f9f9f9;
    z-index: -1;
}
.biz .scon01 .list .item:nth-of-type(2) .txt::after {
    content: "02";
}
.biz .scon01 .list .item:nth-of-type(3) .txt::after {
    content: "03";
    left: auto;
    right: -10px;
}
.biz .scon01 .list .item .txt h4 {
    font-weight: bold;
    font-size: 32px;
    letter-spacing: -0.025em;
    color: #222;
}
.biz .scon01 .list .item .txt ul {
    margin-top: 26px;
}
.biz .scon01 .list .item .txt p {
    margin-top: 26px;
}
.biz .scon01 .list .item .txt p,
.biz .scon01 .list .item .txt ul li {
    position: relative;
    font-weight: 300;
    font-size: 17px;
    color: #666;
    box-sizing: border-box;
    padding-left: 12px;
    margin-bottom: 20px;
}
.biz .scon01 .list .item .txt p {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.biz .scon01 .list .item .txt p:last-of-type,
.biz .scon01 .list .item .txt ul li:last-of-type {
    margin-bottom: 0;
}
.biz .scon01 .list .item .txt ul li::after {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 3px;
    height: 3px;
    background: #666;
}
.biz .scon01 .list .item:nth-of-type(3) .txt {
    left: auto;
    right: 770px;
    text-align: right;
}
.biz .scon01 .list .item:nth-of-type(3) .txt ul li {
    padding-right: 12px;
    padding-left: 0;
}
.biz .scon01 .list .item:nth-of-type(3) .txt ul li::after {
    left: auto;
    right: 0;
    top: 10px;
}
/* parking */
.parking {}
.parking .scon {}
.parking .scon04,
.parking .scon02 {
    background: #f9f9f9;
    padding: 100px 0;
}
.parking .scon02 .list {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}
.parking .scon02 .list .item {
    position: relative;
    width: 12.2%;
    background: #fff;
    border-radius: 50%;
    padding-bottom: 12.2%;
    margin-right: 40px;
}
.parking .scon02 .list .circle_item::after,
.parking .scon02 .list .item::after {
    position: absolute;
    top: 50%;
    right: -24px;
    transform: translateY(-50%);
    content: "";
    background: url('/img/sub/icon_parking_arrow.png') 50% 50% no-repeat;
    background-size: cover;
    width: 8px;
    height: 12px;
}
.parking .scon02 .list .item:last-of-type::after {
    display: none;
}
.parking .scon02 .list .item.mr {
    margin-right: 0;
}
.parking .scon02 .list .item .txt {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.parking .scon02 .list .item .txt p {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #009ce1;
}
.parking .scon02 .list .item .txt h4 {
    font-weight: 500;
    font-size: 22px;
    color: #222;
    line-height: 1.2;
    margin-top: 10px;
}
.parking .scon02 .list .circle_item {
    position: relative;
    width: calc(44.2% - 80px);
    border: 1px solid #009ce1;
    box-sizing: border-box;
    border-radius: 100px;
    margin: 0 40px;
    padding: 15px;
}
.parking .scon02 .list .circle_item h4 {
    position: absolute;
    top: -0.7em;
    left: 50%;
    background: #f9f9f9;
    font-weight: 500;
    font-size: 22px;
    color: #222;
    line-height: 1.2;
    transform: translateX(-50%);
    padding: 0 20px;
}
.parking .scon02 .list .circle_item h4 span {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #009ce1;
    margin-right: 10px;
}
.parking .scon02 .list .circle_item ul {
    display: flex;
    justify-content: center;
}
.parking .scon02 .list .circle_item ul li {
    position: relative;
    padding-bottom: calc(25% + 12px);
    width: calc(25% + 12px);
    background: #00000024;
    border-radius: 50%;
    margin: 0 -8px;
}
.parking .scon02 .list .circle_item ul li span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 18px;
    color: #444;
}
.parking .scon03 {
    padding: 100px 0;
}
.parking .scon03 .list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 100px;
}
.parking .scon03 .list .item {
    width: 25%;
}
.parking .scon03 .list .item figure {
    margin-bottom: 30px;
}
.parking .scon03 .list .item:last-of-type figure {
    margin-bottom: 46px;
}
.parking .scon03 .list .txt h4 {
    font-weight: bold;
    font-size: 28px;
    color: #222;
    line-height: 1.1em;
    margin-bottom: 22px;
}
.parking .scon03 .list .txt h4 span {
    display: block;
    vertical-align: top;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #009ce1;
}
.parking .scon03 .list .txt p {
    font-weight: 300;
    font-size: 17px;
    color: #666;
}
.parking .scon04 {}
.parking .scon04 .list {
    display: flex;
    flex-wrap: wrap;
}
.parking .scon04 .item {
    width: 25%;
    margin-bottom: 80px;
}
.parking .scon04 .item:nth-of-type(n + 5) {
    margin-bottom: 0;
}
.parking .scon04 .item .txt {
    margin-top: 16px;
}
.parking .scon04 .item .txt h4 {
    font-weight: bold;
    font-size: 24px;
    color: #222;
    margin-bottom: 23px;
}
.parking .scon04 .item .txt ul li,
.parking .scon04 .item .txt p {
    font-weight: 300;
    font-size: 17px;
    color: #666;
}
.parking .scon04 .item .txt ul li {
    position: relative;
    padding-left: 12px;
    margin-bottom: 12px;
}
.parking .scon04 .item .txt ul li:last-of-type {
    margin-bottom: 0;
}
.parking .scon04 .item .txt ul li::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 3px;
    height: 3px;
    background: #666;
}
/* Senior Town */
.senior_town {}
.senior_town .scon02 {
    padding: 100px 0 120px;
}
.senior_town .scon02 .list {
    display: flex;
    flex-wrap: wrap;
}
.senior_town .scon02 .list .item {
    position: relative;
    width: calc((100% - 120px) / 3);
    margin-right: 60px;
}
.senior_town .scon02 .list .item:nth-of-type(3n) {
    margin-right: 0;
}
.senior_town .scon02 .list .item figure {
    position: relative;
    padding-bottom: 134%;
    overflow: hidden;
}
.senior_town .scon02 .list .item figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: inherit;
    height: 100%;
}
.senior_town .scon02 .list .item .hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000ba;
    transition: 0.4s;
    opacity: 0;
}
.senior_town .scon02 .list .item .hover .p100 {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    padding: 0 35px;
    box-sizing: border-box;
}
.senior_town .scon02 .list .item .hover .p100 h4 {
    font-weight: bold;
    font-size: 36px;
    color: #fff;
}
.senior_town .scon02 .list .item .hover .p100 p {
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    opacity: 0.5;
    margin-top: 8px;
}
.senior_town .scon02 .list .item:hover .hover {
    opacity: 1;
}
/* 부동산컨설팅 */
.realtyconsulting {}
.realtyconsulting .bg_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: url('/img/sub/realtyconsulting04.png') 50% 50% no-repeat;
    background-size: cover;
    height: 350px;
    margin-top: 200px;
    padding: 0 90px;
    box-sizing: border-box;
}
.realtyconsulting .bg_box .txt {}
.realtyconsulting .bg_box .txt h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.15em;
    color: #009ce1;
    text-transform: uppercase;
}
.realtyconsulting .bg_box .txt p {
    font-weight: 300;
    font-size: 32px;
    color: #fff;
    margin-top: 20px;
}
.realtyconsulting .bg_box .btn {}
.realtyconsulting .bg_box .btn a {
    position: relative;
    width: 200px;
    height: 60px;
    border: 1px solid #fff;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    line-height: 58px;
    box-sizing: border-box;
    padding: 0 20px;
    z-index: 2;
}
.realtyconsulting .bg_box .btn a::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: 0;
    background: rgb(18, 52, 131);
    background: linear-gradient(0deg, rgba(18,52,131,1) 0%, rgba(0,156,225,1) 100%);
    transition: 0.4s;
    z-index: -1;
}
.realtyconsulting .bg_box .btn a i {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.realtyconsulting .bg_box .btn a:hover::before {
    height: calc(100% + 2px);
}
/* 실적사례 */
.result .tab {
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
}
.result .tab li {
    margin-right: 20px;
}
.result .tab li:last-of-type {
    margin-right: 0;
}
.result .tab li a {
    position: relative;
    font-size: 40px;
    color: #777;
}
.result .tab li a::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 1px;
    background: #222;
}
.result .tab li.on a {
    font-weight: 600;
    color: #222;
}
.result .tab li.on a::after {
    width: 100%;
}
.result .list {
    display: flex;
    flex-wrap: wrap;
}
.result .list .item {
    width: calc((100% - 120px) / 3);
    position: relative;
    margin-right: 60px;
    margin-bottom: 60px;
}
.result .list .item:nth-of-type(3n) {
    margin-right: 0;
}
.result .list .item:nth-of-type(n + 4) {
    margin-bottom: 0;
}
.result .list .item figure {
    position: relative;
    padding-bottom: 135%;
    overflow: hidden;
}
.result .list .item figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: inherit;
    width: 100%;
}
.result .list .item .hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.4s;
}
.result .list .item .hover .bg {
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.8;
    width: 100%;
    height: 100%;
}
.result .list .item .hover .txt {
    position: absolute;
    bottom: 56px;
    left: 36px;
    color: #fff;
}
.result .list .item .hover .txt h4 {
    font-weight: bold;
    font-size: 36px;
}
.result .list .item .hover .txt ul {
    display: flex;
}
.result .list .item .hover .txt ul li {
    position: relative;
    font-weight: 300;
    font-size: 16px;
    color: #a6a6a5;
    margin-right: 20px;
}
.result .list .item .hover .txt ul li::after {
    content: "";
    position: absolute;
    top: 6px;
    right: -11px;
    width: 1px;
    height: 12px;
    background: #a6a6a6;
}
.result .list .item .hover .txt ul li:last-of-type::after {
    display: none;
}
.result .list .item .hover .txt ul li span {
    color: #fff;
    margin-right: 10px;
}
.result .list .item:hover .hover {
    opacity: 1;
}
/* 영업상담문의 */
.borad_list select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('/img/sub/icon_select001.png') no-repeat 88% 50%;
}
.borad_list {}
.borad_list .pop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000a8;
    z-index: 1000;
}
.borad_list .pop .pop_box {
    position: absolute;
    width: 100%;
    max-width: 700px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 25px;
    z-index: 10;
    text-align: center;
    padding: 85px 0;
}
.borad_list .pop .pop_box .close {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 26px;
    color: #222;
    cursor: pointer;
}
.borad_list .pop .pop_box .txt {
    text-align: center;
}
.borad_list .pop .pop_box .txt h3 {
    font-weight: bold;
    font-size: 50px;
    color: #222;
    margin-bottom: 20px;
}
.borad_list .pop .pop_box .txt p {
    font-weight: 300;
    font-size: 18px;
    color: #222222;
}
.borad_list .pop .pop_box input {
    width: 100%;
    height: 54px;
    background: #fff;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    max-width: 400px;
    font-size: 16px;
    color: #222;
    margin: 30px 0 40px;
    padding: 0 24px;
}
.borad_list .pop .pop_box input::placeholder {
    font-size: 16px;
    color: #bcbcbc;
}
.borad_list .pop .pop_box button {
    display: block;
    width: 100%;
    max-width: 200px;
    height: 64px;
    border: none;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    background: #009ce1;
    margin: 0 auto;
    cursor: pointer;
}
.borad_list .ctn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
}
.borad_list .ctn .select_box {
    width: 240px;
    height: 60px;
}
.borad_list .ctn .select_box select {
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    width: 100%;
    height: 100%;
    background-color: #f6f6f6;
    font-weight: 300;
    font-size: 16px;
    color: #222;
    border: none;
    outline: none;
    padding: 0 24px;
    box-sizing: border-box
}
.borad_list .ctn .input_box {
    position: relative;
    width: calc(100% - 450px);
    height: 60px;
    margin: 0 20px 0 10px;
}
.borad_list .ctn .input_box input {
    width: 100%;
    height: 100%;
    border: none;
    background-color: #f6f6f6;
    outline: none;
    font-size: 16px;
    color: #222;
    padding: 0 24px;
    box-sizing: border-box;
}
.borad_list .ctn .input_box button {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    font-size: 20px;
    color: #222;
    font-weight: 500;
    border: none;
    background-color: #f6f6f6;
}
.borad_list .ctn .input_box button i {}
.borad_list .ctn .write {
    width: 180px;
    height: 60px;
}
.borad_list .ctn .write a {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    background: #009ce1;
    text-align: center;
    font-weight: 500;
    font-size: 17px;
    color: #fff;
    line-height: 60px;
}
.borad_list .ctn .write a i {
    margin-right: 5px;
}
.borad_list .table_box {
    margin-top: 50px;
}
.borad_list .table_box table {}
.borad_list .table_box table tbody {
    border-top: 1px solid #222222;
}
.borad_list .table_box table tbody th {
    position: relative;
    font-weight: 500;
    font-size: 15px;
    color: #222;
    text-transform: uppercase;
    border-bottom: 1px solid #dddddd;
    padding: 20px 0;
    box-sizing: border-box;
}
.borad_list .table_box table tbody th::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 10px;
    background: #ddd;
    transform: translateY(-50%);
}
.borad_list .table_box table tbody th:last-of-type::after {
    display: none;
}
.borad_list .table_box table tbody td {
    font-weight: 300;
    font-size: 16px;
    color: #999999;
    text-transform: uppercase;
    border-bottom: 1px solid #dddddd;
    text-align: center;
    padding: 20px 0;
    box-sizing: border-box;
}
.borad_list .table_box table tbody td a {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #444444;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
}
.borad_list .table_box table tbody td a .lock {
    color: #009ce1;
}
.borad_list .table_box table tbody td a .comment {
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    color: #0f4391;
    position: relative;
    top: -1px;
}
/* 상세 */
.view_ctn {
    border-top: 1px solid #222;
}
.view_ctn .tit {
    text-align: center;
    border-bottom: 1px solid #dddddd;
    box-sizing: border-box;
    padding: 30px 0;
}
.view_ctn .tit h4 {
    font-weight: 600;
    font-size: 32px;
    color: #222;
    margin-bottom: 15px;
}
.view_ctn .tit p {
    font-weight: 300;
    font-size: 16px;
    color: #999;
}
.view_ctn .tit p i {}
.view_ctn .info {
    box-sizing: border-box;
    padding: 30px 0;
    font-size: 16px;
}
.view_ctn .view_page {
    border-top: 1px solid #ddd;
}
.view_ctn .view_page dl {
    display: flex;
}
.view_ctn .view_page dl dt {
    width: 200px;
    position: relative;
    border-bottom: 1px solid #ddd;
    font-weight: 500;
    font-size: 16px;
    color: #666;
    padding: 20px;
}
.view_ctn .view_page dl dt i {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.view_ctn .view_page dl dt::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -1px;
    width: 1px;
    height: 14px;
    background: #ddd;
    transform: translateY(-50%);
}
.view_ctn .view_page dl dd {
    width: calc(100% - 200px);
    border-bottom: 1px solid #ddd;
    padding: 20px 25px;
}
.view_ctn .view_page dl dd a {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 16px;
    color: #666;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.view_ctn .comment_box {
    background: #f9f9f9;
    box-sizing: border-box;
    padding: 45px;
    margin-top: 50px;
}
.view_ctn .comment_box dl {
    display: flex;
}
.view_ctn .comment_box dl dt {
    position: relative;
    width: 230px;
    font-weight: 600;
    font-size: 18px;
    color: #009ce1;
}
.view_ctn .comment_box dl dt::after {
    content: "";
    position: absolute;
    top: 7px;
    right: -1px;
    width: 1px;
    height: 14px;
    background: #ddd;
}
.view_ctn .comment_box dl dt i {
    position: relative;
    top: 2px;
    margin-right: 5px;
}
.view_ctn .comment_box dl dd {
    width: calc(100% - 230px);
    margin-top: 2px;
    box-sizing: border-box;
    padding-left: 30px;
}
.view_ctn .comment_box dl dd p {
    font-size: 16px;
    color: #666666;
}
.view_ctn .comment_box dl dd ul {
    display: flex;
    margin-top: 30px;
}
.view_ctn .comment_box dl dd ul li {
    position: relative;
    font-weight: 300;
    font-size: 15px;
    color: #999;
    margin-right: 30px;
}
.view_ctn .comment_box dl dd ul li::after {
    content: "";
    position: absolute;
    top: 4px;
    right: -16px;
    width: 1px;
    height: 14px;
    background: #ddd;
}
.view_ctn .comment_box dl dd ul li:last-of-type::after {
    display: none;
}
.view_ctn .go_list {
    text-align: center;
    margin-top: 50px;
}
.view_ctn .go_list a {
    display: inline-block;
    vertical-align: top;
    width: 220px;
    height: 60px;
    line-height: 60px;
    font-weight: 500;
    font-size: 17px;
    color: #fff;
    background: #009ce1;
}
.view_ctn .go_list a i {
    margin-right: 6px;
    position: relative;
    top: 1px;
}
/* 폼 박스 */
.input_ctn {
    border-top: 1px solid #222;
}
.input_ctn dl {
    display: flex;
}
.input_ctn dl dt {
    width: 250px;
    background: #f9f9f9;
    font-weight: 500;
    font-size: 18px;
    color: #222222;
    border-bottom: 1px solid #ddd;
    text-align: center;
    line-height: 79px;
}
.input_ctn dl dt span {
    color: #f5173c;
    position: relative;
    top: 2px;
}
.input_ctn dl dd {
    width: calc(100% - 250px);
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding: 14px 20px;
    box-sizing: border-box;
}
.input_ctn dl dd.w600 select{max-width: 600px;}
.input_ctn dl dd select  { 
    -webkit-appearance: none; 
    -moz-appearance: none; 
    appearance: none;
    background: url(/img/sub/icon_select000001.png) no-repeat 93% 50%;
}

.input_ctn dl dd select,
.input_ctn dl dd textarea,
.input_ctn dl dd input {
    width: 100%;
    height: 50px;
    max-width: 250px;
    border: none;
    background-color: #f6f6f6;
    box-sizing: border-box;
    outline: none;
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    padding: 0 20px;
    font-size: 16px;
    color: #222;
}
.input_ctn dl dd textarea {
    height: 350px;
    resize: none;
    max-width: none;
    padding: 20px;
}
.input_ctn dl dd span {
    display: inline-block;
    vertical-align: top;
    width: 44px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #222;
    font-weight: 300;
}
.input_ctn dl.w100 dd input {
    max-width: none;
}
.input_ctn dl .radio_put {
    display: flex;
    padding: 26px 20px;
}
.input_ctn dl .radio_put .radio {}
.input_ctn dl .radio_put .radio input {
    display: none;
}
.input_ctn dl .radio_put .radio label {
    width: 100%;
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.input_ctn dl .radio_put .radio label span {
    display: inline-block;
    vertical-align: top;
    width: 15px;
    height: 15px;
    border: 1px solid #f6f6f6;
    box-sizing: border-box;
    background: #f6f6f6;
}
.input_ctn dl .radio_put .radio label span i {
    position: relative;
    top: -1.5px;
    left: 0.5px;
    opacity: 0;
    color: #fff;
}
.input_ctn dl .radio_put .radio label p {
    font-weight: 300;
    font-size: 17px;
    color: #222222;
    margin-left: 5px;
}
.input_ctn dl .radio_put .radio input:checked + label span {
    background: #009ce1;
    border-color: #009ce1
}
.input_ctn dl .radio_put .radio input:checked + label span i {
    opacity: 1;
}
.input_ctn dl.e dd {
    font-size: 0;
}
.input_ctn dl.e dd input {
    width: 33.33%;
    max-width: none;
}
.input_ctn dl.e dd select {
    width: calc(33.33% - 54px);
    max-width: none;
    margin-right: 10px;
}
.input_ctn dl dd.f {
    display: flex
}
.input_ctn dl dd #fileName {
    width: calc(100% - 180px);
    height: 50px;
    box-sizing: border-box;
    border: none;
    padding: 0 20px;
    font-size: 14px;
    color: #555;
    margin-left: 10px;
    max-width: none;
}
.input_ctn dl dd .file {
    position: relative;
    width: 170px;
    height: 50px;
    box-sizing: border-box;
    background: #e6e6e6;
    cursor: pointer;
}
.input_ctn dl dd .file span {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    background: #333;
}
.input_ctn dl dd .file input {
    display: none
}
.input_ctn .privacy_ctn {
    margin-top: 70px;
}
.input_ctn .privacy_ctn h4 {
    font-weight: 600;
    font-size: 24px;
    color: #222;
    margin-bottom: 12px;
}
.input_ctn .privacy_ctn .txt_box {
    padding: 40px;
    box-sizing: border-box;
    background: #f9f9f9;
    overflow-y: scroll;
    max-height: 400px;
}
.input_ctn .privacy_ctn .txt_box p {
    font-size: 15px;
    font-weight: 300;
    color: #666;
    line-height: 1.7;
    margin-bottom: 36px;
}
.input_ctn .privacy_ctn .txt_box p:last-of-type {
    margin-bottom: 0;
}
.input_ctn .privacy_ctn .txt_box p span {
    font-weight: 500;
    color: #222;
    display: block;
    margin-bottom: 5px;
}
.input_ctn .privacy_ctn .chk {
    margin-top: 20px;
}
.input_ctn .privacy_ctn .chk input {
    display: none;
}
.input_ctn .privacy_ctn .chk label {
    width: 100%;
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.input_ctn .privacy_ctn .chk label span {
    display: inline-block;
    vertical-align: top;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    background: #ddd;
}
.input_ctn .privacy_ctn .chk label span i {
    position: relative;
    top: 0.5px;
    left: 2.5px;
    opacity: 0;
    color: #fff;
}
.input_ctn .privacy_ctn .chk label p {
    font-weight: 400;
    font-size: 17px;
    color: #222222;
    margin-left: 10px;
}
.input_ctn .privacy_ctn .chk input:checked + label span {
    background: #009ce1;
    border-color: #009ce1
}
.input_ctn .privacy_ctn .chk input:checked + label span i {
    opacity: 1;
}
.input_ctn .btn {
    margin-top: 77px;
    text-align: center;
    font-size: 0;
}
.input_ctn .btn > * {
    width: 220px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    vertical-align: top;
    font-weight: 500;
    font-size: 17px;
    color: #fff;
    box-sizing: border-box;
    border: none;
    cursor: pointer;
}
.input_ctn .btn > * i {
    margin-right: 8px;
}
.input_ctn .btn button {
    background: #009ce1;
    margin-right: 20px;
}
.input_ctn .btn a {
    background: #333333;
}
/* faq */
.faq {}
.faq .list {
    border-top: 1px solid #222222;
}
.faq .list .item {}
.faq .list .item .tit {
    padding: 24px 40px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}
.faq .list .item .tit h4 {
    position: relative;
    font-weight: 400;
    font-size: 19px;
    color: #444;
    box-sizing: border-box;
    padding-left: 90px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.faq .list .item .tit h4 span {
    position: absolute;
    left: 0;
    font-weight: 500;
    color: #222;
}
.faq .list .item .tit h4 i {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
}
.faq .list .item .txt {
    display: none;
    background: #f9f9f9;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    padding: 34px 130px;
}
.faq .list .item .txt p {
    font-size: 17px;
    color: #666;
}
/* 이미지 게시판 */
.borad_img_list {}
.borad_img_list .list {
    display: flex;
    flex-wrap: wrap;
}
.borad_img_list .list .item {
    position: relative;
    width: calc((100% - 105px) / 4);
    margin-right: 35px;
    margin-bottom: 35px;
}
.borad_img_list .list .item:nth-of-type(4n) {
    margin-right: 0;
}
.borad_img_list .list .item a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.borad_img_list .list .item figure {
    position: relative;
    padding-bottom: 66%;
    overflow: hidden;
}
.borad_img_list .list .item figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: inherit;
    height: 100%;
}
.borad_img_list .list .item .txt {
    margin-top: 25px;
}
.borad_img_list .list .item .txt h5 {
    font-weight: bold;
    font-size: 15px;
    color: #009ce1;
    margin-bottom: 14px;
}
.borad_img_list .list .item .txt h4 {
    font-weight: 600;
    font-size: 22px;
    color: #222;
    margin-bottom: 10px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 3em
}
.borad_img_list .list .item .txt p:not(.date) {
    font-weight: 300;
    font-size: 15px;
    letter-spacing: -0.05em;
    color: #666666;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 3em
}
.borad_img_list .list .item .txt .date {
    font-weight: 300;
    font-size: 15px;
    color: #aaa;
    margin-top: 35px;
}
/* contact */
.contact {}
.contact .map_ctn {}
.contact .map_ctn .addr {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 60px;
}
.contact .map_ctn .addr .tit {}
.contact .map_ctn .addr ul {
    display: flex;
}
.contact .map_ctn .addr ul li {
    position: relative;
    font-weight: 300;
    font-size: 18px;
    color: #666;
    margin-right: 60px;
}
.contact .map_ctn .addr ul li::after {
    content: "";
    width: 1px;
    height: 15px;
    background: #ddd;
    position: absolute;
    top: 6px;
    right: -30px;
}
.contact .map_ctn .addr ul li:last-of-type {
    margin-right: 0;
}
.contact .map_ctn .addr ul li:last-of-type::after {
    display: none;
}
.contact .map_ctn .addr ul li span {
    font-weight: 500;
    font-size: 18px;
    color: #222;
    margin-right: 15px;
}
.contact .map_ctn .map_box {
    width: 100%;
    height: 600px;
}
.contact .map_ctn .map_box > div,
.contact .map_ctn .map_box > div > div {
    width: 100%;
    height: 100%;
}
@media(max-width: 1500px) {
    .sv .flex_box {
        padding: 0 40px;
    }
    .sub .s_tit p {
        font-size: 32px;
    }
    .sub .s_tit h3 {
        margin-bottom: 20px;
    }
    .sub .s_tit h4 {
        font-size: 28px;
        padding-top: 20px;
    }
    .greeting .list .txt p {
        margin-bottom: 15px;
    }
    .greeting .list .txt p:last-of-type {
        margin-top: 40px;
    }
    .history .s_tit {
        margin-bottom: 60px;
    }
    .history .list .item {
        width: 40%;
    }
    .history .list .item:last-of-type {
        width: 60%;
    }
    .history .list .item .tit h3 {
        font-size: 60px;
    }
    .partner .list .item {
        width: calc((100% - 70px) / 3);
    }
    .partner .list .item:nth-of-type(4n) {
        margin-right: 35px;
    }
    .partner .list .item:nth-of-type(n + 5) {
        margin-bottom: 35px;
    }
    .partner .list .item:nth-of-type(3n) {
        margin-right: 0;
    }
    .partner .list .item:last-of-type {
        margin-bottom: 0;
    }
    .biz .scon01 .list .item .txt {
        width: 73%;
    }
    .biz .scon01 .list .item .txt p br,
    .biz .scon01 .list .item .txt ul li br {
        display: none;
    }
    .biz .scon01 .list .item:nth-of-type(3) .txt {
        left: -20%;
        right: auto;
    }
    .parking .scon03 .list .txt p br {
        display: none;
    }
    .parking .scon03 .list .item {
        width: calc((100% - 60px) / 4);
        margin-right: 20px;
    }
    .parking .scon03 .list .item:last-of-type {
        margin-right: 0;
    }
    .parking .scon04 .item .txt ul li br,
    .parking .scon04 .item .txt p br {
        display: none;
    }
    .input_ctn dl dt {
        width: 150px;
    }
    .input_ctn dl dd {
        width: calc(100% - 150px);
    }
    .contact .map_ctn .addr {
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .contact .map_ctn .addr ul {
        width: 100%;
        margin-top: 20px;
    }
    .contact .map_ctn .map_box {
        height: 500px;
    }
}
@media(max-width: 1200px) {
    .pt {
        padding-top: 80px;
    }
    .pad {
        padding: 80px 0 120px;
    }
    .sv {
        height: 360px;
        margin-top: 80px;
    }
    .sv .flex_box {
        padding: 0 16px;
        bottom: -37px;
    }
    .sv h2 {
        font-size: 100px;
    }
    .sub .s_tit.mb {
        margin-bottom: 40px;
    }
    .overview .img_box p,
    .sub .s_tit p {
        font-size: 30px;
    }
   /*  .sub .s_tit h4 span {
        font-size: 32px;
    } */
    .sub .s_tit h4 {
        font-size: 26px;
        padding-top: 0;
    }
    .greeting .list figure {
        width: 100%;
    }
    .greeting .list .txt {
        width: 100%;
        padding-left: 0;
        margin-top: 40px;
    }
    .greeting .list .txt p {
        font-size: 16px;
    }
    .greeting .list .txt p br {
        display: none;
    }
    .greeting .list::after {
        right: 0;
    }
    .overview .cont {
        margin-top: 120px;
    }
    .overview .cont::before {
        font-size: 100px;
    }
    .overview .cont .item .txt p {
        font-size: 24px;
    }
    .history .list .item {
        width: 100%;
    }
    .history .list .item .year {
        margin-top: 0;
        display: flex;
    }
    .history .list .item .year li {
        margin-right: 20px;
        margin-bottom: 0;
    }
    .history .list .item .year li:last-of-type {
        margin-right: 0;
    }
    .history .list .item:last-of-type {
        width: 100%;
        margin-top: 30px;
    }
    .history .list .item > ul:not(.year) {
        margin-bottom: 30px;
    }
    .history .list .item > ul:not(.year) > li {
        align-items: flex-start
    }
    .history .list .item > ul:not(.year) > li > span {
        width: 62px;
    }
    .history .list .item > ul:not(.year) > li > ul > li {
        font-size: 20px;
        padding-left: 40px;
    }
    .history .list .item > ul:not(.year) > li > ul > li > span {
        font-size: 20px;
    }
    .biz .scon01 .list .item .txt {
        position: static;
        width: 100%;
        padding: 30px;
    }
    .biz .scon01 .list .item:nth-of-type(2),
    .biz .scon01 .list .item {
        margin-bottom: 100px;
    }
    .parking .scon02 .list {
        flex-wrap: wrap
    }
    .parking .scon02 .list .circle_item {
        width: 100%;
        margin: 50px 0;
        border-radius: 20px
    }
    .parking .scon02 .list .item:nth-of-type(2)::after,
    .parking .scon02 .list .circle_item::after {
        display: none;
    }
    .parking .scon02 .list .item {
        width: calc(50% - 20px);
        margin-right: 40px;
        padding-bottom: 200px;
        border-radius: 20px;
        box-sizing: border-box;
    }
    .parking .scon03 .list {
        margin-top: 60px;
    }
    .parking .scon04 .item {
        width: 33.33%;
    }
    .parking .scon04 .item:nth-of-type(n + 5) {
        margin-bottom: 60px;
    }
    .parking .scon04 .item:nth-of-type(n + 7) {
        margin-bottom: 0;
    }
    .senior_town .scon02 .list .item {
        width: calc((100% - 40px) / 3);
        margin-right: 20px;
    }
    .senior_town .scon02 .list .item .hover .p100 h4 {
        font-size: 28px;
    }
    .realtyconsulting .bg_box {
        padding: 0 30px;
        margin-top: 140px;
    }
    .realtyconsulting .bg_box .txt h3 {
        font-size: 16px;
    }
    .realtyconsulting .bg_box .txt p {
        font-size: 28px;
    }
    .result .list .item {
        width: calc(50% - 20px);
        margin-right: 40px;
        margin-bottom: 40px;
    }
    .result .list .item:nth-of-type(3n) {
        margin-right: 40px;
    }
    .result .list .item:nth-of-type(2n) {
        margin-right: 0;
    }
    .result .list .item:nth-of-type(n + 4) {
        margin-bottom: 40px;
    }
    .result .list .item:nth-of-type(n + 5) {
        margin-bottom: 0;
    }
    .input_ctn dl.tel {
        font-size: 0;
    }
    .input_ctn dl.tel dd input {
        width: calc((100% - 88px) / 3);
    }
    .borad_img_list .list .item {
        width: calc((100% - 70px) / 3);
    }
    .borad_img_list .list .item:nth-of-type(4n) {
        margin-right: 35px;
    }
    .borad_img_list .list .item:nth-of-type(3n) {
        margin-right: 0;
    }
}
@media(max-width: 1000px) {
    .sub .s_tit h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .overview .img_box p,
    .sub .s_tit p {
        font-size: 24px;
    }
    /* .sub .s_tit h4 span {
        font-size: 28px;
    } */
    .sub .s_tit h4 {
        font-size: 20px;
    }
    .overview .cont::before {
        display: none;
    }
    .overview .cont .item:nth-of-type(2) figure,
    .overview .cont .item:nth-of-type(2) .txt,
    .overview .cont .item figure,
    .overview .cont .item .txt {
        width: 100%;
        padding: 0;
    }
    .overview .cont .item {
        margin-bottom: 50px;
    }
    .overview .cont .item .txt {
        margin-top: 30px;
    }
    .overview .cont .item:nth-of-type(2) figure {
        text-align: right;
    }
    .overview .cont .item:nth-of-type(2) .txt {
        margin-bottom: 30px;
    }
    .partner .list .item {
        width: calc((100% - 35px) / 2);
    }
    .partner .list .item:nth-of-type(3n),
    .partner .list .item:nth-of-type(4n) {
        margin-right: 35px;
    }
    .partner .list .item:nth-of-type(n + 5) {
        margin-bottom: 35px;
    }
    .partner .list .item:nth-of-type(2n) {
        margin-right: 0;
    }
    .partner .list .item:last-of-type {
        margin-bottom: 0;
    }
    .parking .scon03,
    .parking .scon04,
    .parking .scon02 {
        padding: 80px 0;
    }
    .biz .scon01 {
        padding-bottom: 80px;
    }
    .biz .scon01 .list .item:nth-of-type(2),
    .biz .scon01 .list .item,
    .biz .scon01 .list .item {
        width: 100%;
        margin-bottom: 0;
    }
    .biz .scon01 .list .item .txt h4 {
        font-size: 26px;
    }
    .biz .scon01 .list .item .txt p,
    .biz .scon01 .list .item .txt ul {
        margin-top: 15px;
    }
    .biz .scon01 .list .item .txt p,
    .biz .scon01 .list .item .txt ul li {
        margin-bottom: 10px;
    }
    .biz .scon01 .list .item:nth-of-type(3) .txt {
        text-align: left;
    }
    .biz .scon01 .list .item:nth-of-type(3) .txt ul li {
        padding-left: 12px;
        padding-right: 0;
    }
    .biz .scon01 .list .item:nth-of-type(3) .txt ul li::after {
        right: auto;
        left: 0;
    }
    .parking .scon03 .list {
        margin-top: 30px;
    }
    .parking .scon03 .list .item {
        width: calc((100% - 20px) / 2);
        margin-right: 20px;
        margin-bottom: 40px;
    }
    .parking .scon03 .list .item:nth-of-type(2n),
    .parking .scon03 .list .item:last-of-type {
        margin-right: 0;
    }
    .parking .scon03 .list .item:nth-of-type(n + 3) {
        margin-bottom: 0;
    }
    .parking .scon03 .list .item figure {
        max-width: 130px;
    }
	.parking .scon03 .list .item:last-of-type figure {
    margin-bottom: 30px;
}
    .parking .scon03 .list .txt h4 {
        font-size: 22px;
    }
    .parking .scon04 .item {
        width: calc(50% - 10px);
        margin-right: 20px;
        margin-bottom: 30px;
    }
    .parking .scon04 .item:nth-of-type(2n) {
        margin-right: 0;
    }
    .parking .scon04 .item .txt h4 {
        margin-bottom: 10px;
    }
    .parking .scon04 .item:nth-of-type(n + 5) {
        margin-bottom: 30px;
    }
    .senior_town .scon02 {
        padding: 80px 0 100px;
    }
    .senior_town .scon02 .list .item .hover .p100 {
        padding: 0 10px;
        bottom: 10px;
    }
    .senior_town .scon02 .list .item .hover .p100 h4 {
        font-size: 24px;
    }
    .realtyconsulting .bg_box {
        margin-top: 100px;
    }
    .realtyconsulting .bg_box .txt p {
        font-size: 24px;
        margin-top: 10px;
    }
    .result .tab {
        margin-bottom: 40px;
    }
    .result .tab li a {
        font-size: 28px;
    }
    .result .list .item .hover .txt {
        bottom: 20px;
        left: 20px;
    }
    .result .list .item .hover .txt h4 {
        font-size: 28px;
    }
    .result .list .item .hover .txt ul {
        flex-wrap: wrap;
    }
    .result .list .item .hover .txt ul li {
        width: 100%;
    }
    .result .list .item .hover .txt ul li::after {
        display: none;
    }
    .view_ctn .tit h4 {
        font-size: 23px;
        margin-bottom: 8px;
    }
    .view_ctn .view_page dl dt {
        width: 120px;
    }
    .view_ctn .comment_box {
        padding: 30px 16px;
    }
    .view_ctn .comment_box dl {
        flex-wrap: wrap;
    }
    .view_ctn .comment_box dl dt {
        width: 100%;
        margin-bottom: 20px;
    }
    .view_ctn .comment_box dl dt::after {
        display: none;
    }
    .view_ctn .comment_box dl dd {
        width: 100%;
        padding-left: 0;
    }
    .faq .list .item .tit {
        padding: 20px;
    }
    .faq .list .item .tit h4 {
        padding-left: 40px;
    }
    .faq .list .item .tit h4 i {
        right: 0;
    }
    .faq .list .item .txt {
        padding: 20px;
    }
    .faq .list .item .txt p {
        font-size: 16px;
    }
    .contact .map_ctn .addr ul {
        flex-wrap: wrap;
    }
    .contact .map_ctn .addr ul li:first-of-type {
        width: 100%;
        margin-bottom: 8px;
    }
    .contact .map_ctn .addr ul li:first-of-type::after {
        display: none;
    }
    .contact .map_ctn .map_box {
        height: 400px;
    }
}
@media(max-width: 800px) {
    .sv {
        height: 260px;
    }
    .sv h2 {
        font-size: 80px;
    }
    .sv .flex_box {
        bottom: auto;
        justify-content: center;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .sv .tab_nav {
        display: none;
    }
    .overview .img_box p br,
    .sub .s_tit p br,
    .sub .s_tit h4 br {
        display: none;
    }
    .overview .icon_list {
        margin-top: 40px;
    }
    .overview .icon_list .item {
        width: 100%;
        margin-bottom: 20px;
    }
    .overview .icon_list .item:nth-of-type(n + 3) {
        margin-bottom: 20px;
    }
    .overview .icon_list .item:last-of-type {
        margin-bottom: 0;
    }
    .overview .cont {
        margin-top: 80px;
    }
    .overview .cont .item .txt h4 {
        margin-bottom: 15px;
    }
    .overview .cont .item .txt p {
        font-size: 20px;
    }
    .history .s_tit {
        margin-bottom: 30px;
    }
    .history .list .item .year li {
        font-size: 28px;
    }
    .partner .list .item {
        width: calc((100% - 20px) / 2);
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .partner .list .item:nth-of-type(3n),
    .partner .list .item:nth-of-type(4n) {
        margin-right: 20px;
    }
    .partner .list .item:nth-of-type(n + 5) {
        margin-bottom: 20px;
    }
    .partner .list .item:nth-of-type(2n) {
        margin-right: 0;
    }
    .partner .list .item .txt p br {
        display: none;
    }
    .partner .list .item .hover {
        padding: 46px 16px;
    }
    .biz .scon01 .list .item .txt {
        padding: 16px 0;
    }
    .parking .scon02 .list {
        margin-top: 30px;
    }
    .parking .scon02 .list .item {
        padding-bottom: 150px;
    }
    .parking .scon02 .list .item .txt h4 {
        font-size: 18px;
    }
    .parking .scon02 .list .circle_item {
        margin: 30px 0;
    }
    .parking .scon02 .list .circle_item ul li span {
        font-size: 16px;
    }
    .senior_town .scon02 .list .item {
        margin-right: 0;
        width: calc(50% - 10px);
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .senior_town .scon02 .list .item:nth-of-type(2n) {
        margin-right: 0;
    }
    .senior_town .scon02 .list .item .hover .p100 h4 {
        font-size: 20px;
    }
    .senior_town .scon02 .list .item .hover .p100 p {
        margin-top: 0;
    }
    .realtyconsulting .bg_box {
        flex-wrap: wrap;
        justify-content: center;
        height: auto;
        padding: 50px 30px;
        margin-top: 50px;
    }
    .realtyconsulting .bg_box .txt {
        width: 100%;
        text-align: center;
    }
    .realtyconsulting .bg_box .txt p {
        font-size: 20px;
    }
    .realtyconsulting .bg_box .btn {
        margin-top: 30px;
    }
    .result .list .item {
        width: calc(50% - 10px);
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .result .list .item:nth-of-type(3n) {
        margin-right: 20px;
    }
    .result .list .item:nth-of-type(2n) {
        margin-right: 0;
    }
    .result .list .item:nth-of-type(n + 4) {
        margin-bottom: 20px;
    }
    .result .list .item:nth-of-type(n + 5) {
        margin-bottom: 0;
    }
    .result .list .item .hover .txt h4 {
        font-size: 20px;
    }
    .result .list .item .hover .txt ul li {
        font-size: 15px;
    }
    .borad_list .ctn .select_box {
        width: 100%;
        margin-bottom: 10px;
    }
    .borad_list .ctn .input_box {
        width: calc(100% - 140px);
        margin-right: 10px;
        margin-left: 0;
    }
    .borad_list .ctn .write {
        width: 130px;
    }
    .input_ctn dl dd select,
    .input_ctn dl dd textarea,
    .input_ctn dl dd input {
        max-width: none;
    }
    .input_ctn dl.e dd input {
        width: calc(60% - 22px);
    }
    .input_ctn dl.e dd select {
        width: calc(40% - 22px);
        margin-right: 0;
    }
    .input_ctn dl.e dd input:last-of-type {
        width: 100%;
        margin-top: 10px;
    }
    .input_ctn dl dt {
        font-size: 16px;
        width: 100px;
    }
    .input_ctn dl dd {
        width: calc(100% - 100px);
    }
    .input_ctn dl dd .file {
        width: 120px;
    }
    .input_ctn dl dd #fileName {
        width: calc(100% - 120px);
    }
    .input_ctn .privacy_ctn .txt_box {
        padding: 20px;
    }
    .input_ctn .btn {
        margin-top: 30px;
    }
    .input_ctn .btn > * {
        width: calc(50% - 10px);
        max-width: 220px;
    }
    .borad_img_list .list .item {
        width: calc((100% - 20px) / 2);
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .borad_img_list .list .item:nth-of-type(3n),
    .borad_img_list .list .item:nth-of-type(4n) {
        margin-right: 20px;
    }
    .borad_img_list .list .item:nth-of-type(2n) {
        margin-right: 0;
    }
    .borad_img_list .list .item .txt {
        margin-top: 17px;
    }
    .borad_img_list .list .item .txt h4 {
        font-size: 19px;
    }
    .borad_img_list .list .item .txt h5 {
        margin-bottom: 6px;
    }
    .borad_img_list .list .item .txt .date {
        margin-top: 14px;
    }
    .contact .map_ctn .addr ul li {
        margin-right: 30px;
    }
    .contact .map_ctn .addr ul li::after {
        right: -15px;
    }
}
@media(max-width: 500px) {
    .sv h2 {
        font-size: 60px;
    }
    .partner .list .item {
        width: 100%;
        margin-right: 0;
    }
    .partner .list .item:nth-of-type(3n),
    .partner .list .item:nth-of-type(4n) {
        margin-right: 0;
    }
    .partner .list .item .hover figure {
        margin-bottom: 20px;
    }
    .input_ctn dl dd span {
        width: 20px;
    }
    .input_ctn dl.tel dd input {
        width: calc((100% - 40px) / 3);
    }
    .input_ctn dl.e dd input {
        width: calc(60% - 10px);
    }
    .input_ctn dl.e dd select {
        width: calc(40% - 10px);
    }
    .contact .map_ctn .map_box {
        height: 300px;
    }
}