@charset "utf-8";

/* sub common */
.sub .btn_wrap {
    /* display: flex;
    display: -ms-flexbox;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center; */
    margin-top: 50px;
    text-align: center;
}

.sub .btn_wrap button.full {
    background-color: var(--c-pt);
    border-color: var(--c-pt);
    color: #fff;
}

.sub .btn_wrap button {
    display: inline-block;
    max-width: 240px;
    width: 100%;
    font-size: 1.25rem;
    font-weight: 500;
    flex: 1;
    height: 64px;
    text-align: center;
    border: 1px solid #dbdbdb;
    color: #454545;

}

.sub .btn_wrap button+button {
    margin-left: 20px;
}

.sub section {
    padding: 100px 0 120px;
}

.sub.business_container section:nth-child(n + 2) {
    padding: 120px 0 110px;
}

.bg {
    background-color: #fafafa;
}

.dim {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    transition: all .5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/* sub_visual */
.sub_visual {
    height: 386px;
    padding-top: 210px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.about_container .sub_visual {
    background-image: url(../img/sub/about_visual.jpg);

}

.business_container .sub_visual {
    background-image: url(../img/sub/business_visual.jpg);
}

.portfolio_container .sub_visual {
    background-image: url(../img/sub/portfolio_visual.jpg);
}

.studio_container .sub_visual {
    background-image: url(../img/sub/studio_visual.jpg);
}

.contact_container .sub_visual {
    background-image: url(../img/sub/contact_visual.jpg);
}

.room_container .sub_visual {
    background-image: url(../img/sub/room_visual.png);
}

.sub_visual h2 {
    color: #fff;
    font-size: 3.625rem;
    font-weight: 500;
    display: block;
    text-align: center;
    text-transform: uppercase;
}

/* ttl box */

.ttl_box {
    position: relative;
    z-index: 2;
    margin-bottom: 52px;
}

.ttl_box.black h3 {
    color: #252525;

}

.ttl_box.big h3 {
    font-size: 3.02rem;
    font-weight: 600;
}

.ttl_box.big h3 span {
    font-weight: 400;
}

.ttl_box.small h3 {
    font-size: 2.625rem;

}

.ttl_box.small h3 i{
    display:inline-block;
    background:url(../img/ico/house_ico.png) no-repeat center/cover;
    width:30px;
    height:31px;
    margin-left:16px;
}


.ttl_box h3 {
    font-size: 3.25rem;
    color: #ffffff;
    line-height: 1.3;
    text-transform: uppercase;
}

.ttl_box h3+p {
    font-size: 1.25rem;
    color: #757575;
    margin-top: 1em;

}

.ttl_box .category {
    display: block;
    margin-bottom: 15px;
    font-size: 1.125rem;
    font-weight: 500;
    color: var(--c-pt);
    text-transform: uppercase;
}

/* text_ box */
.text_box h4 .text_box h3 {
    line-height: 1.3;
}

.text_box p {
    line-height: 1.625;
}


.text_box h3+p,
.text_box h4+p {
    margin-top: 1em;
}


.text_box p+p{
    margin-top: 1em;
}


/* busienss start */
.about_container section:nth-of-type(n + 2),
.business_container section {
    padding: 120px 0;
}

/* about_intro*/
.sub.about_container .about_intro {
    position: relative;
    padding: 0;
    overflow: hidden;
    background-color: var(--bg-color1);
    height: 1080px;
}

.about_intro .text_area {
    width: 50%;
}

.about_intro .text_box p+p {
    margin-top: 20px;
}

.about_intro .text_box p {
    color: var(--text-color);
    line-height: 1.54545;
    font-size: 22px;
    font-weight: 300;
}

.about_intro .text_box p b {
    font-weight: 500;
    color: #fff;
}

.figure_text_box {
    margin-top: 25px;
}


.figure_text_box h4 {
    font-size: 22px;
}

.figure_text_box h4 span {
    color: #454545;
    font-size: 0.9em;
    font-weight: 500;
}

.figure_text_box p {
    font-size: 1.125rem;
    line-height: 1.5;
    margin-top: 20px;
    color: #999;
}



.img_area {
    position: relative;
    width: 50%;
    justify-content: flex-end;
    *zoom: 1;

}


.img_area .img_wrap {
    position: relative;
}

.img_area .img_wrap.left {
    transform: translateY(-50px);
}

.img_area figure {
    padding: 35px;
}

.img_area .figure_inner {
    width: 270px;
    overflow: hidden;
    border-radius: 30px;
    -webkit-box-shadow: 0 100px 50px 20px rgba(0, 0, 0, 0.27);
    box-shadow: 0 100px 50px 20px rgba(0, 0, 0, 0.27);
}


.about_intro .layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/rgba(25,25,25,0.3)+0,2989d8+18,2989d8+83rgba(25,25,25,0.3)+100 */
    background: rgba(25, 25, 25, 0.3);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(25, 25, 25, 0.3) 0%, transparent 18%, transparent 83%, rgba(25, 25, 25, 0.3) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(25, 25, 25, 0.3) 0%, transparent 18%, transparent 83%, rgba(25, 25, 25, 0.3) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(25, 25, 25, 0.3) 0%, transparent 18%, transparent 83%, rgba(25, 25, 25, 0.3) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(25,25,25,0.3)', endColorstr='rgba(25,25,25,0.3)', GradientType=0);
    /* IE6-9 */
}

/* room_container */

.room_container .news_list {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
}

.room_container .news_list .news_item {
    width: 33.33%;
    padding: 0 8px;
}

.room_container .news_list .news_item img {
    position: relative;
    width: 450px;
    height: 280px;
    object-fit: cover;
    z-index: 1;
    border-radius: 15px;
}

.room_container .news_list .news_item .text {
    padding: 17px 12px 50px;
}

.room_container .news_list .news_item .text .txt {
    margin-bottom: 0.5em;
    color: #e61f19;
    font-size: 17px;
}

.room_container .news_list .news_item .text .title {
    color: #222222;
    font-size: 20px;
    line-height: 1.4;
    margin: 10px 0;
}

.room_container .news_list .news_item .text .date {
    color: #666666;
    font-size: 15px;
}


/* busienss doit*/
.business_doit {
    background-color: #fafafa;
}

.business_doit figure {
    border-radius: 6px;
    overflow: hidden;
    width: 42.714%;    
    margin-right: 14.572%;
}

.business_doit figure img{
    width: 100%;
}

.business_doit .doit_cont{
    padding-bottom: 100px;
    position: relative;
}
.business_doit .doit_cont::after,
.business_doit .doit_cont::before{
content: '';
position: absolute;
display: block;
left: 50%;
transform: translateX(-50%);
top: 0;
}
.business_doit .doit_cont::after{
    width: 46px;
    height: 46px;
    background: url(../img/ico/dots_ico.png) no-repeat center / cover;
}
.business_doit .doit_cont::before{
    background-color: #dbdbdb;
    height: 100%;
    width: 1px;
}


.business_doit .doit_cont:last-of-type{
    padding-bottom: 0;
}
.business_doit .doit_cont:last-of-type::before{
    display: none;
}
.doit_text_box {
    font-size: 18px;
    
    width: 42.714%;
}
.doit_text_box h4{
    font-size: 42px;
    margin-bottom: 15px;
}
.doit_text_box p{
    margin-bottom:30px;
    line-height: 1.5;
}
.doit_text_box ul li{
    padding-left: .5em;
    line-height: 1.5;
    position: relative;
    color: var(--c-b2);
}
.doit_text_box ul li span{
    color: var(--c-g1);
}
.doit_text_box ul li::before{
    content: '-';
    position: absolute;
    left: 0;
    top: 0;

    
}
.doit_btn_wrap{
    margin-top: 50px;
}
.doit_text_box .ico{
    display: inline-block;
    width: 24px;
    height: 21px;
    background: url(../img/ico/inquiry_ico2.png) no-repeat center / cover ;
    margin-right: 10px;
}

.doit_btn_wrap a+a{
    margin-left: 18px;
}
.doit_btn_wrap a{
    display: inline-flex;
    align-items: center;
    background-color: var(--c-pt);
    color: #fff;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    border-radius: 6px;

}
.business_doit .inquiry {
    display: inline-block;
    margin-top: 30px;
    padding: 0 18px;
    line-height: 50px;
    height: 50px;
    border-radius: 6px;
    color: #fff;
    padding-left: 55px;
    background: var(--c-pt) url(../img/ico/inquiry_ico2.png) no-repeat left 18px center;

}

/* busienss part*/
.about_part .inner {
    max-width: 1400px;
}


.part_box {
    width: calc(25% - 1.38885vw);
    transition: all .5s cubic-bezier(0.075, 0.82, 0.165, 1);
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: url(../img/sub/about_part_img01.jpg) no-repeat center / cover;
    cursor: pointer;
}

.part_box+.part_box {
    margin-left: 2.0833vw;
}

.part_box:nth-of-type(2) {
    background-image: url(../img/sub/about_part_img02.jpg);
}

.part_box:nth-of-type(3) {
    background-image: url(../img/sub/about_part_img03.jpg);
}

.part_box:nth-of-type(4) {
    background-image: url(../img/sub/about_part_img04.jpg);
}

.part_box:hover {
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.5);
}

.part_box:hover .dim {
    background-color: rgba(196, 24, 33, 0.9);
}

.part_box .text_box {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 520px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: #fff;
    opacity: 1;

}

.part_box .on_box {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 0 20px;
    z-index: -1;
    opacity: 0;
}

.part_box:hover .text_box {
    z-index: -1;
    opacity: 0;
}

.part_box:hover .on_box {
    z-index: 11;
    opacity: 1;
}

.part_box .text_box h3 {
    font-size: 2.125rem;

}

.part_box .text_box p {
    font-size: 1.25rem;
}

.part_box .text_box.on_box p {
    font-size: 1.5;
}

.about_history .ttl_box h3 {
    text-transform: none;
}


.history_tab ul{
    margin-top: -20px;
}

.history_tab li {
    position: relative;
    padding: 20px 0 20px 40px;

}

.history_tab a {
    display: block;
    width: 101px;
    height: 46px;
    line-height: 46px;
    background-color: #999999;
    color: #fff;
    font-weight: 500;
    font-size: 1.25rem;
    border-radius: 23px;
    text-align: center;

}

.history_tab li::after {
    content: '';
    position: absolute;
    left: 9.5px;
    top: 0;
    width: 1px;
    height: 100%;
    z-index: 0;
    background-color: #dbdbdb;

}

.history_tab li:first-of-type:after {
    top: 50%;

}

.history_tab li:last-of-type:after {
    height: 50%;
}

.history_tab li::before {
    content: '';
    z-index: 5;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url(../img/ico/history_dot.png) no-repeat center / cover;

}

.history_tab li.on a {
    background-color: var(--c-pt);
}

.history_tab li.on::before {
    background-image: url(../img/ico/history_dot_on.png);
}

.history_tab_contents {
    position: relative;
}

.history_detail {
    position: absolute;
    opacity: 0;
    transform: translateY(20px);
}

.history_detail.on {
    transition: all 0.7s;
    position: relative;
    opacity: 1;
    transform: translateY(0);
}

.history_detail>* {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.history_img {
    width: 25rem;
    height: 25rem;
    margin: 0 2.5rem;
}

.history_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.history_desc li p {
    position: relative;
    font-size: 1.125rem;
    line-height: 1.666;
    color: #454545;
    padding-left: .8em;   font-weight: 500;


}

.history_desc li p::before {
    content: '- ';
    position: absolute;
    left: 0;
    top: -0.1em;


}

.history_desc li p span {
    color: #757575;
    font-weight: 400;
}

.history_desc li+li {
    margin-top: 1.5625rem;
}

/* busienss step*/
.sub.business_container section.business_step {
    padding-bottom: 0;
}

.business_step .text_box h4 {
    font-size: 1.25rem;
}

.business_step .text_box p {
    color: #999;
    /* margin-top: 10px; */
    display: flex;


}
.business_step .text_box p i {
    margin-right: 4px;
}
.business_step .text_box div {
    color: #999;
    margin-top: 10px;

}
.business_step .text_box p + p {
    margin-top: 0;
}

.business_step ul {
    height: 450px;
}

.business_step ul img {
    width: 20px;
    height: 20px;
}

/* .business_step ul li:nth-of-type(7),
.business_step ul li:nth-of-type(2) {
    height: calc(100% - 140px);
}

.business_step ul li:nth-of-type(5) {
    height: calc(100% - 280px);
} */

.business_step ul li {
    display: flex;
    align-items: start;
    width: 33.3333%;
    height: 140px;
    position: relative;
    background: url(../img/sub/line.jpg) repeat-y top 10px left 10px;
}

.business_step ul li .text_box {
    margin-left: 20px;
}

/* map_sec */
.map_sec {
    position: relative;
    padding: 0 !important;
}


.root_daum_roughmap .wrap_controllers {
    display: none;
}
.root_daum_roughmap .wrap_btn_zoom{
    display: none !important;
}
.map_sec .map_item {
    position: relative;
}


.map_sec .map_label {
    position: relative;
    z-index: 10;
    background: var(--c-pt);
    transform: translateY(-240px);
    border-radius: 6px;
    box-shadow: 0px 15px 32px 30px rgba(196, 24, 33, 0.08);
    padding: 40px 30px 60px;
    color: #fff;
    width: 18.75rem;
    height: 18.75rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-shrink: 0;
}
.map_sec .map_label p{
    font-size: 1.125rem;
}
.map_sec .map_label strong{
    display: block;
    font-size: 2.25rem;
    
}
.map_bot{
    display: flex;
    padding: 60px 0 0 4.6875vw ;
}

.map_sec .map_area{
    font-size: 1.25rem;
    margin-left: 9.375vw;
}

.map_sec .map_area li {
    display: flex;
}

.map_sec .map_area p {
    line-height: 1.5;
}
.map_sec .map_area p.label{
    font-weight: 700;
    width: 130px;
    flex-shrink: 0;
}
.map_sec .map_area li+li{
    margin-top: 20px;
}
.map_sec .map_area p:last-of-type{
    color: var(--c-bl2);
}


/* busienss partner*/
.business_partner .partner_list + .ttl_box{
    margin-top: 90px;
}
.partner_list {
    width: calc(100% + 16px);
    margin-left: -8px;
    margin-top: -8px;
}

.partner_list li {
    width: calc(16.666% - 16px);
    margin: 8px;
    border: 1px solid #eeeeee;
}

.partner_list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

/* portfolio */

.portfolio_tab {
    text-align: center;
    margin-bottom: 50px;
}

.portfolio_tab a {
    display: inline-block;
    position: relative;
    width: 50%;
    max-width: 320px;
    line-height: 78px;
    font-size: 1.25rem;
    border: 1px solid #dbdbdb;
    text-align: center;
}

.portfolio_tab a+a {

    margin-left: -4px;
}

.portfolio_tab a.on {
    color: #fff;
    background-color: var(--c-pt);
    border-color: var(--c-pt);
    z-index: 10;
}

.tab_depth02 {
    margin-bottom: 50px;
    text-align: center;
}

.tab_depth02 a {
    display: inline-block;
    color: #757575;
    border: 1px solid #dbdbdb;
    border-radius: 6px;
    font-size: 1.125rem;
    line-height: 44px;
    height: 46px;
    text-align: center;
    padding: 0 30px;
}

.tab_depth02 a+a {
    margin-left: 8px;
}

.tab_depth02 a.on {
    color: var(--c-pt);
    background-color: #fdedea;
    font-weight: 500;
    border-color: var(--c-pt);
}

/* portfolio view */

/* board_view */

.board_view .subject {
    padding-bottom: 14px;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.5;
}

.board_view .t_info_row {
    padding: 35px 0;
    flex-wrap: wrap;
    border-top: 2px solid #252525;
    border-bottom: 1px solid #dbdbdb;
}

.board_view .info_row {
    padding: 30px 0;
    border-bottom: 1px solid #dbdbdb;
}

.board_view .info_row>div {
    display: flex;
    align-items: center;
}

.board_view .info_row span,
.board_view .t_info_row span {
    color: #999;
}

.board_view .info_row>.file_list {
    display: flex;
    align-items: flex-start;
    width: 100%;
    line-height: 1.3;
}

.board_view .file_list .label {
    margin-right: 4px;
    flex: 0 0 auto;
}

.board_view .file_list .data {
    width: calc(100% - 75px);
}

.board_view .file_list .data a {
    display: flex;
    align-items: center;
    width: 100%;

}

.board_view .file_list .data a+a {
    margin-top: 6px;
}

.board_view .file_list .data a .file_name {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #252525;
}

.board_view .file_list .data a img {
    display: block;
    margin-left: 10px;
    flex: 0 0 auto;
}

.board_view .desc {
    padding: 80px 0 100px;
    border-bottom: 1px solid #dbdbdb;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.8;
    color: #252525;
}

.board_view iframe {
    width: 100%;
    height: 54.25vw;
    max-height: 733px;
    margin-top: 15px;
}


/* live_commerce */

.gallery_list {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-top: -50px;
    justify-content: center;
}

.gallery_list li {
    width: calc(20% - 30px);
    margin: 50px 15px 0 15px;

}

.gallery_list li h4 {
    font-size: 1.375rem;
    margin-top: .9em;
    line-height: 1.333;
    width: 100%;
    /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box; 
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    
}

.promotion .gallery_list li figure {
    max-height: 248px;
}

.gallery_list li figure {
    overflow: hidden;
    padding-top: 146.25%;
    width: 100%;
    background: no-repeat center / cover;

}

.gallery_list li figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery_list li .text_box {
    margin-top: 10px;
}

.gallery_list li .text_box p {
    font-size: 0.888rem;
    font-weight: 500;
    line-height: 1.5;
    color: #999;
}

.gallery_list li .text_box p+p{
    margin-top:.2em;
}

.gallery_list li .text_box p strong {
    color: #454545;
}

/* studio */

.studio_container section .inner {
    max-width: 1200px;
}

.studio_container .studio_box+.studio_box {
    margin-top: 80px;
}

.studio_container .ttl_box {
    margin-bottom: 40px;
}

.studio_container figure {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}

.studio_container figure>*:not(img) {
    opacity: 0;
}

.studio_container figure figcaption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    display: block;
    width: 100%;
}

.studio_container figure figcaption h3 {
    font-size: 3.625rem;
}

.studio_container figure figcaption p {
    font-size: 1.375rem;
    font-weight: 300;
    margin-top: 30px;
}

.studio_container figure:hover>*:not(img) {
    opacity: 1;
    transition: all .5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/* contact */


/* contact_write */
.contact_write .inner {
    max-width: 1300px;
}

.contact_tab_place {
    position: relative;
    height: 80px;
}

.contact_tab {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    max-width: 1300px;
    z-index: 50;
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;

}

.contact_tab.fix {
    position: fixed;
    left: 50%;
    top: 100px;
    transform: translateX(-50%);
    z-index: 90;
}

.contact_tab a {
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    position: relative;
    height: 100%;
    font-size: 1.25rem;
    background-color: #fafafa;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact_tab a p {
    margin-left: 10px;
}

.contact_tab a.on {
    color: #fff;
    background-color: var(--c-pt);
    border-color: var(--c-pt);
}


.contact_tab a p,
.contact_tab a .contact_ico {
    position: relative;
    z-index: 9999;
}

.contact_tab a .contact_ico {
    display: block;
    width: 34px;
    height: 34px;
    background: no-repeat center / cover;
}

.contact_tab a .ico01 {
    background-image: url(../img/ico/contact_ico_01.png);
}

.contact_tab a .ico02 {
    background-image: url(../img/ico/contact_ico_02.png);
}

.contact_tab a .ico03 {
    background-image: url(../img/ico/contact_ico_03.png);
}

.contact_tab a .ico04 {
    background-image: url(../img/ico/contact_ico_04.png);
}

.contact_tab a.on .ico01 {
    background-image: url(../img/ico/contact_ico_01_w.png);
}

.contact_tab a.on .ico02 {
    background-image: url(../img/ico/contact_ico_02_w.png);
}

.contact_tab a.on .ico03 {
    background-image: url(../img/ico/contact_ico_03_w.png);
}

.contact_tab a.on .ico04 {
    background-image: url(../img/ico/contact_ico_04_w.png);
}



.contact_tab a::before {
    content: '';
    display: inline-block;
    width: 8%;
    height: 100%;
}

.contact_tab a::after {
    content: '';
    position: absolute;
    background-color: inherit;
}

.contact_tab a::after {
    top: 50%;
    left: 100%;
    transform: translate(-50%, -50%) rotate(45deg);
    border-right: 1px solid #dbdbdb;
    border-top: 1px solid #dbdbdb;
    height: 56px;
    width: 56px;
    z-index: 5;
}


.contact_tab a.on::after {
    border-color: var(--c-pt);
    z-index: 10;
}

.contact_tab a:last-child::before,
.contact_tab a:last-child:after {
    display: none;
}

.contact_write table {
    width: 100%;
    table-layout: fixed;
}

.contact_write caption {
    width: 100%;
    font-size: 1.625rem;
    padding: 60px 0 20px;
    font-weight: 600;
    text-align: left;
    border-bottom: 2px solid #252525;
}

.contact_write table tr {
    border-bottom: 1px solid #e5e5e5;
}

.contact_write table th {
    background: #f9f9f9;
    text-align: left;
    padding: 27px 20px;
    font-size: 1.125rem;
    font-weight: 500;
    vertical-align: middle;
}

.contact_write table th span {
    color: var(--c-pt);
}

.contact_write table th+td {
    padding: 12px 20px;
    color: #454545;
}

.contact_write table select,
.contact_write table input[type="tel"],
.contact_write table input[type="password"],
.contact_write table input[type="email"],
.contact_write table input[type="text"] {
    width: 100%;
    height: 50px;
    max-width: 600px;
}

.contact_write table input[type="checkbox"] {
    display: none;
}

.contact_write table textarea {
    width: 100%;
    max-width: 600px;
    height: 240px;
    padding: 5px 10px;
    border: 1px solid #dbdbdb;
}



.contact_write table .agree_btn {
    margin-left: 1.25em;
    line-height: 1.3;
    color: #aaaaaa;
    border-bottom: 1px solid #b6b6b6;
}

.contact_write .agree_check input+label {
    display: block;
    padding-left: 30px;
    font-weight: 500;
    line-height: 24px;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url('../img/ico/ico_check.png');
    cursor: pointer;
}

.contact_writepx .agree_check input:checked+label {
    background-image: url('../img/ico/ico_check_on.png');
}

.file_cont+p {
    margin-top: 10px;
}

.file_cont input[type="file"] {
    display: none;
}

.file_wrap {
    width: 100%;
    line-height: 50px;
    height: 50px;
    position: relative;
    display: flex;
}

.file_wrap input {
    max-width: 600px;
}

.file_wrap input+label {
    display: block;
    width: 100px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background: var(--c-pt);
    z-index: 3;
}


.agree_chk_wrap {
    display: flex;
    align-items: start;

}

.agree_chk_wrap a {
    display: block;
    margin-left: 10px;
    color: #999;

}

.chk_box+.chk_box {
    margin-left: 30px;
}

.agree_chk_wrap .chk_box input[type="checkbox"]+label::after {
    top: .05em;
    transform: translateY(0);
}



.contact_write .datepick_row {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.contact_write .datepick_row .datepick_box {
    position: relative;
}

.contact_write .datepick_row input[type="text"] {
    max-width: 140px;
    padding-left: 10px;
    padding-right: 38px;
    border: 1px solid #dbdbdb;
    cursor: pointer;
}

.contact_write .datepick_row .ui-datepicker-trigger {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    margin: 0;
    cursor: pointer;
}

.contact_write .datepick_row span {
    display: block;
    width: 20px;
    font-size: 0.8125rem;
    font-weight: 400;
    color: #686868;
    text-align: center;
    flex: 0 0 auto;
}







/* agree_pop */
.agree_pop {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    font-family: 'Noto Sans KR';
    z-index: 9999;
}

.agree_pop .pop_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 640px;
    width: calc(100% - 30px);
    height: 640px;
    z-index: 1;
}

.agree_pop .pop_box .pop_head {
    position: relative;
    background: #252525;
    padding: 0 12px;
}

.agree_pop .pop_box .pop_head strong {
    display: block;
    font-size: 1.125rem;
    font-weight: 400;
    color: #fff;
    line-height: 60px;
}

.agree_pop .pop_box .pop_head .close {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
}

.agree_pop .pop_box .pop_head .close img {
    display: block;
    width: 25px;
    margin: 0 auto;
}

.agree_pop .pop_box .pop_body {
    height: calc(100% - 60px);
    background: #fff;
    line-height: 1.5;
}

.padding {
    padding: 15px;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    box-sizing: border-box;

}

.agree_pop .pop_box .pop_body .padding {
    height: 100%;
    overflow-y: auto;
    box-sizing: border-box;
}

.agree_pop .dim {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
}


/* terms */
#container.terms {
    padding: 20px 0 100px;
}

.trems_tab_menu {
    box-sizing: border-box;
    width: 100%;
    margin: 15px 0;
}

.trems_tab_menu li {
    float: left;
    position: relative;
    box-sizing: border-box;
    width: 50%;
    z-index: 1;
    border-bottom: 2px solid var(--c-pt);
}

.trems_tab_menu li.selected {
    border-bottom: none;
    z-index: 2;
}

.trems_tab_menu li.selected a {
    height: 37px;
    border: 2px solid var(--c-pt);
    border-bottom: none;
    background: #fff;
    color: var(--c-pt);
}

.trems_tab_menu li a {
    display: block;
    height: 36px;
    margin-left: -1px;
    border: 1px solid #ccc;
    border-bottom: none;
    background: #f8f8f8;
    color: #333;
    text-align: center;
    font-weight: 500;
    line-height: 36px;
}

.trems_con {
    padding: 20px;
    border: solid 1px #ddd;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
}

/* //terms */





@media screen and (max-width: 1400px) {
    .ttl_box.big h3 {
        font-size: 3rem;
        text-wrap: nowrap;
    }

    .about_intro .text_area {
        width: 40%;
    }
}


@media screen and (max-width: 1300px) {
    .ttl_box.big h3 {
        font-size: 2.6rem;
    }
}

@media screen and (min-width: 6144px) {
    .map_sec .map_area {
        font-size: 1.25rem;
        margin-left: 1.375vw;
    }
}







/* mobile */
@media screen and (max-width: 850px) {

    /* sub common */
    .sub section {
        padding: 60px 0 70px;
    }

    .about_container section:nth-of-type(n + 2), .business_container section{
        padding: 75px 0;
    }
    /* sub_visual */
    .sub_visual {
        height: 200PX;
        padding-top: 120PX;
    }

    .sub_visual h2 {
        font-size: 34px;
    }

    .about_container .sub_visual {
        background-image: url(../img/sub/about_visual_mo.jpg);
    }
    .business_container .sub_visual {
        background-image: url(../img/sub/business_visual_mo.jpg);
    }

    .portfolio_container .sub_visual {
        background-image: url(../img/sub/portfolio_visual_mo.jpg);
    }

    .studio_container .sub_visual {
        background-image: url(../img/sub/studio_visual_mo.jpg);
    }

    .contact_container .sub_visual {
        background-image: url(../img/sub/contact_visual_mo.jpg);
    }

    .room_container .sub_visual {
        background-image: url(../img/sub/room_visual_mo.png);
    }

    .sub.business_container section:nth-child(n + 2) {
        padding: 60px 0
    }

    .ttl_box {
        margin-bottom: 26px;
    }

    .ttl_box .category {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .ttl_box.big h3 {
        font-size: 34px;
    }

    .ttl_box.small h3 {
        font-size: 26px;
    }

    .ttl_box.small h3 i{
        width:20px;
        height:21px;
        margin-left:10px;
    }
    

    .ttl_box h3 {
        font-size: 31px;
    }

    .ttl_box h3+p {
        font-size: 15px;
    }

    .about_intro .text_box p {
        font-size: 16px;
    }


    .sub .btn_wrap {
        margin-top: 40px;
    }

    .sub .btn_wrap button {
        height: 44px;
        font-size: 15px;
    }

    .sub .board_view .btn_wrap {
        margin-top: 30px;
    }

    .sub .board_view .btn_wrap button {
        font-size: 14px;
        height: 40px;
        max-width: 100px;
    }

    .sub .btn_wrap button+button {
        margin-left: 10px;
    }

    /* about_container intro */
    .sub.about_container .about_intro {
        padding: 75px 0 40px;
        height: auto;
    }


    .img_area {
        margin-left: -4.1666vw;
        margin-top: 27.5px;
    }

    .img_area .img_wrap {
        position: relative;
        display: flex;
        align-items: center;
        overflow-x: auto;
    }

    .mo_block_100 > * {
        width: 100% !important;
        margin-left: 0;
    }

    .img_area .img_wrap.left {
        margin-top: 0;
        margin-left: 0;
        transform: translateY(0);
        overflow-x: auto;
        width: 100% !important;
    }

    .img_area .img_wrap.right {
        overflow-x: auto;
        width: 100% !important;
    }

    .img_area .figure_inner {
        width: 38.5vw;
        border-radius: 2.78vw;
    }

    .img_area figure {
        padding: 12.5px 18px;
    }

  
    .figure_text_box h4 {
        font-size: 16px;

    }

    .figure_text_box p {
        font-size: 14px;
        line-height: 1.5;
        margin-top: 15px;
    }

    /* business part */
    /* 
    .part_box {
        width: 58.3333vw;
    } */
    .about_intro .layer{
        display: none;
    }
.part_box{
    width: 58.33vw;
    height: 91.111vw;
}
    .part_box+.part_box {
        margin-left: 0;
    }

    .part_box .on_box {
        padding: 0 12px;
    }

    .part_box .text_box {
        height:100%;
    }

    .part_box .text_box h3 {
        font-size: 23px;
    }

    .part_box .text_box p {
        font-size: 15px;
    }
    .part_box .text_box.on_box p {
    font-size: 17px;
    }
    .history_tab {
        overflow: hidden;
    }
    .history_tab ul{
        margin-top: 0;
        display: flex;
        margin-left: -3vw;
        align-items: flex-start;
        width: calc(100% + 6.944vw);
    }
    .history_tab li {
        position: relative;
        padding: 6.9444vw 3vw 5.555vw;
    }
    
    .history_tab a {
        width: 18.055vw;
        height: 9.7222vw;
        line-height: 9.7222vw;
        font-size: 4.1666vw;
        border-radius: 4.861vw;
    
    }
    
    
    .history_tab li::after {
        left:0;
        top: 9px;
        width: 100%;
        height: 1px;
    
    }
    
    .history_tab li:first-of-type:after {
        top: 9px;
    
    }
    
    .history_tab li:last-of-type:after {
        height: 1px;
    }
    
    .history_tab li::before {
        left: 50%;
        top: 0;
        transform: translateY(0) translateX(-50%);
        width: 5vw;
        height: 5vw;
    
    }
    
    .history_img {
        width: 100%;
        height: 91.666vw;
        margin: 0 auto 25px;
    }
    
    .history_desc li p {
        position: relative;
        font-size: 14px;
        line-height: 1.5714;
        padding-left: .6em;
    
    
    }
    
    .history_desc li+li {
        margin-top: 19px;
    }

    /* map */
    .map_sec{
        padding-bottom: 60px !important;
    }
    .map_bot{
        display: block;
        padding: 0 15px;
    }
    
    .map_sec .map_area{
        margin-left: 0;
        font-size: 14px;
        margin-top: -10px;
    }
    
    .map_sec .map_label {
        transform: translateY(-50%);
        box-shadow: 0px 7.5px 16px 15px rgb(196 24 33 / 8%);
        padding: 20px;
        color: #fff;
        width: 100%;
        height: 100px;
    }
    .map_sec .map_label p{
        font-size: 14px;
    }
    .map_sec .map_label strong{
        font-size: 23px;
    }
    .map_sec .map_area p.label{
        width: 80px;
    }
    /* step */
    .business_doit figure {
        border-radius: 3px;
        margin-right: 0;
    }
    .business_doit .doit_cont{
        padding-left:35px;
        padding-bottom:40px;
    }
    .business_doit .doit_cont:last-of-type{
        padding-bottom: 0
    }
    .business_doit .doit_cont::before{
        transform: translateX(0);
        left: 12px
    }
    .business_doit .doit_cont::after{
        left: 0;
        transform: translateX(0);
    }

    .business_doit .doit_cont::after{
        width: 25px;
        height:25px;
    }
    .doit_text_box{
        font-size:14px;
        margin-top: 25px
    }
    .doit_text_box h4{
        font-size:16px;
        margin-bottom: 12px;
    }
    .doit_text_box p{
        margin-bottom:15px;
    }
  
    .doit_btn_wrap{
        margin-top:15px;
    }
    .doit_btn_wrap a{
       font-size: 14px;

       border-radius: 3px;
        padding: 0 13px;
        height: 35px;
        line-height: 35px;
    }
    .doit_btn_wrap a+a{
        margin-left: 10px;
    }



    .doit_text_box .ico{
        width: 17px;
        height: 16px;;
    }









    .sub.business_container section.business_step {
        padding-bottom: 0;
    }

    .business_step ul {
        height: auto;
    }

    .business_step ul li,
    .business_step ul li:nth-of-type(7),
    .business_step ul li:nth-of-type(2) {
        height: auto;
        padding-bottom: 40px;
    }

    .business_step ul li:nth-of-type(7) {
        padding-bottom: 60px;
    }

    .business_step ul li .text_box {
        margin-left: 15px;
    }

    .business_step .text_box h4 {
        font-size: 15px;
    }

    .business_step ul img {
        width: 18px;
        height: 18px;
    }

    /* partner */

    .partner_list {
        width: calc(100% + 10px);
        margin-left: -5px;
        margin-top: -5px;
    }

    .partner_list li {
        width: calc(25% - 10px);
        margin: 5px;
    }
    .partner_list li a{
        width: 100%;
        height: 12vw;
    }
    .partner_list li a img{
        height: 100%;
        width: auto;
        object-fit: cover;
    }

    /* studio */
    .studio_container .studio_box+.studio_box {
        margin-top: 60px;
    }

    .studio_container .ttl_box {
        margin-bottom: 20px;
    }

    .studio_container figure {
        border-radius: 3px;
    }

    .studio_container figure figcaption h3 {
        font-size: 34px;
    }

    .studio_container figure figcaption p {
        font-size: 16px;
        margin-top: 15px;
        line-height: 1.5;
    }

    /* portfolio */
    .portfolio_tab a {
        line-height: 43px;
        font-size: 15px;
        width: 33.33%;
    }

    /* live */
    /* promotion */
    .portfolio_tab {
        margin-bottom: 30px;
    }

    .tab_depth02 {
        margin-bottom: 30px;
        overflow-y: auto;
        white-space: nowrap;
    }
    .tab_depth02 a{
        padding: 0 15px;
        font-size: 14px;
        height: 35px;
        line-height: 33px;
        border-radius: 5px;
    }
    .tab_depth02 a+a{
        margin-left: 5px;
    }

  

    /* live */
    .gallery_list {
        width: calc(100% + 10px);
        margin-left: -5px;
        margin-top: -15px;
    }

    .gallery_list li {
        margin: 15px 5px;
        width: calc(50% - 10px);
    }

    .gallery_list li h4 {
        font-size: 16px;
    }
    .gallery_list li .text_box{
        margin-top: 6px;
    }
    .gallery_list li .text_box p{
        font-size: 1rem;
    }
    
.promotion .paging{
    margin-top: 0;
}
    /* board_view */
    .board_view .t_info_row {
        padding: 20px 0 25px;
    }

    .board_view .subject {
        padding-bottom: 10px;
        font-size: 17px;
    }

    .board_view .info_row span,
    .board_view .t_info_row span {
        font-size: 13px;
    }

    .board_view .info_row {
        padding: 16px 0;
    }

    .board_view .desc {
        padding: 30px 0 40px;
        font-size: 14px;
        line-height: 1.5;
    }

    .contact_tab.fix {
        top: 60px;
    }

    .contact_tab a {
        flex-direction: column;
        flex-wrap: wrap;
        font-size: 13px;
        padding-left: 3vw;
    }

    .contact_tab a .contact_ico {
        width: 24px;
        height: 24px;
    }

    .contact_tab a p {
        margin-left: 0;
        margin-top: 8px;
    }

    .contact_tab a::before {
        width: 2%;
        display: none;
    }

    .contact_tab a::after {
        transform: translate(-50%, -50%) rotate(45deg) skew(25deg, 25deg);
        width: 38px;
        height: 38px;
    }

    .contact_write caption {
        padding: 40px 0 10px;
        font-size: 18px;
        display: block;
    }


    .contact_write .datepick_row .ui-datepicker-trigger {
        width: 18px;
    }



    /* contact_write */

    .contact_write table,
    .contact_write table tbody {
        display: block;
    }

    .contact_write table tbody tr {
        display: block;
        padding: 15px 0;
    }

    .contact_write table tbody th {
        display: block;
        background: none;
        font-size: 14px;
        font-weight: 500;
        padding: 0;
    }

    .contact_write table tbody td {
        display: block;
    }

    .contact_write table th+td {
        padding: 10px 0 0;
    }

    .contact_write table select,
    .contact_write table input[type="tel"],
    .contact_write table input[type="password"],
    .contact_write table input[type="email"],
    .contact_write table input[type="text"] {
        width: 100%;
        height: 40px;
        font-size: 13px;
    }

    .contact_write table textarea {
        height: 240px;
    }



    .contact_write #production .chk_box {
        width: 50%;
    }

    .chk_box+.chk_box {
        margin-left: 0;
    }

    .chk_box:nth-of-type(n + 3) {
        margin-top: 15px;
    }


    .file_wrap {
        width: 100%;
        line-height: 40px;
        height: 40px;
        position: relative;
        display: flex;
    }

    .file_cont+p {
        font-size: 12px;
        margin-top: 8px;
    }


    .contact_write table input[type="password"],
    .file_wrap input {
        max-width: inherit;
    }

    .file_wrap input+label {
        width: 80px;
        height: 40px;
        line-height: 40px;
        font-size: 13px;
        flex: 0 0 auto;
    }





    .trems_con {
        padding: 20px 5px;
    }

    /* room_container */

    .room_container .news_list {
        display: flex;
        flex-wrap: wrap;
        padding: 20px 0;
    }

    .room_container .news_list .news_item {
        width: 50%;
        padding: 0 8px;
    }

    .room_container .news_list .news_item img {
        position: relative;
        width: 450px;
        height: 15.6923rem;
        object-fit: cover;
        z-index: 1;
        border-radius: 15px;
    }

    .room_container .news_list .news_item .text {
        padding: 17px 0px 50px;
    }

    .room_container .news_list .news_item .text .txt {
        margin-bottom: 0.5em;
        color: #e61f19;
        font-size: 1.0385rem;
    }

    .room_container .news_list .news_item .text .title {
        color: #222222;
        font-size: 1.1538rem;
        line-height: 1.4;
        margin: 10px 0;
        overflow: hidden; 
        text-overflow: ellipsis; 
        display: -webkit-box; 
        -webkit-line-clamp: 2; 
        -webkit-box-orient: vertical;        
    }

    .room_container .news_list .news_item .text .date {
        color: #666666;
        font-size: 0.9615rem;
    }

    .room_container .paging {
        margin-top: -20px;
    }






















    /* agree_pop */
    .agree_pop .pop_box .pop_head {
        padding: 0 10px;
    }

    .agree_pop .pop_box .pop_head strong {
        line-height: 40px;
        font-size: 14px;
    }

    .agree_pop .pop_box .pop_head .close {
        top: 0;
        right: 0;
        transform: none;
        width: 40px;
        height: 40px;
    }

    .agree_pop .pop_box .pop_head .close img {
        width: 16px;
    }

    .agree_pop .pop_box .pop_body {
        height: calc(100% - 40px);
    }

    .agree_pop .pop_box .pop_body .padding {
        font-size: 12px;
    }



}

@media screen and (max-width:400px) {
    .main_ttl_box .btn_wrap a {
        width: 8.3846rem !important;
    }
}


@media screen and (max-width: 330px) {
    .doit_btn_wrap a {
        padding: 0 10px;
    }
    .doit_text_box .ico {
        margin-right: 6px;
    }
}