@charset "UTF-8";
@font-face {
    font-family: "AppleSDGothicNeoR";
    src: local('AppleSDGothicNeoR'),
    url("../font/AppleSDGothicNeoR.woff2") format("woff2"),
    url("../font/AppleSDGothicNeoR.woff") format("woff"),
    url("../font/AppleSDGothicNeoR.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "AppleSDGothicNeoEB";
    src: local('AppleSDGothicNeoEB'),
    url("../font/AppleSDGothicNeoB.woff2") format("woff2"),
    url("../font/AppleSDGothicNeoB.woff") format("woff"),
    url("../font/AppleSDGothicNeoB.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "AppleSDGothicNeoB";
    src: local('AppleSDGothicNeoSB'),
    url("../font/AppleSDGothicNeoSB.woff2") format("woff2"),
    url("../font/AppleSDGothicNeoSB.woff") format("woff"),
    url("../font/AppleSDGothicNeoSB.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section {
    display: block;
}

ol, ul {
    list-style-type: none;
}

img {
    width: 100%;
    vertical-align: top;
}

a {
    text-decoration: none;
    color: #000000;
}

button {
    border: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.blind {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    margin: -1px;
    width: 1px;
    height: 1px;
}

.mobile_blind {
    display: none;
}

.pc_blind {
    display: block;
}

em {
    font-style: normal;
}

.btn_basic {
    display: inline-block;
    width: 100%;
    padding: 12px 0px 11px;
    border-radius: 5px;
    border: solid 0.5px rgba(0, 0, 0, 0.08);
    background-color: #ff8123;
    font-size: 14px;
    letter-spacing: 0.2px;
    color: #ffffff;
    text-align: center;
}

.btn_big {
    display: inline-block;
    width: 100%;
    padding: 15px 0px 15px;
    border-radius: 5px;
    border: solid 0.5px rgba(0, 0, 0, 0.08);
    background-color: #ff8123;
    font-size: 15px;
    letter-spacing: 0.2px;
    color: #ffffff;
    text-align: center;
    font-weight: 600;
}


.skip_navi {
    position: absolute;
    top: -99px;
    left: 0;
    background: #333;
    color: #fff;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    z-index: 999;
}

.skip_navi:hover, .skip_navi:focus, .skip_navi:active {
    display: block;
    top: 0;
}

.thumbnail-wrapper {
    width: 100%;
}

.thumbnail-wrapper .thumbnail {
    position: relative;
    overflow: hidden;
    padding-top: 100%;
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0.27) 0%, rgba(0,0,0,0.27) 1%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 93%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.27) 0%,rgba(0,0,0,0.27) 1%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 93%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, rgba(0,0,0,0.27) 0%,rgba(0,0,0,0.27) 1%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 93%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.thumbnail-wrapper .thumbnail .centered {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
}

.thumbnail-wrapper .thumbnail .centered img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    object-fit: cover;

}

pre {
    width: 100%;
    white-space: pre-wrap;
    font-family: AppleSDGothicNeoR, AppleSDGothicNeo, "돋움", dotum, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #000;
    line-height: 1.7;
}

hr {
    margin: 0;
    height: 1px;
    background-color: #eeeeee;
    border: none;
}

body {
    font-family: AppleSDGothicNeoR, AppleSDGothicNeo, "돋움", dotum, Helvetica, sans-serif;
    font-style: normal;
    font-size: 16px;
}

header {
    background-color: #ff8123;
}


header .header {
    overflow: hidden;
    height: 65px;
}
header .header h1 {
    float: left;
    padding: 23px 0 0 20px;
}

header .header h1 .banlife {
    width: 80px;
    height: auto;
}

header .header .link {
    float: right;
    padding: 25px 20px 0 0;
    text-align: right;
}

header .header .link a {
    padding-right: 20px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.15px;
}
header .header .link a:last-child {
    padding-right: 0;
}

header .thumbnail-wrapper .thumbnail {
    padding-top: 65px;
}


.main_visual {
    background-color: #ff8123;
}

.main_visual .cont_wrap {
    padding-bottom: 381px;
    background: url("https://files.ban-life.com/web/www/20210513/main_image.png") no-repeat center bottom;
    background-size: 332px 356px;
    background-color: #ff8123;
}

.main_visual .cont_wrap .txt_wrap {
    padding-left: 37px;
    padding-top: 40px;
}

.main_visual .cont_wrap .txt_wrap h1 {
    width: 265px;
    height: 84px;
    background: url("https://files.ban-life.com/web/www/20210513/main_text.png") no-repeat left top;
    background-size: 100% 100%;
    text-indent: -9999px;
}

.main_visual .cont_wrap .ic_appstore {
    width: 120px;
}

.main_visual .cont_wrap .ic_google {
    width: 128px;
}



.main_stat {
    background-color: #1D293C;

}




h2 {
    padding: 0 40px;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: -2px;
}

h2 .f_org {
    color: #ff8123;
}

h2 span {
    display: block;
    padding-top: 10px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.47;
    letter-spacing: -0.3px;
    color: #2a2a2a;
}

.btn_group {
    margin-top: 20px;
}

.banlife_1,
.banlife_2,
.banlife_3,
.banlife_4,
.banlife_5,
.get_banlife {
    margin: 0 auto;
    padding: 50px 0;
    text-align: center;
}

.banlife_1 .cont_wrap,
.banlife_2 .cont_wrap,
.banlife_3 .cont_wrap,
.banlife_4 .cont_wrap,
.banlife_5 .cont_wrap {
    padding-bottom: 300px;
    background-repeat: no-repeat;
    background-position: center bottom;
    max-width:360px;
    margin: 0 auto;
}

.get_banlife .cont_wrap {
    padding-bottom: 300px;
    background-repeat: no-repeat;
    background-position: center bottom;
    margin: 0 auto;
}

.contact .cont_wrap {
    padding-bottom: 180px;
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 90%;
    margin: 0 auto;
}



.banlife_1 .cont_wrap .txt_wrap .title {
    margin-bottom: 40px;
    width: 60%;
    height: auto;
}

.banlife_1 .cont_wrap .txt_wrap .detail {
    width: 230px;
    margin:0 auto;
}

.banlife_1 .cont_wrap {
    background-image: url("https://files.ban-life.com/web/www/20210513/main_group01_01.png");
    background-size: 60% auto;
    background-position: bottom;

}

.banlife_2 {
    background-color: #fafafa;
}

.banlife_2 .cont_wrap {
    background-image: url("https://files.ban-life.com/web/www/20210513/main_group01_01_02.png");
    background-size: 60% auto;
    background-position: bottom;
}

.banlife_2 .cont_wrap .txt_wrap .title {
    margin-bottom: 40px;
    width: 62%;
    height: auto;
}

.banlife_3 .cont_wrap {
    background-image: url("https://files.ban-life.com/web/www/20210513/main_group02_04.png");
    background-size: 60% auto;
    background-position: bottom;
}

.banlife_3 .cont_wrap .txt_wrap .title {
    margin-bottom: 40px;
    width: 48%;
    height: auto;
}


.banlife_4 {
    background-color: #fafafa;
}

.banlife_4 .cont_wrap {
    background-image: url("https://files.ban-life.com/web/www/20210513/main_group03_01.png");
    background-size: 60% auto;
    background-position: bottom;
}

.banlife_4 .cont_wrap .txt_wrap .title {
    margin-bottom: 40px;
    width: 70%;
    height: auto;
}

.banlife_4 .cont_wrap .txt_wrap .detail {
    width: 180px;
    margin:0 auto;
}

.banlife_5 .cont_wrap {
    background-image: url("https://files.ban-life.com/web/www/20210513/main_group04_03.png");
    background-size: 60% auto;
    background-position: bottom;
}

.banlife_5 .cont_wrap .txt_wrap .title {
    margin-bottom: 40px;
    width: 70%;
    height: auto;
}

.banlife_5 .cont_wrap .txt_wrap .detail {
    width: 180px;
    margin:0 auto;
}


.acc_flex_container {
    display: flex;
    flex-direction: column;
}


.sub_header {
    margin: 60px 10% 70px 10%;
    display:flex;
    flex-direction: column;
    align-items: flex-start;
}

.sub_header_title {
    font-family: AppleSDGothicNeoB;
    font-size: 35px;
    letter-spacing: -1.82px;
    line-height: 44px;
}


.accomodation {
    position: relative;
    box-sizing: border-box;
    max-width: 100%;
    padding: 25px 16px;
}

.accomodation h1 {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.5;
}

.accomodation h2 {
    font-size: 20px;
    letter-spacing: -1.04px;
    font-weight: 600;
    padding: 0 0 25px 0;
}

.accomodation .acc_images {
    order: 1;
}

.accomodation .acc_images .thumbnail {
    padding-top: 61%;
}

.accomodation .acc_images .m_image {
    position: relative;
}

.accomodation .acc_images .m_image .navigator {
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 37px;
    height: 24px;
    padding-bottom: 0px;
    text-align: center;
    font-size: 12px;
    font-weight: 100;
    line-height: 1.9;
    letter-spacing: 0.08px;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 4px;
}

.accomodation .acc_basic_info {
    order: 2;
    padding-top: 15px;
}

.accomodation .acc_basic_info .location {
    padding: 2px 0 13px 0;
    font-size: 14px;
    font-weight: 600;
    color: #888888;
}

.accomodation .acc_basic_info .grade {
    display: inline-block;
}

.accomodation .acc_basic_info .grade::before {
    display: inline-block;
    content: "";
    background: url('https://files.ban-life.com/web/www/ic_star.png') no-repeat 0 0;
    background-size: 100% 100%;
    width: 18px;
    height: 17px;
    vertical-align: middle;
}

.accomodation .acc_basic_info .grade span {
    padding: 3px 12px 0 5px;
    vertical-align: middle;
    font-size: 16px;
    letter-spacing: -0.41px;
}

.accomodation .acc_basic_info .easy_booking {
    display: inline-block;
    padding: 5px 8px 3px;
    margin-top: -2px;
    border-radius: 0.41em;
    color: #fff;
    font-size: 12px;
    letter-spacing: -0.88px;
    background-color: #ff871a;
}

.accomodation .acc_icon_info {
    order: 3;
    display: flex;
    overflow-x: auto;
    width: 100%;
    margin: 28px 0 40px 0;
}

.accomodation .acc_icon_info::-webkit-scrollbar {
    display: none;
}

.accomodation .acc_icon_info ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}

.accomodation .acc_icon_info ul li {
    float: left;
    width: 52px;
    padding-right: 5px;
    font-size: 11px;
    text-align: center;
}

.accomodation .acc_icon_info ul li img {
    height: 40px;
    display: block;
    padding-bottom: 5px;
    object-fit: contain;
}

.accomodation .acc_introduction {
    order: 4;
    padding-bottom: 40px;
    border-bottom: 1px solid #eeeeee;
}

.accomodation .acc_room_type {
    order: 5;
    margin: 40px 0 0;
    padding-bottom: 40px;
    border-bottom: 1px solid #eeeeee;
}

.accomodation .acc_room_type .room_type_tile {
    margin-bottom: 25px;
}

.accomodation .acc_room_type .room_type_tile .thumbnail {
    padding-top: 63%;
}

.accomodation .acc_room_type .room_type_tile .title {
    padding: 10px 0 7px;
    font-size: 16px;
    font-weight: bold;
}

.accomodation .acc_room_type .room_type_tile .type, .accomodation .acc_room_type .room_type_tile .available {
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: -1.03px;
    color: #888888;
}

.accomodation .acc_room_type .room_type_tile .price {
    padding-top: 10px;
    font-size: 16px;
    font-weight: bold;
}

.accomodation .acc_room_type .more_about_the_room p, .accomodation .acc_room_type .more_about_the_room span {
    display: none;
}

.accomodation .acc_check_in_out_time {
    order: 6;
    padding: 25px 0;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.94px;
    border-bottom: 1px solid #eeeeee;
}

.accomodation .acc_check_in_out_time em {
    display: inline-block;
    padding: 0 10px;
    font-style: normal;
    font-weight: 200;
}

.accomodation .acc_review {
    order: 7;
    padding: 40px 0;
    border-bottom: 1px solid #eeeeee;
}

.accomodation .acc_review .review_tile {
    padding-bottom: 40px;
    vertical-align: top;
}

.accomodation .acc_review .review_tile:last-child {
    padding-bottom: 30px;
}

.accomodation .acc_review .review_tile .user_profile {
    float: left;
    width: 42px;
    height: 42px;
    margin-right: 10px;
    border-radius: 50%;
    border: none;
    background-color: #888888;
}

.accomodation .acc_review .review_tile .user_name {
    line-height: 1.6;
}

.accomodation .acc_review .review_tile .user_grade {
    color: #ff871a;
}

.accomodation .acc_review .review_tile .pet_breed {
    clear: left;
    padding: 20px 0 9px;
    font-size: 14px;
    color: #888888;
}

.accomodation .acc_review .review_tile .comments {
    font-size: 16px;
    line-height: 1.5;
}

.accomodation .acc_with_pets {
    order: 8;
    border-bottom: 1px solid #eeeeee;
}

.accomodation .acc_use_time {
    order: 8;
    border-bottom: 1px solid #eeeeee;
}

.accomodation .acc_use_time .use_time_title {
    float: left;
    width: 80px
}

.accomodation .acc_use_time .use_time {
    line-height: 1.57;
}

.accomodation .acc_use_time .use_time_content {
    color: #888888;
    line-height: 1.57;
    font-size: 14px;
}

.accomodation .acc_info_for_use {
    order: 9;
    border-bottom: 1px solid #eeeeee;
}

.accomodation .acc_location {
    order: 10;
}

.accomodation .acc_location .root_daum_roughmap {
    width: 100%;
    height: 150px;
}

.accomodation .acc_location address {
    padding-top: 17px;
    font-size: 18px;
    letter-spacing: -0.94px;
    font-style: normal;
}

.accomodation .acc_location address span {
    display: block;
    padding-top: 6px;
    font-size: 16px;
    letter-spacing: -0.83px;
    color: #888888;
}

.accomodation .acc_with_pets,
.accomodation .acc_use_time,
.accomodation .acc_info_for_use,
.accomodation .acc_location {
    padding: 40px 0;
}

.accomodation .acc_introduction pre,
.accomodation .acc_with_pets pre,
.accomodation .acc_info_for_use pre,
.accomodation .acc_location pre {
    font-size: 16px;
}

.accomodation .go_to_the_app {
    width: 100%;
    padding: 8px 0 6px;
    text-align: center;
    border: 1px solid #000000;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -1.03px;
    line-height: 1.57;
    background-color: transparent;
}

.accomodation .go_to_the_pic {
    width: 100%;
    padding: 5px 0 4px;
    text-align: center;
    border: 1px solid #ffffff;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -1.03px;
    line-height: 1.57;
    color: #ffffff;

     background-color: rgba(0, 0, 0, 0.1);

}


.accomodation .read_more {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: -0.83px;
    background-color: transparent;
}

.todays_popular_acc {
    overflow: hidden;
    box-sizing: border-box;
    max-width: 100%;
    padding: 40px 18px;
    background-color: #f9f7f1;
}

.todays_popular_acc h1 {
    padding-bottom: 20px;
    font-size: 25px;
    font-weight: 800;
    letter-spacing: -1.67px;
    text-align: center;
    color: #020002;
}

.todays_popular_acc .popular_acc_tile {
    float: left;
    box-sizing: border-box;
    width: 50%;
    padding: 0 5px 23px 5px;
}

.todays_popular_acc .popular_acc_tile .thumbnail-wrapper .thumbnail {
    padding-top: 75.7%;
    border-radius: 5px;
}

.todays_popular_acc .popular_acc_tile .location {
    padding: 10px 0 3px;
    font-size: 14px;
    letter-spacing: -0.7px;
    color: #888888;
}

.todays_popular_acc .popular_acc_tile .name a {
    letter-spacing: -0.83px;
}

.todays_popular_acc .popular_acc_tile .howmuch {
    padding: 10px 0 5px;
}

.todays_popular_acc .popular_acc_tile .howmuch .strikethrough {
    display: block;
    font-size: 14px;
    letter-spacing: -0.7px;
    color: #888888;
    text-decoration: line-through;
}

.todays_popular_acc .popular_acc_tile .howmuch .discount,
.todays_popular_acc .popular_acc_tile .howmuch .price {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -0.7px;
}

.todays_popular_acc .popular_acc_tile .howmuch .discount {
    color: #ff801a;
}

.todays_popular_acc .popular_acc_tile .info_badge li {
    display: inline-block;
    padding: 2px 5px;
    font-size: 10px;
    color: #ff801a;
    background-color: #ffdfc2;
    border-radius: 5px;
}

.theme_acc {
    padding: 40px 25px;
    background-color: #f9f7f1;

}

.theme_acc h1 {
    padding-bottom: 20px;
    font-size: 25px;
    font-weight: 800;
    letter-spacing: -1.67px;
    text-align: center;
    color: #020002;
}

.theme_acc a {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.theme_acc a h3 {
    position: absolute;
    bottom: 25px;
    left: 25px;
    z-index: 100;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    color: #ffffff;
    font-family: AppleSDGothicNeoB;
}

.theme_acc .title {
    width: 60%;
    margin-bottom: 5px;
    max-width: 287px
}



.theme_acc a .thumbnail-wrapper .thumbnail {
    padding-top: 65.2%;
    border-radius: 5px;
}

.get_banlife {
    margin-bottom: -135px;
    padding-top: 75px;
    background-color: #342c29;
}

.get_banlife .cont_wrap {
    padding-bottom: 385px;
    background-image: url("https://files.ban-life.com/web/www/20210513/img_downlaod_image.png");
    background-position: -155px bottom;
    background-size: 540px 350px;
}

.get_banlife .cont_wrap h2 {
    background: url("https://files.ban-life.com/web/www/20210513/img_downlaod_text.png") no-repeat center top;
    background-size: 120px 30px;
    text-indent: -9999px;
    height: 50px;
}

.get_banlife .cont_wrap .cont_text {
    font-size: 18px;
    color: #ffffff;
    padding-top: 18px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: -0.08px;
}

.get_banlife .cont_wrap .btn_group {
    margin-top: 29px;
}

.get_banlife .cont_wrap .btn_group .ic_appstore {
    width: 97px;
}

.get_banlife .cont_wrap .btn_group .ic_google {
    width: 105px;
}

.pet_beauty_shop {
    overflow: hidden;
    box-sizing: border-box;
    max-width: 100%;
    padding: 70px 18px 47px;
    background-color: #485056;
}

.pet_beauty_shop h1 {
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -1.04px;
    text-align: center;
    color: #ffffff;
}

.pet_beauty_shop .pet_beauty_shop_tile {
    float: left;
    box-sizing: border-box;
    width: 50%;
    padding: 0 3px 23px 3px;
}

.pet_beauty_shop .pet_beauty_shop_tile .thumbnail-wrapper .thumbnail {
    padding-top: 52.5%;
}

.pet_beauty_shop .pet_beauty_shop_tile .location {
    padding: 10px 0 3px;
    font-size: 14px;
    letter-spacing: -0.7px;
    color: #888888;
}

.pet_beauty_shop .pet_beauty_shop_tile .name a {
    color: #ffffff;
    letter-spacing: -0.83px;
}

footer {
    padding: 40px 20px 50px;
    background-color: #000000;
    font-size: 11px;
    letter-spacing: -0.07px;
}

footer .copy_area span,
footer .copy_area a {
    padding-right: 5px;
    line-height: 1.7;
    color: #ffffff;
}

footer .copy_area span.block,
footer .copy_area a.block {
    display: block;
}

footer .copy_area .link_area {
    padding-top: 10px;
}

footer .copy_area .link_area a {
    font-weight: bold;
    line-height: 1.7;
}

footer .sns_area {
    padding-top: 20px;
    text-align: right;
}

footer .sns_area li {
    display: inline-block;
    padding-left: 5px;
}

.footer_banner {
    background-color: #3f9eff;
}

.footer_banner_green {
    background-color: #31C5A3;
}

.footer_img1 {
    display: block;
}

.footer_img2 {
    display: none;
}

.btn_app_download {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #409eff;
    text-align: center;
    z-index: 1000;
}

.btn_app_download a {
    display: block;
    padding: 28px 0;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
}


.btn_reservation {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #409eff;
    text-align: center;
    z-index: 1000;
}

.btn_reservation a {
    display: block;
    padding: 28px 0;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
}

.btn_easy_reservation {
    padding: 0;
    font-size: 0;
    display: none;
}



/* === desktop === */
@media screen and (min-width: 1024px) {
    .header,
    .cont_wrap,
    .accomodation,
    .contact,
    .todays_popular_acc > div,
    .pet_beauty_shop > div,
    .footer {
        max-width: 940px;
        margin: 0 auto;
    }

    .mobile_blind {
        display: block;
    }
    .pc_blind {
        display: none;
    }


    .footer_img1 {
        display: none;
    }

    .footer_img2 {
        max-width: 940px;
        margin: 0 auto;
        display: block;
    }

    header .header h1 {
        float: left;
        padding: 23px 0 0 0px;
    }

    header {
        border-bottom: 1px solid rgba(238, 238, 238, 0.4);
    }

    header .header {
        left: 50%;
    }

    header .header .link a {
        font-size: 16px;
    }

     .main_visual .cont_wrap {
        padding-bottom: 150px;
        background-position: right bottom;
        background-size: 422px 453px;
    }

    .main_visual .cont_wrap .txt_wrap {
        padding-left: 0;
        padding-top: 152px;
    }

    .main_visual .cont_wrap .txt_wrap h1 {
        width: 360px;
        height: 110px;
    }



    h2 {
        padding: 0;
        font-size: 40px;
        line-height: 1.25;
    }

    h2 .f_org {
        color: #ff8123;
    }

    h2 span {
        padding-top: 30px;
    }

    .accomodation {
        padding: 60px 16px 0;
    }

    .accomodation h1 {
        font-size: 30px;
    }

    .accomodation .acc_images {
        order: 2;
    }

    .accomodation .acc_images .thumbnail {
        padding-top: 100%;
    }

    .accomodation .acc_images .m_image .navigator {
        display: none;
    }

    .accomodation .acc_images .rt_images {
        position: relative;
    }

    .accomodation .acc_images .rt_images .btn_view_all_photos {
        position: absolute;
        bottom: 20px;
        right: 20px;
        width: 90px;
        height: 30px;
        text-align: center;
        color: #ffffff;
        background-color: rgba(0, 0, 0, 0.6);
        border-radius: 4px;
    }

    .accomodation .flex_container {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        flex-basis: auto;
    }

    .accomodation .flex_container .flex_item {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-content: space-between;
        flex-basis: 49.7%;
    }

    .accomodation .flex_container.images_1 .flex_item {
        flex-basis: 100%;
    }

    .accomodation .flex_container.images_1 .flex_item .thumbnail {
        padding-top: 60%;
    }

    .accomodation .flex_container.images_2 .flex_item .f_item {
        flex-basis: 100%;
    }

    .accomodation .flex_container .flex_item .f_item {
        flex-basis: 49.4%;
    }

    .accomodation .acc_basic_info {
        order: 1;
        padding-bottom: 17px;
    }

    .accomodation .acc_basic_info .grade::before {
        margin-top: -4px;
    }

    .accomodation .acc_room_type {
        position: relative;
        padding-bottom: 0;
    }

    .accomodation .acc_room_type .room_type_tile {
        position: relative;
        overflow: hidden;
        width: 540px;
        margin-bottom: 40px;
    }

    .accomodation .acc_room_type .room_type_tile .thumbnail-wrapper {
        float: left;
        width: 221px;
        margin-right: 20px;
    }

    .accomodation .acc_room_type .room_type_tile .thumbnail {
        padding-top: 63%;
    }

    .accomodation .acc_room_type .room_type_tile .title {
        padding: 0 0 7px;
    }

    .accomodation .acc_room_type .room_type_tile .price {
        position: absolute;
        left: 240px;
        bottom: 0;
        padding-top: 0;
    }

    .accomodation .acc_room_type .more_about_the_room {
        position: absolute;
        top: 0;
        right: 0;
        width: 300px;
        box-sizing: border-box;
        padding: 25px 24px 25px 25px;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
        border: solid 1px rgba(0, 0, 0, 0.08);
        border-radius: 7px;
    }

    .accomodation .acc_room_type .more_about_the_room p {
        display: block;
        font-size: 20px;
        font-weight: bold;
    }

    .accomodation .acc_room_type .more_about_the_room span {
        display: block;
        padding: 15px 0 20px;
        font-size: 14px;
        line-height: 1.71;
    }

    .accomodation .acc_check_in_out_time {
        padding: 30px 0;
    }

    .accomodation .acc_review .review_tile {
        display: inline-block;
        box-sizing: border-box;
        width: 49%;
        padding-right: 80px;
    }

    .accomodation .acc_location .root_daum_roughmap {
        height: 300px;
    }

    .accomodation .acc_introduction pre,
    .accomodation .acc_with_pets pre,
    .accomodation .acc_info_for_use pre,
    .accomodation .acc_location pre {
        font-size: 14px;
    }

    .accomodation .go_to_the_app {
        width: auto;
        padding: 8px 10px 6px;
    }

    .todays_popular_acc,
    .theme_acc {
        padding: 70px 18px;
    }

    .todays_popular_acc h1,
    .theme_acc h1 {
        padding-bottom: 30px;
        font-size: 30px;
        font-weight: 700;
        letter-spacing: 0.6px;
    }

    .todays_popular_acc .popular_acc_tile,
    .theme_acc .popular_acc_tile {
        width: 25%;
        padding: 0 6px 23px 6px;
    }

    .theme_acc .theme_acc_tile {
        display: inline-block;
        width: 33%;
    }

    .theme_acc a {
        display: inline-block;
        width: 98%;
    }
    .theme_acc .title {
        width: 287px;
        height: 30px;
        margin-bottom: 5px
    }

    .todays_popular_acc .popular_acc_tile .thumbnail-wrapper .thumbnail {
        padding-top: 65%;
    }

    .pet_beauty_shop h1 {
        padding-bottom: 30px;
        font-size: 30px;
        letter-spacing: 0.6px;
    }

    .pet_beauty_shop .pet_beauty_shop_tile {
        width: 25%;
        padding: 0 6px 23px 6px;
    }

    .pet_beauty_shop .pet_beauty_shop_tile .thumbnail-wrapper .thumbnail {
        padding-top: 65%;
    }

    .btn_group {
        margin-top: 20px;
    }

    .btn_group .btn_appstore {
        margin-right: 8px;
    }

    .banlife_1 {
        box-sizing: border-box;
        height: 600px;
        padding: 90px 0;
        text-align: left;
    }

    .banlife_2,
    .banlife_3,
    .banlife_4,
    .banlife_5,
    .get_banlife {
        box-sizing: border-box;
        height: 600px;
        padding: 95px 0;
        text-align: left;
    }

    .banlife_1 .cont_wrap,
    .banlife_2 .cont_wrap,
    .banlife_3 .cont_wrap,
    .banlife_4 .cont_wrap,
    .banlife_5 .cont_wrap,
    .get_banlife .cont_wrap {
        height: 100%;
        max-width: 940px;
    }

    .banlife_1 .cont_wrap {
        background-size: 360px 406px;
        background-position: top left;
    }

    .banlife_1 .cont_wrap .txt_wrap .title {
        margin-bottom: 40px;
        width:300px;
        height: 85px
    }

    .banlife_1 .cont_wrap .txt_wrap .detail {
        width: 100%;
    }

    .contact .cont_wrap {
        height: 100%;
        width: 90%;
        max-width: 940px;
    }

    .banlife_3 .cont_wrap,
    .banlife_5 .cont_wrap {
        background-size: 350px 406px;
        background-position: top left;
    }

    .banlife_1 .cont_wrap .txt_wrap,
    .banlife_3 .cont_wrap .txt_wrap,
    .banlife_5 .cont_wrap .txt_wrap {
        padding: 52px 0 0 561px;
    }

    .banlife_3 .cont_wrap .txt_wrap {
        padding: 102px 0 0 561px;
    }


    .banlife_1 .ic_group {
        width: 277px;
        height: 129px;
        padding-top: 30px;
    }

    .banlife_2 .cont_wrap,
    .banlife_4 .cont_wrap {
        background-size: 360px 406px;
        background-position: top right;
    }

    .banlife_2 .cont_wrap .txt_wrap {
        padding: 75px 0 0 0;
    }


    .banlife_2 .cont_wrap .txt_wrap .title {
        margin-bottom: 40px;
        width:300px;
        height: 85px

    }

    .banlife_3 .cont_wrap .txt_wrap .title {
        margin-bottom: 40px;
        width:230px;
        height: 85px

    }

    .banlife_4 .cont_wrap .txt_wrap {
        padding: 68px 0 0 0;
    }

    .banlife_4 .cont_wrap .txt_wrap .title {
        margin-bottom: 40px;
        width:320px;
        height: 85px;

    }

     .banlife_4 .cont_wrap .txt_wrap .detail {
        width: 100%;
    }

    .banlife_5 .cont_wrap .txt_wrap .title {
        margin-bottom: 40px;
        width:320px;
        height: 85px;

    }

    .banlife_5 .cont_wrap .txt_wrap .detail {
        margin-bottom: 40px;
        width:330px;
        height: 164px
    }

    .todays_popular_acc,
    .theme_acc {
        padding: 70px 18px;
    }

    .todays_popular_acc h1,
    .theme_acc h1 {
        padding-bottom: 30px;
        font-size: 30px;
        font-weight: 700;
        letter-spacing: 0.6px;
    }

    .todays_popular_acc .popular_acc_tile,
    .theme_acc .popular_acc_tile {
        width: 25%;
        padding: 0 6px 23px 6px;
    }

    .theme_acc .theme_acc_tile {
        display: inline-block;
        width: 33%;
    }

    .theme_acc a {
        display: inline-block;
        width: 98%;
    }

    .get_banlife {
        height: 500px;
        margin-bottom: 0;
        padding-top: 0;
    }

    .get_banlife .cont_wrap {
        padding-bottom: 0;
        background-image: url("https://files.ban-life.com/web/www/20210513/img_downlaod_image.png");
        background-position: right 82px;
        background-size: 513px 324px;
    }

    .get_banlife .cont_wrap h2 {
        height: 50px;
        padding-top: 110px;
        background: url("https://files.ban-life.com/web/www/20210513/img_downlaod_text.png") no-repeat left 110px;
        background-size: 178px 45.6px;
        text-indent: -9999px;
    }

    .get_banlife .cont_wrap h2 span {
        font-size: 0;
    }

    .get_banlife .cont_wrap .btn_group {
        margin-top: 29px;
    }

    .get_banlife .cont_wrap .btn_group .ic_appstore {
        width: 120px;
    }

    .get_banlife .cont_wrap .btn_group .ic_google {
        width: 128px;
    }

    .get_banlife .cont_wrap .cont_text {
        margin-top: 23px;
        font-size: 20px;
        color: #ffffff;
        line-height: 1.5;
        letter-spacing: -0.27px;
    }
    .sub_header {
        padding-left: 15%;
        margin: 87px 100px 90px 0px;
        display:flex;
        flex-direction: column;
    }

    footer {
        overflow: hidden;
        font-size: 12px;
    }

    footer .copy_area {
        float: left;
        width: 50%;
    }

    footer .copy_area .link_area li {
        display: inline-block;
        padding-right: 15px;
    }

    footer .copy_area .link_area li a {
        color: #ffffff;
    }

    footer .sns_area {
        float: right;
        width: 50%;
        height: 110px;
        vertical-align: bottom;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;

    }

    .btn_app_download {
        position: fixed;
        bottom: 100px;
        right: 100px;
        left: auto;
        width: 124px;
        height: 175px;
        background: url("https://files.ban-life.com/web/www/20210513/btn_app_download.png") no-repeat top left transparent;
        background-size: 124px 175px;
    }

    .btn_app_download a {
        padding: 0;
        height: 191px;
        font-size: 0;
    }


    .btn_reservation {
        position: fixed;
        left: auto;
    }

    .btn_reservation a {
        padding: 0;
        font-size: 0;
    }

    .btn_easy_reservation {
        display: block;
        background-color: #409EFF;
        width: 127px;
        height:39px;
        color:#ffffff
    }



}


section.radio-method .radio {
    margin-bottom: 30px;
}
section.radio-method .radio:last-child {
    margin-bottom: 0;
}

.radio input[type=radio] {
    position: absolute;
    opacity: 0;
}
.radio input[type=radio] + .radio-label:before {
    content: "";
    background: #cccccc;
    border-radius: 100%;
    display: inline-block;
    width: 18px;
    height: 18px;
    position: relative;
    top: -0.1em;
    margin-right: 1em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}
.radio input[type=radio]:checked + .radio-label:before {
    background-color: #ffffff;
    box-shadow: inset 0 0 0 6px #ff8123;
}
.radio input[type=radio]:focus + .radio-label:before {
    outline: none;
    border-color: #ffffff;
}
.radio input[type=radio]:disabled + .radio-label:before {
    box-shadow: inset 0 0 0 4px #ff8123;
    border-color: #ff8123;
    background: #ff8123;
}
.radio input[type=radio] + .radio-label:empty:before {
    margin-right: 0;
}

textarea {
    box-sizing: border-box;
    width: 90%;
    height: 300px;
    padding: 15px;
    background: #ffffff;
    border-radius: 0px;
    border: 1px solid #eeeeee;
    font-size: 16px;
    resize: none; /* 사용자 임의 변경 불가 */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input::placeholder {
    font-size: 16px;
}
textarea::placeholder {
    font-size: 16px;
    color: #888888;
}
input[type=text],
input[type=tel],
input[type=number],
input[type=email] {
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 0 0 0 15px;
    border-radius: 0px;
    border: 1px solid #eeeeee;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=email]:focus {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.font15 {
    font-size: 15px;
    line-height: 1.47;
    letter-spacing: -0.3px;

}

.font18 {
    font-size: 18px;
    letter-spacing: -0.08px;
}

.font14 {
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: -1.03px;
}

.font24 {
    font-family: AppleSDGothicNeoR;
    font-size: 24px;
    letter-spacing: -0.2px;
}

.font24Bold {
    font-family: AppleSDGothicNeoB;
    font-size: 24px;
    letter-spacing: -0.2px;
}

.fontGrey {
    color: #888888;
}