@charset "utf-8";

.header_wrap{position: absolute; top:0; left:0; z-index: 10; padding-top: 15px; padding-left: 30px; padding-right: 30px;}
.header_wrap .header_left_con{display: flex; flex-wrap: nowrap; align-items: center;}
.header_wrap .header_right_con{display: flex; flex-wrap: nowrap; align-items: center; margin-top: 6px;}

.customer_view_con{display: none;}

/* logo */
.header_wrap .logo_con {margin-top: -2px; padding-bottom: 2px;}
.header_wrap .logo_con .logo{display:inline-block; width: 109px; margin-top: 8px;}
.header_wrap .logo_con .logo.hidden{display: none;}
.header_wrap .logo_con .logo .retina { display: none; }
[data-wv-os="Mac"] .header_wrap .logo_con .logo .retina { display: inline-block; }
[data-wv-os="Mac"] .header_wrap .logo_con .logo .default { display: none; }
[data-wv-pc="mobile"] .header_wrap .logo_con .logo .retina { display: inline-block; }
[data-wv-pc="mobile"] .header_wrap .logo_con .logo .default { display: none; }

/* member_list - 로그인 / 회원가입*/
.header_wrap .header_member_list_con{position: relative;}
.header_wrap .header_member_list_con .header_member_list{display: inline-block; position: relative; }
/*.header_wrap .header_member_list_con .header_member_list:first-child{padding-right: 15px; margin-right: 10px;}
.header_wrap .header_member_list_con .header_member_list:first-child:after{content: ''; position: absolute; right: 0; top: 5px; height: calc(100% - 11px); border-right: 1px solid #dbe3f1;}*/
.header_wrap .header_member_list_con.type_2 .header_member_list:first-child{padding-right: 0; margin-right: 0;}
.header_wrap .header_member_list_con.type_2 .header_member_list:first-child:after{content: none;}
.header_wrap .header_member_list_con .header_member_list > a{ font-size:14px; font-size:1.4rem; line-height:22px; line-height:2.2rem; font-weight: 700; letter-spacing: -0.02em; color: #5c56f1; transition: color 0.2s; }
.header_wrap .header_member_list_con .header_member_list > a > span { display: inline-block; position:relative; }
.header_wrap .header_member_list_con .header_member_list:first-child > a > span{padding-left: 48px;}
.header_wrap .header_member_list_con .header_member_list:first-child > a > span.profile{position: absolute; left: 0; top: -6px; display: inline-block; width: 38px; height: 38px; border-radius: 50%; background-color: #8aedff;
    background-image: url('../img/header_profile_no_image.png'); background-size: auto; background-position: center center; background-repeat: no-repeat; box-sizing: border-box; padding: 0;}

/*util_menu_list - 검색 아이콘, 햄버거 아이콘, 사이트개설 버튼, 가이드 오픈 버튼 */
.header_wrap .header_util_list_con{display: inline-flex; flex-wrap: nowrap; align-items: center;}


/* 감상하기 - 팝업 */
.view_popup_wrap{position: fixed !important; z-index: 10002; top:10%; margin-top: 0 !important; left: 0 !important; margin-left: 0 !important; display:none; background-color: #1f2123;
    transition:top .2s, opacity .2s; opacity:0; overflow-y: auto; -webkit-overflow-scrolling:touch;}
.view_popup_wrap.on{ display: block; }
.view_popup_wrap.popup_on{top: 0; opacity:1; transition:top .6s .3s, opacity .4s .3s; }
[data-wv-os="Mac"] .view_popup_wrap.popup_on { -webkit-transition:top .5s, opacity .8s; }
.view_popup_dim {position: fixed; display: none; top:0; left:0; width:100%; height:100%; background-color: #1b1c1e; opacity: 0; transform: translateY(15%); transition:transform .4s, opacity .4s; z-index:10001;}
.view_popup_dim.on { display: block; }
.view_popup_dim.popup_on{ transform:translateY(0); opacity: 1; transition:transform .8s, opacity .4s; }
.view_popup_wrap .content_wrap{z-index: 10; transition:all .2s ease; padding-top:0; }
/*.view_popup_wrap.opacity_off .content_wrap{padding-top:100px;}*/
.view_popup_wrap .content_wrap.opacity_off{opacity:0 !important;}
.view_popup_wrap .content_wrap .bg_wrap {position: absolute; z-index: 1; top: 0; left: 0; background-color: transparent; height: 100%;}
.view_popup_wrap .content_wrap .bg_wrap .top_bg_box{background-color:#f0eff8; height:1088px;}
.view_popup_wrap .content_wrap .bg_wrap .bottom_bg_box{background-color:#f0eff8; height:calc(100% - 1088px);}
.view_popup_wrap .content_wrap .top_con{position: fixed; top:0; left: 0; z-index: 4;}
.view_popup_wrap.site_open_wrap .content_wrap .top_con{margin-bottom: 74px;}
.view_popup_wrap .content_wrap .top_con .logo{float: left; margin: 48px 0px 0px 51px;}
.view_popup_wrap .content_wrap .fixed_btn_con{position: fixed; top:24px; right:calc( (100% - ((1060 / 1400) * (100% + 100px))) / 2  ); z-index:9;
    display: flex; flex-direction: column; align-items: center;}

[data-wv-agent="iphone"] .view_popup_wrap .content_wrap .fixed_btn_con{position: -webkit-sticky; position: sticky; width: 41px; height: 41px; float: right; top:24px; right:calc( (100% - ((1060 / 1400) * (100% + 100px))) / 2  ); z-index:9;
    display: flex; flex-direction: column; align-items: center;}

.view_popup_wrap .content_wrap .top_con .close_btn img{}
.view_popup_wrap .content_wrap .content_con{}
.view_popup_wrap .content_wrap .step1,.view_popup_wrap .content_wrap .step2,.view_popup_wrap .content_wrap .step3{overflow: hidden; position: absolute; width: 100%;}

[data-wv-agent="iphone"] .view_popup_wrap .content_wrap .step1,.view_popup_wrap .content_wrap .step2,.view_popup_wrap .content_wrap .step3{overflow: visible; position: absolute; width: 100%;}

.view_popup_wrap .content_wrap .main_content_con{ padding-top: 40px; display: flex; align-items: stretch; justify-content: space-between;}
#blockDetailPopup .content_wrap .main_content_con{ padding-top: 67px; }
.view_popup_wrap .content_wrap .main_content_inner{z-index: 3; transition:margin .6s ease, opacity .8s ease; margin-top:0; }
.view_popup_wrap .content_wrap .sub_content_con{padding-top: 110px; margin-bottom: 145px;}
.view_popup_wrap .content_wrap .sub_content_inner{}

.view_popup_wrap .content_wrap .main_content_inner .userface_wrap { display: flex; align-items: center; }
.view_popup_wrap .content_wrap .main_content_inner .userface_wrap .userface { width:35px; height:35px; display: flex; align-items: center; justify-content: center; }
.view_popup_wrap .content_wrap .main_content_inner .userface_wrap .userface img { border-radius: 50%; height: 100%;}
.view_popup_wrap .content_wrap .main_content_inner .userface_wrap .user_info { font-size:0; line-height:0; }
.view_popup_wrap .content_wrap .main_content_inner .userface_wrap .user_info > li {font-size:13px; font-size:1.3rem; line-height:19px; line-height:1.9rem; font-weight: 300; letter-spacing: 0.04em; color: #fff; }
[data-wv-os="Mac"] .view_popup_wrap .content_wrap .main_content_inner .userface_wrap .user_info > li { font-weight: 300; }

/*.view_popup_wrap .content_wrap .main_content_con .move_btn_con { display: none; min-width: 80px; justify-content: center; cursor: pointer; width: calc((100% - 1760px) / 2);}*/
/*.view_popup_wrap .content_wrap .main_content_con .move_btn_con.off { cursor: auto; }*/
.view_popup_wrap .content_wrap .main_content_con .move_btn_con { display: none; min-width: 80px; justify-content: center; width: calc((100% - 1760px) / 2);}
.view_popup_wrap .content_wrap .main_content_con .move_btn_con.on { cursor: pointer; }
.view_popup_wrap .content_wrap .main_content_con .move_btn_con .move_btn { position: fixed; }
.view_popup_wrap .content_wrap .main_content_con .move_btn_con .move_btn.prev { top: calc(50% + 22px);}
.view_popup_wrap .content_wrap .main_content_con .move_btn_con .move_btn.next { top: calc(50% - 48px);  }
/*.view_popup_wrap .content_wrap .main_content_con .move_btn_con.off .move_btn img { width: 0;}*/
/*.view_popup_wrap .content_wrap .main_content_con .move_btn_con .move_btn img { width: 30px; }*/
.view_popup_wrap .content_wrap .main_content_con .move_btn_con .move_btn img { width: 0;}
.view_popup_wrap .content_wrap .main_content_con .move_btn_con.on .move_btn img { width: 30px; }

.view_popup_wrap .go_to_top_btn_con { position: fixed; right: 14px; bottom: 20px; z-index: 10002; width: 50px; height: 50px; display: none; justify-content: center; align-items: center; cursor: pointer; }
.view_popup_wrap .go_to_top_btn_con .go_to_top_btn { position: relative; padding-top: 14px; font-size:14px; font-size:1.4rem; line-height:20px; line-height:2.0rem; font-weight: 700; letter-spacing: 0.04em; color: #fff; transition: color .2s;}
.view_popup_wrap .go_to_top_btn_con .go_to_top_btn::before { content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 0; height:0; border-bottom: 6px solid #fff; border-left: 6px solid transparent; border-right: 6px solid transparent; }

.view_popup_wrap .popup_header_con{position: fixed; top:0; left:0; z-index: 11;}
.view_popup_wrap .popup_header_con .popup_top_content_wrap { display: flex; align-items: center; }
.view_popup_wrap. .popup_header_inner {  }
.view_popup_wrap .popup_header_con .popup_header_inner{ position: fixed; top: 0px; z-index: 1; transform: translateY(-100%); background-color: #1f2123; }
#blockDetailPopup .popup_header_con .popup_header_inner { display: block; transform: translateY(0); opacity: 0; }
#blockDetailPopup .popup_header_con .popup_header_inner.fixed { opacity: 1; transition: opacity 0.4s 0.4s; }
.view_popup_wrap .popup_header_con .popup_header_inner .popup_header_box { padding: 17px 20px 10px;}
#blockDetailPopup .popup_header_con .popup_header_inner .popup_header_box { padding: 17px 20px 18px;}
.view_popup_wrap .popup_header_con .popup_header_inner .popup_header_box .create_site_btn_con { display: none; }
.view_popup_wrap .popup_header_con .popup_fixed_title_con{display:block;}
.view_popup_wrap .popup_fixed_title_con{float:left; /*display:none; */font-size:0; line-height:0; /*width:calc(100% - 280px);*/ overflow:hidden; text-overflow: ellipsis; white-space:nowrap;}
.view_popup_wrap .popup_fixed_title_con.off { opacity: 0; }
#pageDetailPopup.view_popup_wrap .popup_fixed_title_con{font-size:22px; font-size:2.2rem; line-height:28px; line-height:2.8rem; letter-spacing: 0.04em; color:#fff; font-weight:500; }
.view_popup_wrap .popup_fixed_title_con span{font-size:26px; font-size:2.6rem; line-height:35px; line-height:3.5rem; letter-spacing: 0.04em; color:#fff; font-weight:500; }
.view_popup_wrap .popup_fixed_title_con .opacity{opacity:0.2;}
.view_popup_wrap .popup_fixed_title_con .popup_fixed_title {font-size:17px; font-size:1.7rem; line-height:23px; line-height:2.3rem; font-weight: 400; letter-spacing: -0.02em; color: #fff; }
.view_popup_wrap .popup_fixed_btn_con{float:right; font-size:0; line-height:0; text-align: right;}
.view_popup_wrap .popup_fixed_btn_con .popup_fixed_btn{ font-size: 0; line-height: 0; margin-right: 35px; position: relative; display:inline-block; vertical-align: top; text-align: center; width: 18px; height: 25px; background-repeat: no-repeat; background-size: 18px 17px; background-position: center center; background-image: url('../img/18x17_ffffff_X_icon.png'); transition: opacity 0.2s ease; opacity: 0.3;}
.view_popup_wrap .popup_fixed_btn_con .popup_fixed_btn:hover { opacity: 1; }
.view_popup_wrap .popup_fixed_btn_con .popup_fixed_btn:last-child{ margin-right: 0; }
.view_popup_wrap .popup_fixed_btn_con .popup_fixed_btn.top{display:none; background-image: url('../img/arrow_17x9_ffffff_top.png'); background-size: 17px 9px;}
.view_popup_wrap .popup_header_con.fixed .popup_fixed_btn_con .popup_fixed_btn.top{display:inline-block; margin-right: 39px;}
.view_popup_wrap .popup_fixed_btn_con .popup_fixed_btn.prev {background-image: url('../img/arrow_9x17_ffffff_left.png'); background-size: 9px 17px; margin-right: 41px;}
.view_popup_wrap .popup_fixed_btn_con .popup_fixed_btn.next {background-image: url('../img/arrow_9x17_ffffff_right.png'); background-size: 9px 17px;}

.view_popup_wrap .popup_fixed_size_btn_con { font-size:0; line-height:0; position: absolute; left: 50%; bottom: 37px; transform: translate(-50%, 0); }
.view_popup_wrap .popup_header_con .popup_fixed_size_btn_con { bottom: 16px; }
.view_popup_wrap .popup_fixed_size_btn_con .popup_fixed_size_btn{ display: inline-block; position: relative; opacity: 0.3; box-sizing: border-box; padding: 3px; margin-right: 19px; }
.view_popup_wrap .popup_fixed_size_btn_con .popup_fixed_size_btn > img { width: 18px; }
.view_popup_wrap .popup_fixed_size_btn_con .popup_fixed_size_btn > img.retina { display: none; }
[data-wv-pc="mobile"] .view_popup_wrap .popup_fixed_size_btn_con .popup_fixed_size_btn > img.default { display: none; }
[data-wv-pc="mobile"] .view_popup_wrap .popup_fixed_size_btn_con .popup_fixed_size_btn > img.retina { display: inline-block; }
[data-wv-os="Mac"] .view_popup_wrap .popup_fixed_size_btn_con .popup_fixed_size_btn > img.default { display: none; }
[data-wv-os="Mac"] .view_popup_wrap .popup_fixed_size_btn_con .popup_fixed_size_btn > img.retina { display: inline-block; }
.view_popup_wrap .popup_fixed_size_btn_con .popup_fixed_size_btn.web > img { width: 30px; }
.view_popup_wrap .popup_fixed_size_btn_con .popup_fixed_size_btn:last-child{ margin-right: 0; }
.view_popup_wrap .popup_fixed_size_btn_con .popup_fixed_size_btn.active{ opacity: 1; }
.view_popup_wrap .popup_fixed_size_btn_con .popup_fixed_size_btn:hover { opacity: 1; }

.popup_title_desc_con {color: #fff; text-align: left;}
.popup_title_desc_con .title_con{}
.popup_title_desc_con .title_con .title{opacity: 0; transition:all .4s .3s ease; display:none; font-size:0; line-height:0;}
#pageDetailPopup .popup_title_desc_con .title_con .title{font-size: 25px; font-size: 2.5rem; line-height: 31px; line-height: 3.1rem; letter-spacing: 0.04em; font-weight: 500; color: #fff; }
.popup_title_desc_con .title_con .title.on{display:block;}
.popup_title_desc_con .title_con .title.event_on{opacity:1;}
.popup_title_desc_con .title_con .title span{font-size: 25px; font-size: 2.5rem; line-height: 31px; line-height: 3.1rem; letter-spacing: 0.04em; font-weight: 500; color: #fff;}
.popup_title_desc_con .title_con .title .opacity{opacity: 0.2;}
.popup_title_desc_con .title_con .serial_no{margin-top: 20px; font-size: 18px; font-size: 18px; line-height: 1.8px; line-height: 1.8rem; font-weight: 400; letter-spacing: -0.02px;}
.popup_title_desc_con .desc_con{}
.popup_title_desc_con .desc_con .name{text-transform: uppercase; color: #fff; font-size: 15px; font-size: 1.5rem; line-height: 22px; line-height: 2.2rem; letter-spacing: 0.06em; font-weight: 300; opacity: 0; transition:all .4s .4s ease; display:none;}
.popup_title_desc_con .desc_con .name.on{display:block;}
.popup_title_desc_con .desc_con .name.event_on{opacity: 1;}
.popup_title_desc_con .desc_con .desc{font-size: 17px; font-size: 1.7rem; line-height: 28px; line-height: 2.8rem; letter-spacing: -0.01em; font-weight: 100; word-break: keep-all;}
.popup_title_desc_con .desc_con .desc br{display:none;}
.popup_title_desc_con .date{font-size: 21px; font-size: 2.1rem; line-height: 27px; line-height: 2.7rem; letter-spacing: 0.04em; font-weight: 400; color:#fff; word-break: keep-all;
    position: absolute; top:0; right:0;}


/* portfolio popup */
.list_style_1_con{}
.list_style_1_con li{position: relative; padding-left:13px; box-sizing: border-box; margin-bottom: 8px;}
.list_style_1_con li:before{content: ""; border-bottom: 1px solid #000; position: absolute;  top: 16px;  left: 0;  width: 5px;}

.popup_title_desc_con{padding-left: 35px;}

.theme_img_con{opacity: 0; /*transform: translateY(5%); transition:transform 0.7s ease-in-out; */display:none; font-size:0; line-height:0; text-align: center;}
.theme_img_con.on{display:block;}
.theme_img_con.event_on { /*opacity: 1; transform: translateY(0);*/ }
/*#blockDetailPopup .theme_img_con.event_on { opacity: 1; }*/
.theme_img_con .theme_img_box_list{margin-bottom: 0; font-size: 0; line-height: 0;}
.theme_img_con img { width: 100%; /*height: 100%; */margin-bottom: 30px; }
#blockDetailPopup .theme_img_con img { opacity: 0; transition: opacity 1s, background-image .5s; }
#blockDetailPopup .theme_img_con img.lazy { opacity: 1; }
#blockDetailPopup .theme_img_con img.loaded { opacity: 1; }


/*.theme_img_box {overflow: hidden;}*/
/*.theme_img_box > img{margin-left: -50px; max-width: calc(100% + 100px); object-fit: cover;}*/

.theme_mobile_img_con { opacity: 0; transition:all .4s .2s ease; display:none; font-size:0; line-height:0; }
.theme_mobile_img_con.on {display: block;}
.theme_mobile_img_con.event_on { opacity: 1; }

#moveStudioIntroBtn > a { display: inline-block; width: 161px; text-align: left; padding: 10px 0; font-size:15px; font-size:1.5rem; line-height:21px; line-height:2.1rem; font-weight: 600; letter-spacing: -0.02em; }
#moveStudioIntroBtn > a > span { display: inline-block; margin-right: 26px; transition: color .2s; }
#moveStudioIntroBtn .arrow { position: relative; margin-right: 0; }
#moveStudioIntroBtn .arrow img { padding-bottom: 1px; }
#moveStudioIntroBtn .arrow img.default { display: none; }
#moveStudioIntroBtn .arrow img.retina { width: 8px; }
#moveStudioIntroBtn .arrow::after { content: ''; position: absolute; top: 50%; left: calc(50% - 1px); width: 34px; height: 33px; transform: translate(-50%,-50%); background-color: #55c7f9; border-radius: 50%; overflow: hidden; transition: transform .2s; z-index: -1;}
#moveStudioIntroBtn:hover > a > span { color: #55c7f9; }
#moveStudioIntroBtn:hover .arrow::after { transform: translate(-50%, -50%) scale(1.2); }


@media all and (min-width: 992px){
    .header_member_list_con{margin-top: 6px;}

    .header_wrap .gnb_wrap > li > a:hover { color: #6738ff;}
    .header_wrap .gnb_wrapper { padding-top: 21px; }
    [data-wv-os="Mac"] .header_wrap .gnb_wrapper { padding-top: 23px; }


    .header_wrap{padding-left: 47px; padding-right: 39px; padding-top: 25px;}
    .header_wrap .header_left_con{margin-top: 3px;}
    .header_wrap .logo_con {}

    .header_wrap .menu_container{position: absolute; float:left; display: flex; align-items: center; justify-content: center; height: 80px; top:0px; right: 40px;}

    .header_wrap .header_contents_inner{display: block;}
    .header_wrap .header_top_container .menu_icon_con{display: none;}

    .header_wrap .member_img_con{display: block;}
    .header_wrap .member_id_con{display: block;}


    .header_wrap .header_member_list_con .header_member_list:hover > a { color: #4eb3f3; cursor: default; }
    .header_wrap .header_member_list_con .header_member_list:first-child:hover > a { color: #5c56f1; }
    .header_wrap .header_member_list_con .header_member_list > a{ font-size:15px; font-size:1.5rem; line-height:25px; line-height:2.5rem; }

    .header_wrap .logo_con .logo {width: 150px; margin-top: 1px;}

    /* main */
    .main .header_wrap .gnb_container{width: calc(100% - 95px); padding-left: 60px; padding-right: 37px;}
    .main .header_wrap .menu_container{top:52px; right: 60px;}
    .main .header_wrap .header_util_list_wrap{display: block;}
    .main .header_wrap .header_top_container{padding-right: 54px; margin-top: 42px;}

    .view_popup_wrap .content_wrap .content_con{}
    /*.view_popup_wrap .content_wrap .main_content_con{padding-top: 33px;}*/
    .view_popup_wrap .content_wrap .fixed_btn_con > .close_btn{width: 45px; height: 45px; overflow: hidden; border: 2px solid #000; transition:all .2s;}
    .view_popup_wrap .content_wrap .fixed_btn_con > .close_btn:hover{background-color:#ffc514;}
    /*.theme_img_box > img{margin-left: 0; max-width: 100%;}*/
    .view_popup_wrap .content_wrap .fixed_btn_con{right:35px;}

    /* 감상하기 - 팝업 */
    .popup_title_desc_con .title_con{}
    .popup_title_desc_con .title_con .title span{font-size: 29px; font-size: 2.9rem; line-height: 42px; line-height: 4.2rem; text-align: left;}
    .popup_title_desc_con .desc_con .name{font-size: 14px; font-size: 1.4rem; line-height: 20px; line-height: 2.0rem; letter-spacing: 0.05em;}
    .popup_title_desc_con .desc_con .desc{font-size: 19px; font-size: 1.9rem; line-height: 35px; line-height: 3.5rem;}
    .popup_title_desc_con .desc_con .desc br{display:inline;}
    .popup_title_desc_con .date{font-size: 21px; font-size: 2.1rem; line-height: 27px; line-height: 2.7rem;
        position: absolute;}

    .popup_title_desc_con .title_con .serial_no {display: table-cell; text-align: right; vertical-align: bottom; margin-top: 0;}
    .popup_title_desc_con .desc_con .etc_con {width: 50%;}


    .view_popup_wrap .content_wrap .fixed_btn_con{top:30px; right:30px;}
    .view_popup_wrap .content_wrap .fixed_btn_con > .top_btn{display: block;}

    .theme_img_con img { margin-bottom: 80px; }

    /*scroll bar css*/
    .view_popup_wrap{
        scrollbar-base-color: #000;
        scrollbar-Face-Color: #3d3d3d;
        scrollbar-Highlight-Color: #000;
        scrollbar-arrow-color: #000;
    }
    .view_popup_wrap::-webkit-scrollbar {width: 0px; border: 4px solid transparent; }
    .view_popup_wrap::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {display: block; height: 5px; background: transparent}
    .view_popup_wrap::-webkit-scrollbar-track { background: transparent; -webkit-box-shadow: inset 0 0 4px transparent}
    .view_popup_wrap::-webkit-scrollbar-thumb { background: transparent; border:12px solid transparent; -webkit-box-shadow: inset 0 0 40px #fff;  }

    .view_popup_wrap .popup_fixed_title_con .popup_fixed_title { font-size:19px; font-size:1.9rem; line-height:25px; line-height:2.5rem; }
    .view_popup_wrap .popup_header_con .popup_header_inner { height: 67px; }
    #blockDetailPopup .popup_header_con .popup_header_inner .popup_header_box { padding: 0 80px; }
    .view_popup_wrap .popup_header_con .popup_header_inner .popup_header_box { padding: 0 80px; }
    .view_popup_wrap .popup_header_con .popup_header_inner .popup_header_box .create_site_btn_con { display: block; }
    .view_popup_wrap .popup_header_con .popup_fixed_size_btn_con { top: 18px; bottom: auto;}
    #blockDetailPopup .popup_header_con .popup_fixed_size_btn_con { top: auto; }

    .view_popup_wrap .create_site_btn_con { display: inline-block; margin-bottom: 0; float: right;}
    .view_popup_wrap .popup_header_con .create_site_btn_con { margin-top: 0; }
    .view_popup_wrap .popup_header_con .create_site_btn_con .create_site_btn { border-radius: 0; padding: 19px 20px 23px 28px; }
    [data-wv-os="Mac"] .view_popup_wrap .popup_header_con .create_site_btn_con .create_site_btn { padding: 21px 20px 21px 28px; }
    .view_popup_wrap .main_content_con .popup_header_inner .create_site_btn_con { display: none; }
    .view_popup_wrap .design_info_wrap .create_site_btn_con { display: inline-block; }
    .create_site_btn_con .create_site_btn { font-size:19px; font-size:1.9rem; line-height:25px; line-height:2.5rem; width: 258px;}

    .view_popup_wrap .content_wrap .main_content_con .move_btn_con { display: flex;}
    .view_popup_wrap .content_wrap .main_content_con .move_btn_con.on .move_btn { opacity: 0.07; top: calc(50% - 18px); transition: opacity .2s, top .2s; }
    .view_popup_wrap .content_wrap .main_content_con .move_btn_con .move_btn { opacity: 0; }
    .view_popup_wrap .content_wrap .main_content_con .move_btn_con.on:hover .move_btn { opacity: 1; }

    .view_popup_wrap .go_to_top_btn_con { display: flex; }
    .view_popup_wrap .go_to_top_btn_con:hover .go_to_top_btn { color: #835dff; }
    .view_popup_wrap .go_to_top_btn_con:hover .go_to_top_btn::before { border-bottom: 6px solid #835dff; }

    #moveStudioIntroBtn .arrow img.default { display: inline-block; }
    #moveStudioIntroBtn .arrow img.retina { display: none; }
    #moveStudioIntroBtn .arrow::after { left: calc(50% - 2px); }
}

@media all and (min-width:1600px){
    .view_popup_wrap .popup_header_con .create_site_btn_con { margin-top: 0; }
}

@media all and (min-width: 1920px) {
    .view_popup_wrap .content_wrap .main_content_con .move_btn_con.on .move_btn img { width: auto; }

    .view_popup_wrap .popup_header_con .popup_header_inner .popup_header_box { padding-left: 0; padding-right: 0; max-width: 1760px; overflow:hidden; float: none; clear: both; margin-left: auto; margin-right: auto; }
    #blockDetailPopup .popup_header_con .popup_header_inner .popup_header_box { padding-left: 0; padding-right: 0; max-width: 1760px; overflow:hidden; float: none; clear: both; margin-left: auto; margin-right: auto; }
}