
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-transition: background-color 9999s ease-out;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
}

.flex_center_wrapper{ display: flex; flex-direction: column; justify-content: center; align-items: center; min-height: 100vh; padding-top: 60px; padding-bottom: 73px; position: fixed; top: 0; }
.login_form_wrap{position: static;}
.display_flex{display: flex;}
.align_center{align-items: center;}
.justify_between{justify-content: space-between;}
.mh-100vh{min-height: 100vh;}

.page_title_con{}
.page_title_con .page_title{font-size:28px; font-size:2.8rem; line-height:36px; line-height:3.6rem; font-weight: 700; letter-spacing: -0.04em;}
.page_title_con .page_desc{font-size:15px; font-size:1.5rem; line-height:21px; line-height:2.1rem; font-weight: 300;}

.step_style_0_wrap{}
.step_style_0_wrap .step_style_0_con{display: flex; border-radius: 5px; overflow: hidden;}
.step_style_0_wrap .step_style_0_con .step_style_0{ flex: 1 0 auto; -ms-flex : 1 0 auto; border-right: 1px solid #edf2f9; padding: 7px 8px 6px; font-size:15px; font-size:1.5rem; line-height:21px; line-height:2.1rem; font-weight: 600; color: #4eb3f3; background-color: #fff; text-align: center; border-top: 1px solid #edf2f9; border-bottom: 1px solid #edf2f9; word-break: keep-all;}
.step_style_0_wrap .step_style_0_con .step_style_0:first-child{border-left: 1px solid #edf2f9;}
.step_style_0_wrap .step_style_0_con .step_style_0:last-child{border-bottom-right-radius: 5px; border-top-right-radius: 5px; border-right: 1px solid #edf2f9;}
.step_style_0_wrap .step_style_0_con .step_style_0.active{border-color: #55c7f9; color: #fff; background-color: #55c7f9;}

.has_id_select_con{}
.has_id_select_con .has_id_select{}
.has_id_select_con .has_id_select .has_id_select_inner{padding: 21px 20px 27px; border: 1px solid #edf2f9; border-radius: 6px; color: #c6d1e5; transition: 0.2s; text-align: center;}
.has_id_select_con .has_id_select .has_id_select_inner .eng{position: relative; padding-bottom: 10px; margin-bottom: 11px; font-size:25px; font-size:2.5rem; line-height:31px; line-height:3.1rem; font-weight: 700;}
.has_id_select_con .has_id_select .has_id_select_inner .eng:after{content: ''; width: 38px; border-bottom: 1px solid #c6d1e5; position: absolute; left: calc(50% - 19px); bottom: 0; transition: 0.2s;}
.has_id_select_con .has_id_select .has_id_select_inner .kor{font-size:22px; font-size:2.2rem; line-height:28px; line-height:2.8rem; font-weight: 700; word-break: keep-all;}

.page_img_title_con{text-align: center;}
.page_img_title_con.tl { text-align: left; }
.page_img_title_con .img{display: inline-block; box-sizing: border-box;}
.page_img_title_con .img.bg_circle{border-radius: 50%; background-color: #8aedff;}
.page_img_title_con .img.bg_circle.orange{background-color: #ffd3b2;}
.page_img_title_con .img.w110{width: 110px; height: 110px;}
.page_img_title_con .img.w130{width: 130px; height: 130px;}
.page_img_title_con .img img.w44{width: 44px;}
.page_img_title_con .img img.w54{width: 54px;}
.page_img_title_con .img img.w64{width: 64px;}
.page_img_title_con .img img.w75{width: 75px;}
.page_img_title_con .img img.w92{width: 92px;}
.page_img_title_con .img img.default { display: none; }
.page_img_title_con .img .ing_motion{}
.page_img_title_con .img .ing_motion > span{display: inline-block; width: 8px; height: 8px; border-radius: 50%; background-color: #fff; opacity: 0;}
.page_img_title_con .img .ing_motion > span:first-child{animation: showOpacity1 1.8s linear; -webkit-animation: showOpacity1 1.8s linear; -moz-animation: showOpacity1 1.8s linear; -o-animation: showOpacity1 1.8s linear;
    animation-fill-mode: forwards; -webkit-animation-fill-mode: forwards; -moz-animation-fill-mode: forwards; -o-animation-fill-mode: forwards;
    animation-iteration-count: infinite; -webkit-animation-iteration-count: infinite; -moz-animation-iteration-count: infinite; -o-animation-iteration-count: infinite;}
.page_img_title_con .img .ing_motion > span:nth-child(2){animation: showOpacity2 1.8s linear; -webkit-animation: showOpacity2 1.8s linear; -moz-animation: showOpacity2 1.8s linear; -o-animation: showOpacity2 1.8s linear;
    animation-fill-mode: forwards; -webkit-animation-fill-mode: forwards; -moz-animation-fill-mode: forwards; -o-animation-fill-mode: forwards;
    animation-iteration-count: infinite; -webkit-animation-iteration-count: infinite; -moz-animation-iteration-count: infinite; -o-animation-iteration-count: infinite;}
.page_img_title_con .img .ing_motion > span:nth-child(3){animation: showOpacity3 1.8s linear; -webkit-animation: showOpacity3 1.8s linear; -moz-animation: showOpacity3 1.8s linear; -o-animation: showOpacity3 1.8s linear;
    animation-fill-mode: forwards; -webkit-animation-fill-mode: forwards; -moz-animation-fill-mode: forwards; -o-animation-fill-mode: forwards;
    animation-iteration-count: infinite; -webkit-animation-iteration-count: infinite; -moz-animation-iteration-count: infinite; -o-animation-iteration-count: infinite;}
.page_img_title_con .title{font-size:25px; font-size:2.5rem; line-height:31px; line-height:3.1rem; font-weight: 700;}
.page_img_title_con .title.eng{font-size:20px; font-size:2.0rem; line-height:26px; line-height:2.6rem;}
.page_img_title_con .title.type_2 { font-size:30px; font-size:3.0rem; line-height:36px; line-height:3.6rem; }
.page_img_title_con .title .point_orange{color: #ef4b0b;}
.page_img_title_con .desc{font-size:15px; font-size:1.5rem; line-height:23px; line-height:2.3rem; font-weight: 300; word-break: keep-all;}
.page_img_title_con hr { display: inline-block; width: 60px; height: 1px; }

/* 마이페이지 애니메이션 */
@keyframes showOpacity1{ 0%{opacity: 0;} 15%{opacity: 0;} 33%{opacity: 1;} 50%{opacity: 1;} 66%{opacity: 1;} 100%{opacity: 1;} }
@keyframes showOpacity2{ 0%{opacity: 0;} 15%{opacity: 0;} 33%{opacity: 0;} 50%{opacity: 1;} 66%{opacity: 1;} 100%{opacity: 1;} }
@keyframes showOpacity3{ 0%{opacity: 0;} 15%{opacity: 0;} 33%{opacity: 0;} 50%{opacity: 0;} 66%{opacity: 1;} 100%{opacity: 1;} }


.studio_login_wrap .login_con { max-width: 600px; overflow: hidden; float: none; margin-right: auto; margin-left: auto; }
.studio_login_wrap .login_con img.default { display: none; }
.studio_login_wrap .login_con .studio_login_img { text-align: center; }
.studio_login_wrap .login_con .studio_login_img img.retina { width: 207px; }

/*.check_pw {color: #f14c96;}*/
/*.check_pw { opacity: 0; !*display: none;*! display: block; padding-left: 20px; font-size:13px; font-size:1.3rem; line-height:22px; line-height:2.2rem; font-weight: 300; word-break: keep-all; color: #f14c96; position: relative; letter-spacing: -0.02em;}*/
/*.check_pw::before { content: ''; border-radius: 50%; overflow: hidden; background-color: #f14c96; width: 16px; height: 16px; position: absolute; top: 3px; left: 0;*/
/*background-image: url('../img/exclamation_mark_icon_fff_2x7.png'); background-repeat: no-repeat; background-size: 2px 7px; background-position: top 4px left 7px; }*/
[data-wv-pc="mobile"] .check_pw::before{top: 4px;}
[data-wv-os="Mac"] .check_pw::before{top: 3px;}
.answer_complete { font-size:16px; font-size:1.6rem; line-height:22px; line-height:2.2rem; font-weight: 500; color: #6738ff; word-break: keep-all; letter-spacing: -0.02em; }
.answer_ing { font-size:16px; font-size:1.6rem; line-height:22px; line-height:2.2rem; font-weight: 300; color: #000; word-break: keep-all; letter-spacing: -0.02em; }



.has_right_btn_wrap .right_btn_wrap{ position: absolute; right: 0; top: 0; /*height: 100%;*/ height: 50px; z-index: 1; }
.has_right_btn_wrap .right_btn_wrap .btn_style_1_con a:focus{ outline: none; }
.has_right_btn_wrap .right_btn_wrap .btn_style_1_con a:focus span{ outline: -webkit-focus-ring-color auto 1px; }
.has_right_btn_wrap .input_style_0_con .btn_style_1_con{ position: relative; height: 100%; }
.has_right_btn_wrap .input_style_0_con .btn_style_1_con a{ height: 100%; border: none; padding-right: 1px; color: #000; font-weight: 500; font-size: 14px; font-size: 1.4rem; top: 2px;}
.has_right_btn_wrap .input_style_0_con .btn_style_1_con a:hover{ background-color: transparent; font-weight: 700; }
#certNumTimer{ font-size:14px; font-size:1.4rem; line-height:26px; line-height:2.6rem; font-weight: 700; letter-spacing: -0.0em; color: #4c8ef1; }

.policy_btn_con{text-align: left; margin-top: 16px; margin-bottom: 20px;}
.policy_btn_con .policy_btn{margin-bottom: 6px; position: relative; display: inline-block; font-size: 13px; font-size: 1.3rem; line-height: 21px; line-height: 2.1rem; font-weight: 400; color: #93a6c7;
    /* display: flex; */
}
.policy_btn_con .policy_btn:last-child{margin-right: 0;}
.policy_btn_con .policy_btn.check_all{margin-bottom: 6px; position: relative; display: inline-block; font-size:13px; font-size:1.3rem; line-height:21px; line-height:2.1rem; font-weight: 600; color: #3d3d3d;}
.policy_btn_con .policy_btn .check_btn_style_0_con .check_btn_style_0{/*width: 30px;*/ width: 350px; height: 30px;}
html[lang="en"] .policy_btn_con .policy_btn:nth-child(2) .check_btn_style_0_con .check_btn_style_0{height: 40px;}
.policy_btn_con .policy_btn .check_btn_style_0_con label{/*margin-right: 12px;*/ width: 24px; height: 24px;}

.board_style_0_wrap .board_contents_con .board_contents.left { background-color: #fff; padding-left: 45px; padding-right: 40px; }
.board_style_0_wrap .board_contents_con .board_contents.right { background-color: #f7fafd; padding-left: 40px; padding-right: 45px; }
.board_style_0_wrap .board_contents_con .board_contents_inner { position: relative; padding-top: 30px; padding-bottom: 30px; background-color: transparent;}
.board_style_0_wrap .board_contents_con .board_contents_inner.nodata { display: table; height: 100%; min-height: 230px; border: none; padding: 0; font-size:0px; font-size:0rem; line-height:0px; line-height:0.0rem; }
.board_style_0_wrap .board_contents_con .board_contents_inner .nodata_con { display: table-cell; vertical-align: middle; text-align: center; }
.board_style_0_wrap .board_contents_con .board_contents_inner .nodata_con .text { font-size:14px; font-size:1.4rem; line-height:20px; line-height:2.0rem; letter-spacing: -0.02em; font-weight: 400; color: #3f87f5; }
.board_style_0_wrap .board_title_con{display: flex; align-items: center; justify-content: space-between;}
.board_style_0_wrap .board_title_con .title{/*margin-bottom: 7px; */font-size:20px; font-size:2.0rem; line-height:27px; line-height:2.7rem; font-weight: 700; letter-spacing: -0.02em;}
.board_style_0_wrap .board_title_con .desc{font-size:14px; font-size:1.4rem; line-height:20px; line-height:2.0rem; letter-spacing: -0.02em; font-weight: 300; color: #3b4044;}
.board_style_0_wrap .contents_box .contents_section{border-bottom: 1px solid #edf2f9; border-top: 1px solid #edf2f9; padding-bottom: 33px; padding-top: 31px; margin-top: 15px;}
.board_style_0_wrap .contents_box .contents_section.no_bottom_border{border-bottom: 0px none; padding-bottom: 0; margin-bottom: 0; }
.board_style_0_wrap .contents_box .contents_section.mt17{margin-top: 17px;}
.board_style_0_wrap .contents_box .contents { display: table; table-layout: fixed; width: 100%; margin-bottom: 31px; }
.board_style_0_wrap .contents_box .contents:last-child { margin-bottom: 0; }
.board_style_0_wrap .contents .title_con { display: block; margin-bottom: 20px; width: 112px; }
.board_style_0_wrap .contents .title_con.width36 { width: 36px; }
.board_style_0_wrap .contents .title_con.width68 { width: 68px; }
.board_style_0_wrap .contents .title_con.width92 { width: 92px; }
.board_style_0_wrap .contents .title_con.width122 { width: 122px; }
.board_style_0_wrap .contents .title_con.align_top { padding-top: 0; }
.board_style_0_wrap .contents .title_con.vm{vertical-align: middle;}
.board_style_0_wrap .contents .title_con.pt4 { padding-top: 4px; }
.board_style_0_wrap .contents .title {font-size:16px; font-size:1.6rem; line-height:23px; line-height:2.3rem; letter-spacing: -0.02em; font-weight: 400; color: #5c56f1; }
.board_style_0_wrap .contents .input_wrap .caution { font-size:13px; font-size:1.3rem; line-height:19px; line-height:1.9rem; letter-spacing: -0.02em; font-weight: 400; color: #ec76c4; word-break: keep-all;}
.board_style_0_wrap .contents .input_wrap .toggle_style_0_con input[type=checkbox] ~ .is_manual_uri_text .auto { display: none; }
.board_style_0_wrap .contents .input_wrap .toggle_style_0_con input[type=checkbox]:checked ~ .is_manual_uri_text .auto { display: inline-block; }
.board_style_0_wrap .contents .input_wrap .toggle_style_0_con input[type=checkbox] ~ .is_manual_uri_text .manual { display: inline-block; }
.board_style_0_wrap .contents .input_wrap .toggle_style_0_con input[type=checkbox]:checked ~ .is_manual_uri_text .manual { display: none; }
.board_style_0_wrap .contents .input_desc { margin-top: 23px; font-size:15px; font-size:1.5rem; line-height:23px; line-height:2.3rem; letter-spacing: -0.02em; font-weight: 300; color: #93a6c7; word-break: keep-all; }
.board_style_0_wrap .contents .input_wrap .select_template_wrap { display: flex; flex-wrap: wrap; }
.board_style_0_wrap .contents .input_wrap .select_template_wrap .thumbnail_img { width: 124px; margin-right: 25px; border: 1px solid #edf2f9; box-sizing: border-box; border-radius: 5px;}
.board_style_0_wrap .contents .input_wrap .select_template_wrap .template_info { display: flex; flex-direction: column; justify-content: space-between; }
.board_style_0_wrap .contents .input_wrap .select_template_wrap .template_info .name { font-size:14px; font-size:1.4rem; line-height:20px; line-height:2.0rem; font-weight: 700; letter-spacing: -0.02em; color: #2a2a2a; }
.board_style_0_wrap .contents .input_wrap .theme_status_con > span { font-size:14px; font-size:1.4rem; line-height:20px; line-height:2.0rem; letter-spacing: -0.02em; font-weight: 400; display: inline-block; vertical-align: middle; margin-right: 27px; }
.board_style_0_wrap .contents .input_wrap .theme_status_con > span.waiting { color: #ef72b7; }
.board_style_0_wrap .contents .input_wrap .theme_status_con > span.complete { color: #4eb3f3; }
.board_style_0_wrap .contents .input_wrap .theme_status_con > span.cancel { color: #bfcde5; }
.board_style_0_wrap .contents .input_wrap .set_text{font-size:17px; font-size:1.7rem; line-height:23px; line-height:2.3rem; letter-spacing: -0.02em; font-weight: 500;}

.essential{padding-right: 12px; position: relative;}
.essential:after{content: '*'; position: absolute; right: 0; top: 1px;}
.essential.left{padding-right: 0; padding-left: 12px;}
.essential.left:after{right: auto; left: 0;}

.board_style_0_wrap .contents .input_wrap.type_account .select_style_0_wrap{display: inline-block; width: 155px; vertical-align: middle;}
.board_style_0_wrap .contents .input_wrap.type_account .input_style_0_con{display: inline-block; width: 300px; vertical-align: middle;}
.board_style_0_wrap .contents .input_wrap.type_idnum .input_style_0_con{display: inline-block; width: 130px;}
.board_style_0_wrap .contents .input_wrap.type_category .select_list{margin-bottom: -10px;}
.board_style_0_wrap .contents .input_wrap.type_category .select_list .select_style_0_wrap{display: inline-block; width: 200px; margin-bottom: 9px;}
.board_style_0_wrap .contents .input_wrap.type_category .radio_list{margin-bottom: -15px;}
.board_style_0_wrap .contents .input_wrap.type_category .radio_list .radio_btn_style_0_con{display: inline-block; margin-bottom: 15px;}
.board_style_0_wrap .contents .input_wrap.type_category .check_list{margin-bottom: -15px;}
.board_style_0_wrap .contents .input_wrap.type_category .check_list .check_btn_style_0_con{display: inline-block; margin-bottom: 15px;}
.board_style_0_wrap .contents .input_wrap.type_phone .select_style_0_wrap{display: inline-block; width: 80px; vertical-align: middle;}
.board_style_0_wrap .contents .input_wrap.type_phone .input_style_0_con{display: inline-block; width: 130px; vertical-align: middle;}
.board_style_0_wrap .contents .input_wrap.type_radio{padding-top: 9px;}
.board_style_0_wrap .contents .input_wrap .dash{display: inline-block; vertical-align: middle; color: #72849a; margin-left: 3px; margin-right: 4px;}

.board_style_0_wrap .contents .input_style_0_con{padding: 0; border: 0px none;}
.board_style_0_wrap .contents .input_style_0_con.show{display: inline-block;}
.board_style_0_wrap .contents .input_style_0_con .input_style_0 {width: 100%; color: #3b4044; font-size:14px; font-size:1.4rem; line-height:20px; line-height:2.0rem; font-weight: 400; letter-spacing: -0.02em; -webkit-appearance: none; outline: none;
    padding: 10px 15px 9px; box-sizing: border-box; border: 1px solid #edf2f9; border-radius: 3px; overflow:hidden;}
.board_style_0_wrap .contents .input_style_0_con .input_style_0.tr { text-align: right; }
.board_style_0_wrap .contents .input_style_0_con .input_style_0::-webkit-input-placeholder { color: #bfcde5; }
.board_style_0_wrap .contents .input_style_0_con .input_style_0:-ms-input-placeholder { color: #bfcde5; }
.board_style_0_wrap .contents .input_style_0_con .input_style_0:-moz-placeholder { color: #bfcde5; }
.board_style_0_wrap .contents .input_style_0_con .input_style_0::-moz-placeholder { color: #bfcde5; }
.board_style_0_wrap .contents .input_style_0_con .input_style_0::-ms-clear, .input_style_0::-ms-reveal { display: none; }
.board_style_0_wrap .contents .input_style_0_con .input_style_0.search { padding-left: 41px; background-image: url("../img/12x12_56566c_search_icon.png"); background-size: 12px 12px; background-repeat: no-repeat; background-position: left 17px top 13px; }
[data-wv-os="Mac"] .board_style_0_wrap .contents .input_style_0_con .input_style_0.search { background-image: url("../img/retina/12x12_56566c_search_icon_mac.png"); }
[data-wv-pc="mobile"] .board_style_0_wrap .contents .input_style_0_con .input_style_0.search { background-image: url("../img/retina/12x12_56566c_search_icon_mac.png"); }
.board_style_0_wrap .contents .input_style_0_con .input_style_0.type_2 { background-color: #fbfdfe; }
.board_style_0_wrap .contents .input_style_0_con .input_style_0_con .label { display: inline-block; font-size:14px; font-size:1.4rem; line-height:20px; line-height:2.0rem; letter-spacing: -0.02em; font-weight: 400; color: #677a91; white-space: nowrap;}
.board_style_0_wrap .contents .input_style_0_con .input_style_0:read-only{color: #bfcde5; background-color: #f9fbfd; }

.board_style_0_wrap .contents .textarea_style_0{font-size:17px; font-size:1.7rem; line-height:26px; line-height:2.6rem; letter-spacing: -0.02em; font-weight: 300; color:#3b4044;
    border: 1px solid #edf2f9; border-radius: 5px; outline: none; width: 100%; height: 100%; padding: 14px 10% 10px 19px; margin:0; min-height:95px;
    -webkit-appearance: none; -moz-appearance:none; appearance:none; box-sizing: border-box;}
.board_style_0_wrap .contents .textarea_style_0::-webkit-input-placeholder{color: #bfcde5;}
.board_style_0_wrap .contents .textarea_style_0::-moz-placeholder{color: #c6d1e5;}
.board_style_0_wrap .contents .textarea_style_0:-moz-placeholder{color: #c6d1e5;}
.board_style_0_wrap .contents .textarea_style_0:-ms-input-placeholder{color: #c6d1e5;}
.board_style_0_wrap .contents .textarea_style_0::-webkit-scrollbar-thumb:hover{background: rgb(42, 42, 42); }
.board_style_0_wrap .contents .textarea_style_0::-webkit-scrollbar-thumb{background: rgb(103, 122, 145); }
.board_style_0_wrap .contents .textarea_style_0::-webkit-scrollbar-track{background: rgb(191, 205, 229); }
.board_style_0_wrap .contents .textarea_style_0::-webkit-scrollbar{width: 2px; }
.board_style_0_wrap .contents .textarea_style_0_con > span { position: relative; display: inline-block; width: 100%; text-align: left; padding-top: 12px; font-size:15px; font-size:1.5rem; line-height:21px; line-height:2.1rem; letter-spacing: -0.02em; font-weight: 400; }

#portfolioBoxCon { margin-bottom: -8px; }
.prev_img_con { position: relative; display: inline-block; margin-right: 8px; margin-bottom: 8px; border: 1px solid #edf2f9; border-radius: 5px; overflow: hidden; }
.prev_img_con.checked { border-color: #96bcf7; }
.prev_img_con label { cursor: pointer; }
.prev_img_con .preview_img_box { width: 193px; height: 239px; padding: 6px; background-color: #f9fbfd; background-image: url("../img/36x36_a7e1fb_plus_icon.png"); background-size: 36px 36px; background-repeat: no-repeat; background-position: center; position: relative; text-align: center; box-sizing: border-box;}
.prev_img_con.file:first-child .preview_img_box::after { content: '대표이미지'; position: absolute; top: 6px; left: 6px; padding: 4px 8px 3px 7px; background-color: #3f87f5; font-size:12px; font-size:1.2rem; line-height:18px; line-height:1.8rem; letter-spacing: -0.02em; font-weight: 400; color: #fff; }
.prev_img_con .preview_img_box input[type="file"] { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; border: 0; opacity: 0; }
.prev_img_con .preview_img_box .preview_img_box_inner { overflow: hidden; height: 100%; background-color: transparent; }
.prev_img_con .preview_img_box .preview_img_box_inner.file { background-color: #fff; }
.prev_img_con .preview_click_dim { width: 100%; height: 100%; background-color: rgba(151, 192, 255,0.5); position: absolute; top: 0; left: 0; z-index: 5; box-sizing: border-box; display: none; cursor: pointer; }
.prev_img_con .file_delete_btn { display: none; width: 28px; height: 28px; position: absolute; bottom: 12px; right: 12px; background-color: #fff; box-sizing : border-box; border: 1px solid #edf2f9; border-radius: 50%; background-image: url("../img/10x10_7d7d97_close_icon.png"); background-repeat: no-repeat; background-size: 10px 10px; background-position: center center; }
[data-wv-os="Mac"] .prev_img_con .file_delete_btn { background-image: url("../img/retina/11x12_7d7d97_close_icon_mac.png"); }
[data-wv-pc="mobile"] .prev_img_con .file_delete_btn { background-image: url("../img/retina/11x12_7d7d97_close_icon_mac.png"); }

#step0 .page_img_title_con hr { width: 72px; }
#step0 .page_img_title_con .title { font-size:42px; font-size:4.2rem; line-height:51px; line-height:5.1rem; letter-spacing: -0.04em; }
#step0 .page_img_title_con .desc { font-size:17px; font-size:1.7rem; line-height:26px; line-height:2.6rem; }
#step0 .btn_style_4.type_icon { border-radius: 30px; }

.complete_page_con{text-align: center;}
.complete_page_con .complete_img{width: 248px; height: 56px; background-image: none; background-size: contain; background-position: center center; background-repeat: no-repeat; margin-bottom: 30px; font-size: 56px; line-height: 1; font-family: Fugaz One; color: var(--point_wv_01);}
.complete_page_con .complete_title{font-size:29px; font-size:2.9rem; line-height:36px; line-height:3.6rem; font-weight: 900; margin-bottom: 28px;}
.complete_page_con .complete_desc{font-size:15px; font-size:1.5rem; line-height:25px; line-height:2.5rem; font-weight: 400;}
.complete_page_con .complete_desc.type_2{font-size:16px; font-size:1.6rem; line-height:23px; line-height:2.3rem; font-weight: 300;}
.complete_page_con .complete_desc.type_2 .bold{font-weight: 700;}

.complete_page_con .complete_desc .email_send_again{font-weight: 600; margin-top: 10px;}
.complete_page_con .complete_desc .email_send_again_btn{position: relative; display: inline-block; margin-left: 5px; color: var(--point_wv_11); font-weight: 600;}
.complete_page_con .complete_desc .email_send_again_btn:after{content: ''; width: 100%; height: 1px; position: absolute; bottom: 0; left: 0; background-color: var(--point_wv_10);}
.complete_page_con .complete_desc .email_wait_loader{background-color: var(--point_wv_01); width: 45px; height: 45px; border-radius: 50%; margin-top: 30px;}
.complete_page_con .complete_desc .email_wait_loader .loading_circle{background: #fff; border-radius: 50%; position: relative; overflow: hidden; background: none; transition: background 0.1s ease 0.3s;
    display: inline-block; width: calc(100% - 20px); height: calc(100% - 20px); top: 10px; /*left: 10px;*/}
.complete_page_con .complete_desc .email_wait_loader .loading_circle svg {width: 100%; height: 100%; fill: none; stroke: #fff; stroke-width: 2px; stroke-dashoffset: 94.248; stroke-dasharray: 47.124;}
.complete_page_con .complete_desc .email_wait_loader .loading_circle.active svg {
    -webkit-animation: loadingCircleRotate 1.6s linear infinite forwards, loadingCirclePath 1.6s linear infinite forwards;
    animation: loadingCircleRotate 1.6s linear infinite forwards, loadingCirclePath 1.6s linear infinite forwards;
}
@keyframes loadingCircleRotate {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes loadingCirclePath {
    100% {
        stroke-dashoffset: 0;
    }
}

.workspace_mt{margin-top: -110px;}
.complete_page_con .workspace_img{width: 70px; height: 70px; background-image: url("/weven_service/asset/img/workspace_logo.svg"); background-size: contain; background-position: center center; background-repeat: no-repeat; margin-bottom: 30px;}
.complete_page_con .workspace_title{font-size:27px; font-size:2.7rem; line-height:36px; line-height:3.6rem; font-weight: 900; margin-bottom: 17px;}
.complete_page_con .workspace_desc{font-size:15px; font-size:1.5rem; line-height:27px; line-height:2.7rem; font-weight: 300;}
.complete_page_con .workspace_desc .bold{font-weight: 700;}

.pw_complete_img{width: 140px; height: 140px; background-image: url("/weven_template/theme/weven/resource/img/svg/login-pw_complete.svg"); background-size: contain; background-position: center center; background-repeat: no-repeat; display: flex; margin-bottom: 20px;}


input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none; -moz-appearance: none; margin: 0;}



/*      =======================================================================================================      */


/*즉시 - 23.06.01 jde*/

/* 페이지 레이아웃 관련 */
.contents_top_con{ word-break: keep-all; padding-left: 20px; padding-right: 20px; }
.contents_top_con.flex_center{ display: flex; justify-content: center; }
.contents_bottom_con{ max-width: 1150px; padding-left: 20px; padding-right: 20px; }
.contents_bottom_con.upgrade_detail_con{ padding-left: 0; padding-right: 0; }
.contents_title{ text-align: center; font-size: 28px; font-size: 2.8rem; line-height: 36px; line-height: 3.6rem; font-weight: 700; margin-bottom: 12px; }
.contents_desc{ text-align: center; font-size: 16px; font-size: 1.6rem; line-height: 30px; line-height: 3.0rem; font-weight: 400; margin-bottom: 10px; }
#zgai_store_wrapper .contents_title {font-size: 40px; font-size: 4rem; line-height: 46px; line-height: 4.6rem; font-weight: 800; margin-bottom: 13px;}
#zgai_store_wrapper .contents_title span{margin-right: 26px;}
#zgai_store_wrapper .contents_title span::after{display: inline-block; content: ''; position: absolute; width: 9px; height: 9px; border-radius: 50%; background-color: var(--point_wv_10); right: -13px; bottom: 6px;}
#pagePayment .contents_title {font-size: 40px; font-size: 4rem; line-height: 46px; line-height: 4.6rem; font-weight: 800; margin-bottom: 13px;}
#pagePayment .contents_title span.has_dot{margin-right: 26px;}
#pagePayment .contents_title span.has_dot::after{display: inline-block; content: ''; position: absolute; width: 9px; height: 9px; border-radius: 50%; background-color: var(--point_wv_10); right: -13px; bottom: 6px;}
#pageQnaEnterprise .contents_title {font-size: 40px; font-size: 4rem; line-height: 46px; line-height: 4.6rem; font-weight: 800; margin-bottom: 13px;}
#pageQnaEnterprise .contents_title span{margin-right: 26px;}
#pageQnaEnterprise .contents_title span::after{display: inline-block; content: ''; position: absolute; width: 9px; height: 9px; border-radius: 50%; background-color: var(--point_wv_10); right: -13px; bottom: 6px;}
/*.contents_desc.type_2{ font-size: 14px; font-size: 1.4rem; line-height: 20px; line-height: 2.0rem; font-weight: 400;}*/
.sub_contents_title{ text-align: left; font-size: 16px; font-size: 1.6rem; line-height: 23px; line-height: 2.3rem; font-weight: 700; padding-bottom: 20px; }
.sub_contents_title.in_popup{font-size: 15px;font-size: 1.5rem; line-height: 21px; line-height: 2.1rem; word-break: keep-all;}
/* .sub_contents_title.type_2{ padding-bottom: 23px; } */
.sub_contents_title.type_3{ text-align: left; font-size: 20px; font-size: 2.0rem; line-height: 26px; line-height: 2.6rem; font-weight: 800; padding-bottom: 25px; }
.sub_contents_title .btn_style_00_con{ position: absolute; right: 0; bottom: 12px; }
.sub_contents_title.type_2 .btn_style_00_con{ bottom: 17px; }
.sub_contents_title.type_3 .btn_style_00_con{ position: absolute; right: 0; top: -1px;}
/*.sub_contents_desc{ font-size: 14px; font-size: 1.4rem; line-height: 20px; line-height: 2.0rem; font-weight: 400; margin-bottom: 30px; }*/
.sub_contents_desc.in_popup{margin-top: 0; word-break: keep-all;}
.page_center_middle{ display: flex; align-items: center; min-height: 100vh; top: 0; padding-top: 60px; padding-bottom: 73px; }
.page_center_middle{ padding-top: 60px; padding-bottom: 73px; }

/* 공통 */
.mobile_br{ display: block; }
.space{ display: none; text-indent: -10000px; }
.space-sm-hidden{display: none;}
.space-md-hidden{display: none;}
.cnt_state{ font-size: 13px; font-size: 1.3rem; line-height: 20px; line-height: 2.0rem; font-weight: 600; position: relative; top: -1px; left: 8px;
    background-color: #fff; padding: 1px 13px 0px 13px; border: 1px solid #747f8a; border-radius: 20px; }
.cnt_state.text{ top: -3px; left: 10px; padding: 3px 11px 2px 12px; }
/*ul li 리스트*/
ul.has_left{ text-align: left; }
ul.has_left li{ padding-left: 9px; margin-bottom: 5px; font-size: 16px; font-size: 1.6rem; line-height: 23px; line-height: 2.3rem; font-weight: 400; letter-spacing: -0.02em; position: relative; word-break: break-all;}
ul.has_left li:last-child{ margin-bottom: 0; }
ul.has_left li::before{ content: ""; position: absolute; display: inline-block; }
ul.has_left.dot li::before{ top: 9px; left: 0px; width: 3px; height: 3px; background-color: #677a91; }
ul.has_left.bar li::before{ top: 8px; left: 0; width: 4px; height: 1px; background-color: #677a91; position: absolute;}
ul.has_left li.no_left{ text-indent: -10000px; opacity: 0; }
ul.has_left li.no_left::before{ content: none; }
ul.center li{ padding-left: 10px; margin-bottom: 5px; font-size: 15px; font-size: 1.5rem; line-height: 19px; line-height: 1.9rem; font-weight: 400; text-align: center; }
/*스와이퍼 - bullet*/
.swiper_wrap{ display: flex; justify-content: center; cursor: default; }
.swiper_arw{ width: 38px; height: 33px; background-position: center; background-size: 18px 13px; background-repeat: no-repeat; opacity: 0.3; cursor: pointer; }
.swiper_arw:hover{ opacity: 1; }
.swiper_arw.left{ background-image: url("/weven_service/asset/img/svg/icons8-arw_left.svg"); }
.swiper_arw.right{ background-image: url("/weven_service/asset/img/svg/icons8-arw_right.svg"); }
.swiper_bullet{ margin: 8px 14px; }
.swiper_bullet span{ display: inline-block; width: 5px; height: 5px; border-radius: 50%; background-color: #000; opacity: 0.15; margin-right: 7px; cursor: pointer; }
.swiper_bullet span.active{ opacity: 1; }
.swiper_bullet span:last-child{ margin-right: 0; }
/*스와이퍼 type_2 - 큰 사이즈*/
.swiper_wrap.type_2{ }
.swiper_wrap.type_2 .swiper_bullet{ margin-top: 9px; }
.swiper_wrap.type_2 .swiper_bullet span{ width: 7px; height: 7px; }
/*스와이퍼 number_swiper_wrap - 숫자*/
.number_swiper_wrap{ }
.number_swiper_wrap .swiper_number{ margin: 8px 14px; font-size: 15px; font-size: 1.5rem; line-height: 19px; line-height: 1.9rem; font-weight: 500; }
.number_swiper_wrap .swiper_arw{ opacity: 1; }
/*탭*/
.common_tab{ display: flex; justify-content: center; font-size: 14px; font-size: 1.4rem; line-height: 20px; line-height: 2.0rem; font-weight: 800;
    margin-bottom: 40px; /*padding-left: 20px; padding-right: 20px;*/ }
/*.common_tab ul{ max-width: 360px; }*/
.common_tab ul li{ display: block; float: left; width: 130px; height: 40px; margin-left: -1px; text-align: center; position: relative; z-index: 1; cursor: pointer; }
/*.common_tab ul.total6 li{ width: calc(100% / 6); }*/
.common_tab ul li:first-child{ margin-left: 0; }
.common_tab ul li span{ display: inline-block; margin-top: 10px; }
/*요금제(이용권) 탭*/
.common_tab ul.total3 li.active{ color: #fff; }
.common_tab .tab_active_background{ width: calc(100% / 6); height: 35px; background-color: #000; border-radius: 20px;
    /*z-index: 0;*/ position: absolute; top: 2px; transition: transform 0.3s; }
.common_tab .tab_active_background{ left: 50%; transform: translate(-50%, 0); }
.common_tab .tab_active_background.active_tab0{ transform: translateX(calc(-150% - 17px)); }
.common_tab .tab_active_background.active_tab2{ transform: translateX(calc(50% + 17px)); }
/*마이페이지 탭*/
/*.common_tab ul.total6 li.active{ font-weight: 800; }*/
/*.common_tab .tab_active_underline{ width: calc(100% / 6); height: 2px; background-color: #000; position: absolute; bottom: 0; transition: transform 0.3s; }*/
/*.common_tab .tab_active_underline{ left: -1px; }*/
/*결제카드*/
.common_card_wrap{ border: 1px solid var(--box_border_00); padding: 24px 25px 25px 24px; border-radius: var(--box_radius_0); margin-bottom: 10px; }
.common_card_wrap:last-child{ margin-bottom: 0; }
.common_card_con{ }
.common_card_con .card_img{ width: 160px; height: 100px; background-position: center; background-size: contain; background-repeat: no-repeat; }
.common_card_con .card_info{ margin-top: 27px; margin-left: 25px; /*width: 200px;*/ display: flex; flex-direction: column; }
.common_card_con .card_name{ font-size: 18px; font-size: 1.8rem; line-height: 21px; line-height: 2.1rem; font-weight: 700; }
.common_card_con .card_number{ font-size: 15px; font-size: 1.5rem; line-height: 21px; line-height: 2.1rem; font-weight: 400; margin-top: 10px; }
.common_card_con .card_status{ background-color: #fff; padding: 1px 6px 1px 6px; border: 1px solid var(--point_wv_00); border-radius: 3px; color: #000; margin-left: 10px; cursor: default;
    font-size: 10px; font-size: 1.2rem; line-height: 16px; line-height: 1.6rem; font-weight: 500; color: var(--point_wv_00); }
.common_card_con .register_check_desc{ font-size: 13px; font-size: 1.3rem; line-height: 23px; line-height: 2.3rem; font-weight: 500; }
/*more리스트*/
.dropdown_more{ position: absolute; right: -6px; top: -14px; z-index: 1; }
.dropdown_more.active{ z-index: 2; }
.dropdown_more.active .dropdown_more_list{ transform: scale(1); opacity: 1;}
/*.dropdown_more > a.active + .dropdown_more_list{ transform: scale(1); opacity: 1; }*/
.dropdown_more > a{ display: block; width: 35px; height: 35px; border-radius: 5px; overflow: hidden; text-indent: -1000px;
    background-image: url("/weven_service/asset/img/svg/icons8-more.svg"); background-position: center; background-size: 27px; background-repeat: no-repeat; }
.dropdown_more > a:hover{ background-color: rgba(63,135,245,0.1); }
.dropdown_more .dropdown_more_list{ position: absolute; width: 154px; padding: 7px 0; top: 30px; left: -120px; z-index: 1; border-radius: 9px;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.05); background-color: #fff; overflow: hidden; border: 1px solid #dbe1ea;
    transition: transform .2s, opacity .4s; transform-origin: right top; transform: scale(0); opacity: 0; }
.dropdown_more .dropdown_more_list.w_type_2{ width: 184px; left: unset !important; right: -2px; }
.dropdown_more .dropdown_more_list li ul.depth2{ padding: 7px 0; border-bottom: 1px solid #eee; }
.dropdown_more .dropdown_more_list li:first-child ul.depth2{ padding-top: 0; }
.dropdown_more .dropdown_more_list li:last-child ul.depth2{ padding-bottom: 0; border-bottom: none; }
.dropdown_more .dropdown_more_list li a{position: relative; display: block; padding: 18px 19px 18px 54px; text-align: left; font-size: 14px; font-size: 1.4rem; font-weight: 500;
    background-position: left 27px center; background-repeat: no-repeat; }
.dropdown_more .dropdown_more_list li a::before{ opacity: 0.6; content: ''; position: absolute; width: 15px !important; height: 15px !important; background-position: center center; background-repeat: no-repeat;}
.dropdown_more .dropdown_more_list li a:not(.card_disabled):hover::before{ opacity: 1;}
.card_mng_btn.card_disabled::before{ background-image: url(/weven_service/asset/img/svg/icons8-credit_card_d.svg); background-size: 11px; top: 4px;left: 20px;}
.card_mng_btn::before{ background-image: url('/weven_service/asset/img/svg/icons8-credit_card.svg'); background-size: 11px; top: 4px;left: 20px;}
.site_edit_btn::before{ background-image: url('/weven_service/asset/img/svg/icons8-close_type2.svg'); background-size: 19px; top: 4px; left: 20px;}
.subscribe_close::before, .subscribe_close.subscribe::before{ background-size: 15px !important; top: 3px; left: 20px; }
.subscribe_close::before{ background-image: url('/weven_service/asset/img/svg/unpublished_FILL0_wght200_GRAD0_opsz20.svg') !important; }
.subscribe_close.subscribe::before{ background-image: url('/weven_service/asset/img/svg/check_circle_FILL0_wght200_GRAD0_opsz20.svg') !important; }

[list_subscribe] .subscribe_close::before { top: 7px !important; left: 23px !important; }

.dropdown_more .dropdown_more_list li a:not(.card_disabled):hover{ font-weight: 600; }
/*type_2 (li 2개짜리. 마이페이지-카드관리 에서 사용)*/
.dropdown_more .dropdown_more_list.type_2{ padding: 15px 0; }
.dropdown_more .dropdown_more_list.type_2 li a{ padding: 7px 20px 6px 48px !important; white-space: nowrap; }


/* hover도움말 */
.help_con{ display: inline-block; position: absolute; }
.help_img{ width: 22px; height: 22px; display: inline-block; cursor: pointer; position: absolute;
    background-image: url("/weven_service/asset/img/svg/icons8-help.svg"); background-position: center; background-size: 20px; background-repeat: no-repeat; }
.help_img:hover{ background-image: url("/weven_service/asset/img/svg/icons8-help_h.svg"); }
.help_img:hover + .help_text { display: block; opacity: 1; }
.help_text span{ width: auto; }
.help_text{ display: none; width: 300px; z-index: 9999; border-radius: 6px; text-align: left; border: 1px solid #d2d0e1; background-color: #fff; padding: 18px 20px 18px 20px;
    position: absolute; left: -70px; top: 30px; box-shadow: 4px 5px 4px rgba(0,0,0,0.06); font-size: 16px; font-size: 1.6rem; line-height: 23px; line-height: 2.3rem; font-weight: 400; color: #000; word-break: keep-all; }
.help_text:before{content: ''; z-index: 2; top: -3px; right: 247px; position: absolute; width: 0; height: 0; border-top: 10px solid transparent; border-right: 10px solid #fff; transform: rotate(225deg); }
.help_text:after{content: ''; top: -5px; right: 248px; position: absolute; width: 0; height: 0; border-top: 8px solid transparent; border-right: 8px solid #d2d0e1; transform: rotate(225deg); }
/*페이지별 상세 조정*/
.upgrade_type_con .help_img{ margin-top: 0; margin-left: 3px; background-size: 20px; position: relative; z-index: 1; }
.upgrade_type_con .help_text{ /*top: 27px;*/ top: 0; left: -222px; position: relative; }
.upgrade_type_con .help_text:before{ right: 100px; }
.upgrade_type_con .help_text:after{ right: 101px; }
.upgrade_detail_con table tbody tr .sub_title{ position: relative; }
.upgrade_detail_con table tbody tr .help_con{ top: 0; right: 0; }
.upgrade_detail_con table tbody tr .help_img{ background-size: 19px; top: 14px; right: -3px; }
.upgrade_detail_con table tbody tr.line2 .help_img{ top: 18px; }
.upgrade_detail_con table tbody tr .help_text{ top: 40px; left: -120px; }
.upgrade_detail_con table tbody tr .help_text:before{ right: 225px; }
.upgrade_detail_con table tbody tr .help_text:after{ right: 226px; }
.payment_select_con .help_img{ background-size: 18px; left: 2px; }
.payment_select_con .checkbox_con .help_img{ top: -1px; }

/* 프로필 이미지 */
/*컨테이너(c) 프로필 이미지 - 기본: 34*34 ('사이트관리'에서 사용)*/
.c_profile_img_con{width: 34px; height: 34px; border-radius: 50%; background-color: transparent; display: flex; align-items: center; justify-content: center; overflow: hidden;}
.c_profile_img_con .c_profile_img{width: 100%; height: 100%; border-radius: 50%; text-indent: -1000px;
    background-size: cover; background-position: center; background-repeat: no-repeat; box-shadow: var(--profile_border);}
.c_profile_img_con [membername] {font-size: 14px; font-weight: 700; color:transparent;}
/*컨테이너(c) 프로필 이미지 - type_2: 38*38 ('마이페이지 대시보드'에서 사용)*/
.c_profile_img_con.type_2{width: 38px; height: 38px;}
.c_profile_img_con.type_2 [membername] {margin-top: 1px; margin-left: -1px;}
/*컨테이너(c) 프로필 이미지 - type_3: 86*86 ('마이페이지 나의정보'에서 사용)*/
.c_profile_img_con.type_3{width: 86px; height: 86px;}
.c_profile_img_con.type_3 [membername] {font-size: 30px;}

/* 고객사례 배너 */
.ai_case_banner_wrap{ margin-top: 70px; background-color: #000; cursor: pointer; }
.ai_case_img_con{ display: inline-block; width: 100%; }
.ai_case_img_con img{ width: auto; }
.ai_case_img_con img.pc{ display: none; margin: 0 auto;}
.ai_case_img_con img.mobile{ display: block; margin: 0 auto;}



/* 요금제(이용권) 페이지 */
#pagePayment{ }
#pagePayment .point_blue{ color: #0081f8; }
.upgrade_type_con{ }
.upgrade_type{ }
.upgrade_type .upgrade_bubble{ width: 125px; height: 67px; color: var(--point_wv_01); position: absolute; top: -40px; right: 0;
    background-image: url("/weven_template/theme/weven/resource/img/upgrade_bubble.png"); background-position: center center; background-size: contain; background-repeat: no-repeat; }
.upgrade_type .upgrade_bubble.current_type_con{ display: none; }
.upgrade_type .upgrade_bubble span{ display: inline-block; padding-top: 16px; font-size: 16px; font-size: 1.6rem; line-height: 22px; line-height: 2.2rem; font-weight: 800; color: #000; }
.upgrade_type .upgrade_box.upgrade_type_2_premium .upgrade_bubble span{ color: var(--point_payment_2_premium); }
#pagePayment .coupon_btn{ position: absolute; bottom: -50px; right: 50%; transform: translateX(50%); }
#pagePayment .page_tab_wrap{ margin-top: 6px; margin-bottom: 55px; }
#pagePayment ul.page_tab li{ width: 182px; }
.upgrade_type .upgrade_box_wrap{ display: flex; flex-wrap: wrap; }
.upgrade_type .upgrade_box_inner{ height: 100%; padding-bottom: 49px; }
.upgrade_type .upgrade_box_con{ margin-bottom: 20px; }
.upgrade_type .upgrade_box{ border: 2px solid var(--box_border_00); border-radius: 8px; text-align: center; cursor: pointer; height: 100%; padding: 45px 20px 20px 20px; }
.upgrade_type .upgrade_box .btn_style_00_con{ position: absolute; left: 0; bottom: 0; }
.upgrade_type .upgrade_box .btn_style_1{ color: #fff; background-color: #000; }
/* .upgrade_type .upgrade_box.upgrade_type_2_premium .btn_style_1{ color: #97b5c2; background-color: transparent; } */
.upgrade_type .upgrade_type_img{ width: 100%; height: 75px; background-position: center; background-size: contain; background-repeat: no-repeat; margin-bottom: 25px; }
.upgrade_type .upgrade_box.upgrade_type_0_free .upgrade_type_img{ background-image: url("/weven_service/asset/img/svg/free.svg"); }
.upgrade_type .upgrade_box.upgrade_type_1_smart .upgrade_type_img{ background-image: url("/weven_service/asset/img/svg/smart.svg"); }
.upgrade_type .upgrade_box.upgrade_type_1_standard .upgrade_type_img{ background-image: url("/weven_service/asset/img/svg/standard.svg"); }
.upgrade_type .upgrade_box.upgrade_type_2_premium .upgrade_type_img{ background-image: url("/weven_service/asset/img/svg/premium.svg"); }
.upgrade_type .upgrade_box.upgrade_type_3_enterprise .upgrade_type_img{ background-image: url("/weven_service/asset/img/svg/upgrade_type_N.svg"); }
.upgrade_type .upgrade_info_name{ font-size: 29px; font-size: 2.9rem; line-height: 26px; line-height: 2.6rem; font-weight: 800; letter-spacing: 0.02em; margin-bottom: 21px; }
.upgrade_type .upgrade_box.upgrade_type_1_standard .upgrade_info_name{ letter-spacing: -0.01em; }
.upgrade_type .upgrade_info_desc{ font-size: 15px; font-size: 1.5rem; line-height: 22px; line-height: 2.2rem; font-weight: 500; margin-bottom: 26px; word-break: keep-all; }
.upgrade_type hr.upgrade_hr{ display: block; height: 1px; width: 49px; background-color: #000; border: none; margin-bottom: 25px; }
.upgrade_type .upgrade_info_price{ font-size: 23px; font-size: 2.3rem; line-height: 31px; line-height: 3.1rem; font-weight: 700; margin-bottom: 1px; }
.upgrade_type .upgrade_info_sale{ font-size: 13px; font-size: 1.3rem; line-height: 19px; line-height: 1.9rem; font-weight: 600; color: #97b5c2; }
.upgrade_type .upgrade_info_sale span{ position: relative; }
.upgrade_type .upgrade_info_sale span.sale_percent{ font-weight: 800; color: #fd8515; }
.upgrade_type .upgrade_info_sale span:not(.sale_percent):after{ content: ''; background-color: #97b5c2; width: 100%; height: 1px; position: absolute; top: 8px; left: 0; }
.upgrade_type .upgrade_info_benefit{ font-size: 14px; font-size: 1.4rem; line-height: 20px; line-height: 2.0rem; font-weight: 700; margin-top: 28px; margin-bottom: 30px; padding-left: 57px; }
.upgrade_type .upgrade_info_benefit ul.has_left li{ margin-bottom: 6px; }
.upgrade_type .upgrade_info_benefit ul.has_left li:last-child{ margin-bottom: 6px; }
.upgrade_type .upgrade_info_benefit ul.has_left li.bold{ font-weight: 700; }
.upgrade_type .go_to_order_btn{ border: none !important; font-weight: 700 !important; }
.upgrade_type .credit_icon{ display: inline-block; width: 12px; height: 12px; margin-left: 2px; position: relative; top: 2px;
    background-image: url("/weven_service/asset/img/svg/credit_icon.svg"); background-position: center; background-size: contain; background-repeat: no-repeat; }
.upgrade_type .upgrade_warn_desc{ font-size: 13px; font-size: 1.3rem; line-height: 20px; line-height: 2.0rem; font-weight: 400; }
.upgrade_type .upgrade_warn_desc span{ display: inline-block; padding-left: 10px; position: relative; }
.upgrade_type .upgrade_warn_desc span:before{ content: '*'; position: absolute; top: 2px; left: 0; }
.artist_plan_con{ text-align: center; background-image: url("/weven_template/theme/weven/resource/img/artist_plan_payment_background.png"); background-position: top -57px center; background-size: 1000px; background-repeat: no-repeat; }
.artist_plan_con .artist_plan_title{ font-size: 32px; font-size: 3.2rem; line-height: 42px; line-height: 4.2rem; font-weight: 800; }
.artist_plan_con .artist_plan_desc{ margin-top: 14px; font-size: 15px; font-size: 1.5rem; line-height: 22px; line-height: 2.2rem; font-weight: 500; }
.artist_plan_con .artist_plan_round_con{ margin-top: 22px; display: flex; justify-content: center; }
.artist_plan_con .artist_plan_round{ width: 480px; padding: 21px 25px 25px 25px; background-color: rgba(256,256,256,0.4); border-radius: 100px; box-sizing: border-box; box-shadow: 0 2px 4px rgba(4,0,0,0.2); }
.artist_plan_con .artist_plan_round span{ display: inline-block; vertical-align: middle; }
.artist_plan_con .price_origin{ font-size: 22px; font-size: 2.2rem; line-height: 30px; line-height: 3.0rem; font-weight: 800; color: #97b5c2; position: relative; margin-right: 10px; }
.artist_plan_con .price_origin:after{ content: ''; width: 100%; height: 1px; background-color: #97b5c2; position: absolute; top: 15px; left: 0; }
.artist_plan_con .price_sale{ font-size: 32px; font-size: 3.2rem; line-height: 40px; line-height: 4.0rem; font-weight: 800; }
.artist_plan_con .second_line{ margin-top: 8px; font-size: 15px; font-size: 1.5rem; line-height: 22px; line-height: 2.2rem; font-weight: 800; }
.artist_plan_con .has_right_line{ padding-right: 12px; margin-right: 7px; position: relative; }
.artist_plan_con .has_right_line:after{ content: ''; width: 1px; height: 15px; background-color: #9ebac7; position: absolute; top: 4px; right: 0; }
.artist_plan_con .artist_alert{ margin-top: 30px; }
.artist_plan_con .artist_plan_btn_con{ margin-top: 37px; display: flex; justify-content: center; }
.artist_plan_con .artist_plan_btn{ padding: 14px 38px; border-radius: 100px; background-image: linear-gradient(to right, #0088ff, #15d5f7);
    font-size: 16px; font-size: 1.6rem; line-height: 22px; line-height: 2.2rem; font-weight: 800; color: #fff; }
.upgrade_detail_con{ }
.upgrade_detail_con.is_closed{ height: 0 !important; padding: 0 !important; overflow: hidden; }
.upgrade_detail_btn_con{ position: absolute; top: -6px; left: 50%; transform: translateX(-50%); z-index: 1; }
.upgrade_detail_btn{ padding: 10px 25px 10px 40px; background-color: #fff; border-radius: 100px; border: 1px solid var(--box_border_01);
    background-image: url("/weven_service/asset/img/svg/icons8-arw_up.svg"); background-position: left 17px center; background-size: 18px; background-repeat: no-repeat;}
.upgrade_detail_btn.is_closed{ background-image: url("/weven_service/asset/img/svg/icons8-arw_down.svg"); }
.upgrade_detail_btn:hover{ border-color: #aaa; }
hr.upgrade_page_hr{ display: block; height: 1px; width: 1110px; background-color: var(--box_border_01); border: none; }
.upgrade_detail table{ width: 100%; table-layout: fixed; }
.upgrade_detail table thead tr{ height: 66px; border-bottom: 2px solid #68758b; }
.upgrade_detail table thead tr th{ font-size: 15px; font-size: 1.5rem; line-height: 17px; line-height: 1.7rem; font-weight: 800; }
.upgrade_detail table tbody tr{ height: 52px; border-bottom: 1px solid #eee; }
.upgrade_detail table tbody tr.line2{ height: 60px; }
.upgrade_detail table tbody tr td{ font-size: 14px; font-size: 1.4rem; line-height: 18px; line-height: 1.8rem; font-weight: 600; }
.upgrade_detail table tbody tr.table_cell_title td{ font-size: 15px; font-size: 1.5rem; font-weight: 700; text-align: left; padding: 0 20px; }
.upgrade_detail table tbody tr:not(.table_cell_title) td{ padding: 0 16px 0 14px; text-align: center; word-break: keep-all; position: relative; }
.upgrade_detail table tbody tr:not(.table_cell_title) td:first-child{ text-align: right; }
.upgrade_detail table tbody tr td.sub_title{ padding-right: 21px; font-size: 12px; font-size: 1.2rem; letter-spacing: -0.04em; position: relative; }
.upgrade_detail table tbody tr td.yes span{ display: inline-block; margin-top: 4px; box-sizing: border-box; width: 12px; height: 12px; border: 2px solid #000; overflow: hidden; border-radius: 50%; }
.upgrade_detail table tbody tr td:nth-child(2).yes span{ border-color: var(--point_payment_0_free); }
.upgrade_detail table tbody tr td:nth-child(3).yes span{ border-color: var(--point_payment_1_standard); }
.upgrade_detail table tbody tr td:nth-child(4).yes span{ border-color: var(--point_payment_2_premium); }
.upgrade_detail table tbody tr td:nth-child(5).yes span{ border-color: var(--point_payment_3_enterprise); }
.upgrade_detail table tbody tr td.no{ font-weight: 400; }
.credit_usage_con{ }
.credit_usage{ margin-bottom: 70px; }
.credit_usage .credit_usage_box_con{ margin-bottom: 15px; }
.credit_usage .credit_usage_box{ border: 1px solid var(--box_border_01); border-radius: 8px; text-align: center; height: 100%; padding: 31px 30px 32px 35px; }
.credit_usage .credit_usage_img{ margin-bottom: 0; margin-right: 20px; width: 20%; background-position: center; background-size: contain; background-repeat: no-repeat; }
.credit_usage .credit_usage_box_con:nth-child(1) .credit_usage_img{ height: 48px; margin-top: 2px; }
.credit_usage .credit_usage_box_con:nth-child(2) .credit_usage_img{ height: 43px; margin-top: 6px; }
.credit_usage .credit_usage_box_con:nth-child(3) .credit_usage_img{ height: 43px; margin-top: 4px; }
.credit_usage .credit_usage_box_con:nth-child(4) .credit_usage_img{ height: 40px; margin-top: 2px; }
.credit_usage .credit_usage_text{ width: auto; text-align: left; }
.credit_usage .credit_usage_box.credit_usage_0 .credit_usage_img{ background-image: url("/weven_service/asset/img/svg/credit-usage-ai.svg"); }
.credit_usage .credit_usage_box.credit_usage_1 .credit_usage_img{ background-image: url("/weven_service/asset/img/svg/credit-usage-service.svg"); }
.credit_usage .credit_usage_box.credit_usage_2 .credit_usage_img{ background-image: url("/weven_service/asset/img/svg/credit-usage-message.svg"); }
.credit_usage .credit_usage_box.credit_usage_3 .credit_usage_img{ background-image: url("/weven_service/asset/img/svg/credit-usage-lang.svg"); }
.credit_usage .credit_usage_title{ font-size: 14px; font-size: 1.4rem; line-height: 20px; line-height: 2.0rem; font-weight: 500; margin-bottom: 4px; }
.credit_usage .credit_usage_desc{ font-size: 20px; font-size: 2.0rem; line-height: 26px; line-height: 2.6rem; font-weight: 700; }
.credit_warn{ }
.credit_warn .credit_warn_left_con{ margin-top: 0; margin-right: 20px; }
.credit_warn .credit_warn_img{ width: 30px; height: 30px; margin-left: -4px;
    background-image: url("/weven_service/asset/img/svg/warning_icon.svg"); background-position: center; background-size: contain; background-repeat: no-repeat; }
.credit_warn .credit_warn_title{ font-size: 15px; font-size: 1.5rem; line-height: 22px; line-height: 2.2rem; font-weight: 700; margin-left: 6px; margin-top: 4px; }
.credit_warn .credit_warn_right_con{ margin-top: 7px; }
.credit_warn ul.depth_1 > li{ font-size: 13px; font-size: 1.3rem; line-height: 20px; line-height: 2.0rem; letter-spacing: -0.02em; font-weight: 700; margin-top: 10px; }
.credit_warn ul.depth_2{ margin-left: 13px; }
.credit_warn ul.depth_2 > li{ font-size: 13px; font-size: 1.3rem; line-height: 20px; line-height: 2.0rem; letter-spacing: -0.02em; font-weight: 500; margin-top: 3px; }
.credit_warn li.important{ color: #ee5e5e; font-size: 14px; font-size: 1.4rem; line-height: 20px; line-height: 2.0rem; letter-spacing: -0.02em; font-weight: 300; margin-left: 13px; }

#siteSelectPopup {overflow:visible visible;}
#siteSelectPopup .select_style_00_wrap .select_style_0_con{max-height: 150px;}
#noSiteCnt .no_site_panel{font-size: 15px; font-size: 1.5rem; line-height: 21px; line-height: 2.1rem; font-weight: 500; padding-left: 50px;}
#noSiteCnt .no_site_panel > div{margin-top: 5px; }
#noSiteCnt .long_txt {width: 180px;}



/* 결제 페이지 */
.payment_select_con{ }
.contents_list_wrapper_left{ width: 100%; }
.contents_list_wrapper_left .contents_list_con{ margin-bottom: 52px; }
.payment_icon{ margin-right: 4px; width: 28px; height: 28px; position: relative; top: 3px; background-position: center; background-size: contain; background-repeat: no-repeat; }
.payment_icon.STANDARD{ background-image: url("/weven_service/asset/img/svg/upgrade_type_S.svg"); }
.payment_icon.PREMIUM{ background-image: url("/weven_service/asset/img/svg/upgrade_type_P.svg"); }
.payment_icon.ENTERPRISE{ background-image: url("/weven_service/asset/img/svg/upgrade_type_N.svg"); }
.payment_type{ margin-right: 4px; }
.payment_type.STANDARD{ color: var(--point_payment_1_standard); }
.payment_type.PREMIUM{ color: var(--point_payment_2_premium); }
.payment_type.ENTERPRISE{ color: var(--point_payment_3_enterprise); }
.promo_banner{ }
.promo_banner .box{ border: 1px solid var(--box_border_00); border-radius: var(--box_radius_0); padding: 20px 30px; }
.promo_banner .box_inner{ padding-left: 60px; position: relative; }
.promo_banner .payment_img{ width: 37px; height: 100%; position: absolute; top: 0; left: 0; object-fit: contain; object-position: center; }
.promo_banner .title{ font-size: 20px; line-height: 26px; letter-spacing: -0.01em; font-weight: 700; display: flex; flex-direction: column; align-content: center; gap: 0 4px; }
.promo_banner .title .title_inner {display: block;}
.promo_banner .title .point{ color: var(--point_wv_01); }
.promo_banner .title .small{ font-size: 14px; }
.promo_banner .desc{ font-size: 16px; line-height: 22px; font-weight: 600; margin-top: 5px; }
.promo_banner .out_desc{ font-size: 14px; line-height: 20px; font-weight: 400; text-align: right; margin-top: 10px; }
.payment_select_site{ }
.payment_select_site .select_style_00_wrap{ height: 55px; }
.payment_select_site .select_style_00_wrap .selected_item{ padding: 17px 45px 16px 21px; }
.payment_select_site .site_id_con{padding: 17px 45px 16px 21px; font-size: 15px; font-size: 1.5rem; line-height: 21px; line-height: 2.1rem; font-weight: 500; border: 1px solid var(--box_border_00); border-radius: var(--box_radius_0);}
.payment_select_type{ }
.payment_select_type ul{ margin-top: 5px; }
.payment_select_type .payment_type_img{ width: 50px; margin-top: 14px; margin-left: 8px; margin-right: 24px; background-position: center; background-size: contain; background-repeat: no-repeat; }
.payment_select_type .radio_con:nth-child(1) .payment_type_img{ height: 40px; background-image: url("/weven_service/asset/img/svg/upgrade_type_S.svg"); }
.payment_select_type .radio_con:nth-child(2) .payment_type_img{ height: 40px; background-image: url("/weven_service/asset/img/svg/upgrade_type_P.svg"); }
.payment_select_type .radio_con:nth-child(3) .payment_type_img{ height: 36px; background-image: url("/weven_service/asset/img/svg/upgrade_type_N.svg"); }
.payment_select_type .payment_type_img + div{ width: 240px; }
.payment_select_type .radio_style_00_wrap input{ margin-top: -2px; }
.payment_select_type .radio_style_00_wrap .radio_con label.box_label{ padding: 27px 0 29px 25px; font-size: 15px; font-size: 1.5rem; line-height: 21px; line-height: 2.1rem; font-weight: 400; }
.payment_select_type .payment_type_title{ font-size: 15px; font-size: 1.5rem; line-height: 21px; line-height: 2.1rem; font-weight: 600; letter-spacing: 0.02em;}
.payment_select_term{ }
.payment_select_term .radio_style_00_wrap .radio_con label.box_label{ padding: 16px 20px 15px 20px; }
.payment_select_term .term_text{ margin-top: 1px; font-size: 15px; font-size: 1.5rem; line-height: 21px; line-height: 2.1rem; font-weight: 700; }
.payment_select_term .term_percent{ margin-top: 1px; margin-left: 14px; color: var(--point_wv_01); font-size: 12px; font-size: 1.2rem; line-height: 21px; line-height: 2.1rem; font-weight: 400; }
.payment_select_term .term_origin_price{ margin-top: -1px; margin-right: 7px; color: #a2aeb9; font-size: 12px; font-size: 1.2rem; line-height: 21px; line-height: 2.1rem; font-weight: 400; position: relative; top: -1px; }
.payment_select_term .term_origin_price:after{ content: ''; width: 100%; height: 1px; background-color: #a2aeb9; position: absolute; top: 6px; left: 0; }
.payment_select_term .term_price{ font-weight: 500; letter-spacing: 0.02em; }
.payment_select_service{ }
.payment_select_service label{ position: relative; }
.payment_select_service label + .select_style_00_wrap{ position: absolute; width: 120px; top: 12px; left: 150px; }
.payment_select_service .term_price{ font-weight: 700; }
.payment_select_service .term_duration{ margin-top: 10px; }
.payment_select_discount{ }
.payment_select_discount .select_style_00_wrap{ height: 55px; }
.payment_select_discount .select_style_00_wrap .selected_item{ padding: 17px 45px 16px 21px; }
.payment_select_card{ }
.payment_select_card .payment_box_content{ border: 1px solid var(--box_border_00); padding: 24px 25px 24px 24px; border-radius: var(--box_radius_0); }
.payment_select_card .card_nodata_con{ display: flex; justify-content: center; align-items: center; height: 100px; }
.payment_select_card .card_nodata{ font-size: 15px; font-size: 1.5rem; line-height: 21px; line-height: 2.1rem; font-weight: 500; opacity: 0.3; }
.payment_select_card .checkbox_style_00_wrap .checkbox_con label.box_label{ padding: 0; border: none;}
.payment_select_card .checkbox_style_00_wrap .checkbox_con label.box_label:hover{border: none;}
#subscribeWrap input.position_ab {left: 0; top: -3px;}
.payment_customer_info .payment_customer_info_wrap{ border: 1px solid var(--box_border_00); border-radius: var(--box_radius_0); padding: 30px 30px 30px 37px; }
.payment_customer_info .payment_customer_info_wrap .tel_wrap .select_style_00_wrap .select_style_0_con {max-height: 170px;}
.payment_customer_info .payment_customer_info_wrap .email_wrap .select_style_00_wrap .select_style_0_con {max-height: 117px;}
.payment_customer_info .payment_customer_info_list{ margin-bottom: 10px; }
.payment_customer_info .payment_customer_info_list:last-child{ margin-bottom: 0; }
.payment_customer_info .payment_customer_info_left{ font-size: 14px; width: 90px; font-size: 1.4rem; line-height: 20px; line-height: 2.0rem; margin-right: 6px; font-weight: 500;}
.payment_customer_info .payment_customer_info_right{ }
#promotionPage .payment_customer_info_list:not(:last-child) .payment_customer_info_right{ margin-bottom: 16px; }
/* .payment_customer_info .payment_customer_info_right.tel_con{ width: 320px; }
.payment_customer_info .name_wrap .payment_customer_info_right{ width: 300px; }
.payment_customer_info .email_wrap .payment_customer_info_right{ width: 85%; } */
.payment_customer_info .at_mark{ position: absolute; /*right: -16px;*/ top: 14px; font-size: 15px; font-size: 1.5rem; line-height: 22px; line-height: 2.2rem; font-weight: 700; }
.payment_customer_info .at_mark + input{ width: calc(100% - 22px); }
/*.payment_select_card .card_wrap{ }*/
/*.payment_select_card .card_img{ width: 160px; height: 100px;*/
    /*background-image: url("/weven_template/theme/weven/resource/img/payment_card_example.png"); background-position: center; background-size: contain; background-repeat: no-repeat; }*/
/*.payment_select_card .card_info{ margin-top: 27px; margin-left: 25px; width: 200px; }*/
/*.payment_select_card .card_name{ font-size: 15px; font-size: 1.5rem; line-height: 21px; line-height: 2.1rem; font-weight: 700; }*/
/*.payment_select_card .card_number{ font-size: 15px; font-size: 1.5rem; line-height: 21px; line-height: 2.1rem; font-weight: 400; margin-top: 8px;*/
/*.payment_select_card .card_status{ background-color: #fff; padding: 0px 6px 1px 6px; border: 1px solid var(--point_wv_00); border-radius: 3px; color: #000; margin-left: 10px;*/
    /*font-size: 10px; font-size: 1.0rem; line-height: 16px; line-height: 1.6rem; font-weight: 500; } }*/
.payment_select_card .register_check_desc{ font-size: 13px; font-size: 1.3rem; line-height: 19px; line-height: 1.9rem; font-weight: 500; }
.contents_list_wrapper_right{ width: 100%; }
.contents_list_wrapper_right .contents_list_con{ margin-bottom: 30px; }
.contents_list_wrapper_right .contents_list_con:last-child{ margin-bottom: 0; }
.contents_list_wrapper_right .payment_title{ border-bottom: 2px solid #000; }
.contents_list_wrapper_right .payment_list_wrap{ padding-top: 19px; }
.contents_list_wrapper_right .payment_list{ font-size: 14px; font-size: 1.4rem; line-height: 20px; line-height: 2.0rem; margin-bottom: 6px; }
.contents_list_wrapper_right .payment_list:last-child{ margin-bottom: 0; }
.contents_list_wrapper_right .payment_list.discount{ color: red; }
.contents_list_wrapper_right .payment_list.total{ font-size: 17px; font-size: 1.7rem; line-height: 23px; line-height: 2.3rem; border-top: 1px solid #d4dde5; padding-top: 20px; margin-top: 12px; font-weight: 700; }
.contents_list_wrapper_right .payment_list_left{ font-weight: 700; }
.contents_list_wrapper_right .payment_list_right{ font-weight: 500; }
.contents_list_wrapper_right .payment_origin_list{ color: #a2aeb9; font-size: 12px; font-size: 1.2rem; font-weight: 200; position: relative;margin-right: 7px;}
.contents_list_wrapper_right .payment_origin_list:after {content: '';width: 100%;height: 1px;background-color: #a2aeb9;position: absolute;top: 9px;left: 0;}

.payment_calc{ }
.payment_next_date{ }
.payment_next_date .payment_title{ border-bottom: none; padding-bottom: 16px; }
.payment_next_date .payment_list_wrap{ padding-top: 0; }
.payment_btn_wrap .payment_refund_desc{ font-size: 14px; font-size: 1.4rem; line-height: 20px; line-height: 2.0rem; font-weight: 500; color: #53535F; margin-top: 30px; }
.payment_btn_wrap .refund_desc{ padding-left: 21px; background-image: url("/weven_service/asset/img/svg/warning_icon.svg"); background-position: left center; background-size: 16px; background-repeat: no-repeat; }
#popAddCoupon .add_coupon_desc_con{ margin-top: 12px; }
#popAddCoupon .coupon_info{ margin-bottom: 10px; font-size: 14px; font-size: 1.4rem; line-height: 20px; line-height: 2.0rem; font-weight: 500; }
#popAddCoupon .add_coupon_desc{ font-size: 14px; font-size: 1.4rem; line-height: 20px; line-height: 2.0rem; font-weight: 500; }
#popAddCoupon .add_coupon_con{ margin-top: 20px; }
#popAddCoupon .discount_coupon_input{ width: calc(100% - 66px); padding: 10px 14px 9px 14px; text-align: left; }
#popAddCoupon .discount_coupon_btn{ padding: 10px 15px 9px 15px; position: relative;}
#popAddCoupon .discount_coupon_con{position: relative; top: 1px;}
#popAddCoupon .panel_util{ margin-top: 45px !important; }
/*#popAddCoupon .add_coupon_desc.active{ opacity: 1; transition: 0.2s }*/
#popAddCoupon .add_coupon_desc.wrong{ color: #d54fa1; }
#popAddCoupon .add_coupon_desc.complete{ color: var(--point_wv_01); }
[data-wv-os="iOS"] #formUpgradeBuyDesign .radio_style_00_wrap .radio_con label.box_label input, [data-wv-os="Mac"] #formUpgradeBuyDesign .radio_style_00_wrap .radio_con label.box_label input, [data-wv-os="ipad"] #formUpgradeBuyDesign .radio_style_00_wrap .radio_con label.box_label input{ left: 21px;} /* 사파리에서 라디오버튼 위치 오류수정 */

/* 도메인 구매 팝업 */
#domainPurchasePopup .table_style_00 th{font-size: 14px; font-size: 1.4rem; line-height: 20px; line-height: 2rem; font-weight: 500; background-color: #f6f8fa; text-align: center;}
#domainPurchasePopup .total_price_desc{font-size: 14px; font-size: 1.4rem; line-height: 20px; line-height: 2rem; font-weight: 400; color: var(--point_wv_00);}
#domainPurchasePopup .total_price{font-size: 20px; font-size: 2rem; line-height: 26px; line-height: 2.6rem; font-weight: 600;}


/* 프로모션 결제 페이지 */
#promotionPage .contents_title_con { display: flex; align-items: center; justify-content:center; }
#promotionPage .contents_title { font-size: 30px; font-size: 3rem; line-height: 46px; line-height: 4.6rem; font-weight: 800; background: linear-gradient(to right, #be82fb, #6d55f9); -webkit-background-clip: text; color: transparent; }
#promotionPage #applyDiscountCoupon { position: absolute; top: 18px; right: 21px; font-size: 15px; font-size: 1.5rem; font-weight: 700; color: #03c3cf; }
#promotionPage .promotion_check { display: flex; align-items: center; margin-top: 15px; font-size: 14px; font-size: 1.4rem; line-height: 24px; line-height: 2.4rem; font-weight: 500; }
#promotionPage .promotion_code_input_0 { padding: 16px 23px !important; font-weight: 600;  }
#promotionPage .promotion_code_input_0::placeholder { font-weight: 500;  }
#promotionPage .radio_con_0_wrap:first-child { margin-bottom: 20px; } 
#promotionPage .radio_con_0 { padding: 30px 20px; height: auto; border: 1px solid #d4dde5; border-radius: var(--box_radius_0); cursor: pointer; }
#promotionPage .radio_con_0:hover { border-color: var(--box_border_00_h); }
#promotionPage .radio_con_0.active_border { border: 1px solid var(--box_border_00) !important; }
#promotionPage .payment_type_title_0 { margin-top: -2px; font-size: 21px; font-size: 2.1rem; line-height: 27px; line-height: 2.7rem; font-weight: 800; }
#promotionPage .point_color_1 { color: #0a99f3; }
#promotionPage .point_color_2 { color: #6b19da; }
#promotionPage .promotion_price { margin-top: 6px; font-size: 30px; font-size: 3rem; line-height: 36px; line-height: 3.6rem; letter-spacing: -0.01em; font-weight: 700; }
#promotionPage .before_discount { font-size: 15px; font-size: 1.5rem; line-height: 21px; line-height: 2.1rem; font-weight: 700; }
#promotionPage .before_discount.point_color_1::before { content: ''; position: absolute; top: 9px; left: -1px; width: 78px; height: 1px; background-color: #0a99f3; }
#promotionPage .before_discount.point_color_2::before { content: ''; position: absolute; top: 9px; left: -1px; width: 89px; height: 1px; background-color: #6b19da; }
#promotionPage .promotion_title_middle { margin-top: 14px; font-size: 16px; font-size: 1.6rem; line-height: 24px; line-height: 2.4rem; font-weight: 800; }
#promotionPage .promotion_dec { margin-top: 14px; font-size: 15px; font-size: 1.5rem; line-height: 24px; line-height: 2.4rem; font-weight: 500; }
#promotionPage .promotion_dec > ul li{ position: relative; padding-left: 10px; line-height: 2.1rem; }
#promotionPage .promotion_dec > ul li:not(:last-child){ margin-bottom: 3px; }
#promotionPage .promotion_dec > ul li::before { content: '-'; position: absolute; top: 0; left: 0; }
#promotionPage input[type='radio']:checked.point_color_1::after { background-color: #0a99f3; }
#promotionPage input[type='radio']:checked.point_color_2::after { background-color: #6b19da; }
#promotionPage .won { font-weight: 300; }
#promotionPage .radio_style_00_wrap .radio_con label.active_border { border: 1px solid var(--box_border_00) !important; }

.payment_step3_con .pay_type_con { display: flex; justify-content: center; }
.payment_step3_con .pay_type.point_color_1 { font-size: 30px; font-size: 3rem; line-height: 48px; line-height: 4.8rem; font-weight: 800; background: linear-gradient(to right, #2bc1fb, #0b9af3); -webkit-background-clip: text; color: transparent; }
.payment_step3_con .pay_type.point_color_2 { font-size: 30px; font-size: 3rem; line-height: 48px; line-height: 4.8rem; font-weight: 800; background: linear-gradient(to right, #be82fb, #6d55f9); -webkit-background-clip: text; color: transparent; }
.payment_step3_con .pay_complete { margin-bottom: 13px; font-size: 30px; font-size: 3rem; line-height: 33px; line-height: 3.3rem; font-weight: 800; }
.payment_step3_con .pay_complete_desc { margin-bottom: 58px; font-size: 15px; font-size: 1.5rem; line-height: 23px; line-height: 2.3rem; font-weight: 600; }
.payment_step3_con .attach_con_wrap { display: flex; justify-content: center; padding: 0 20px; }
.payment_step3_con .attach_con { padding: 36px 76px 40px 76px; width: 570px; background: #fff; border-radius: 10px; }
.payment_step3_con .attach_con.point_color_1::before {  content: ''; position: absolute; top: -2px; left: -2px; right: -2px; bottom: -2px; z-index: -1; border-radius: 12px; background: linear-gradient(45deg, #2bc1fb, #0b9af3); }
.payment_step3_con .attach_con.point_color_2::before {  content: ''; position: absolute; top: -2px; left: -2px; right: -2px; bottom: -2px; z-index: -1; border-radius: 12px; background: linear-gradient(45deg, #be82fb, #6d55f9); }
.payment_step3_con .input_start.point_color_1 { margin-bottom: 21px; font-size: 16px; font-size: 1.6rem; line-height: 23px; line-height: 2.3rem; font-weight: 600; background: linear-gradient(to right, #2bc1fb, #0b9af3); -webkit-background-clip: text; color: transparent; }
.payment_step3_con .input_start.point_color_2 { margin-bottom: 21px; font-size: 16px; font-size: 1.6rem; line-height: 23px; line-height: 2.3rem; font-weight: 600; background: linear-gradient(to right, #be82fb, #6d55f9); -webkit-background-clip: text; color: transparent; }
.payment_step3_con .input_start_con { display: flex; justify-content: center; }
.payment_step3_con .input_btn.point_color_1 { padding: 13px 48px; border-radius: 5px; font-size: 15px; font-size: 1.5rem; line-height: 23px; line-height: 2.3rem; font-weight: 600; color: #fff; background: linear-gradient(to right, #2bc1fb, #0b9af3); }
.payment_step3_con .input_btn.point_color_2 { padding: 13px 48px; border-radius: 5px; font-size: 15px; font-size: 1.5rem; line-height: 23px; line-height: 2.3rem; font-weight: 600; color: #fff; background: linear-gradient(to right, #be82fb, #6d55f9); }
.payment_step3_con .input_btn_con { display: flex; justify-content: center; }




/* 내 사이트 정보 페이지 */
/* 탑 타이틀 */
.list_style_wrapper .theme_title_inner{ position: relative; }
.list_style_wrapper .theme_title_inner span{ margin-right: 17px; }
.list_style_wrapper .btn_style_00_con.theme_title_btn_con{ position: relative; bottom: 0; right: 0; display: flex; align-items: center; justify-content: flex-start; gap: 18px; width: 100%; height: fit-content; font-family: 'Pretendard'; font-size: 13px; line-height: 20px; padding-left: 2px; margin-top: 25px; margin-bottom: 6px; }
.list_style_wrapper .btn_style_00_con.theme_title_btn_con a{ width: 112px; padding: 8px 15px; border-radius: 6px; }
/*대시보드*/
.mysite_list_con .dashboard_tooltip_con{position: absolute; right: 18px; bottom: 20px; font-size: 13px; font-size: 1.3rem; line-height: 19px; line-height: 1.9rem; font-weight: 700;}
.mysite_list_con .dashboard_tooltip{margin-right: 43px; position: relative; cursor: pointer;}
.mysite_list_con .dashboard_tooltip:first-of-type::after{content: ''; position: absolute; top: 3px; right: -31px; border-right: 1px solid #cccccc;  height: 13px;}
.mysite_list_con .dashboard_tooltip:last-of-type{margin-right: 0px;}
.mysite_list_con .dashboard_tooltip_con .help_img{width: 18px; height: 18px; margin-left: 2px; background-size: 15px;}
.mysite_list_con .dashboard_tooltip_con .help_text{right: -19px; left: unset; padding: 14px 20px 15px 20px; top: 27px;}
.mysite_list_con .dashboard_tooltip_con ul.has_left li{font-size: 15px; font-size: 1.5rem; line-height: 22px; line-height: 2.2rem;}
.mysite_list_con .dashboard_tooltip_con ul.has_left li::before{top: 10px;}
.mysite_list_con .dashboard_tooltip:hover .help_text{display: block; opacity: 1;}
.mysite_list_con .dashboard_tooltip:hover .help_img{background-image: url("/weven_service/asset/img/svg/icons8-help_h.svg");}
.mysite_list_con .conversion_rate .help_text{width: 213px;}
.mysite_list_con .conversion_cnt .help_text{width: 234px;}
.mysite_list_con .dashboard_tooltip_con .help_text::before{right: 20px;}
.mysite_list_con .dashboard_tooltip_con .help_text::after{right: 21px;}
.member_information{ display: flex; flex-wrap: wrap; flex-direction: column; align-items: center; }
.member_information .member_box_top{ margin-bottom: 16px; }
.member_information .member_nickname{ font-size: 15px; font-size: 1.5rem; line-height: 21px; line-height: 2.1rem; font-weight: 400; margin-right: 15px;  }
.member_information .member_email{ font-size: 22px; font-size: 2.2rem; line-height: 28px; line-height: 2.8rem; font-weight: 800; margin-top: 1px; margin-left: 11px;}
.member_information .member_credit{ font-size: 14px; font-size: 1.4rem; line-height: 20px; line-height: 2.0rem; font-weight: 400; padding-left: 20px;
    background-image: url("/weven_service/asset/img/svg/credit_icon.svg"); background-position: left top 3px; background-size: 15px; background-repeat: no-repeat; }
.member_information .member_credit span{ font-weight: 700; }
.page_mySite_con{ }
.mysite_top{margin-top: 4px;}
.mysite_list.aiHistory_nodata{width: calc(100% - 20px); margin-left: 20px;}
.mysite_list{ }
.mysite_list .mysite_box_wrap{ z-index: 2 }
/* 만료 리스트 표시 */
.mysite_list .mysite_box.is_expired{ background-color: rgba(255,255,255,0.4); --expire_op: 0.2; }
.mysite_list .mysite_box.is_expired .mysite_url a{ opacity: 0.3; }
.mysite_list .mysite_box.is_expired .mysite_state_con{ opacity: var(--expire_op); pointer-events: none; }
.mysite_list .mysite_box.is_expired .mysite_stat_form{ opacity: var(--expire_op); pointer-events: none; }
.mysite_list .mysite_box.is_expired .mysite_stat{ opacity: var(--expire_op); pointer-events: none; }
.mysite_list .mysite_box.is_expired .mysite_stat_payment{ opacity: var(--expire_op); pointer-events: none; }
.mysite_list .mysite_box.is_expired .site_edit_con{ opacity: var(--expire_op); pointer-events: none; }
/*  */
.mysite_list .mysite_box_inner_left{z-index: 1;}
/* .mysite_list .mysite_box_inner_left{ display: flex; align-items: center; } */
.mysite_list .mysite_state_wrap{ display: flex; flex-direction: row; align-items: flex-end; }
.mysite_list .mysite_state_img{ width: 62px; background-position: left center; background-size: contain; background-repeat: no-repeat; margin-top: 27px;}
/* 요금제 리뉴얼 버전 */
/*payment_1 FREE*/
.mysite_list .mysite_box_inner.payment_1 .mysite_state_img{ background-image: url('/weven_service/asset/img/svg/upgrade_type_F.svg'); height: 50px; }
.mysite_list .mysite_box_inner.payment_1 .mysite_state{ color: var(--point_payment_0_free); }
/*payment_6 STANDARD*/
.mysite_list .mysite_box_inner.payment_6 .mysite_state_img{ background-image: url('/weven_service/asset/img/svg/upgrade_type_S.svg'); height: 52px; }
.mysite_list .mysite_box_inner.payment_6 .mysite_state{ color: var(--point_payment_1_standard); }
/*payment_3 PREMIUM*/
.mysite_list .mysite_box_inner.payment_3 .mysite_state_img{ background-image: url('/weven_service/asset/img/svg/upgrade_type_P.svg'); height: 52px; }
.mysite_list .mysite_box_inner.payment_3 .mysite_state{ color: var(--point_payment_2_premium); }
/*payment_7 ENTERPRISE*/
.mysite_list .mysite_box_inner.payment_7 .mysite_state_img{ background-image: url('/weven_service/asset/img/svg/upgrade_type_N.svg'); height: 47px; }
.mysite_list .mysite_box_inner.payment_7 .mysite_state{ color: var(--point_payment_3_enterprise); }
/* 요금제 구버전 */
/*payment_2 BUSINESS*/
.mysite_list .mysite_box_inner.payment_2 .mysite_state_img{ background-image: url('/weven_service/asset/img/svg/upgrade_type_P.svg'); height: 52px; }
.mysite_list .mysite_box_inner.payment_2 .mysite_state{ color: var(--point_payment_2_premium); }
/*payment_4 WIZWARE*/
.mysite_list .mysite_box_inner.payment_4 .mysite_state_img{ background-image: url('/weven_service/asset/img/svg/upgrade_type_P.svg'); height: 52px; }
.mysite_list .mysite_box_inner.payment_4 .mysite_state{ color: var(--point_payment_2_premium); }
/*payment_0 그 외*/
.mysite_list .mysite_box_inner.payment_0 .mysite_state_img{ background-image: url('/weven_service/asset/img/svg/upgrade_type_F.svg'); height: 50px; }
.mysite_list .mysite_box_inner.payment_0 .mysite_state{ color: var(--point_payment_0_free); }
.mysite_list .mysite_info{ display: flex; flex-wrap: wrap; justify-content: space-between;}
.mysite_list .mysite_state{position: relative; font-size: 14px; font-size: 1.4rem; line-height: 20px; line-height: 2.0rem; font-weight: 400; letter-spacing: 0.04em; display: flex; align-items: center;}
.mysite_list .mysite_state::after{display: none; content: ''; position: absolute; height: 100%; border-right: 1px solid #dfe6ee; right: -21px;}
.mysite_list .mysite_state .payment_id{margin-right: 17px;}
.mysite_list .mysite_url{ max-width: calc(100% - 36px); font-size: 18px; font-size: 1.8rem; line-height: 24px; line-height: 2.4rem; font-weight: 700; white-space: nowrap;}
.mysite_list .mysite_url .aisite_label{ display: inline-block; vertical-align: bottom; color: var(--point_wv_01); position: relative; padding-right: 16px; margin-right: 8px; }
.mysite_list .mysite_url .aisite_label::after{ content: ''; display: inline-block; width: 1px; height: 14px; background-color: #dbe1e8; position: absolute; top: 7px; right: 0; }
.mysite_list .mysite_url a{ display: inline-block; vertical-align: bottom; max-width: calc(100% - 100px);word-break: break-all; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding-right: 31px; background-image: url("/weven_service/asset/img/svg/open_in_new_gray.svg"); background-repeat: no-repeat; background-size: 24px; background-position: right center; position: relative; top: 0px;}
.mysite_list .mysite_url .site_type{position: absolute; top: -3px; right: 0; font-size: 12px; font-size: 1.2rem; line-height: 18px; line-height: 1.8rem; font-weight: 600; box-sizing: border-box; padding: 6px 15px 6px 15px; border-radius: 20px; border: 1px solid #e0e5ea; margin-left: 14px;}
.mysite_list .mysite_exp_date{ font-size: 13px; font-size: 1.3rem; line-height: 19px; line-height: 1.9rem; font-weight: 600;}
/* .mysite_list .mysite_exp_date.FREE{display: none;} */
.mysite_list .mysite_exp_date .exp_date_next{position: relative;}
/* .mysite_list .mysite_exp_date .exp_date_next::before{content: '';position: absolute; left: -10px; top: 2px; border-right: 1px solid #dfe6ee; height: 13px;}
[data-wv-os="iOS"] .mysite_list .mysite_exp_date .exp_date_next::before{content: '';position: absolute; left: -10px; top: 3px; border-right: 1px solid #dfe6ee; height: 13px;} */
.mysite_list .mysite_exp_date.FREE:not(.mysite_stat_form) span{color: var(--point_payment_0_free);}
.mysite_list .mysite_exp_date.STANDARD:not(.mysite_stat_form) span{color: var(--point_payment_1_standard);}
.mysite_list .mysite_exp_date.PREMIUM:not(.mysite_stat_form) span{color: var(--point_payment_2_premium);}
.mysite_list .mysite_exp_date.ENTERPRISE:not(.mysite_stat_form) span{color: var(--point_payment_3_enterprise);}
.mysite_list .mysite_stat_form.FREE{visibility: hidden; height: 0;}
.mysite_list .lang_wrap{font-size: 12px; font-size: 1.2rem; line-height: 18px; line-height: 1.8rem; font-weight: 700;}
.mysite_list .lang_con{top: -1px;}
.mysite_list .lang_con + .lang_con {margin-left: 7px;}
/* .mysite_list .lang_con + .lang_con::before {content: ''; position: absolute; height: 11px; border-right: 1px solid #dfe6ee; left: -10px; top: 5px;} */
.mysite_list .lang_con .lang_img{width: 18px;height: 18px; background-repeat: no-repeat; background-position: 0px 0px; background-size: cover; border-radius: 50%;}
.mysite_list .lang_con.white_flag .lang_img{border: 1px solid #eaedf2; box-sizing: content-box; padding: 1px; top: -1px; }
.mysite_list .lang_con.ko .lang_title{margin-top: 0px;}
.mysite_list .lang_con.ko .lang_img{background-image: url("/weven_service/asset/img/svg/kor_flag.svg"); }
.mysite_list .lang_con.en .lang_img{background-image: url("/weven_service/asset/img/svg/eng_flag.svg");}
.mysite_list .lang_add{width: 21px; height: 21px; border-radius: 50%; border: 1px solid #d1e1e6; cursor: pointer; transition: all .1s; margin-top: -1px;}
.mysite_list .lang_add::before{content: ''; position: absolute; height: 11px; border-right: 1px solid #d1e1e6; left: 9px; top: 4px; cursor: pointer;}
.mysite_list .lang_add::after{content: ''; position: absolute; height: 11px; border-right: 1px solid #d1e1e6; transform: rotate(90deg); left: 9px; top: 4px; cursor: pointer;}
.mysite_list .lang_add:hover{background-color: #000; border-color: #000;}
.mysite_list .lang_add:hover::before{border-color: #ffffff;}
.mysite_list .lang_add:hover::after{border-color: #fff;}
.mysite_list .mysite_box_inner.payment_0 .mysite_exp_date{display: none;}
/*.mysite_list .mysite_box_inner.payment_0 .mysite_info{ margin-top: 21px;}*/
.mysite_list .mysite_exp_date:last-child{margin-bottom: 7px;}
.mysite_list .mysite_exp_date span{ font-weight: 600;}
.mysite_list .mysite_exp_date .to_expire_date{color: #aaa;}
.mysite_list .mysite_exp_date .to_expire_date.complete{color: #4c8ef1;}
.mysite_list .mysite_exp_date .to_expire_date.wait{color: #d54fa1;}
.mysite_list .w220{width: 100%;}
.mysite_list .mysite_stat{position: relative; font-size: 13px; font-size: 1.3rem; line-height: 19px; line-height: 1.9rem; font-weight: 600; width: 100%;}
.mysite_list .mysite_stat.w300 { width: 300px; }
.mysite_list .mysite_approve { display: flex; align-items: center; justify-content: flex-end; }
.mysite_list .approve_status { border: 1px solid; border-radius: 3px; }
.mysite_list .approve_status.wait { border-color:#e3468c; color: #e3468c; }
.mysite_list .approve_status.complete { border-color:#4189ea; color: #4189ea; }
.mysite_list .mysite_left{width: 137px;}
.mysite_list .mysite_right .mysite_bracket{position: relative; font-size: 13px; font-size: 1.3rem; line-height: 19px; line-height: 1.9rem; font-weight: 300; top: -1px;}
.mysite_list .mysite_right .mysite_bracket:first-of-type{margin-right: 1px;}
.mysite_list .mysite_right .mysite_bracket:last-of-type{margin-left: 1px;}
.mysite_list .mysite_stat > div{margin-bottom: 4px;}
.mysite_list .mysite_stat > div:last-child{margin-bottom: 0;}
.mysite_list .mysite_stat_var.plus{color: #f32e07;}
.mysite_list .mysite_stat_var.plus::after{content: ''; position: absolute; border-bottom: 4px solid #f32e07; border-left: 4px solid transparent; border-right: 4px solid transparent; right: -14px; top: 7px;}
.mysite_list .mysite_stat_var.minus{color: #5392f1;}
.mysite_list .mysite_stat_var.minus::after{content: ''; position: absolute; border-top: 4px solid #5392f1; border-left: 4px solid transparent; border-right: 4px solid transparent; right: -14px; bottom: 7px;}
.mysite_list .mysite_stat_var.neutral{color: #c5cfdf;}
.mysite_list .mysite_stat_var.neutral::after{content: ''; position: absolute; width: 7px; border-bottom: 1px solid #acb8c9; right: -13px; top: 9px;}
.mysite_list .mysite_stat_standard{ margin-top: 20px; display: flex; align-items: center; font-size: 1.3rem; line-height: 1.9rem; font-weight: 800; }
.mysite_list .mysite_stat_payment{ position: relative; padding: 3px 11px 3px 35px; margin-right: 10px; font-weight: 700; background-size: contain; background-position: left 0 center; background-repeat: no-repeat; }
.mysite_list .mysite_stat_payment.SMART{ background-image: url("/weven_service/asset/img/svg/upgrade_type_SM.svg"); }
.mysite_list .mysite_stat_payment.FREE{ background-image: url("/weven_service/asset/img/svg/upgrade_type_F.svg"); }
.mysite_list .mysite_stat_payment.BUSINESS{ background-image: url("/weven_service/asset/img/svg/upgrade_type_N.svg"); }
.mysite_list .mysite_stat_payment.PREMIUM{ background-image: url("/weven_service/asset/img/svg/upgrade_type_P.svg"); }
.mysite_list .mysite_stat_payment.STANDARD{ background-image: url("/weven_service/asset/img/svg/upgrade_type_S.svg"); }
.mysite_list .mysite_stat_payment::after{ content: ''; position: absolute; top: 6px; right: 0; background-color: #dbe1e8; width: 1px; height: 13px; }
.mysite_list .mysite_stat_payment span{ margin-left: 3px; }
.mysite_list .mysite_stat_movebtn{ font-size: 1.3rem; line-height: 1.9rem; font-weight: 800; color: var(--point_wv_01); padding: 2px 26px 2px 0;
    background-image: url("/weven_service/asset/img/svg/arrow_circle_right_24dp_2174ff_FILL1_wght400_GRAD0_opsz24.svg"); background-size: contain; background-position: right 0 center; background-repeat: no-repeat; }
.mysite_list .mysite_stat_movebtn:hover{ color: var(--point_wv_02); }
.mysite_list .site_edit_con {position: relative; bottom: auto; right: auto; margin-top: 24px; z-index: 1; display: flex; justify-content: space-between; flex-wrap: wrap; text-align: center;}
.mysite_list .site_edit_con a.w_type_4{flex: 1 1 auto; padding: 11px 2px 11px 2px; border-radius: 6px; font-weight: 600; margin-left: 0; font-size: 13px; font-size: 1.3rem; letter-spacing: -0.01em;}
.mysite_list .site_edit_con .mysite_state a.w_type_4{margin-left: 0;}
.mysite_list .logo_img { border-radius: 50%; width: 30px; height: 30px; object-fit: cover; }
.mysite_list .dropdown_more {right: -8px; top: -2px;}
.mysite_list .dropdown_more > a{ background-size: 30px; }
.mysite_list .dropdown_more .dropdown_more_list li a.site_mng_btn{ background-image: url("/weven_service/asset/img/svg/dropdown-desktop_icon_before.svg"); background-size: 17px; }
.mysite_list .dropdown_more .dropdown_more_list li a.site_edit_btn{ background-image: url("/weven_service/asset/img/svg/dropdown-edit_icon_before.svg"); background-size: 16px; }
.mysite_list .dropdown_more .dropdown_more_list li a.payment_btn{ background-image: url("/weven_service/asset/img/svg/dropdown-change_icon_before.svg"); background-size: 18px; }
.mysite_list .dropdown_more .dropdown_more_list li a.domain_btn{ background-image: url("/weven_service/asset/img/svg/dropdown-link_icon_before.svg"); background-size: 19px; }
.mysite_list .dropdown_more .dropdown_more_list li a.site_delete_btn{ background-image: url("/weven_service/asset/img/svg/dropdown-delete_icon_before.svg"); background-size: 19px; }
.mysite_list .dropdown_more .dropdown_more_list li a.site_mng_btn:hover{ background-image: url("/weven_service/asset/img/svg/dropdown-desktop_icon.svg"); }
.mysite_list .dropdown_more .dropdown_more_list li a.site_edit_btn:hover{ background-image: url("/weven_service/asset/img/svg/dropdown-edit_icon.svg"); }
.mysite_list .dropdown_more .dropdown_more_list li a.payment_btn:hover{ background-image: url("/weven_service/asset/img/svg/dropdown-change_icon.svg"); }
.mysite_list .dropdown_more .dropdown_more_list li a.domain_btn:hover{ background-image: url("/weven_service/asset/img/svg/dropdown-link_icon.svg"); }
.mysite_list .dropdown_more .dropdown_more_list li a.site_delete_btn:hover{ background-image: url("/weven_service/asset/img/svg/dropdown-delete_icon.svg"); }
.mysite_list .mysite_state_con {display: flex; gap: 15px; margin-right: 36px; margin-top: 15px; margin-bottom: 18px;}
.mysite_list .mysite_state_con .domain_btn{ padding: 6px 11px; border: 1px solid #ccd3df; border-radius: 4px; font-size: 1.2rem; line-height: 1.8rem; font-weight: 600; }
.mysite_list .mysite_state_con .domain_btn:hover{ border-color: #999 }
.mysite_list .mysite_state_con .mysite_free_con{display: none; font-size: 12px; font-size: 1.2rem; line-height: 18px; line-height: 1.8rem; font-weight: 600;}
.mysite_btn_con{text-align: center;}
.mysite_btn_con a{display: inline-block; width: 130px; padding: 11px 18px 11px 18px; background-color: #000; border-radius: 7px; margin-top: 35px; font-size: 14px; font-size: 1.4rem; line-height: 20px; line-height: 2rem; color: #fff; font-weight: 700; box-sizing: border-box;}
.mysite_btn_con a.type_2{margin-top: 30px;}
.mysite_modify_wrap{display: flex; gap: 8px;}
.mysite_modify_wrap > * {width: 33%;}
.review_list .review_comment_wrap{margin-top: 23px; margin-bottom: 25px;}
.review_list .quotation_mark{font-family: 'GmarketSans'; font-size: 40px; font-size: 4rem; line-height: 46px; line-height: 4.6rem; font-weight: 700; height: 13px; margin-top: 12px; margin-bottom: 12px;}
.review_list .review_comment{font-size: 20px; font-size: 2rem; line-height: 27px; line-height: 2.7rem; font-weight: 700; max-width: 70%; word-break: keep-all; overflow: hidden;}
.review_list .customer_img{width: 50px; height: 50px; margin-left: auto; margin-right: auto; border-radius: 50%; margin-bottom: 12px;}
.review_list .customer_img.no_profile{ background-color: #edf6f4; background-image: url("/weven_service/asset/img/svg/icons8-person.svg"); background-position: 12px 9px; background-size: 27px; background-repeat: no-repeat;}
.review_list .customer_info{font-size: 13px; font-size: 1.3rem; line-height: 19px; line-height: 1.9rem; font-weight: 500; margin-bottom: 35px;}
.review_list .swiper_wrap.po_ab{top: 150px;}
.review_list .review_bullet .swiper_bullet{position: absolute; left: 50%; transform: translateX(-50%);}

.theme_recommend_list { }
.theme_recommend_list_con .recommend_box{background-color: #fff; padding: 23px 30px 30px 27px; border-radius: 15px; box-shadow: 1px 2px 4px 0px rgba(19, 102, 206, 0.1); display: flex; align-items: center;}
.theme_recommend_list_con .recommend_logo_box{width: 80px; height: 80px; border-radius: 50%; background-color: #e6fcf8; margin-right: 24px; background-image: url("/weven_service/asset/img/logo/ZgAI_color_logo_Z.png"); background-repeat: no-repeat; background-position: left 20px center; background-size: 43px; margin-top: 7px;}
.theme_recommend_list_con .recommend_txt_box{width: calc(100%  - 120px); margin-top: 8px;}
.theme_recommend_list_con .recommend_title{font-size: 27px; font-size: 2.7rem; line-height: 35px; line-height: 3.5rem; font-weight: 700; margin-bottom: 5px; word-spacing: -0.1em; word-break: keep-all;}
.theme_recommend_list_con .recommend_title .mint_txt{color: var(--point_wv_01);}
.theme_recommend_list_con .recommend_desc {font-size: 16px; font-size: 1.6rem; line-height: 23px; line-height: 2.3rem; font-weight: 600; word-break: keep-all;}
.theme_recommend_list_con .recommend_detail{position: relative;bottom: auto; right: auto; margin-top: 15px;}
.theme_recommend_list_con .recommend_detail .btn_style_1.w_type_2{width: 90px; border-radius: 6px; padding: 7px 14px 7px 15px; font-weight: 700;}
.theme_recommend_list { box-sizing: border-box; /*background-color: #eaeef7;*/ }
.theme_recommend_list .swiper-container .card_box { width: 100%; margin-left: 0; }
.theme_recommend_list .swiper-container .card { padding-left: 0; }
.theme_recommend_list .card_box { width: calc(100% + 14px); margin-left: -14px; }
.theme_recommend_list .card { width: 100%; padding-left: 14px; margin-bottom: 14px; cursor: pointer;
    position: relative; display: block; height: 100%; overflow: hidden; text-decoration: none; }
.theme_recommend_list .card_img{ width: 100%; height: 100%; padding-top: 174%; background-position: top center; background-size: cover; background-repeat: no-repeat; }
.theme_recommend_list .card_overlay { position: absolute; bottom: 0; right: 0; z-index: 1; width: 100%;
    background-color: #f2f8fb; transform: translateY(0); transition: .2s ease-in-out; }
.theme_recommend_list .card_section_1 { position: relative; display: flex; align-items: center; gap: 15px; padding: 20px;
    background-color: #f2f8fb; transform: translateY(0); transition: .2s ease-in-out; }
.theme_recommend_list .card_profile_img { flex-shrink: 0; width: 50px; height: 50px; border-radius: 50%; }
.theme_recommend_list .card_nickname { font-size: 14px; font-size: 1.4rem; line-height: 220px; line-height: 2.0rem; font-weight: 700; margin-top: 1px; margin-bottom: 1px; color: #000; }
.theme_recommend_list .card_credit { font-size:13px; font-size:1.3rem; line-height:19px; line-height:1.9rem; font-weight: 300; color: #000; }
.theme_recommend_list .card_section_2 { padding: 0 20px 17px 20px; margin: 0; overflow: hidden; opacity: 1; }
.theme_recommend_list .card_tag { font-size:12px; font-size:1.2rem; line-height:18px; line-height:1.8rem; font-weight: 400; color: #424853; }
.theme_recommend_list .template_responsive { position: absolute; right: 15px; bottom: 24px; font-size:13px; font-size:1.3rem; line-height:19px; line-height:1.9rem; font-weight: 300; color: #000; }
.theme_recommend_list .swiper_wrap{ display: none; }
.theme_recommend_list .swiper_wrap.number_swiper_wrap{ display: flex; }

/*나의웹사이트*/
.mysite_list .mysite_img{ width: 100%; padding-top: 100%; margin-right: 0; box-shadow: 0 0 0 1px rgba(0,0,0,0.05) inset; background-position: center top; background-size: cover; background-repeat: no-repeat; }
.page_mySite_con .mysite_list .mysite_box_inner_left { flex-direction: column; align-items: flex-start; }
.page_mySite_con .mysite_list .mysite_box{ padding: 22px; }
.page_mySite_con .mysite_list .mysite_info{ margin-top: 38px; margin-bottom: 13px; }
.page_mySite_con .mysite_list .mysite_state_img{ width: 52px; }
.page_mySite_con .mysite_list .mysite_box_inner.payment_0 .mysite_state_img{ height: 43px; }
.page_mySite_con .mysite_list .mysite_box_inner.payment_1 .mysite_state_img{ height: 45px; }
.page_mySite_con .mysite_list .mysite_box_inner.payment_2 .mysite_state_img{ height: 45px; }
.page_mySite_con .mysite_list .mysite_box_inner.payment_3 .mysite_state_img{ height: 39px; }
.page_mySite_con .mysite_list .mysite_state { font-size: 17px; font-size: 1.7rem; }
.page_mySite_con .mysite_list .mysite_url { font-size: 25px; font-size: 2.5rem; line-height: 33px; line-height: 3.3rem; margin-top: 13px; }
.page_mySite_con .mysite_list .mysite_exp_date { font-size: 16px; font-size: 1.6rem; margin-top: 15px; }
.page_mySite_con .mysite_list .dropdown_more{ top: auto; bottom: 177px; right: -3px; }



/* 마이페이지 페이지 */
/*대시보드*/
#mysiteTutorialPopup:not(.active){ transition: none; }
#mysiteTutorialPopup .popup_fixed_btn_con {background-color: transparent;}
#mysiteTutorialPopup .popup_fixed_btn {background-color: transparent;}
#mysiteTutorialPopup .terms_popup_contents_con {background-color: transparent; padding-top: 0;}
#mysiteTutorialPopup .terms_popup_contents_list{ display: flex; justify-content: center; }
#mysiteTutorialPopup .terms_popup_contents_list img.pc {display: none;}
#mysiteTutorialPopup .terms_popup_contents_list img.mobile {display: inline-block;}
#mysiteTutorialPopup + .terms_popup_dim {background-color: #000;}
.mypage_dashboard_con{ }
.mypage_dashboard{ }
.mypage_dashboard .mypage_dashboard_wrap{ margin-bottom: 40px; }
.mypage_dashboard .mypage_dashboard_wrap:last-child{ margin-bottom: 0; }
.mypage_dashboard .dashboard_box_con{ margin-bottom: 10px; }
.mypage_dashboard .dashboard_box_con:last-child{ margin-bottom: 0; }
.mypage_dashboard .dashboard_box{ border: 1px solid var(--box_border_02); border-radius: var(--box_radius_0); padding: 26px; background: #fff; /*height: 147px;*/ display: flex; flex-wrap: wrap; justify-content: center; }
.mypage_dashboard .dashboard_content{ margin-bottom: 15px; }
.mypage_dashboard .myinfo_content{ }
.mypage_dashboard .myinfo_content .myinfo_profile_con{ display: flex; align-items: center; justify-content: center; margin-top: 5px; }
.mypage_dashboard .myinfo_content .myinfo_left_text{ display: flex; flex-direction: column; margin-left: 16px; }
.mypage_dashboard .myinfo_content .myinfo_nickname{ font-size: 17px; font-size: 1.7rem; line-height: 25px; line-height: 2.5rem; font-weight: 700; margin-bottom: 2px; }
.mypage_dashboard .myinfo_content .myinfo_email{ font-size: 15px; font-size: 1.5rem; line-height: 20px; line-height: 2.0rem; font-weight: 400; }
.mypage_dashboard .myinfo_content .myinfo_bottom_text{ display: flex; justify-content: center; margin-top: 24px; }
.mypage_dashboard .myinfo_content .myinfo_phone{ font-size: 16px; font-size: 1.6rem; line-height: 22px; line-height: 2.2rem; font-weight: 400; position: relative;}
.mypage_dashboard .myinfo_content .myinfo_site{ font-size: 16px; font-size: 1.6rem; line-height: 23px; line-height: 2.3rem; font-weight: 400; margin-top: -3px; padding-left: 15px; margin-left: 15px; }
.mypage_dashboard .myinfo_content .myinfo_site:before{ content: ''; position: absolute; top: 4px; left: 0; width: 1px; height: calc(100% - 10px); background-color: var(--box_border_02); }
.mypage_dashboard .credit_content{ }
.mypage_dashboard .credit_content .credit_amount_con{ display: flex; justify-content: center; margin-top: 7px; }
.mypage_dashboard .credit_content .credit_amount{ font-size: 24px; font-size: 2.4rem; line-height: 30px; line-height: 3.0rem; font-weight: 700; padding-left: 42px;
    background-image: url("/weven_service/asset/img/svg/credit_many_icon.svg"); background-position: left top -3px; background-size: 37px; background-repeat: no-repeat; }
.mypage_dashboard .credit_content .credit_desc{ font-size: 15px; font-size: 1.5rem; line-height: 23px; line-height: 2.3rem; font-weight: 400; margin-top: 17px; margin-bottom: 3px; }
.mypage_dashboard .card_content{ }
.mypage_dashboard .card_content .card_img{ /*height: 100px;*/ padding-top: 63%; border-radius: 5px; }
.mypage_dashboard .card_content .registered_card{ background-position: center; background-size: cover; background-repeat: no-repeat; }
.mypage_dashboard .card_content .add_card{ box-shadow: 0 0 0 1px #dfe9f1 inset; cursor: pointer; transition: .3s;
    background-image: url("/weven_service/asset/img/svg/add_card_plus.svg"); background-position: center; background-size: 36px; background-repeat: no-repeat; }
.mypage_dashboard .card_content .add_card:hover{ box-shadow: 0 0 0 1px var(--point_wv_00) inset; background-image: url("/weven_service/asset/img/svg/add_card_plus_h.svg"); transition: .3s; }
.mypage_dashboard .payment_content{ }
.mypage_dashboard .qna_content{ }
.mypage_dashboard .dashboard_table .column0{ width: auto; }
.mypage_dashboard .dashboard_table .column1{ width: 90px; }
.mypage_dashboard .dashboard_table .column2{ width: 113px; }
/*.mypage_dashboard .dashboard_table{ text-align: center; width: 100%; box-shadow: 0 0 0 1px #dbe2ea; border-radius: var(--box_radius_0); table-layout:fixed }*/
/*.mypage_dashboard .dashboard_table thead tr{ height: 44px; background-color: #f8fafb; }*/
/*.mypage_dashboard .dashboard_table thead tr th{ font-size: 13px; font-size: 1.3rem; line-height: 20px; line-height: 2.0rem; font-weight: 600; padding: 0 20px; }*/
/*.mypage_dashboard .dashboard_table thead tr th:first-child{ border-top-left-radius: var(--box_radius_0); }*/
/*.mypage_dashboard .dashboard_table thead tr th:last-child{ border-top-right-radius: var(--box_radius_0); }*/
/*.mypage_dashboard .dashboard_table tbody tr{ height: 56px; border-bottom: 1px solid #ecf3f5; }*/
/*.mypage_dashboard .dashboard_table tbody tr:last-child{ border-bottom: none; }*/
/*.mypage_dashboard .dashboard_table tbody tr td{ font-size: 15px; font-size: 1.5rem; line-height: 21px; line-height: 2.1rem; font-weight: 300; padding: 0 10px; }*/
/*.mypage_dashboard .dashboard_table tbody tr td.title{ padding: 0 20px; font-weight: 600; overflow: hidden; text-overflow: ellipsis; white-space:nowrap; }*/
.mypage_dashboard .dashboard_table tbody tr:hover{ cursor: pointer; }
.mypage_dashboard .dashboard_table.qna_history_table tbody tr td.answer_yes{ color: red; }
.mypage_dashboard .dashboard_table.qna_history_table tbody tr td.answer_no{ color: blue; }
.mypage_dashboard .not_ready{ display: flex; justify-content: center; align-items: center; position: absolute; top: -1px; left: -1px; z-index: 1;
    font-size: 15px; font-size: 1.5rem; line-height: 20px; line-height: 2.0rem; font-weight: 600; color: #fff; width: calc(100% + 2px); height: calc(100% + 2px); /*background-color: rgba(0,0,0,0.2); */border-radius: var(--box_radius_0);
    background: linear-gradient( to top, rgba(256,256,256,1), rgba(256,256,256,0) 100%); }

/* 노데이터 공통 */
.mydata_nodata{border: 1px solid var(--box_border_01); border-radius: var(--box_radius_0); padding: 70px 0px 70px 0px; text-align: center;}
.mydata_nodata.no_bd{border: none;}
.mydata_nodata .nodata_title{position: relative; display: inline-block; font-size: 14px; font-size: 1.4rem; font-weight: 500; text-align: center; color: var(--point_wv_00); margin-left: 30px;}
.mydata_nodata .nodata_title::before{content: ''; position: absolute; width: 20px; height: 20px; background-image: url(/weven_service/asset/img/svg/icons8-exclamation_blue.svg); background-size: 18px; background-position: center center; background-repeat: no-repeat; left: -30px;top: -2px;}

/*마이페이지 공통 탭*/
.mypage_tab_con ul.page_tab{ width: 680px; }
/*나의정보*/
.my_info_list_con{ }
.my_info_list{ }
.my_info_list .profile_image_con { display: flex; align-items: center; justify-content: center; }
.my_info_list .profile_image_con .image_box { cursor: pointer; }
.my_info_list .profile_image_con .image_box .image_inner { width: 86px; height: 86px; border-radius: 50%; overflow: hidden; background-size: cover; background-position: center center; background-repeat: no-repeat; box-shadow: var(--profile_border); }
.my_info_list .profile_image_con .image_box .image_inner.default { /*background-color: transparent;*/ display: flex; justify-content: center; align-items: center; }
.my_info_list .profile_image_con .image_box .image_inner.default>div { color: transparent;  font-size: 30px; font-weight: 700; text-align: center; }
/*.my_info_list .profile_image_con .image_box .image_inner.png { background-size: contain; }*/
.my_info_list .profile_image_con input[type="file"] { display: none; }
.my_info_list .profile_image_con .add_image_btn { cursor: pointer; display: inline-block; position: absolute; right: -12px; bottom: 0; width: 40px; height: 40px; border-radius: 50%;
    background-color: #fff; background-image: url("/weven_service/asset/img/svg/camera_upload_icon.svg"); background-size: 25px 27px; background-position: left 9px top 6px; background-repeat: no-repeat; }
.my_info_list .profile_image_con .del_image_btn { cursor: pointer; display: inline-block; position: absolute; right: -12px; bottom: 0; width: 40px; height: 40px; border-radius: 50%;
    background-color: #fff; background-image: url("/weven_service/asset/img/svg/camera_delete_icon.svg"); background-size: 25px 27px; background-position: left 9px top 6px; background-repeat: no-repeat; }
.my_info_list .my_info_box_top{ margin-bottom: 40px; }
.my_info_list .my_info_box_bottom{ padding: 23px 35px 32px 35px; background: #fff; border: 1px solid #e6e4f1; border-radius: var(--box_radius_0); }
.my_info_list .fixed_label{ width: 130px; font-size: 13px; font-size: 1.3rem; line-height: 22px; line-height: 2.2rem; font-weight: 500; color: #3d3d3d; margin-bottom: 16px; }
.my_info_list .fixed_label_right_con{ width: 100%; }
.my_info_list .input_style_00{ font-size: 16px; font-size: 1.6rem; line-height: 22px; line-height: 2.2rem; }
/*크레딧관리*/
.my_credit_list_con{ }
.my_credit_list{ }

/*크레딧구매*/
#creditPurchasePopup{overflow-y: auto;}
#creditPurchasePopup .popup_page_close_btn.popup_show{top: 13px;opacity: 1; transition: top .6s .3s, opacity .4s .3s;}
#creditPurchasePopup .popup_page_close_btn{display: block; z-index: 11; position: fixed; right: 15px;}
#creditPurchasePopup .popup_page_close_btn a{display: inline-block; width: 40px; height: 40px; border-radius: 50%; background-image: url(/weven_service/asset/img/svg/icons8-close_popPage.svg); background-position: center; background-size: 27px; background-repeat: no-repeat;}
#creditPurchasePopup .popup_page_close_btn a:hover{background-color: #e2e8f3;}
.page_center_wrap .page_center_list{margin-bottom: 33px;}
/*.page_center_wrap .page_center_list.purchase_info{margin-bottom: 32px;}*/
/*.purchase_img{width: 100%; height: 48px; background-image: url("/weven_service/asset/img/svg/credit_icon.svg"); background-position: left 75px top -7px; background-size: 48px; background-repeat: no-repeat; margin-left: 10px;}*/
.purchase_img{width: 100%; background-image: url("/weven_service/asset/img/svg/credit_many_icon.svg"); background-position: left 125px center; background-size: 37px; background-repeat: no-repeat; margin-left: 15px;}
.purchase_select{}
/*.purchase_select .radio_style_00_wrap .radio_con{margin-bottom: 30px;}*/
.purchase_select .select_type.select_type_1{margin-bottom: 40px;}
.purchase_select .select_type:last-child{margin-bottom: 10px;}
/*.purchase_select .select_type.select_type_2{margin-bottom: 0;}*/
.select_title{font-size: 15px; font-size: 1.5rem; line-height: 22px; line-height: 2.2rem; letter-spacing: -0.02em; font-weight: 700; color: #000;}
.purchase_select .radio_con{margin-bottom: 18px;}
.credit_purchase_wrap .purchase_select .select_type_1 .select_box{padding: 24px 24px 24px 24px;}
/* .credit_purchase_wrap .purchase_select .select_type .select_box:hover {border-color: var(--box_border_00_h);} */
.purchase_select .select_box:hover input[type="number"], .purchase_select .select_box input[type="number"]:focus{border-color: var(--box_border_00_h);}
.purchase_select .select_type input[type="number"]{width: 147px; font-weight: 500; border-radius: 4px; padding: 10px 14px 9px 14px;}
.credit_purchase_wrap .select_title.credit_select_title, .credit_purchase_wrap .select_title.credit_write_title{padding-left: 36px;font-size: 1.6rem;}
.credit_purchase_wrap .purchase_option{font-weight: 500;}
.purchase_select .select_type .select_box{border: 1px solid var(--box_border_00); padding: 19px 19px 19px 19px; border-radius: var(--box_radius_0); margin-top: 20px;
    font-size: 14px; font-size: 1.4rem; line-height: 22px; line-height: 2.2rem; font-weight: 600; letter-spacing: -0.02em; color: #3d3d3d; text-align: left; }
.credit_purchase_wrap .purchase_select .select_type .select_box{border: 1px solid; border-color: var(--box_border_00); padding: 26px 24px 26px 26px; border-radius: var(--box_radius_0); margin-top: 20px;
    font-size: 14px; font-size: 1.4rem; line-height: 22px; line-height: 2.2rem; font-weight: 600; letter-spacing: -0.02em; color: #3d3d3d; text-align: left; }
.purchase_select .select_type.select_type_2 .select_box{padding: 16px 24px 16px 16px;}
.purchase_select .select_type.select_type_2 .select_box input{font-size: 1.6rem;}
.purchase_select .credit_to_won{width: 65px; text-align: right; color: #3f87f5; word-spacing: -0.08em;}
.credit_purchase_wrap .purchase_select .credit_to_won{width: 140px; text-align: right; color: #000; word-spacing: -0.08em; font-weight: 500; font-size: 1.6rem;}
.purchase_cost .cost{color: #000; text-align: right; word-spacing: -0.08em; font-weight: 700; font-size: 1.4rem;}
.purchase_cost .credit_icon_in_table{width: 22px; height: 22px; background-image: url("/weven_service/asset/img/svg/credit_icon.svg"); background-size: 14px; background-position: right 3px top 4px; background-repeat: no-repeat;}
.purchase_cost .cost_total{margin-top: 19px; margin-right: 23px; font-weight: 600;}
.purchase_cost .cost_total .cost_total_text{font-size: 14px; font-size: 1.4rem; line-height: 22px; line-height: 2.2rem; letter-spacing: -0.02em; margin-right: 12px; color: #000; font-weight: 500;}
.purchase_cost .cost_total .cost_total_num{font-size: 22px; font-size: 2.0rem; line-height: 22px; line-height: 2.2rem; letter-spacing: -0.02em; color: #000; word-spacing: -0.08em; font-weight: 700;}
/*(재정의)*/
.credit_purchase_calc_table tbody tr td{ padding: 0;}
.credit_purchase_calc_table tbody tr td.cost{ padding: 0 24px 0 0; }

.credit_purchase_wrap .accordion_style_00_wrap .accordion_style_0_con .accordion_style_0{background-image: none;}
.credit_purchase_wrap .accordion_style_00_wrap .accordion_style_0_con .accordion_style_0.open{background-image: none;}
.credit_purchase_wrap .accordion_style_0 .arrow_bx{width: 30px; height: 30px; position: absolute; top: -5px; right: 0; border-radius: 4px;}
.credit_purchase_wrap .accordion_style_0 .arrow_bx::after{content: '';width: 10px; height: 10px; position: absolute; top: 10px; left: 10px; background-image: url(/weven_service/asset/img/svg/icons8-arw_down.svg); background-position: center center; background-size: 20px; background-repeat: no-repeat;}
.credit_purchase_wrap .accordion_style_0.open .arrow_bx::after{content: ''; position: absolute;background-image: url(/weven_service/asset/img/svg/icons8-arw_up.svg);}
.credit_purchase_wrap .accordion_style_0 .arrow_bx:hover{background-color: #3f87f51a;}
/*카드관리*/
/*(재정의)*/
.my_credit_list .common_card_wrap{padding: 20px 25px 21px 31px;}
.my_credit_list .common_card_con .card_img{ width: 120px; }
.dropdown_more.mycard_more .dropdown_more_list { right: 0; }


/* 위즈웨어 랜딩 */
.wizware_logo img { width: 150px; }
.wv_promote_video { z-index: 1; }

/* 새 팝업 스타일 적용 - 23/05/10 jde */
#emailAuthSend.popup_style_0_wrap{overflow: hidden;}
#emailAuthSend.popup_style_0_wrap .popup_style_0_con{display: flex; flex-direction: column; border-radius: 5px;}
#emailAuthSend.popup_style_0_wrap .popup_header{padding-top: 6px; padding-bottom: 6px; border-bottom: 1px solid #e8eef6;}
#emailAuthSend.popup_style_0_wrap .popup_inner{display: flex; flex-wrap: wrap; justify-content: space-between; padding-left: 25px; padding-right: 8px;}
#emailAuthSend.popup_style_0_wrap .popup_title{font-size: 14px; font-size: 1.4rem; line-height: 21px; line-height: 2.1rem; font-weight: 700; letter-spacing: -0.02em; padding-top: 10px;}
#emailAuthSend.popup_style_0_wrap .popup_close_btn > a{width: 11px; height: 11px; text-indent: -10000px; background-image: url("/weven_service/asset/img/11x11_464a53_delete_icon.png"); background-size: 11px; background-position: center center; background-repeat: no-repeat; font-size: 0px;
    font-size: 0rem; line-height: 0px; line-height: 0.0rem; display: inline-block; transition: background-color 0.3s; border-radius: 4px; padding: 20px;}
#emailAuthSend.popup_style_0_wrap .popup_body{padding-top: 39px; padding-bottom: 32px; color: #2a2a2a; flex: 1 1 auto; border-bottom: 1px solid #e8eef6;
    font-size: 14px; font-size: 1.4rem; line-height: 24px; line-height: 2.4rem; letter-spacing: -0.02em; font-weight: 400;}
#emailAuthSend .panel .pop_img{width: 60px; height: 60px; background-image: url("/weven_template/theme/weven/resource/img/svg/open_envelope_icon.svg"); background-size: cover; background-position: center center; background-repeat: no-repeat; margin-bottom: 10px;}
#emailAuthSend .panel .pop_text{text-align: center;}
#emailAuthSend .panel .pop_text .bold{font-weight: 700;}
#emailAuthSend .panel .panel_util{text-align: center; font-size: 0px; line-height: 0px; margin-top: 35px;}

/*즉시-23.07.17 jsw*/
/*결제관리 페이지*/
.my_pay_list_con .my_pay_list_title{margin-top: 56px;padding-bottom:0px;}
/* .my_pay_list_con .sub_contents_title .col-0{font-size: 16px; font-size: 1.6rem; font-weight: 700;} */
/*구독중인 이용권*/
/* .my_pay_list_con .operation_list_wrap{margin-top: 12px; max-width:900px;} */
.my_pay_list_con .payment_type_img{display: inline-block; margin-top: 27px;padding: 42px;-webkit-background-size: 63px;background-size: 63px;background-position: center;background-repeat: no-repeat;}
.my_pay_list_con .payment_type_img.free{background-image: url(/weven_service/asset/img/svg/free.svg);}
.my_pay_list_con .payment_type_img.smart{background-image: url(/weven_service/asset/img/svg/smart.svg);}
.my_pay_list_con .payment_type_img.standard{background-image: url(/weven_service/asset/img/svg/standard.svg);}
.my_pay_list_con .payment_type_img.premium{background-image: url(/weven_service/asset/img/svg/premium.svg);}
.my_pay_list_con .payment_type_img.enterprise{background-image: url(/weven_service/asset/img/svg/upgrade_type_N.svg);}
.my_pay_list_con .operation_list_wrap .operation_list, .my_pay_list_con .previous_list_wrap .previous_list{border: 1px solid var(--box_border_00); border-radius:var(--box_radius_0);padding: 33px 22px 36px 30px;}
.my_pay_list_con .operation_list_con {margin-bottom: 40px;}
.my_pay_list_con .operation_list_inner{padding-left: 30px;}
.my_pay_list_con .operation_list_wrap .operation_title{font-size: 20px; font-size: 2rem; font-weight: 600; letter-spacing: 0.02rem;}
.my_pay_list_con .operation_list_wrap .operation_title>div{display: inline-block;}
/* .my_pay_list_con .operation_list_wrap .operation_title .subscribe{ color: #000; padding: 2px 10px 2px 10px; border-radius: 15px; border: 1px solid #000; margin-right: 10px;} */
.my_pay_list_con .operation_list_wrap .operation_desc{margin-top: 18px;}
.my_pay_list_con .operation_list_wrap .operation_desc_row{margin-top: 7px;}
.my_pay_list_con .operation_list_wrap .operation_desc_row:first-child{margin-top: 0px;}
.my_pay_list_con .operation_list_wrap .operation.right{font-size: 15px; font-weight: 600; padding-left: 5px;}
.my_pay_list_con .operation_list_wrap .operation.right.url{padding-left: 0; max-width: 95%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; word-break: break-all;}
.my_pay_list_con .operation_list_wrap .operation.left{font-size: 15px; font-weight: 400;}
.my_pay_list_con .operation_list_wrap .operation.left.subscribe_url{margin-bottom: 5px;}
.my_pay_list_con .operation_more{top: 9px;right: 9px;}


/*결제내역*/
/* .my_pay_list_con .my_prev_list_title{margin-top:82px;} */
.my_pay_list_con .previous_list_wrap .previous_list{padding: 27px 22px 27px 30px; margin-top: 12px;}
.my_pay_list_con .previous_list{cursor: pointer;}
.my_pay_list_con .previous_list:hover{border-color: var(--box_border_00_h);}
.my_pay_list_con .previous_list_wrap .previous_list:first-child{margin-top: 0;}
.my_pay_list_con .previous_list_wrap .previous_list .previous_date{margin-top: 10px; font-size: 14px; font-size: 1.4rem;  font-weight: 300;}
/* .my_pay_list_con .previous_list_wrap .previous_list .previous_desc{margin-top:15px;} */
.my_pay_list_con .previous_list_wrap .previous_list .previous_title_bold{font-size: 15px; font-size: 1.5rem;font-weight: 700;}
/* .my_pay_list_con .previous_list_wrap .previous_list .previous_title_light{font-size: 16px; font-size: 1.6rem;font-weight: 400;} */
.my_pay_list_con .previous_list_wrap .previous_list .previous_method{font-size: 15px; font-size: 1.5rem; font-weight: 600;color: #688fe4;text-align: right;}
.my_pay_list_con .previous_list_wrap .previous_list .previous_method .account_payment{color:#6abf87;}
.my_pay_list_con .previous_list_wrap .previous_list .previous_method .creditcard_payment{color:#a17edd;}
.my_pay_list_con .previous_list_wrap .previous_list .previous_pay{font-size: 15px; font-size: 1.5rem; text-align: right; font-weight: 700;}

/*구독내용 상세보기 페이지*/
/* .pay_info_con{margin-top: 54px;} */
.pay_info_con .pay_info_wrap{border: 1px solid var(--box_border_00);border-radius: var(--box_radius_0); padding: 40px 40px;}
.pay_info_con .left{font-size: 15px;font-size: 1.5rem; font-weight: 400;}
.pay_info_con .right{font-size: 15px;font-size: 1.5rem; font-weight: 600; word-break: break-all;}
.pay_info_con .invoice_date{font-size: 15px; font-size: 1.5rem; text-align: right;}
.pay_info_con hr{border-bottom: 1px solid #ecedef;}
.pay_info_con hr, .pay_info_con .invoice_total, .pay_info_con .invoice_con>.col-12{margin-top: 32px;}
.pay_info_con .invoice_con>.col-12.detail{margin-top: 10px;}
.pay_info_con .cancel_info_wrap{margin-top: 30px;}
.pay_info_con .cancel_info{font-size: 1.3rem; font-weight: 400;line-height: 18px;}
.pay_info_con .cancel_info_row{padding-left: 10px; margin-top: 0; position: relative;}
.pay_info_con .cancel_info_title{font-weight: 500;}
.pay_info_con .cancel_info_title::before{content: '*';position: absolute; top: 2px; left: 1px;}
.pay_info_con .cancel_info_row:first-child{margin-top: 0;}
.pay_info_con .cancel_info_row:nth-child(2){margin-top: 6px;}
.pay_info_con .cancel_info_row.indent_txt{padding-left: 24px;}
.pay_info_con .cancel_info_row .text_space{margin-left: 2px;}
.pay_info_con .cancel_info_wrap .cancel_info{-ms-word-break: keep-all;word-break: keep-all}
/* .pay_info_con .btn_style_00_con .btn_style_0.mint:hover {background-color: var(--point_wv_01_h);} */
/* .pay_info_con .btn_style_00_con .btn_style_0 {display: inline-block;text-align: center;padding: 12px 35px 12px 35px;background-color: var(--point_wv_01);color: #fff !important;border: 1px solid var(--point_wv_01);border-radius: 5px;font-size: 15px;font-size: 1.5rem;line-height: 21px;line-height: 2.1rem;font-weight: 700;text-align: center;position: relative;} */
/* .pay_info_con .btn_style_00_con a[class^=btn_style_] {display: inline-block;box-sizing: border-box;text-align: center;transition: color,background-color 0.15s;} */
/* .pay_info_con .btn_style_00_con .btn_style_0.white {background-color: #fff;color: var(--point_wv_01) !important;} */
.pay_info_con .btn_style_00_con.po_ab_bottom_right {position: absolute;right: 0;bottom: 13px;z-index: 1;}
.pay_info_con .btn_style_00_con .btn_style_2.arw_right {background-position: right top 3px;}
.pay_info_con .btn_style_00_con .btn_style_2.type_2 {font-size: 14px;font-size: 1.4rem;color: #000000;}
.pay_info_con .btn_style_00_con .btn_style_2.arw_right {font-weight: 600;padding-right: 15px;background-image: url(/weven_service/asset/img/svg/icons8-arw_right.svg);background-size: 10px;background-repeat: no-repeat;}

/* 크레딧 관리 내역 페이지 */
/* .my_credit_list_con .credit_select_wrap{height: 39px;} */
.my_credit_list_con .select_style_00_wrap{height: 40px; width: 100px;}
.my_credit_list_con .select_style_00_wrap .selected_item{line-height: 16px; border-radius: 5px; font-size: 1.4rem; background-position: right 10px center; padding: 10px 45px 12px 18px;}
.my_credit_list_con .select_style_00_wrap .selected_item.active{border-bottom-left-radius: 0;border-bottom-right-radius:0}
.my_credit_list_con .select_style_00_wrap .select_style_0>li>a{font-size: 1.4rem;}
.my_credit_list_con .credit_total_wrap{position: absolute; top: 50%; left: 50%; width: 220px;  transform: translate(-50%, -50%); text-align: center;}
.my_credit_list_con .credit_total{font-size: 18px; font-weight: 700;}
.my_credit_list_con .credit_total_sum{position: relative;}
.my_credit_list_con .credit_total_sum::before{content: ''; position: absolute; top: -3px; left: -32px; width: 26px;height: 26px;background-image: url(/weven_service/asset/img/svg/credit_many_icon.svg); background-position: center center; background-size: 28px; background-repeat: no-repeat;}
/* .my_credit_list_con .credit_total .credit_svg{display: inline-block; position: absolute; top: -2px; left: 0; width: 26px;height: 26px;background-image: url(/weven_service/asset/img/svg/credit_many_icon.svg); background-position: center center; background-size: 28px; background-repeat: no-repeat;} */
.my_credit_list_con .credit_total_txt{font-size: 16px; font-weight: 500;margin-left: 5px;}

/* .my_credit_list_con .refresh_btn{cursor: pointer; width: 46px;height: 100%;border: 1px solid var(--box_border_00);border-radius: var(--box_radius_0); margin-left: 5px; background-image: url(/weven_service/asset/img/svg/icons8-refresh.svg); background-position: center center; background-size: 19px; background-repeat: no-repeat;} */
/* .my_credit_list_con .refresh_btn:hover{border-color: var(--box_border_00_h);} */
/* .my_credit_list_con .btn_style_00_con .btn_style_0.mint::before{content: ''; position: absolute; width: 20px; height: 20px;background-image: url(/weven_service/asset/img/svg/credit_icon.svg); background-size: 16px; background-position: center center; background-repeat: no-repeat; left: 17px; top: 12px;} */
.my_credit_list_con .btn_style_00_con .btn_style_0.mint{padding: 8px 18px 8px 21px; font-size: 1.3rem;}


/* .my_credit_list_con .get_credit{background-color: #2D62E4; border-radius: var(--box_radius_0); height: 100%;}
.my_credit_list_con .credit_txt{color: #fff; font-size: 16px; font-weight: 700; line-height: 54px; padding-left: 40px; padding-right: 14px;}
.my_credit_list_con .credit_txt::before{content: ''; width: 40px; height: 40px; background-image: url(/weven_service/asset/img/svg/icons8-plus_white.svg); background-size: 31px; background-position: center; position: absolute; left: 4px; top: 6px;} */
.my_credit_list_con .credit_list_con{margin-top: 30px;}
.my_credit_list_con .credit_list{padding: 27px 22px 27px 30px; margin-top: 12px;border: 1px solid var(--box_border_00); border-radius: var(--box_radius_0);}
.my_credit_list_con .credit_list:first-child{margin-top: 0;}
.my_credit_list_con .credit_title_left{font-size: 14px; font-weight: 700;}
.my_credit_list_con .credit_title_right{font-size: 16px;font-weight: 700;}
.my_credit_list_con .credit_usage_amount{text-align: right;font-size: 16px;font-weight: 700;}
.my_credit_list_con .credit_history{font-size: 16px;font-weight: 700; width: 14.66%; text-align: right;}
.my_credit_list_con .credit_history.use{color: #e473a8;}
.my_credit_list_con .credit_history.save{color: #688fe4;}
.my_credit_list_con .credit_date_balence{margin-top: 12px;}
.my_credit_list_con .credit_date_all{font-size: 14px; font-weight: 300;}
.my_credit_list_con .credit_bal{font-size: 14px; font-weight: 400; text-align: right;}
.my_credit_list_con .credit_bal_txt{font-size: 14px; font-weight: 400; width: 14.66%;text-align: right;}


/* 문의내역 페이지 */
.my_qna_list_con .input_style_00{position: relative; width: 170px;color: #000; font-size: 14px; font-size: 1.4rem; padding: 8px 40px 9px 18px; font-weight: 500; margin-bottom: 0; margin-top: 0;}
.input_search_btn{position: absolute; width: 41px; height: 100%; right: 0; background-image: url(/weven_service/asset/img/svg/icons8-search.svg); background-size: 11px; background-repeat: no-repeat; background-position: center center;}
/* .my_qna_list_con .input_style_00::after{content: ''; position: absolute; width: 30px; height: 30px; background-image: url(/weven_service/asset/img/svg/icons8-search.svg); background-size: 20px; background-repeat: no-repeat; background-position: center center; top: 0;right: 0;} */
.my_qna_list_con .qna_refresh_wrap{margin-left: 6px;}
.my_qna_list_con .qna_input_wrap:hover{border-color: var(--box_border_00_h);}
.my_qna_list_con .qna_refresh_btn{display: inline-block;width: 40px; height: 39px; box-sizing: border-box; border: 1px solid var(--box_border_00); cursor: pointer; background-image: url(/weven_service/asset/img/svg/icons8-replay.svg); background-size: 14px; background-position: center top 11px; background-repeat: no-repeat; border-radius: var(--box_radius_0);}
.my_qna_list_con .qna_refresh_btn:hover{border-color: var(--box_border_00_h);}
.my_qna_list_con .btn_style_0{padding: 8px 18px 8px 18px;font-size: 13px; font-size: 1.3rem;}
.my_qna_list_con .btn_style_0.mint{padding-left: 35px;position: relative; padding-right: 23px;}
.my_qna_list_con .btn_style_0.mint::before{content: '';position: absolute; top: 4px; left: 13px; width: 26px; height: 26px; background-image: url(/weven_service/asset/img/svg/icons8-pen.svg); background-size: 11px; background-position: center top 9px; background-repeat: no-repeat;}
.my_qna_list_con .qna_list_wrap{margin-top: 30px;}

[history_subscribe].my_qna_list_con .qna_list_wrap { margin-top: 14px; }

.my_qna_list_con .qna_list_wrap .qna_list:first-child{margin-top: 0;}
.my_qna_list_con .qna_list_wrap .qna_list{padding: 27px 18px 27px 30px; margin-top: 12px;border: 1px solid var(--box_border_00); border-radius: var(--box_radius_0); cursor: pointer;}
.my_qna_list_con .qna_list_wrap .qna_list:hover{border-color: var(--box_border_00_h);}
.my_qna_list_con .qna_list_wrap .qna_list .qna_content{margin-top: 10px; font-size: 14px; line-height: 14px; height: 14px; font-weight: 300; max-width: 75%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.wait{color: #d54fa1;}
.replying{color: orange;}
.qna_result.wait{color: #d54fa1;}
.qna_result.replying{color: orange;}
.my_qna_list_con .qna_list_wrap .qna_list .qna_title_bold{font-size: 15px; font-size: 1.5rem;font-weight: 700;}
.my_qna_list_con .qna_list_wrap .qna_list .qna_date_wrap{font-size: 15px; font-size: 1.5rem; font-weight: 600;color: #000 ;text-align: right;}
.my_qna_list_con .qna_list_wrap .qna_list .qna_date{font-size: 14px; font-size: 1.4rem; text-align: right; font-weight: 300;}

/* 문의 결과 대기/완료 */
.qna_result{font-size: 15px; font-size: 1.5rem; font-weight: 700;}
.each_side{position: relative; top: -1px;}
.left_side{margin-right: 1px;}
.right_side{margin-left: 1px;}
.qna_result.complete{color: #4c8ef1;}

/* 문의 결과 답변 페이지 */
.my_qna_result_con .qna_category_title{font-size: 14px; font-size: 1.4rem; font-weight: 800; margin-right: 15px; line-height: 16px;}
.my_qna_result_con .qna1{font-size: 17px; font-size: 1.7rem; font-weight: 700; margin-right: 15px; line-height: 16px;}
.my_qna_result_con .qna_wrap{margin-top: 20px;}
.my_qna_result_con .qna_category_wrap{margin-top: 0;}
.my_qna_result_con .qna_category{font-size: 14px; font-size: 1.4rem; font-weight: 500; margin-left: 4px;}
.my_qna_result_con .qna_result{position: absolute; left: 0px; top: -10px;}
.my_qna_result_con .qna_list_wrap .qna_list .qna_result{font-size: 15px; font-size: 1.5rem; font-weight: 700;}
.my_qna_result_con .depth_arrow{width: 13px; height: 20px; background-image: url(/weven_service/asset/img/svg/icons8-arw_right.svg); background-position: center top 4px; background-repeat: no-repeat; background-size: 8px;}
.my_qna_result_con .answer_line{height: 1px; background-color: var(--box_border_00); border: none;}
.my_qna_result_con .qna_title_wrap{padding: 15px 0px 15px 0px; margin-top: 50px; /* border: 1px solid var(--box_border_00); border-radius: var(--box_radius_0); */}
.my_qna_result_con .answer_title_wrap{margin-top: 29px;margin-bottom: 3px;}
.my_qna_result_con .question_date_wrap{margin-top: 7px;}
.my_qna_result_con .qna_title{font-size: 22px; font-size: 2.2rem; font-weight: 700; line-height: 32px;}
.my_qna_result_con .date_title{font-size: 15px; font-size: 1.5rem; font-weight: 300; line-height: 18px; margin-right: 5px;}
.my_qna_result_con .date_main{font-size: 15px; font-size: 1.5rem; font-weight: 300; line-height: 18px;}
.my_qna_result_con .qna_answer_wrap .qna_content{padding-bottom: 60px;}
.my_qna_result_con .qna_content{padding: 6px 20px 20px 0; font-size: 15px; font-size: 1.5rem; line-height: 28px; font-weight: 500; word-break: keep-all;}
.my_qna_result_con .qna_file_con{padding-bottom: 50px;}
.my_qna_result_con .qna_file_con .qna_zip_file .qna_file{padding-right: 17px; margin-right: 17px; position: relative;}
.my_qna_result_con .qna_file_con .qna_zip_file .qna_file:last-child{padding-right: 0; margin-right: 0;}
.my_qna_result_con .qna_file_con .qna_zip_file .qna_file:after{content: ''; width: 1px; height: 13px; background-color: #d8dee7; position: absolute; top: 4px; right: 0;}
.my_qna_result_con .qna_file_con .qna_zip_file .qna_file:last-child:after{content: none;}
.my_qna_result_con .qna_file_con .qna_file{font-size:14px; font-size:1.4rem; line-height:21px; line-height:2.1rem; color: #4c8ef1; margin-bottom: 20px; }
/*.my_qna_result_con .qna_file_con .qna_file img{box-shadow: 0 0 0 1px rgba(0,0,0,0.1);}*/
.my_qna_result_con .qna_file_con .qna_file a{position: relative;}
.my_qna_result_con .qna_file_con .qna_file a:after{content: ''; position: absolute; bottom: -2px; left: 0; width: 100%; height: 1px; background-color: #4c8ef1; opacity: 0; transition: opacity 0.2s;}
.my_qna_result_con .qna_file_con .qna_file a:hover:after{opacity: 1;}
/* .my_qna_result_con .list_btn{font-size: 15px; font-size: 1.5em; font-weight: 500; border: 1px solid; border-color: var(--box_border_00); border-radius: var(--box_radius_0); padding: 20px 40px 20px 40px; text-align: center;}
.my_qna_result_con .list_btn:hover{border-color: var(--box_border_00_h);} */


/* 문의하기 페이지 */
.my_qna_quest_con .quest_sub_contents_title{font-size: 15px; font-size: 1.5rem; margin-top: 35px;}
.my_qna_quest_con .quest_sub_contents_title:first-child{margin-top: 0;}
.my_qna_quest_con .select_style_00_wrap_50{width: calc(100% - 10px); margin-left: 10px; margin-bottom: 10px;}
.my_qna_quest_con .select_style_00_wrap_100{width: 100%; margin-bottom: 10px;}
.my_qna_quest_con .selected_item_con{width: 100%;height: 100%;}
.my_qna_quest_con .input_style_0_con{border: 1px solid; border-color: var(--box_border_00); border-radius: var(--box_radius_0); margin-bottom: 10px;}
.my_qna_quest_con .quest_customer_number .input_style_0_con { border: none; }
.my_qna_quest_con .quest_customer_number .input_style_0_con .input_style_0 { border: 1px solid; border-color: var(--box_border_00); border-radius: var(--box_radius_0); }
.my_qna_quest_con .quest_customer_number .input_style_0_con, .my_qna_quest_con .quest_content_main .input_style_0_con{margin-bottom: 0;}
.my_qna_quest_con .input_style_0_con .input_style_0{padding-left: 21px; font-size: 1.5rem; font-size: 15px; line-height: 21px; line-height: 2.1rem; font-weight: 500;}
.my_qna_quest_con .quest_content_main .textarea_00{border: none; padding-left: 21px;}
.my_qna_quest_con .quest_file_attach_con>div{border: 1px solid;border-color: var(--box_border_00); padding: 15px 10px 15px 24px; margin-bottom: 10px; border-radius: var(--box_radius_0); font-size: 15px; font-size: 1.5rem; font-weight: 500; cursor: pointer; line-height: 2.2rem;}
.my_qna_quest_con .quest_file_attach_con>div:hover{border-color: var(--box_border_00_h);}
.my_qna_quest_con .quest_file_attach_con>div:last-child{margin-bottom: 0;}
.my_qna_quest_con .quest_file_attach_con .quest_file_attach { padding-left: 24px; }
.my_qna_quest_con .quest_file_attach_con .file_attach_btn{background-image: url(/weven_service/asset/img/svg/icons8-plus_circle_blue.svg); background-size: 20px; background-position: right center;background-repeat: no-repeat;  color: var(--point_wv_00); cursor: pointer;}
.my_qna_quest_con .quest_file_attach_con .quest_file_attach.attached .file_attach_btn, .my_qna_quest_con .quest_file_attach_con .quest_file_attach.attached input[type=file] { pointer-events: none; cursor: default; }
.my_qna_quest_con .quest_file_attach_con .file_delete{ position: absolute; top: 50%; right: 10px; z-index: 1; width: 20px; height: 20px; transform: translateY(-50%); background-image: url(/weven_service/asset/img/svg/icons8-close.svg); background-size: 20px; background-position: center;background-repeat: no-repeat;}
.my_qna_quest_con .agreechk_wrap{margin-top: 50px;}
.my_qna_quest_con .agreechk_wrap .box_label{display: block; cursor: pointer;}
.my_qna_quest_con .position_ab{margin-top: -5px;}
.my_qna_quest_con .quest_agree_txt{text-align: center; font-size: 15px; font-size: 1.5rem; font-weight: 500;}
/* .my_qna_quest_con .quest_agree_txt span{margin-left: 5px;} */

/* 엔터프라이즈 신청 페이지 */
#pageQnaEnterprise{ }
#pageQnaEnterprise .my_qna_quest_con .agreechk_wrap{ margin-top: 19px; }
#pageQnaEnterprise .policy_btn_con .policy_btn{ width: 100%; }
#pageQnaEnterprise .policy_btn_con .policy_btn:nth-child(2) .check_btn_style_0_con .check_btn_style_0{ width: 188px; }
#pageQnaEnterprise .policy_btn_con .policy_btn:nth-child(2) .btn_style_5_con{ margin-top: -4px; }
#pageQnaEnterprise .policy_btn_con .policy_btn:nth-child(3) .check_btn_style_0_con .check_btn_style_0{ width: 142px; }
#pageQnaEnterprise .policy_btn_con .policy_btn:nth-child(3) .btn_style_5_con{ margin-top: -6px; }
.enterprise_text{ font-size: 20px; font-size: 2.0rem; line-height: 32px; line-height: 3.2rem; font-weight: 700; text-align: center; }
.enterprise_text hr{ display: block; height: 1px; width: 50px; background-color: #000; border: none; margin-bottom: 28px; }
.enterprise_text .point_blue{ color: #0080f8; }
.enterprise_who{ margin-top: 88px; text-align: center; }
.enterprise_who img{ height: 87px; }
.enterprise_who .enterprise_who_text{ margin-top: 29px; word-break: keep-all; }
.enterprise_who .enterprise_who_text:after{ content: ''; width: 1px; height: 100%; background-color: #d3dde0; position: absolute; top: 0; right: 0; }
.enterprise_who .enterprise_who_element:last-child .enterprise_who_text:after{ content: none; }
.enterprise_who .enterprise_who_title{ font-size: 18px; font-size: 1.8rem; line-height: 24px; line-height: 2.4rem; font-weight: 800; }
.enterprise_who .enterprise_who_desc{ margin-top: 12px; padding: 0 10px; font-size: 14px; font-size: 1.4rem; line-height: 21px; line-height: 2.1rem; font-weight:  500; letter-spacing: -0.02em; }
.enterprise_partner{ margin-top: 78px; }
.enterprise_partner .enterprise_partner_title{ font-size: 15px; font-size: 1.5rem; line-height: 21px; line-height: 2.1rem; font-weight: 700; text-align: center; }
.enterprise_partner .enterprise_partner_box{ margin-top: 22px; border: 1px solid var(--box_border_00); border-radius: var(--box_radius_0); padding: 40px; display: flex; flex-wrap: wrap; justify-content: center; gap: 35px 43px;}
.enterprise_partner .enterprise_partner_box img{ height: 26px; }

/* 카드 등록 팝업 */
#popRegister{max-width: 480px; width: 90%;}
#popRegister .popup_title{font-size: 17px; font-size: 1.7rem;}
#popRegister .popup_inner{padding-left: 27px;}
#popRegister .panel_list_title{font-size: 15px; font-size: 1.5rem; margin-bottom: 11px; font-weight: 600;}
#popRegister .input_style_0{text-align: center;border: 1px solid var(--box_border_00); border-radius: var(--box_radius_0);}
#popRegister .list_chk_all{margin-bottom: 17px; font-size: 15px; font-size: 1.5rem; font-weight: 600;}
#popRegister .list_chk_all div {cursor: pointer;}
#popRegister .list_chk{margin-top: 10px; padding-left: 15px;}
#popRegister .list_chk label{font-size: 13px; font-size: 1.3rem; font-weight: 500; cursor: pointer;}
#popRegister .list_chk .condition_link{position: absolute; right: 20px; top: 1px;}
#popRegister .list_chk .condition_link .btn_style_5::after{bottom: 2px;}
#popRegister .list_chk:first-child{margin-top: 16px;}
#popRegister .list_chk:last-child{margin-bottom: 17px;}
#popRegister .panel_list ul{border: 1px solid var(--box_border_00); border-radius: var(--box_radius_0);}

/* 결제 비밀번호 등록 팝업, 결제 비밀번호 변경 팝업 */
.pop_password {max-width: 480px; height: 610px; width: 90%;}
.pop_password .popup_title{font-size: 16px; font-size: 1.6rem;}
.pop_password .popup_inner{padding-left: 27px;}
.pop_password .panel_main_title{font-size: 24px; font-size: 2.4rem; font-weight: 700; word-break: keep-all; line-height: 3rem; margin-top: 20px;}
.pop_password.type_2 .popup_body .panel .panel_list .panel_sub_title{font-size: 15px; font-size: 1.5rem; font-weight: 500; word-break: keep-all; margin-top: 8px; margin-bottom: 34px;}
.pop_password .password_bx{text-align: center; font-size: 30px; font-size: 3rem; font-weight: 700; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
.pop_password .chk_circle{width: 24px;height: 24px;border-radius: 50%;background-color: var(--box_border_00); box-sizing: border-box; float: none; margin-left: auto; margin-right: auto;}
.pop_password .number_btn_wrap>div{position: relative; box-sizing: border-box;float: left; width: 33.33%; padding-left: 10px; text-align: center; font-size: 30px; font-size: 3.0rem; font-weight: 700; padding-top: 10px; margin-top: 17px; cursor: pointer;padding-bottom: 10px;-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
.pop_password .number_btn_wrap>div:hover{color: var(--point_wv_00);}
.pop_password .number_btn_wrap .first_row{margin-top: 32px;}
.pop_password .number_btn_wrap .del{text-indent: -10000px; background-image: url(/weven_service/asset/img/svg/icons8-backspace.svg); background-position: left 33px center; background-size: 33px; background-repeat: no-repeat;}
.pop_password .number_btn_wrap .del:hover{background-image: url(/weven_service/asset/img/svg/icons8-backspace_mint.svg);}


/* 결제 비밀번호 변경 팝업 */
/* #popPasswordChange{max-width: 480px; height: 610px;}
#popPasswordChange .popup_title{font-size: 16px; font-size: 1.6rem;}
#popPasswordChange .popup_inner{padding-left: 27px;}
#popPasswordChange .panel_main_title{font-size: 24px; font-size: 2.4rem; font-weight: 700; word-break: keep-all; line-height: 3rem; margin-top: 20px;}
#popPasswordChange .panel_sub_title{font-size: 15px; font-size: 1.5rem; font-weight: 500; word-break: keep-all; margin-top: 8px; margin-bottom: 34px;}
#popPasswordChange .chk_circle{width: 20px;height: 20px;border-radius: 50%;background-color: var(--box_border_00)}
#popPasswordChange .number_btn_wrap>div{font-size: 30px; font-size: 3.0rem; font-weight: 700; padding-top: 10px; padding-bottom: 10px; margin-top: 20px; cursor: pointer;}
#popPasswordChange .number_btn_wrap>div:hover{color: var(--box_border_10_h);} */

/* 결제 비밀번호 재설정 팝업 */
/* #popPasswordReset{max-width: 480px; height: 610px;} */
/* #popPasswordReset .popup_title{font-size: 17px; font-size: 1.7rem;} */
/* #popPasswordReset .popup_inner{padding-left: 27px;} */
#popPasswordReset .panel{height: 470px;}
#popPasswordReset .panel_list:first-child{margin-top: 161px;}
#popPasswordReset .panel_list.valid_panel{margin-top: 104px;}
#popPasswordReset .password_reset_title{font-size: 22px; font-size: 2.2rem; font-weight: 700; word-break: break-all; line-height: 3rem;}
#popPasswordReset .password_reset_txt{font-size: 15px; font-size: 1.5rem; font-weight: 500; word-break: keep-all; margin-top: 11px;}
#popPasswordReset .input_style_0{border: 1px solid var(--box_border_00); border-radius: var(--box_radius_0);}
#popPasswordReset .certificate_time{position: absolute; top: 14px; right: 18px; font-size: 16px; font-size: 1.6rem; font-weight: 600; color: var(--point_wv_00);}
#popPasswordReset .panel_util{position: absolute; bottom: 0;}
#popPasswordReset .valid_btn{position: relative;}
#popPasswordReset .valid_btn:hover{font-weight: 700;}
#popPasswordReset .btn_style_00_con .btn_style_2.line.valid_btn::after{content: ''; position: absolute; right: -15px; left: auto; bottom: auto; top: 3px; width: 11px; height: 13px; background-image: url(/weven_service/asset/img/svg/icons8-arrow_right_1.svg); background-size: 18px; background-repeat: no-repeat; background-position: center center; background-color: transparent; opacity: 0.7;}
#popPasswordReset .btn_style_00_con .btn_style_2.line.valid_btn:hover::after{opacity: 1;}

/* 결제 비밀번호 등록 완료 팝업 */
/* #popPasswordChangeComplete {max-width: 480px; height: 600px;} */
/* #popPasswordChangeComplete  .popup_title{font-size: 17px; font-size: 1.7rem;} */
/* #popPasswordChangeComplete  .popup_inner{padding-left: 27px;} */
.pop_complete.pop_password .panel{height: 470px;}
.pop_complete.pop_password .complete_txt_wrap{width: 66.66%; float: none; margin-left: auto; margin-right: auto; box-sizing: border-box;}
.pop_complete.pop_password .popup_body .panel .panel_list .complete_icon{width: 50px;height: 50px; background-image: url(/weven_service/asset/img/svg/icons8-circlecheck.svg); background-size: 50px; background-repeat: no-repeat; background-position: centerc center;margin-bottom: 20px;}
.pop_complete.pop_password .check_complete{margin-top: 150px;}
.pop_complete.pop_password .complete_txt{text-align: center; font-size: 27px; font-size: 2.7rem; font-weight: 700; max-width: 300px; word-break: keep-all; line-height: 30px; line-height: 3.0rem;}
.pop_complete.pop_password .btn_style_00_con{position: absolute; bottom: 0;width: 100%; margin-top: 30px;}
.pop_complete.pop_password .btn_style_00_con .btn_style_0{width: 100%;}

#popRegisterComplete {height: 767px;}
#popRegisterComplete .panel{height: 634px;}
#popRegisterComplete .check_complete{margin-top: 200px;}



/* 도움말센터 (.help_center) */
.page_sub_box_list_wrap .page_sub_box_list:first-child{margin-top: 0;}
/* .page_sub_box_list_wrap .page_sub_box_list{border: 1px solid var(--box_border_00); padding: 27px 18px 27px 30px; font-size: 15px; font-size: 1.5rem; font-weight: 500; border-radius: var(--box_radius_0); margin-top: 12px;} */
.wrapper.sub .contents_bottom_con.help_center{max-width: 950px;}
.help_center{margin-top: 30px;}
.help_center .sub_contents_title {font-size: 1.7rem; font-size: 17px;}
.help_search{display: none; position: absolute;width: 79%; top: 0; left: 50%; transform: translateX(-50%); text-align: left;}
.help_search.active{display: block;}
.help_search .input_style_00{font-size: 14px; font-size: 1.4rem; width: 100%; color: #000; font-weight: 600; padding: 15px 14px 15px 20px; border: 2px solid #000; border-radius: 60px;}
.help_search .input_style_00:hover{border-color: #000;}
.help_search .input_style_00::-webkit-input-placeholder{font-weight: 300; color:#93a6c7;}
.help_search .input_style_00:-ms-input-placeholder{font-weight: 300; color:#93a6c7;}
.help_search .input_style_00:-moz-placeholder{font-weight: 300; color:#93a6c7;}
.help_search .input_style_00::-moz-placeholder{font-weight: 300; color:#93a6c7;}
.help_search .input_search_btn{background-size: 17px; background-position: center center; height: 54px; width: 50px; right: 2px;}
/* .help_search .input_search_btn:hover{background-color: #e9f0f3; border-top-right-radius: 5px;border-bottom-right-radius: 5px; border-top: 2px solid #000; border-right: 2px solid #000; border-bottom: 2px solid #000; box-sizing: border-box; background-position: right 16px center; margin-right: 1px;} */
.help_list{border: 1px solid var(--box_border_00); padding: 19px 18px 19px 25px; font-size: 15px; font-size: 1.5rem; font-weight: 500; border-radius: 5px; margin-top: 8px;}
.help_center_list{margin-top: 50px;}
.help_center_list:first-child{margin-top: 0;}
.help_list:hover{/* font-weight: 700; */ border-color: var(--box_border_00_h); cursor: pointer;}
.help_list::after{content: ''; position: absolute; width: 20px; height: 20px; background-image: url(/weven_service/asset/img/svg/icons8-arrow_right_1.svg); background-position: center center; background-size: 17px; background-repeat: no-repeat; top: 18px; right: 16px;}
.help_title{font-size: 14px; font-size: 1.4rem; font-weight: 500; cursor: pointer;}
.help_title:hover{font-weight: 700;}
.help_center_sidemenu_con{max-width: 151px;}
.help_sidemenu_wrap{margin-top: 13px;}
.help_sidemenu_list .sub_contents_title{border-bottom: 2px solid #000;}
.help_sidemenu_wrap > ul > li {overflow: hidden; border-top: 1px solid; border-bottom: 1px solid; border-color: transparent;}
.help_sidemenu_wrap > ul > li:first-child{border-top: none;}
.help_sidemenu_wrap > ul > li.active{box-sizing: border-box; overflow: visible; border-color: var(--box_border_00); padding-top: 27px; padding-bottom: 24px; margin-bottom: 25px; margin-top: 13px;}
.help_sidemenu_wrap > ul > li:first-child.active{border-top: none; padding-top: 1px;}
.help_sidemenu_wrap > ul > li > a {position: relative; padding: 0 0 12px 0; line-height: 1; display: block;}
.help_sidemenu_wrap > ul > li.active > a {font-size: 1.5rem; font-size: 15px; font-weight: 700; color: var(--point_wv_00); /* padding-top: 22px; */ /* margin-top: 15px; */}
.help_sidemenu_wrap > ul > li > .bullet_active::after{content: ''; position: absolute; width: 4px; height: 4px; top: 5px;right: 0; border-radius: 50%; background-color: var(--point_wv_00);}
.help_sidemenu_wrap > ul > li > ul { height: 0; overflow: hidden; }
.help_sidemenu_wrap > ul > li > ul > li { padding: 5px 0 5px 0; position: relative; }
.help_sidemenu_wrap > ul > li > ul > li.on { font-weight: 700; }
.help_sidemenu_wrap > ul > li > ul > li.on::after{content: ''; position: absolute; width: 4px; height: 4px; top: 10px;right: 0; border-radius: 50%; background-color: #000; }
.help_sidemenu_wrap > ul > li > ul > li.on > a { font-weight: 700; }
.help_sidemenu_wrap > ul > li > ul > li:last-child{padding-bottom: 0px;}

/* 도움말 항목 클릭시 */
/* .clicked_menu_dim{position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: #4c4c4c; z-index: 9999;} */
.clicked_menu_con{ max-width: 1000px; height: calc(100vh - 80px);background-color: #fff; /* top: 0; left: 50%; transform: translateX(-50%); */ overflow: hidden;}
.clicked_menu_con.view_page { height: auto; }
.clicked_menu_title_wrap{position: relative;box-sizing: border-box; border-bottom: 1px solid var(--box_border_00); padding: 28px 35px 31px 36px; }
.clicked_menu_category{font-size: 13px; font-size: 1.3rem; font-weight: 500; letter-spacing: -0.02rem; line-height: 1.3rem;}
.clicked_menu_category div+div{margin-left: 3px;}
.clicked_menu_right{width: 13px; height: 13px; background-image: url(/weven_service/asset/img/svg/icons8-arrow_right_light.svg); background-size:19px; background-repeat: no-repeat; background-position: top -1px center;}
.clicked_menu_title{margin-top: 16px; font-size: 23px; font-size: 2.3rem; font-weight: 700; line-height: 2.3rem; line-height: 23px; letter-spacing: 0.03rem;}
.clicked_menu_close{cursor: pointer; position: absolute; width: 40px; height: 40px; background-image: url(/weven_service/asset/img/svg/icons8-close_popPage.svg); background-position: center center; background-repeat: no-repeat; background-size: 24px; top: 10px; right: 10px; border-radius: var(--box_radius_0);}
.clicked_menu_close:hover{background-color: rgba(63,135,245,0.1);}
.clicked_menu_content_wrap{ width: 100%; height: calc(100vh - 185px); box-sizing: border-box; overflow-y: auto;}
.clicked_menu_con.view_page .clicked_menu_content_wrap { height: auto; overflow-y: hidden; padding: 30px 35px 35px 36px; }
.clicked_menu_content{position: relative; width: 100%; padding: 0px 35px 35px 35px;}
.clicked_menu_content * { font-family: "Pretendard" !important; letter-spacing: 0em; }
.clicked_menu_content_wrap::-webkit-scrollbar{width: 12px;}
.clicked_menu_content_wrap::-webkit-scrollbar-thumb{background-color: #cbd5e1; background-clip: padding-box; border-left: 6px solid transparent; border-right: 4px solid transparent;border-top: 4px solid transparent;}
.clicked_menu_content_wrap::-webkit-scrollbar-track{background-color: transparent;}
.clicked_menu_content_wrap::-webkit-scrollbar-button{display: none;}
/*도움말 항목 클릭 시 나오는 팝업 하단에 반복해서 나오는 부분*/
.helpcenter_pop_bottom_con{ font-size: 22px; font-size: 2.2rem; line-height: 30px; line-height: 3.0rem; font-weight: 500; text-align: center; background-color: #f5fafe; padding: 40px 35px; }
.helpcenter_pop_bottom_con .helpcenter_pop_bottom_text{ word-break: keep-all; }
.helpcenter_pop_bottom_con .helpcenter_pop_bottom_btn{ display: inline-flex; align-items: center; background-color: var(--point_wv_01); color: #fff; font-weight: 600; padding: 5px 29px 5px 5px; border-radius: 100px; margin-top: 32px; }
.helpcenter_pop_bottom_con .helpcenter_pop_bottom_btn .btn_logo{ display: inline-block; width: 45px; height: 45px; border-radius: 50%; background-color: #fff; margin-right: 12px;
    background-image: url("/weven_service/asset/img/logo/ZgAI_color_logo_Z.png"); background-size: 22px 15px; background-position: center center; background-repeat: no-repeat; }
.helpcenter_pop_bottom_con .helpcenter_pop_bottom_btn .btn_text{ display: inline-block; }

/* 도움말 항목 목록 (모바일에서 덮이는 탭 형식) */
#sideMenuOpenBtn{display: block; width: 30px; height: 30px; position: absolute; top: 0; left: -20px; cursor: pointer; background-color: #000; border-radius: 50%;
    background-image: url("/weven_service/asset/img/svg/icons8-right_fold_white.svg"); background-position: center; background-size: 18px; background-repeat: no-repeat;}
#helpCenterSideMenuDim{display: none; position: fixed; top: 0; left: 0; /*z-index: 1014;*/ z-index: 999; min-width: 100vw; min-height: 100vh; background-color: #000; opacity: 0.3;}
#helpCenterSideMenuDim.is_open{display: block;}
#helpCenterSideMenu{position: fixed; top: 0; left: -260px; z-index: 13; z-index: 1015;  min-height: 100vh; background-color: #fff; padding: 30px; max-width: 1000px; transition: left 0.3s;
    height: 90%; overflow: auto;}
#helpCenterSideMenu::-webkit-scrollbar{background-color: transparent; width: 10px;}
#helpCenterSideMenu::-webkit-scrollbar-thumb{ background-color: #eee; border-left: 5px solid #fff; border-right: 3px solid #fff;}
#helpCenterSideMenu.is_open{left: 0;}
#helpCenterSideMenu .mobile_close_btn{display: block; width: 30px; height: 30px; position: absolute; top: 25px; right: 20px; z-index: 1; cursor: pointer;
    background-image: url("/weven_service/asset/img/svg/icons8-close.svg"); background-position: center; background-size: 18px; background-repeat: no-repeat;}



/* 자주묻는질문 (.help_center.faq_center) */
.help_center.faq_center{}
.help_center.faq_center .help_center_sidemenu_con{display: none;}
.help_center.faq_center .help_list:after{background-image: url("/weven_service/asset/img/svg/icons8-arw_down.svg");}
.help_center.faq_center .help_list.active:after{background-image: url("/weven_service/asset/img/svg/icons8-arw_up.svg");}
.help_center.faq_center .help_list.active{border-color: var(--box_border_00_h); transition: border 0s;}
.help_center.faq_center .help_list .faq_title{padding-right: 20px;}
.help_center.faq_center .help_list .faq_content{overflow: hidden; height: 0; margin-top: 0; padding-right: 30px; font-size:14px; font-size:1.4rem; line-height:20px; line-height:2.0rem; font-weight: 400;}
/*.help_center.faq_center .help_list.active .faq_content{transition: margin-top 0.3s;}*/



/* 도메인 관리 메인 페이지 */
/* .my_domain_con{padding-top: 114px;} */
.my_domain_con .my_domain_contents_top_con{margin-bottom: 30px; text-align: center;}
.my_domain_con .contents_bottom_con.my_domain_plain_bottom_con {padding-top: 20px; overflow: hidden;}
.my_domain_con .table_style_00_con {padding-right: 1px; padding-left: 1px;}
/* .my_domain_content_box{margin-top: 30px;} */
.my_domain_content_box:first-child{margin-top: 0px; margin-bottom: 50px;}
.domain_info_list_con .domain_info_list:nth-child(1)::after{content:''; position: absolute; top:4px;height: 100%; border-right:1px solid var(--box_border_01); right: 6px;}
.domain_info_list_con .domain_info_list:nth-child(2)::after{content:''; position: absolute; top:4px;height: 100%; border-right:1px solid var(--box_border_01); right: -8px;}
.domain_info_list_con .domain_info_list_title{  font-size:14px; font-size:1.4rem; line-height:20px; line-height:2.0rem; font-weight: 500; color:#000; margin-bottom: 4px;}
.domain_info_list_con .domain_info_list_num{font-size:34px; font-size:3.4rem; line-height:40px; line-height:4rem; font-weight: 600; color:#000;}
.domain_info_list_wrap{margin-bottom: 40px; padding-top: 40px;overflow: hidden;}
.domain_info_btn_wrap .btn_style_0{width: 197px; text-align: center;}
.my_domain_info_list_wrap{margin-bottom: 50px; }
.my_domain_info_list_wrap .my_domain_info_title{  font-size:16px; font-size:1.6rem; font-weight: 700; color:#000; margin-bottom: 15px;}
.my_domain_info_list_wrap .my_domain_info_list{position: relative; font-size:15px; font-size:1.5rem;font-weight: 400; color:#000; word-break: keep-all; padding-left: 13px; margin-bottom: 7px; box-sizing: border-box;}
.emphasizing{font-weight: 700;}
.my_domain_info_list_wrap .my_domain_info_list:last-child{margin-bottom: 0;}
.my_domain_info_list_wrap .my_domain_info_list:after{content: ''; position: absolute; left: 0; top:8px; width: 3px; height: 3px; background-color: #000; border-radius: 50%;}
.my_domain_info_list_wrap .my_domain_info_list span.point0{font-weight: 400;}
.my_domain_box_title_con{text-align: center; background-color: #f6f8fa; padding: 75px 30px 75px 30px; box-sizing: border-box;border-top-left-radius: 6px; border-bottom-left-radius: 6px;}
.my_domain_box_title_con>div{width: 100%;}
.box_style_0_con .box_style_0_list .box_style_0_title { font-size:21px; font-size:2.1rem; line-height:30px; line-height:3rem;font-weight: 700; color:#000; /*text-overflow:ellipsis; white-space:nowrap; */word-wrap:break-word; word-break: keep-all; /*overflow:hidden;*/}
.my_domain_box_title_con .my_domain_box_sub_title{font-size: 14px; font-size: 1.4rem; line-height: 2rem; font-weight: 600; color: #000; margin-bottom: 15px;}
.my_domain_box_title_con .my_domain_box_line{margin-left: auto; margin-right: auto; display: block; width: 33px; border-bottom: 1px solid #000; margin-bottom: 13px;}
.my_domain_box_title_con .my_domain_box_title{font-size: 23px; font-size: 2.3rem;  font-weight: 700; word-wrap: break-word; word-break: keep-all; }
.my_domain_box_desc_con{padding-top: 26px; padding-bottom: 26px; padding-left: 48px; padding-right: 38px;}
.my_domain_box_desc_con .list_style_0{overflow: hidden; margin-bottom: 13px; font-size: 0; font-size: 0rem;}
.my_domain_box_desc_con .list_style_0:last-child{margin-bottom: 0;}
.my_domain_box_desc_con .list_style_0 .list_style_0_title{display: inline-block; font-size: 13px; font-size: 1.3rem; font-weight: 500; line-height: 21px; line-height: 2.1rem;}
.my_domain_box_desc_con .list_style_0 .list_style_0_desc{display: inline-block; overflow: hidden; font-size: 16px; font-size: 1.6rem; line-height: 2.2rem;  font-weight: 600; text-align: right;}
.my_domain_box_desc_con .list_style_0 .btn_style_0{padding-top: 8px; padding-bottom: 7px;}
.my_domain_list{ cursor: pointer; margin-bottom: 15px; box-sizing: border-box; border: 1px solid var(--box_border_01); border-radius: 6px;}
.my_domain_list:hover{border-color: var(--box_border_00_h);}
.my_domain_list .company{position: absolute; top: 8px; left: 8px; font-size: 13px; font-size: 1.3rem; background-color: #fff; font-weight: 600; padding: 7px 12px 6px 13px; border: 1px solid #e4e9ef; border-radius: var(--box_radius_0);}
.my_domain_list .btn_style_2.arw_right{background-position: right -7px top -1px; padding-right: 13px; color: var(--point_wv_00); color: var(--point_wv_00); background-image: url(/weven_service/asset/img/svg/icons8-arrow_right_1_blue.svg); background-size: 21px;}
[data-wv-pc="mobile"] .my_domain_list .btn_style_2.arw_right{background-position: right -7px top 0px;}
.my_domain_sub_title{margin-bottom: 30px;font-size: 20px; font-size: 2rem;  font-weight: 700; word-break: keep-all;}
.my_domain_info_list_wrap .table_style_00{border-radius: 6px;}
.my_domain_info_list_wrap .table_box{padding-right: 1px; padding-left: 1px;}
.my_domain_info_list_wrap .btn_style_0{padding: 5px 10px 5px 10px; font-size: 14px; font-size: 1.4rem; font-weight: 500; border-radius: 4px;}
.my_domain_info_list_wrap .table_style_00 tr th:first-child{border-top-left-radius: 6px;}
.my_domain_info_list_wrap .table_style_00 tr th:first-child{border-top-left-radius: 6px;}
.my_domain_info_list_wrap .table_style_00 tr th:last-child{border-top-right-radius: 6px;}

.my_domain_contents_bottom_con .table_style_00 tbody tr{height: 70px;}
.my_domain_contents_bottom_con .table_style_00 tbody tr td {font-size: 12px; font-size: 1.2rem; line-height: 1.8rem; line-height: 18px; padding: 0 5px;}
.my_domain_contents_bottom_con .table_style_00 .td_first {font-weight: 700;}
.my_domain_contents_bottom_con .table_style_00 .td_second { font-weight: 400;}
.my_domain_contents_bottom_con .table_style_00 .td_third { font-weight: 400;}
.my_domain_contents_bottom_con .table_style_00 .td_fourth {font-weight: 600;}

/* 도메인 관리 상세 페이지 */
.my_domain_con .check_info_list_wrap{ margin-bottom: 40px;}
/* .my_domain_con .domain_check_box{margin-bottom: 28px;} */
.my_domain_con .domain_view_btn{margin-top: 20px;}
.my_domain_con .domain_check_box:last-child{margin-bottom: 0px;}
.my_domain_con .check_info_list_wrap.no_btn{margin-bottom: 0;}
.my_domain_contents_bottom_con .sub_contents_title .btn_style_00_con{top: -14px;}
/* .my_domain_con .domain_check_box.no_btn{margin-bottom: 0px;} */
.domain_address_con .domain_address { font-size:36px; font-size:3.6rem; line-height:42px; line-height:4.2rem;  font-weight: 600; text-align: center;}
.my_domain_box{padding-right: 1px; padding-left: 1px; margin-bottom: 50px;}
.row_title{width: 120px; background-color: #f6f8fa;  text-align: center;}
.nameserver_address .table_style_00 thead tr th:first-child, .nameserver_address .table_style_00 tbody tr td:first-child{width: 10%; padding: 0 5px; font-size: 12px; font-size: 1.2rem;}
.nameserver_address .table_style_00 thead tr th:nth-child(2), .nameserver_address .table_style_00 tbody tr td:nth-child(2){ font-size: 12px; font-size: 1.2rem; width: 30%;}
.nameserver_address .table_style_00 thead tr th:nth-child(3), .nameserver_address .table_style_00 tbody tr td:nth-child(3){width: 20%; padding: 0 10px; font-size: 12px; font-size: 1.2rem;}
.nameserver_address .table_style_00 thead tr th:last-child, .nameserver_address .table_style_00 tbody tr td:last-child{width: 15%; padding: 0 5px; font-size: 12px; font-size: 1.2rem;}
.my_domain_con .table_style_00 thead tr th{padding: 0 13px; box-sizing: border-box;}
.my_domain_con .table_style_00 tbody tr td{font-size: 1.3rem; font-size: 13px; line-height: 19px; line-height: 1.9rem; box-sizing: border-box;}
.table_style_00 tbody tr td.domain_view_table_title{border-top-left-radius: 6px; border-bottom-left-radius: 6px; font-size: 13px; font-size: 1.3rem; line-height: 1.9rem; font-weight: 500;}
.table_style_00 tbody tr td.domain_view_table_desc{padding: 0px 30px 0px 30px; font-size: 15px; font-size: 1.5rem;}
.nameserver_change{margin-bottom: 28px;}
.check_info_list_wrap .btn_style_0.white{padding: 5px 10px 5px 10px;}
.check_info_list_wrap .check_info_title { font-size:18px; font-size:1.8rem; line-height:24px; line-height:2.4rem; margin-bottom: 17px; font-weight: 700; }
.check_info_list_wrap .check_info_list { position: relative; font-size: 15px; font-size: 1.5rem; line-height: 22px; line-height: 2.2rem; font-weight: 400; word-break: keep-all; padding-left: 12px; box-sizing: border-box;}
.check_info_list_wrap .check_info_list+.check_info_list { margin-top: 5px;}
.check_info_list_wrap .check_info_list::after{content: ''; position: absolute; left: 0; top: 10px; width: 3px; height: 3px; background-color: #000; border-radius: 50%;}
/* .check_info_list_wrap.popup_check {margin-top: 20px;} */
.check_info_list_con {margin-bottom: 35px;}
.check_info_list_con.no_btn {margin-bottom: 0px;}



/* 도메인 추가 팝업 */
.start_step{position: relative; border-top: 1px solid var(--box_border_00); border-bottom: 1px solid var(--box_border_00); padding: 13px 0 12px 0; color: #b2c5ce; transition: none;}
.start_step:first-child{border-top-left-radius: var(--box_radius_0); border-bottom-left-radius: var(--box_radius_0); border-left: 1px solid var(--box_border_00);}
.start_step:last-child{border-top-right-radius: var(--box_radius_0); border-bottom-right-radius: var(--box_radius_0); border-right: 1px solid var(--box_border_00);}
.start_step .num_desc{text-align: center; line-height: 19px; width: 19px; height: 19px; display: inline-block; border-radius: 50%; background-color: #b2c5ce; color: #fff; font-size: 11px; font-size: 1.1rem; font-weight: 700;}
.start_step .step_num{display: inline-block; margin-right: 8px;}
.start_step .step_title{display: inline-block; font-weight: 500; width: 100%;}
.start_step.current{background-color: #000; color: #fff; border-color: #000; border-radius: var(--box_radius_0);}
.start_step.current .num_desc{background-color: #fff; color: #000;}
.popup_bottom_con input[type="checkbox"]{margin-top: -3px;}
.popup_bottom_con .checkbox_style_00_wrap .checkbox_con{font-size: 14px; font-size: 1.4rem; line-height: 20px; line-height: 2rem; font-weight: 500; margin-bottom: 50px;}
.popup_bottom_con .my_domain_info_list{margin-bottom: 35px;}
.check_info_list_wrap .select_style_00_wrap .selected_item_con{width: 100%;}
/* .popup_content_con.step_3{margin-top: 60px;} */
.popup_content_con.step_3 .connection_complete_desc{max-width: 400px; margin-bottom: 70px; overflow: hidden;}
.popup_content_con.step_3 .title{font-size: 20px; font-size: 2.0rem;line-height: 28px; line-height: 2.8rem; font-weight: 700;margin-bottom: 15px; margin-top: 40px;}
.popup_content_con.step_3 .cplt_info_list{word-break: keep-all; font-size: 14px; font-size: 1.4rem; line-height: 22px; line-height: 2.2rem; font-weight: 400; text-align: center;}
.common_pop_0_wrap .retention_popup_body {padding: 45px 20px 45px 20px;}
.retention_popup_body .check_info_list_con{margin-bottom: 0;}
.retention_popup_body .popup_check{margin-bottom: 45px;}
.retention_popup_body .input_style_0{border: 1px solid var(--box_border_00); border-radius: var(--box_radius_0);}
.retention_popup_body .form_style_2_con .list_title{width: 107px; top: 14px; font-size: 14px; font-size: 1.4rem; line-height: 20px; line-height: 2rem; font-weight: 400;}
.retention_popup_body .form_style_2_con .list_input{width: calc(100% - 107px);}
.retention_popup_body .calendar_style_0_wrap .calendar_style_0_inner{width: 144px;}
.retention_popup_body .form_style_2_con .form_style_2_list{margin-top: 10px;}
.retention_popup_body .form_style_2_con .form_style_2_list{margin-top: 10px;}
.retention_popup_body input.position_ab + div  {letter-spacing: -0.04em;}
.domain_address_con {margin-bottom: 50px;}
.sub_contents_table_wrap, .connection_info{margin-bottom: 50px;}
.list_back_btn {position: absolute; top: 15px; left: 0; padding-left: 21px;}
.list_back_btn::before{content: ''; position: absolute; width: 15px; height: 15px; background-image: url(/weven_service/asset/img/svg/icons8-arrow_left_1_light.svg); background-size: 22px; background-position: center center; background-repeat: no-repeat; left: 0; top: 1px;}
.domain_request_info, .nameserver_change_info{margin-bottom: 35px;}

.retention_popup_body .select_style_0_con{height: 130px;}
.retention_popup_body .select_style_0_con::-webkit-scrollbar{width: 12px;}
.retention_popup_body .select_style_0_con::-webkit-scrollbar-thumb {background-color: #cbd5e1; background-clip: padding-box; border-left: 6px solid transparent; border-right: 4px solid transparent;border-top: 4px solid transparent;}
.retention_popup_body .select_style_0_con::-webkit-scrollbar-track {background-color: transparent;}
.retention_popup_body .select_style_0_con::-webkit-scrollbar-button{display: none;}


/* 도메인 구매 페이지 */
.contents_title.domain_purchase_title{margin-bottom: 50px;}
.searched_domain{position: relative; border: 1px solid var(--box_border_00); padding: 19px 18px 18px 25px; font-size: 15px; font-size: 1.5rem; font-weight: 500; border-radius: 5px; margin-top: 8px;}
.searched_domain.selected_domain{background-color: #f8f9fb;}
.searched_domain.selectable{cursor: pointer;}
.searched_domain.selectable:hover{border: 1px solid var(--box_border_00_h);}
.searched_domain.selectable:hover .insert_domain_select{color: #000;}
.searched_domain .insert_domain_title{font-size: 15px; font-size: 1.5rem; line-height: 2.1rem; line-height: 21px;font-weight: 700;}
.searched_domain.disabled_domain{ cursor: default; }
.searched_domain.disabled_domain .insert_domain_title{font-weight: 600;}
.searched_domain .insert_domain_select{font-size: 15px; font-size: 1.5rem; line-height: 2.1rem; line-height: 21px; font-weight: 600; cursor: pointer; margin-left: 30px; color: var(--point_wv_00);}
.searched_domain .insert_domain_select.selected{position: absolute; width: 34px; height: 34px; text-indent: -9999px;overflow: hidden; right: -4px; top: -7px; border-radius: var(--box_radius_0); background-color: #000;}
.searched_domain .insert_domain_select.selected::after{content: ''; position: absolute; width: 20px; height: 20px; background-image: url(/weven_service/asset/img/svg/icons8-check_small_white.svg); background-repeat: no-repeat; background-size: 27px; background-position: top -1px right -2px; left: 10px; top: 5px;}
.searched_domain .insert_domain_price{font-size: 15px; font-size: 1.5rem; line-height: 2.1rem; line-height: 21px; font-weight: 400;}
.disabled_domain .unselectable{font-size: 1.3rem; font-size: 13px; line-height: 19px; line-height: 1.9rem; font-weight: 400; color: #a0b2c7;}
.disabled_domain .insert_domain_title{color: #a0b2c7;}
.selected_domain_num{font-size: 43px; font-size: 4.3rem; line-height: 5.1rem; line-height: 51px; font-weight: 700; padding: 20px 0 20px 0; border-bottom: 1px solid var(--box_border_00);}
/* .selected_domain_list_wrap{margin-top: 13px;} */
.selected_domain_list_wrap li{position: relative; font-size: 14px; font-size: 1.4rem; font-weight: 500; margin-top: 13px;}
.selected_domain_list_wrap li:first-child{margin-top: 30px;}
.domain_purchase_btn{margin-top: 30px;}
.list_delete_btn{position: absolute; width: 24px; height: 24px; cursor: pointer; background-image: url(/weven_service/asset/img/svg/icons8-close_list_light.svg); background-position: center right 4px; background-repeat: no-repeat;background-size: 17px; top: -2px; right: 0px; border-radius: 3px; text-indent: -1000px; overflow: hidden; }
.list_delete_btn:hover{background-color: rgba(63,135,245,0.1);}
.domain_search_wrap{position: relative; width: 100%; text-align: left; margin-bottom: 50px; border: 2px solid #000; border-radius: 40px;}
.domain_search_wrap .input_style_00{font-size: 17px; font-size: 1.7rem; line-height: 23px; line-height: 2.3rem; color: #000; font-weight: 600; padding: 16px 14px 16px 35px; position: relative; z-index: 9;}

/* .domain_search_wrap .input_style_00::-webkit-input-placeholder{font-weight: 300; font-size: 16px; font-size: 1.6rem; color:#93a6c7;}
.domain_search_wrap .input_style_00:-ms-input-placeholder{font-weight: 300; font-size: 16px; font-size: 1.6rem; color:#93a6c7;}
.domain_search_wrap .input_style_00:-moz-placeholder{font-weight: 300; font-size: 16px; font-size: 1.6rem; color:#93a6c7;}
.domain_search_wrap .input_style_00::-moz-placeholder{font-weight: 300; font-size: 16px; font-size: 1.6rem; color:#93a6c7;} */
.domain_search_wrap .domain_search{width: 100%; border-radius:40px;}
.domain_search_wrap .input_search_btn{display: inline-block; background-size: 15px; background-position: top 23px right 23px; height: 61px; width: 60px; right: -2px; top: -2px; position: absolute; z-index: 10; border-top-right-radius: 40px; border-bottom-right-radius: 40px;}
.domain_search_wrap .input_search_btn:hover{background-color: #000; background-image: url(/weven_service/asset/img/svg/icons8-search_white.svg);}

.insert_domain_con .nodata{ display: flex; align-items: center; justify-content: center; height: 300px; }
.insert_domain_con .nodata_con .searched_domain{ border-radius: 10px; }

.domain_sidemenu_list {margin-top: 30px;}
.domain_sidemenu_list .sub_contents_title{border-bottom: 2px solid #000;}
.my_domain_contents_bottom_con .selected_domain_wrap{margin-bottom: 50px; border: 1px solid var(--box_border_00); border-radius: var(--box_radius_0); padding: 20px 20px 20px 30px;}
.my_domain_contents_bottom_con .selected_domain_wrap li{font-size: 19px; font-size: 1.9rem; line-height: 26px; line-height: 2.6rem; font-weight: 700; margin-top: 7px;}
.my_domain_contents_bottom_con .selected_domain_wrap li:first-child{margin-top: 0;}
.my_domain_contents_bottom_con .radio_style_00_wrap{padding-top: 11px; padding-bottom: 11px;}
.my_domain_contents_bottom_con .radio_style_00_wrap .radio_con{font-size: 16px; font-size: 1.6rem; line-height: 22px; line-height: 2.2rem; font-weight: 500; margin-bottom: 0;}
.domain_purchase_list {margin-bottom: 15px;}
.domain_purchase_list .col-sm-6+.col-sm-6{margin-top: 15px;}
.domain_purchase_list:last-child {margin-bottom: 0px;}
.domain_purchase_list.divide_list{width: calc(100% + 15px); margin-left: -15px;}
.domain_purchase_list.divide_list>div{padding-left: 15px;}
.domain_purchase_list .input_style_0_con .input_style_0, .name_server_list .input_style_0_con .input_style_0{padding-left: 21px; font-size: 1.5rem; font-size: 15px; line-height: 21px; line-height: 2.1rem; font-weight: 600;}
/* .my_domain_contents_bottom_con .select_style_00_wrap {width: 100%; height: 49px;} */
.my_domain_contents_bottom_con .select_style_00_wrap .select_style_0{height: 100px;}
.my_domain_contents_bottom_con .select_style_00_wrap .select_style_0 li{background-color: #fff;}
.my_domain_contents_bottom_con .select_style_00_wrap .selected_item{border-color: var(--box_border_00); font-weight: 600; background-position: right 9px center;}
.my_domain_contents_bottom_con .select_style_00_wrap .selected_item:hover, .my_domain_contents_bottom_con .select_style_00_wrap .selected_item.active{border-color: var(--box_border_00_h);}
.my_domain_contents_bottom_con .input_style_0_label{ display: none; position: absolute; right: 14px; top: 16px; font-size: 14px; font-size: 1.4rem; line-height: 2rem; line-height: 20px; font-weight: 400;}
.my_domain_contents_bottom_con .same_info_wrap{position: absolute; right: 0;}
.my_domain_contents_bottom_con .same_info_wrap label{cursor: pointer;}
.my_domain_contents_bottom_con .same_info_wrap .position_ab{margin-top: -3px;}
.my_domain_contents_bottom_con .same_info_txt{font-size: 15px; font-size: 1.5rem; line-height: 21px; line-height: 2.1rem; font-weight: 500;}
.my_domain_contents_bottom_con .purchase_process_txt{text-align: center; font-size: 15px; font-size: 1.5rem; line-height: 21px; line-height: 2.1rem; font-weight: 500; margin-bottom: 27px;}


/* 도메인 연장 페이지 */
.my_domain_period_con{max-width: 780px;}
.my_domain_period_con .table_style_00 tbody tr td.select_row{font-size: 0; line-height: 0;}
/* .my_domain_period_con .table_style_00 tbody tr td{font-size: 15px; font-size: 1.5rem; line-height: 21px; line-height: 2.1rem;} */
.my_domain_period_con .list_back_btn{top: 16px;}
.my_domain_period_con .my_domain_period_subtitle{font-size: 15px; font-size: 1.5rem; line-height: 21px; line-height: 2.1rem; margin-bottom: 27px; font-weight: 500;}

/* 도메인 연장 페이지 */
.my_domain_period_con_2 {overflow: hidden; min-height: 700px;}
.my_domain_period_con_2 .extend_url {font-size: 17px; font-size: 1.7rem; line-height: 27px; line-height: 2.7rem; font-weight: 700; border: 1px solid var(--box_border_00); border-radius: var(--box_radius_0); padding: 10px 20px 10px 20px; cursor: default; }
.my_domain_period_con_2 .email_wrap .select_style_00_wrap .selected_item{border-color: var(--box_border_00); font-weight: 600; background-position: right 9px center; letter-spacing: -0.1rem; padding-left: 10px; padding-right: 10px; }
.my_domain_period_con_2 .email_wrap .select_style_00_wrap .selected_item:hover{ border-color: var(--box_border_00_h); }
.my_domain_period_con_2 .email_wrap .select_style_00_wrap .selected_item.active{ border-top: 1px solid var(--box_border_00_h); border-left: 1px solid var(--box_border_00_h); border-right: 1px solid var(--box_border_00_h); border-bottom: 1px solid var(--box_border_00); transition: 0s; }
.my_domain_period_con_2 .payment_customer_info_wrap {transition: none;}
.my_domain_period_con_2 .payment_customer_info_list {margin-bottom: 10px;}
.my_domain_period_con_2 .payment_customer_info_list:last-child {margin-bottom: 0px;}
.my_domain_period_con_2 .payment_customer_info_left {font-size: 14px; font-size: 1.4rem; line-height: 20px; line-height: 2.0rem; margin-bottom: 10px; font-weight: 500;}
/* .my_domain_period_con_2 .name_wrap .payment_customer_info_right {width: 300px;} */
/* .my_domain_period_con_2 .tel_con {width: 320px;} */
.my_domain_period_con_2 .tel_con .input_style_0 {text-align: center;}
/* .my_domain_period_con_2 .email_wrap .input_style_00{width: 33.33%; padding-left: 20px;} */
.my_domain_period_con_2 .email_wrap .at_mark{position: absolute; right: -16px; top: 14px; font-size: 13px; font-size: 1.3rem; line-height: 22px; line-height: 2.2rem; font-weight: 700;}
.my_domain_period_con_2 .email_wrap .select_style_00_wrap{width: 100%; height: 49px;}
.my_domain_period_con_2 .payment_list_total{font-size: 17px; font-size: 1.7rem; line-height: 23px; line-height: 2.3rem; margin-top: 12px; padding-top: 20px; border-top: 1px solid var(--box_border_00); font-weight: 700;}
.my_domain_period_con_2 .btn_style_0 {width: 100%; margin-top: 30px;}
.my_domain_period_con_2 .contents_list_wrapper_right {margin-top:30px;}

/* 도메인 네임서버 변경 페이지 */
.my_domain_con .name_server_change_con {border: 1px solid var(--box_border_00); border-radius: var(--box_radius_0);}
.my_domain_con hr.my_domain_hr { width: 50px; border-bottom: 2px solid #000; margin: 0 auto;}
.my_domain_con .name_server_list {border-bottom: 1px solid #ecf3f5; transition: none;}
.my_domain_con .name_server_list .name_server_txt {position: relative; white-space: nowrap;}
.my_domain_con .name_server_list .necessary_mark{position: absolute; right: -12px; top: 0px;}
[lang="en"] .my_domain_con .name_server_list .necessary_mark { right: -7px; }
.my_domain_con .name_server_right .input_style_0_con {width: 100%;}
.my_domain_con .name_server_left {text-align: center; background-color: #f6f8fa; font-size: 13px; line-height: 20px; line-height: 2.0rem; font-weight: 500; padding: 25px 10px 18px 10px;}
[lang="en"] .my_domain_con .name_server_left { padding: 25px 3px 25px 3px; }
.my_domain_con .name_server_left.name_server_ip { border-left: 1px solid var(--box_border_00); border-right: 1px solid var(--box_border_00);}
.my_domain_con .name_server_left.name_server_host { border-right: 1px solid var(--box_border_00);}
.my_domain_con .name_server_list:last-child {border-bottom: none;}
.my_domain_con .name_server_list .first_half .name_server_left{padding-top: 35px;}
.my_domain_con .name_server_list .first_half .name_server_right{padding-top: 20px;}
.my_domain_con .name_server_list .last_half .name_server_left{padding-bottom: 34px;}
.my_domain_con .name_server_list .last_half .name_server_right{padding-bottom: 19px;}
.my_domain_con .name_server_left {padding: 20px 10px 20px 10px;}
.my_domain_con .name_server_right {padding: 5px 15px 5px 15px;}
/*
.my_domain_con .name_server_list:first-child>.name_server_half:first-child .name_server_left{padding-top: 35px;}
.my_domain_con .name_server_list:first-child>.name_server_half:first-child .name_server_right{padding-top: 20px;}
.my_domain_con .name_server_list:first-child>.name_server_half:last-child .name_server_left{padding-bottom: 34px;}
.my_domain_con .name_server_list:first-child>.name_server_half:last-child .name_server_right{padding-bottom: 19px;}
.my_domain_con .name_server_list:last-child>.name_server_half:last-child .name_server_left{padding-bottom: 35px;}
.my_domain_con .name_server_list:last-child>.name_server_half:last-child .name_server_right{padding-bottom: 20px;}
.my_domain_con .name_server_right {padding: 5px 15px 5px 15px;}
.my_domain_con .name_server_left {padding: 20px 10px 19px 10px;}
*/


/* 도메인 연장결제 대기 페이지 */
.error_occur_wrap {margin-top: 200px;}
.error_occur_wrap .error_occur_title {font-size: 15px; font-size: 1.5rem; line-height: 21px; line-height: 2.1rem; font-weight: 600;}
.error_occur_wrap .error_occur_desc {font-size: 15px; font-size: 1.5rem; line-height: 21px; line-height: 2.1rem; font-weight: 500;}
.error_occur_wrap .error_occur_info_box {font-size: 15px; font-size: 1.5rem; line-height: 21px; line-height: 2.1rem; font-weight: 500;}
.receipt_con .receipt_bottom_con { border: 1px solid var(--box_border_00); border-radius: var(--box_radius_0); padding: 40px 55px;}
.receipt_con .receipt_title_desc {font-size: 15px; font-size: 1.5rem; line-height: 21px; line-height: 2.1rem; font-weight: 500; margin-bottom: 32px;}
.receipt_con.pay_info_con .invoice_con>.col-12 {margin-bottom: 32px; margin-top: 0;}
.receipt_con .table_style_0_con {padding: 20px 20px 20px 20px; border: 1px solid var(--box_border_00); border-radius: var(--box_radius_0);}
.receipt_con .table_style_0_con hr.col-12 {margin-top: 20px;}
.receipt_con .receipt_price_list {border-bottom: 10px solid transparent;}
.receipt_con .receipt_price_list:last-child {border-bottom: none;}
.receipt_con .product_name {font-size: 15px; font-size: 1.5rem; font-weight: 400;}
.receipt_con .product_price {font-size: 15px; font-size: 1.5rem; font-weight: 600;}
.receipt_con .total_price_wrap {margin-top: 20px;}
.receipt_con .total_price {font-size: 15px; font-size: 1.5rem; font-weight: 600;}
.sub_contents_desc {font-size: 15px; font-size: 1.5rem; line-height: 21px; line-height: 2.1rem; font-weight: 500; margin-top: 40px;}

/*VIP 고객사 등록 페이지 폼 (app_weven/web/content/program/vip_client, 클래스명 수정해도 됨, 임시로 작성함)*/
.form_style_3_wrap .form_style_3_con { border-top: 2px solid #000; }
.form_style_3_wrap .form_style_3_con .form_style_3_list { display: flex; align-items: stretch; border-bottom: 1px solid #dfddeb; }
.form_style_3_wrap .form_style_3_con .form_style_3_list .list_title { font-size:14px; font-size:1.4rem; line-height:20px; line-height:2.0rem; font-weight: 400; padding: 20px 5px; width: 30%; background-color: #fafafa; }
.form_style_3_wrap .form_style_3_con .form_style_3_list .list_title > span { display: inline-block; }
.form_style_3_wrap .form_style_3_con .form_style_3_list .list_content { padding: 10px 0 10px 10px; }
.form_style_3_wrap .form_style_3_con .form_style_3_list input[type=text] { width: 100%; box-sizing: border-box; font-size:14px; font-size:1.4rem; line-height:20px; line-height:2.0rem; padding: 10px; outline: none; border: 1px solid #dfddeb; }
.form_style_3_wrap .form_style_3_con .form_style_3_list input[type=text]::-webkit-input-placeholder { color:#d5d5e6; }
.form_style_3_wrap .form_style_3_con .form_style_3_list input[type=text]:-ms-input-placeholder { color:#d5d5e6; }
.form_style_3_wrap .form_style_3_con .form_style_3_list input[type=text]:-moz-placeholder { color:#d5d5e6; }
.form_style_3_wrap .form_style_3_con .form_style_3_list input[type=text]::-moz-placeholder { color:#d5d5e6; }
.form_style_3_wrap .form_style_3_con .form_style_3_list .textarea_style_0 { font-size:14px; font-size:1.4rem; line-height:22px; line-height:2.2rem;  padding: 10px; border: 1px solid #dfddeb; }
.form_style_3_wrap .form_style_3_con .form_style_3_list .textarea_style_0::-webkit-input-placeholder { color:#d5d5e6; }
.form_style_3_wrap .form_style_3_con .form_style_3_list .textarea_style_0:-ms-input-placeholder { color:#d5d5e6; }
.form_style_3_wrap .form_style_3_con .form_style_3_list .textarea_style_0:-moz-placeholder { color:#d5d5e6; }
.form_style_3_wrap .form_style_3_con .form_style_3_list .textarea_style_0::-moz-placeholder { color:#d5d5e6; }

/* 즉시 스토어 - jsw(24.02.02) */
#zgai_store_wrapper .page_tab_wrap{margin-top: 36px; padding: 0 30px;}
#zgai_store_wrapper .zgai_store_con{overflow: hidden; max-width: 1150px; padding-left: 30px; padding-right: 30px; padding-top: 35px;}
#zgai_store_wrapper .calc_wrap20{display: flex; flex-direction: column; align-items: center;}
#zgai_store_wrapper .store_content_box{padding-left: 20px; margin-bottom: 20px; height: 440px; width: 100%;}
[lang="en"] #zgai_store_wrapper .store_content_box{height: auto;}
[lang="jp"] #zgai_store_wrapper .store_content_box{height: auto;}
#zgai_store_wrapper .store_content_box_inner{padding: 30px 30px 30px 30px; border: 1px solid #e3e9f0; border-radius: 18px; height: 100%; cursor: pointer;}
[lang="en"] #zgai_store_wrapper .store_content_box_inner{padding: 25px 20px;}
#zgai_store_wrapper .store_content_top_con{font-size: 14px; font-size: 1.4rem; line-height: 20px; line-height: 2rem; font-weight: 700; margin-bottom: 13px;}
[lang="en"] #zgai_store_wrapper .store_content_top_con{display: flex; justify-content: space-between; align-items: flex-start; gap: 7px;}
#zgai_store_wrapper .store_content_category{border: 1px solid #e3e9f0; border-radius: 5px; padding: 3px 10px 3px 10px;}
[lang="en"] #zgai_store_wrapper .store_content_category{flex: 0 0 auto; font-size: 13px; padding-left: 7px; padding-right: 7px; letter-spacing: -0.02em;}
#zgai_store_wrapper .store_content_subject{margin-top: 4px;}
[lang="en"] #zgai_store_wrapper .store_content_subject{flex: 0 0 auto; font-size: 13px;}
#zgai_store_wrapper .store_content_payment{padding-right: 10px; margin-right: 10px;}
#zgai_store_wrapper .store_content_payment::after{content: ''; position: absolute; height: 13px; border-left: 1px solid #e3e9f0; top: 4px; right: 0;}
#zgai_store_wrapper .store_content_title{font-size: 24px; font-size: 2.4rem; line-height: 30px; line-height: 3rem; font-weight: 800; margin-bottom: 9px;}
[lang="en"] #zgai_store_wrapper .store_content_title{ height: 60px; letter-spacing: -0.04em; font-size: 23px; }
[lang="jp"] #zgai_store_wrapper .store_content_title{ height: 60px; }
#zgai_store_wrapper .store_content_img_box{padding-bottom: 155px; background-size: 120px; background-position: center top 29px; background-repeat: no-repeat;}
#zgai_store_wrapper .store_content_img_box.shop{background-image: url("/weven_service/asset/img/zgai_store/store_01.png");}
#zgai_store_wrapper .store_content_img_box.exhibition{background-image: url("/weven_service/asset/img/zgai_store/store_02.png");}
#zgai_store_wrapper .store_content_img_box.google_map{background-image: url("/weven_service/asset/img/zgai_store/store_03.png");}
#zgai_store_wrapper .store_content_img_box.naver_map{background-image: url("/weven_service/asset/img/zgai_store/store_04.png");}
#zgai_store_wrapper .store_content_img_box.kakao_map{background-image: url("/weven_service/asset/img/zgai_store/store_05.png");}
#zgai_store_wrapper .store_content_img_box.instagram{background-image: url("/weven_service/asset/img/zgai_store/store_06.png");}
#zgai_store_wrapper .store_content_img_box.domain_mng{background-image: url("/weven_service/asset/img/zgai_store/store_07.png");}
#zgai_store_wrapper .store_content_img_box.SSL{background-image: url("/weven_service/asset/img/zgai_store/store_08.png");}
#zgai_store_wrapper .store_content_img_box.PG_payment{background-image: url("/weven_service/asset/img/zgai_store/store_09.png");}
#zgai_store_wrapper .store_content_img_box.naver_payment{background-image: url("/weven_service/asset/img/zgai_store/store_10.png");}
#zgai_store_wrapper .store_content_img_box.message{background-image: url("/weven_service/asset/img/zgai_store/store_11.png");}
#zgai_store_wrapper .store_content_img_box.naver_login{background-image: url("/weven_service/asset/img/zgai_store/store_12.png");}
#zgai_store_wrapper .store_content_img_box.kakao_login{background-image: url("/weven_service/asset/img/zgai_store/store_13.png");}
#zgai_store_wrapper .store_content_img_box.google_login{background-image: url("/weven_service/asset/img/zgai_store/store_14.png");}
#zgai_store_wrapper .store_content_img_box.language{background-image: url("/weven_service/asset/img/zgai_store/store_15.png");}
#zgai_store_wrapper .store_content_img_box.domeme{background-image: url("/weven_service/asset/img/zgai_store/store_16.png");}
#zgai_store_wrapper .store_content_desc{font-size: 16px; font-size: 1.6rem; line-height: 24px; line-height: 2.4rem; font-weight: 400; word-break: keep-all;}
[lang="en"] #zgai_store_wrapper .store_content_desc{ height: 110px; padding-bottom: 50px; word-break: auto-phrase; box-sizing: content-box; }
[lang="jp"] #zgai_store_wrapper .store_content_desc{ height: 110px; padding-bottom: 50px; word-break: auto-phrase; box-sizing: content-box; }
#zgai_store_wrapper .store_content_bot_con{position: absolute; bottom: 30px; left: 30px; width: calc(100% - 60px); text-align: center;}
[lang="en"] #zgai_store_wrapper .store_content_bot_con{bottom: 25px; left: 20px; width: calc(100% - 40px); text-align: center;}
#zgai_store_wrapper .store_content_using{display: inline-block; color: #00a2ff; padding-left: 27px; font-size: 15px; font-size: 1.5rem; line-height: 20px; line-height: 2rem; font-weight: 700; background-image: url("/weven_service/asset/img/svg/download_done_blue.svg"); background-size: 24px; background-repeat: no-repeat; background-position: left -2px top -1px; margin-bottom: 10px;}
#zgai_store_wrapper .store_content_ready{display: inline-block; color: #929da3; font-size: 15px; font-size: 1.5rem; line-height: 20px; line-height: 2rem; font-weight: 700; margin-bottom: 10px;}
#zgai_store_wrapper .btn_style_0{font-size: 15px; font-size: 1.5rem; line-height: 20px; line-height: 2rem; font-weight: 700; background-color: #000; color: #fff !important; border: none; width: 100%; border-radius: 8px; padding-top: 13px; padding-bottom: 13px; padding-left: 0; padding-right: 0;}
#zgai_store_wrapper .btn_style_0.store_content_expect{background-color: #00d054; color: #fff !important;}

/* 즉시 스토어 - kjm(24.04.22) */
.zgai_store_header .contents_title {font-size: 40px; font-size: 4rem; line-height: 46px; line-height: 4.6rem; font-weight: 800; margin-bottom: 13px;}
.zgai_store_header .contents_title span{margin-right: 26px;}
.zgai_store_header .contents_title span::after{display: inline-block; content: ''; position: absolute; width: 9px; height: 9px; border-radius: 50%; background-color: var(--point_wv_10); right: -13px; bottom: 6px;}

.zgai_store_view { max-width: 1170px; }

.store_view_common_btn{ display: inline-block; width: 190px; padding: 16px 12px 15px 0; border: 1px solid #989ea6; border-radius: 7px; margin-top: 50px; box-sizing: border-box;
    background-image: url("/weven_service/asset/img/svg/icons8-arw_down.svg"); background-size: 24px; background-position: center right 34px; background-repeat: no-repeat; font-size: 17px; font-size: 1.7rem; line-height: 23px; line-height: 2.3rem; font-weight: 700; }
.store_view_common_btn.is_open{ background-image: url("/weven_service/asset/img/svg/icons8-arw_up.svg"); }
.store_view_common_btn.type_2{ width: 140px; padding-right: 0; background-image: none; }

.zgai_store_view .zgai_store_view_main {margin-top: 103px;}
.zgai_store_view .store_view_img_con { position: relative; margin-right: 40px; }
.zgai_store_view .store_view_img_con > img { border-radius: 14px; }
.zgai_store_view .store_view_content_con { position: relative; margin-left: 40px; }
.store_view_content_con .store_view_content_top { position: relative; display: flex; justify-content: space-between; align-items: center; margin-top: 22px;}
.store_view_content_con .store_view_type { display: inline-block; font-size: 15px; font-size: 1.5rem; font-weight: 700;
    border: 1px solid #686c70; border-radius: 4px; text-align: center; padding: 5px 10px; }
.store_view_content_con .store_view_count { display: inline-block; font-size: 14px; font-size: 1.4rem;  line-height: 30px; line-height: 3rem; font-weight: 500;  }
.store_view_content_con .store_view_count > span { margin-left: 9px; font-size: 15px; font-size: 1.5rem; line-height: 30px; line-height: 3rem; font-weight: 600; }
.store_view_content_con .store_view_content_dec_con { margin-top: 18px;}
.store_view_content_con .store_view_main_dec { font-size: 26px; font-size: 2.6rem; line-height: 34px; line-height: 3.4rem; font-weight: 800; }
.store_view_content_con .store_view_sub_dec { margin-top: 12px; font-size: 15px; font-size: 1.5rem; line-height: 23px; line-height: 2.3rem; }
.store_view_content_con .store_view_info_con { padding-top: 32px; margin-top:29px; border-top: 1px solid  #dbe4f0; }
.store_view_content_con .store_view_info_title { font-size: 16px; font-size: 1.6rem; font-weight: 700; }
.store_view_content_con .store_view_info_wrap { margin-top: 14px; }
.store_view_content_con .store_view_info_content { margin-bottom: 1px; }
.store_view_content_con .store_view_menu_title { display: inline-block; width: 80px; font-size: 14px; font-size: 1.4rem;  line-height: 30px; line-height: 3rem; margin-right: 15px; }
.store_view_content_con .store_view_menu_content { display: inline-block; font-size: 15px; font-size: 1.5rem;  line-height: 30px; line-height: 3rem; font-weight: 500; }
.store_view_content_con .store_view_price_con { margin-top: 27px; text-align: right;}
.store_view_content_con .store_view_price { font-size: 23px; font-size: 2.3rem; line-height: 34px; line-height: 3.4rem; font-weight: 700; }
.store_view_content_con .store_view_price_dec { margin-top: 4px; font-size: 15px; font-size: 1.5rem; line-height: 23px; line-height: 2.3rem; }
.store_view_content_con .store_view_btn_con { margin-top: 25px; }
.store_view_content_con .store_view_install_btn { display: inline-block;  border-radius: 5px; font-size: 15px; font-size: 1.5rem; font-weight: 800; color: #ffffff; text-align: center; width: 170px; padding: 13px; background-color: var(--point_wv_01); box-sizing: border-box; }
.store_view_content_con .store_view_install_btn span { transition: padding 0.3s; }
.store_view_content_con .store_view_install_btn span::after{ content: ''; opacity: 0; width: 22px; height: 22px; position: absolute; top: -3px; right: 0;
    background-image: url("/weven_service/asset/img/svg/icons8-chevron_right_w.svg"); background-size: contain; background-position: center; background-repeat: no-repeat; }
.store_view_content_con .store_view_install_btn:hover span { padding-left: 20px; padding-right: 23px; position: relative; }
.store_view_content_con .store_view_install_btn:hover span::after { opacity: 1; transition: opacity 0.2s 0.1s; }

.zgai_store_view .zgai_store_view_detail {margin-top: 60px; text-align: center;}
.zgai_store_view .store_view_tab { border-bottom: 1px solid #dbe4f0; }
.zgai_store_view .store_view_tab ul { width: auto; }
.zgai_store_view .store_view_tab ul li { display: inline-block; width: 141px; height: 44px; display: flex; align-items: center; justify-content: center; border: 1px solid #e9eff7; border-bottom: 1px solid #dbe4f0; border-top-left-radius: 6px; border-top-right-radius: 6px; box-sizing: border-box; float: left; margin-right: -1px; margin-bottom: -1px;
    font-size: 14px; font-size: 1.4rem; line-height: 14px; line-height: 1.4rem; font-weight: 700; color: #000; text-align: center; transition: .3s; cursor: pointer; }
.zgai_store_view .store_view_tab ul li.active { background-color: #42495a; border-color: #42495a; color: #fff; position: relative; z-index: 0; }
.zgai_store_view_detail .store_view_img_wrap { margin-top:70px; text-align: center; overflow: hidden; }

.zgai_store_view .zgai_store_view_use { margin-top: 130px; margin-bottom: 30px; }
.zgai_store_view_use .store_view_use_con { margin-top: 48px; }
.zgai_store_view_use .store_view_use_title { font-size: 17px; font-size: 1.7rem; font-weight: 700; }
.zgai_store_view_use .store_view_use_content { margin-top: 15px; font-size: 15px; font-size: 1.5rem; line-height: 28px; line-height: 2.8rem; }
.zgai_store_view_use .store_view_use_content li > span { font-weight: 700; position: relative; padding-right: 11px; margin-right: 9px; }
.zgai_store_view_use .store_view_use_content li > span::after{content: ''; position: absolute; top: 2px; right: 0; width: 1px; height: 14px; background-color: #d3d3d3; }
.zgai_store_view_use .view_use_btn{ padding: 6px 10px; font-size: 13px; font-size: 1.3rem; line-height: 19px; line-height: 1.9rem; font-weight: 600; color: #fff; background-color: var(--point_wv_01); border-radius: 4px; position: relative; bottom: 3px; left: 5px; }

table.store_view_use_table{ margin-top: 24px; width: 100%; box-shadow: 0 0 0 1px #dbe4f0; border-radius: var(--table_br);    --table_br: 5px }
table.store_view_use_table thead tr th{ font-size: 13px; font-size: 1.3rem; line-height: 19px; line-height: 1.9rem; font-weight: 400; background-color: #f6fafb; padding: 13px; }
table.store_view_use_table thead tr th:first-child{ border-top-left-radius: var(--table_br); }
table.store_view_use_table thead tr th:last-child{ border-top-right-radius: var(--table_br); }
table.store_view_use_table tbody tr{ border-top: 1px solid #e9eff7; }
table.store_view_use_table tbody tr td{ font-size: 15px; font-size: 1.5rem; line-height: 21px; line-height: 2.1rem; font-weight: 300; padding: 18px 5px 16px; }
table.store_view_use_table tbody tr td:first-child{ font-size: 13px; font-size: 1.3rem; line-height: 19px; line-height: 1.9rem; font-weight: 700; text-align: center; }
table.store_view_use_table tbody tr td div:not(:last-child){ margin-bottom: 4px; }
table.store_view_use_table tbody tr td span{ display: inline-block; width: 60px; }

.for_domeme, .for_naver_payment{ display: none; }
.is_domeme .for_domeme, .is_naverpay_order .for_naver_payment{ display: block; }
.is_domeme img.for_domeme, .is_naverpay_order img.for_naver_payment{ display: inline-block; }


.common_pop_0_wrap.store{ scrollbar-base-color: #000; scrollbar-Face-Color: #3d3d3d; scrollbar-Highlight-Color: #000; scrollbar-arrow-color: #000;}
.common_pop_0_wrap.store .popup_body::-webkit-scrollbar{ width: 12px; background: transparent; }
.common_pop_0_wrap.store .popup_body::-webkit-scrollbar-thumb{ background-color: #e1e1e4; border-left: 5px solid #fff; border-right: 5px solid #fff; }
.common_pop_0_wrap.store .popup_body::-webkit-scrollbar-track{ background-color: transparent; }

.common_pop_0_wrap.store { display: none; position: fixed; z-index: 999999; background-color: #fff; border-radius: 20px; max-height: 90%; top: 0; width: 90%;}
.common_pop_0_wrap.store .popup_title { padding-top: 0; display: flex; align-items: center; font-size: 16px; font-size: 1.6rem; line-height: 16px; line-height: 1.6rem; letter-spacing: 0em; font-weight: 700;  }
.common_pop_0_wrap.store .popup_title_img_wrap{ width: 30px; padding-bottom: 2px; padding-right: 6px; }
.common_pop_0_wrap.store .popup_inner { padding-left: 15px; }
.common_pop_0_wrap.store .popup_body { padding: 26px 55px; text-align: left; overflow-y: auto; max-height: 80vh; }
.common_pop_0_wrap.store .popup_body .panel {text-align:left; }
.common_pop_0_wrap.store .popup_body .panel .panel_list { margin-bottom: 24px; }
.common_pop_0_wrap.store .store_view_install_dec { margin-bottom: 26px; font-size: 15px; font-size: 1.5rem; line-height: 23px; line-height: 2.3rem; }
.common_pop_0_wrap.store .store_view_install_top_title { margin-bottom: 14px; font-size: 14px; font-size: 1.4rem; font-weight: 700; }
.common_pop_0_wrap.store .store_view_install_content { border: 1px solid #f0f3f5;  padding: 18px 20px; max-height: 136px; overflow-y: auto; box-sizing: content-box; font-size: 13px; font-size: 1.3rem; line-height: 21px; line-height: 2.1rem;  box-sizing: border-box;  border-radius: 4px; resize: none; width: 100%; margin-bottom: 0; }
.common_pop_0_wrap.store .popup_body .panel_util { margin-top: 26px; margin-bottom: 24px;}
.common_pop_0_wrap.store .btn_style_00_con .store_view_btn_style_3 { display: inline-block; width: 132px; height: 46px; padding: 15px 0px; background-color: #000; color: #fff; border-radius: 5px; border: 1px solid #000; box-sizing: border-box;
    font-size: 14px; font-size: 1.4rem; line-height: 14px; line-height: 1.4rem; font-weight: 700; text-align: center; vertical-align: middle; cursor: pointer; transition: all 0.3s; }
.common_pop_0_wrap.store .btn_style_00_con .store_view_btn_style_3.white { background-color: #fff; color: #000; border: 1px solid #b7c7df; position: relative; }
.common_pop_0_wrap.store{ scrollbar-base-color: #000; scrollbar-Face-Color: #3d3d3d; scrollbar-Highlight-Color: #000; scrollbar-arrow-color: #000;}
.common_pop_0_wrap.store .store_view_install_content::-webkit-scrollbar{ width: 12px; background: transparent; }
.common_pop_0_wrap.store .store_view_install_content::-webkit-scrollbar-thumb{ background-color: #e1e1e4; border-left: 5px solid #fff; border-right: 5px solid #fff; }
.common_pop_0_wrap.store .store_view_install_content::-webkit-scrollbar-track{ background-color: transparent; }

.common_pop_0_wrap.store .store_view_installing_con { margin-top: 60px; text-align:center;}
.common_pop_0_wrap.store .store_view_install_status { font-size: 40px; font-size: 4rem; line-height: 36px; line-height: 3.6rem; font-weight: 700; }
.common_pop_0_wrap.store .store_view_install_dec { margin-top: 20px; font-size: 15px; font-size: 1.5rem; line-height: 23px; line-height: 2.3rem; }
.common_pop_0_wrap.store .store_view_installing_spinner_con { position: relative; height: 164px; display: flex; justify-content: center; align-items: center; margin-top: 42px; margin-bottom: 42px; }
.common_pop_0_wrap.store .store_view_installing_spinner { position: relative; width: 150px; height: 150px; border: 7px solid #ebf4f7; border-top: 7px solid var(--point_wv_01); border-radius: 50%; animation: spin 2s linear infinite; }
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.common_pop_0_wrap.store .store_view_install_complete_con { margin: 30px 0px; display: flex; justify-content: center; align-items: center; }

.common_pop_0_wrap.store .store_view_install_complete { width: 60px; height: 60px; background-color: var(--point_wv_01); border-radius: 50%; margin: auto; }
.common_pop_0_wrap.store .store_view_install_complete.upgrade{background-color: #f9527d; font-family: 'Inter'; font-size: 21px; font-size: 2.1rem; line-height: 27px; line-height: 2.7rem; font-weight: 800; color: #fff; padding-top: 17px;}
.common_pop_0_wrap.store .store_view_install_complete img {  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 38px; }
.common_pop_0_wrap.store .active { transform: translateY(-161px); margin-top: 84px; margin-bottom: 22px;  }
/*.common_pop_0_wrap.store .store_view_install_complete_ment_con { margin-bottom: 54px; }*/

/* .store.type_2 : #paymentUpgradePopup, #installCompletePopup (일단 다국어 팝업으로만 사용) */
.common_pop_0_wrap.store.type_2 .popup_title_img_wrap{width: 40px; padding-bottom: 1px; padding-right: 5px; padding-left: 5px;}
.common_pop_0_wrap.store.type_2 .popup_body{padding-top: 60px; padding-bottom: 40px;}
.common_pop_0_wrap.store.type_2 .panel{text-align: center;}
.common_pop_0_wrap.store.type_2 .panel_list:not(.btn_style_00_con){height: 210px; margin-bottom: 60px; display: flex; flex-wrap: wrap; align-content: center;}
.common_pop_0_wrap.store.type_2 .popup_body .panel .panel_list div{margin: 0;}
.common_pop_0_wrap.store.type_2 .store_view_install_status{font-size: 26px; font-size: 2.6rem; font-weight: 800; padding-top: 20px; padding-bottom: 10px;}
.common_pop_0_wrap.store.type_2 .btn_style_00_con .store_view_btn_style_3.white{border-color: #848484;}
.common_pop_0_wrap.store.type_2 .point_blue{color: #3782f4; font-weight: 700;}


#preReservationPopup{overflow: hidden;}
#preReservationPopup .input_style_0_con .input_style_0 { border: 1px solid; border-color: var(--box_border_00); border-radius: var(--box_radius_0); padding-left: 50px; padding-right: 50px; text-align: center;}
#preReservationPopup .input_style_0_con .input_style_0:hover { border: 1px solid #000; }
#preReservationPopup .select_style_00_wrap .selected_item{padding: 14px 45px 12px 21px;}
#preReservationPopup .select_style_00_wrap .select_style_0_con{max-height: 150px;}
#preReservationPopup .checkbox_style_00_wrap{margin-bottom: 14px;}
#preReservationPopup .checkbox_style_00_wrap .checkbox_con{margin-bottom: 10px; line-height: 24px; line-height: 2.4rem; font-weight: 500;}
#preReservationPopup input[type^=checkbox].position_ab + div{margin-top: 2px;}
#preReservationPopup .sub_contents_title.in_popup{padding-bottom: 5px; font-size: 17px; font-size: 1.7rem; line-height: 25px; line-height: 2.5rem;}
#preReservationPopup .sub_contents_desc.in_popup{position: relative; padding-left: 10px; font-size: 13px; font-size: 1.3rem;}
#preReservationPopup .sub_contents_desc.in_popup::before{content: '*'; position: absolute; left: 0; top: 2px; color: #d54fa1;}

/* 도매매 이벤트 팝업 */
#domemeCouponPopup .domeme_img_con { margin-top: 13px; }
#domemeCouponPopup .domeme_title { margin-top: 4px; font-size: 16px; font-size: 1.6rem; line-height: 23px; line-height: 2.3rem; font-weight: 600; }
#domemeCouponPopup .domeme_title span { color: #eb6400; }
#domemeCouponPopup .domeme_coupon_img_con { margin-top: 12px; }
#domemeCouponPopup .domeme_top_title { margin-bottom: 10px; font-size: 14px; font-size: 1.4rem; font-weight: 700; }
#domemeCouponPopup .domeme_content { border: 1px solid #f0f3f5;  padding: 18px 20px; max-height: 136px; overflow-y: auto; box-sizing: content-box; font-size: 13px; font-size: 1.3rem; line-height: 21px; line-height: 2.1rem;  box-sizing: border-box;  border-radius: 4px; resize: none; width: 100%; margin-bottom: 0; }
#domemeCouponPopup .utilize { margin: 3px 9px; display: inline-block; padding: 4px 8px; background-color: #fff; border: 1px solid var(--point_wv_00_b); border-radius: 4px; color: var(--point_wv_00_b); font-size: 13px; font-size: 1.3rem;line-height: 19px; line-height: 1.9rem; font-weight: 600; }
#domemeCouponPopup .utilize span { padding-right: 17px; background-image: url(/weven_service/asset/img/svg/icons8-plus_circle_blue.svg); background-position: right center; background-size: 14px; background-repeat: no-repeat; }
#domemeCouponPopup .panel_list { margin-bottom: 20px; padding: 0 1px; }
#domemeCouponPopup .btn_style_00_con { margin-bottom: 14px; padding: 0 2px; }
#domemeCouponPopup .btn_style_00_con .domeme_btn_style_3 { display: inline-block; width: 148px; height: 46px; padding: 15px 0px; background-color: #000; color: #fff; border-radius: 5px; border: 1px solid #000; box-sizing: border-box;
    font-size: 14px; font-size: 1.4rem; line-height: 14px; line-height: 1.4rem; font-weight: 700; text-align: center; vertical-align: middle; cursor: pointer; transition: all 0.3s; }
#domemeCouponPopup .btn_style_00_con .domeme_btn_style_3.white { background-color: #fff; color: #000; border: 1px solid #b7c7df; position: relative; }

#domemeCouponCompletePopup .domeme_img_con { margin-top: 13px; }
#domemeCouponCompletePopup .domeme_title { margin-top: 4px; font-size: 16px; font-size: 1.6rem; line-height: 23px; line-height: 2.3rem; font-weight: 600; }
#domemeCouponCompletePopup .domeme_title span { color: #eb6400; }
#domemeCouponCompletePopup .domeme_coupon_img_con { margin-top: 12px; }
#domemeCouponCompletePopup .domeme_top_title { margin-bottom: 10px; font-size: 14px; font-size: 1.4rem; font-weight: 700; }
#domemeCouponCompletePopup .domeme_content { border: 1px solid #f0f3f5;  padding: 18px 20px; max-height: 136px; overflow-y: auto; box-sizing: content-box; font-size: 13px; font-size: 1.3rem; line-height: 21px; line-height: 2.1rem;  box-sizing: border-box;  border-radius: 4px; resize: none; width: 100%; margin-bottom: 0; }
#domemeCouponCompletePopup .utilize { margin: 3px 9px; display: inline-block; padding: 4px 8px; background-color: #fff; border: 1px solid var(--point_wv_00_b); border-radius: 4px; color: var(--point_wv_00_b); font-size: 13px; font-size: 1.3rem;line-height: 19px; line-height: 1.9rem; font-weight: 600; }
#domemeCouponCompletePopup .utilize span { padding-right: 17px; background-image: url(/weven_service/asset/img/svg/icons8-plus_circle_blue.svg); background-position: right center; background-size: 14px; background-repeat: no-repeat; }
#domemeCouponCompletePopup .panel_list { margin-bottom: 20px; padding: 0 1px; }
#domemeCouponCompletePopup .btn_style_00_con { margin-bottom: 14px; padding: 0 2px; }
#domemeCouponCompletePopup .btn_style_00_con .domeme_btn_style_3 { display: inline-block; width: 148px; height: 46px; padding: 15px 0px; background-color: #000; color: #fff; border-radius: 5px; border: 1px solid #000; box-sizing: border-box;
    font-size: 14px; font-size: 1.4rem; line-height: 14px; line-height: 1.4rem; font-weight: 700; text-align: center; vertical-align: middle; cursor: pointer; transition: all 0.3s; }
#domemeCouponCompletePopup .btn_style_00_con .domeme_btn_style_3.white { background-color: #fff; color: #000; border: 1px solid #b7c7df; position: relative; }

#domemeCouponAlreadyPopup .domeme_img_con { margin-top: 13px; }
#domemeCouponAlreadyPopup .domeme_title { margin-top: 4px; font-size: 16px; font-size: 1.6rem; line-height: 23px; line-height: 2.3rem; font-weight: 600; }
#domemeCouponAlreadyPopup .domeme_title span { color: #eb6400; }
#domemeCouponAlreadyPopup .domeme_coupon_img_con { margin-top: 12px; }
#domemeCouponAlreadyPopup .domeme_top_title { margin-bottom: 10px; font-size: 14px; font-size: 1.4rem; font-weight: 700; }
#domemeCouponAlreadyPopup .domeme_content { border: 1px solid #f0f3f5;  padding: 18px 20px; max-height: 136px; overflow-y: auto; box-sizing: content-box; font-size: 13px; font-size: 1.3rem; line-height: 21px; line-height: 2.1rem;  box-sizing: border-box;  border-radius: 4px; resize: none; width: 100%; margin-bottom: 0; }
#domemeCouponAlreadyPopup .utilize { margin: 3px 9px; display: inline-block; padding: 4px 8px; background-color: #fff; border: 1px solid var(--point_wv_00_b); border-radius: 4px; color: var(--point_wv_00_b); font-size: 13px; font-size: 1.3rem;line-height: 19px; line-height: 1.9rem; font-weight: 600; }
#domemeCouponAlreadyPopup .utilize span { padding-right: 17px; background-image: url(/weven_service/asset/img/svg/icons8-plus_circle_blue.svg); background-position: right center; background-size: 14px; background-repeat: no-repeat; }
#domemeCouponAlreadyPopup .panel_list { margin-bottom: 20px; padding: 0 1px; }
#domemeCouponAlreadyPopup .btn_style_00_con { margin-bottom: 14px; padding: 0 2px; }
#domemeCouponAlreadyPopup .btn_style_00_con .domeme_btn_style_3 { display: inline-block; width: 148px; height: 46px; padding: 15px 0px; background-color: #000; color: #fff; border-radius: 5px; border: 1px solid #000; box-sizing: border-box;
    font-size: 14px; font-size: 1.4rem; line-height: 14px; line-height: 1.4rem; font-weight: 700; text-align: center; vertical-align: middle; cursor: pointer; transition: all 0.3s; }
#domemeCouponAlreadyPopup .btn_style_00_con .domeme_btn_style_3.white { background-color: #fff; color: #000; border: 1px solid #b7c7df; position: relative; }


/* 즉시 아티스트 플랜 */
#pageArtistPlan{ position: relative; }
#pageArtistPlan:before{ content:''; display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; opacity: 0.7;
    background-image: url("/weven_template/theme/weven/resource/img/artist_plan_background.png"); background-position: top 183px center; background-size: 600px; background-repeat: no-repeat; }
#pageArtistPlan > div{ box-sizing: content-box; display: flex; flex-wrap: wrap; justify-content: center; }
#pageArtistPlan .point_blue{ color: #0081f8; }
#pageArtistPlan .point_orange{ color: #fd8515; }
#pageArtistPlan .point_bold{ font-weight: 900; }
.artist_title_con{ max-width: 920px; font-size: 68px; font-size: 6.8rem; line-height: 86px; line-height: 8.6rem; font-weight: 900; color: #0081f8; }
.artist_title_img{ margin-top: 0; padding-right: 30px; }
.artist_title_img img{ width: 200px; }
.artist_text_con{ max-width: 920px; margin-top: 18px; }
.artist_subtitle{ font-size: 32px; font-size: 3.2rem; line-height: 43px; line-height: 4.3rem; font-weight: 800; letter-spacing: -0.02em; }
.artist_desc{ margin-top: 9px; font-size: 20px; font-size: 2.0rem; line-height: 32px; line-height: 3.2rem; font-weight: 400; }
.artist_discount{ margin-top: 28px; font-size: 50px; font-size: 5.0rem; line-height: 68px; line-height: 6.8rem; font-weight: 800; letter-spacing: -0.01em; text-align: center; }
.artist_alert{ margin-top: 12px; font-size: 15px; font-size: 1.5rem; line-height: 21px; line-height: 2.1rem; font-weight: 300; text-align: left; padding-left: 43px;
    background-image: url("/weven_service/asset/img/svg/icons8-warning_yellow.svg"); background-position: center left 0; background-size: 30px; background-repeat: no-repeat; }
.artist_alert span{ font-weight: 700; }
.artist_payment{ margin-top: 45px; display: flex; justify-content: center; }
.artist_payment .payment_btn{ font-size: 29px; font-size: 2.9rem; line-height: 40px; line-height: 4.0rem; font-weight: 800; color: #fff; padding: 18px 42px; border-radius: 100px; background-color: #000; }
.artist_section_con{ margin-top: 86px; display: flex; flex-wrap: wrap; justify-content: center; }
.artist_section{ max-width: 920px; }
.artist_section_title{ font-size: 35px; font-size: 3.5rem; line-height: 46px; line-height: 4.6rem; font-weight: 800; text-align: center; }
.artist_element{ text-align: center; }
.artist_pop{ width: 181px; height: 61px; font-size: 15px; font-size: 1.5rem; line-height: 21px; line-height: 2.1rem; font-weight: 800; text-align: center; color: #007ff7; position: absolute; top: -23px; opacity: 0; transform: translateY(40%); transition: opacity 0.2s, transform 0.3s;
    background-image: url("/weven_template/theme/weven/resource/img/artist_plan_pop.png"); background-position: center center; background-size: contain; background-repeat: no-repeat; }
.artist_pop.is_pop{ opacity: 1; transform: translateY(0); }
.artist_pop span{ display: inline-block; padding-top: 14px; }
/*(이런 사람들에게 추천)*/
.artist_section.section_recommend{ max-width: unset; }
.artist_section.section_recommend .artist_section_content{ margin-top: 76px; }
.artist_section.section_recommend .artist_element:after{ content: ''; width: 1px; height: 70px; background-color: #d3dde0; position: absolute; top: 0; right: 0; }
.artist_section.section_recommend .artist_element:last-child:after{ content: none; }
.artist_section.section_recommend img{ height: 70px; }
.artist_recommend_text{ margin-top: 26px; font-size: 17px; font-size: 1.7rem; line-height: 25px; line-height: 2.5rem; font-weight: 700; word-break: keep-all; letter-spacing: -0.02em; }
/*(이용방법)*/
.artist_section.section_how{ margin-top: 120px; }
.artist_section.section_how .artist_section_content{ margin-top: 55px; display: flex; justify-content: space-between; flex-wrap: wrap; }
.artist_section.section_how .artist_section_content.show_in_pc{ display: none; }
.artist_section.section_how .artist_section_content.show_in_mobile{ display: flex; }
.artist_section.section_how .artist_section_content.show_in_mobile > div{ display: flex; justify-content: center; gap: 20px; }
.artist_section.section_how .artist_element{ width: 175px; height: 175px; padding: 26px; box-sizing: border-box; border-radius: 50%; display: flex; justify-content: center; align-items: center;
    font-size: 21px; font-size: 2.1rem; line-height: 28px; line-height: 2.8rem; font-weight: 700; color: #fff; word-break: keep-all; }
.artist_section.section_how .artist_element.step_1{ background-color: #007ff7; }
.artist_section.section_how .artist_element.step_2{ background-color: #199efd; }
.artist_section.section_how .artist_element.step_3{ background-color: #0bcaf9; }
.artist_section.section_how .artist_element.step_4{ background-color: #06ddf0; }
.artist_section.section_how .artist_arrow{ width: 38px; height: 38px; margin-top: 67px; background-image: url("/weven_service/asset/img/svg/icons8-arrow_type2_right.svg"); background-position: center center; background-size: contain; background-repeat: no-repeat; }
.artist_section.section_how .artist_arrow.below{ transform: rotate(90deg); margin: 20px 0 20px 270px; }
.artist_section.section_how .artist_arrow.left{ transform: rotate(180deg); }
/*(자주묻는질문)*/
.artist_section.section_qna{ margin-top: 107px; }
.artist_section.section_qna .artist_section_content{ margin-top: 51px; }
.artist_section.section_qna .artist_element{ border: 1px solid #cadee3; border-radius: 10px; box-sizing: border-box; margin-bottom: 10px; overflow: hidden;
    font-size: 18px; font-size: 1.8rem; line-height: 28px; line-height: 2.7rem; word-break: keep-all; text-align: left; }
.artist_section.section_qna .artist_element:last-child{ margin-bottom: 0; }
.artist_qna_q{ padding: 20px 71px 24px 29px; font-weight: 700; position: relative; cursor: pointer; }
.artist_qna_q:after{ content: ''; width: 12px; height: 12px; position: absolute; right: 29px; top: 30px; transform: rotate(180deg);
    background-image: url("/weven_service/asset/img/svg/change_history_FILL1_wght400_GRAD0_opsz20.svg"); background-position: center center; background-size: contain; background-repeat: no-repeat; }
.artist_qna_a{ padding: 23px 29px 26px 29px; font-weight: 400; border-top: 1px solid #cadee3; transition: all 0.3s; }
.qna_text{ padding-left: 25px; position: relative; transition: color 0.2s; }
.qna_text:before{ content: ''; font-weight: 700; position: absolute; top: 0; left: 0; }
.artist_qna_q .qna_text:before{ content: 'Q.'; }
.artist_qna_a .qna_text:before{ content: 'A.'; }
/*((is_open))*/
.artist_section.section_qna .artist_element.is_open{ border-width: 2px; border-color: #000; }
.artist_section.section_qna .artist_element:not(.is_open) .artist_qna_a{ height: 0; padding-top: 0; padding-bottom: 0; border-color: transparent; }
.is_open .artist_qna_q{ color: #007ff7; transform: rotate(0deg); }
.is_open .artist_qna_q:after{ transform: rotate(0deg); }
/*(유의사항)*/
.artist_section.section_warn{ margin-top: 88px; }
.artist_section.section_warn .artist_section_content{ margin-top: 47px; background-color: #f7fbfc; padding: 30px; border-radius: 10px; }
.artist_warn_title{ padding-left: 40px; background-image: url("/weven_service/asset/img/svg/icons8-warning.svg"); background-position: left 0 center; background-size: 29px; background-repeat: no-repeat;
    font-size: 19px; font-size: 1.9rem; line-height: 25px; line-height: 2.5rem; font-weight: 800; color: #f03789; }
.artist_section.section_warn ul{ margin-top: 20px; }
.artist_section.section_warn ul.has_left li{ padding-left: 14px; margin-bottom: 8px; font-size: 17px; font-size: 1.7rem; line-height: 23px; line-height: 2.3rem; font-weight: 400; }
.artist_section.section_warn ul.has_left li:before{ top: 11px; width: 6px; height: 2px; background-color: #000; }
.artist_section.section_warn ul.has_left li.important{ font-weight: 700; }
/*(이전으로 버튼)*/
.artist_section.section_bottom{ margin-top: 52px; display: flex; justify-content: center; }
.artist_section.section_bottom .back_btn_con{ display: flex; justify-content: center; }
.artist_section.section_bottom .back_btn_con .back_btn{ font-size: 15px; font-size: 1.5rem; line-height: 21px; line-height: 2.1rem; font-weight: 700; color: #fff; padding: 13px 27px 12px 49px; border-radius: 100px; background-color: #000;
    background-image: url("/weven_service/asset/img/svg/keyboard_backspace_FILL1_wght400_GRAD0_opsz20_white.svg"); background-position: left 18px center; background-size: 19px; background-repeat: no-repeat; }
.artist_section.section_bottom img{ width: 60px; height: 42px; position: absolute; top: 2px; right: 0; }

/* 템플릿 상세 */
#selectTheme.list_style_wrapper{background-color: #000; color: #fff;}
.list_style_wrapper .logo_spell_con{width: 100%; max-width: 1900px; height: 100%; position: absolute; top: 0; left: 50%; transform: translateX(-50%); z-index: 1;}
.list_style_wrapper .logo_spell_con2{width: 100%; height: 100%; position: absolute; top: 0; left: 50%; transform: translateX(-50%); z-index: 1;}
.list_style_wrapper .logo_spell{position: absolute; z-index: 1; opacity: 1; transform: translateY(0); transition: all 0.8s;}
.list_style_wrapper .logo_z{top: 0; right: 0; width: 300px; aspect-ratio: 596/685; background-image: url("/weven_service/asset/img/logo/zaemit-Z_cut.png"); background-size: cover; background-position: 0 0; background-repeat: no-repeat;}
#selectTheme.list_style_wrapper .logo_spell{transition: none;}

/* 재밋테마 - 카테고리 탭메뉴 - lhr */
#selectTheme.list_style_wrapper .category_btn_wrap { overflow: auto; display: flex; /* gap: 45px; */ overflow-y: hidden;  } 
/* #selectTheme.list_style_wrapper .category_btn_wrap::-webkit-scrollbar { background-color: transparent; } */

@media all and (min-width: 520px){

    /*즉시 - 23.06.01 jde*/

    /*공통*/
    .common_card_con .card_status{ padding: 3px 7px 2px 7px; margin-top: -1px;}

    /* 마이페이지 페이지 */
    /*대시보드*/
    .mypage_dashboard .dashboard_table .column1{ width: 150px; }
    .mypage_dashboard .dashboard_table .column2{ width: 28%; }
    /*나의정보*/
    .my_info_list .my_info_box_top{ margin-bottom: 50px; }
    .my_info_list .my_info_box_bottom{ padding: 40px 55px 50px 55px; }
    /*크레딧관리*/
    .my_credit_list .common_card_wrap{padding: 18px 19px 18px 18px;}
    .my_credit_list .common_card_con .card_img{ width: 160px; }

    /* 도메인 네임서버 변경 페이지 */
    .my_domain_con .name_server_left {font-size: 15px; font-size: 1.5rem;}

    /* 도메인 추가 페이지 */
    .my_domain_contents_bottom_con .table_style_00 tbody tr td {font-size: 14px; font-size: 1.4rem; line-height: 20px; line-height: 2rem;}

    /* 프로모션 결제 페이지 */
    .payment_step3_con .pay_type.point_color_1 { font-size: 34px; font-size: 3.4rem; line-height: 48px; line-height: 4.8rem; letter-spacing: -0.01em; font-weight: 800; background: linear-gradient(to right, #2bc1fb, #0b9af3); -webkit-background-clip: text; color: transparent; }  
    .payment_step3_con .pay_type.point_color_2 { font-size: 34px; font-size: 3.4rem; line-height: 48px; line-height: 4.8rem; letter-spacing: -0.01em; font-weight: 800; background: linear-gradient(to right, #be82fb, #6d55f9); -webkit-background-clip: text; color: transparent; }
    .payment_step3_con .pay_complete { margin-bottom: 15px; font-size: 34px; font-size: 3.4rem; line-height: 33px; line-height: 3.3rem; letter-spacing: -0.01em; font-weight: 800; }
    .payment_step3_con .attach_con_wrap { display: flex; justify-content: center; }
    .payment_step3_con .attach_con { padding: 46px 76px 50px 76px; width: 570px; background: #fff; border-radius: 10px; }
    .payment_step3_con .input_btn.point_color_1 { padding: 13px 62px; border-radius: 5px; font-size: 15px; font-size: 1.5rem; line-height: 23px; line-height: 2.3rem; font-weight: 600; color: #fff; background: linear-gradient(to right, #2bc1fb, #0b9af3); }
    .payment_step3_con .input_btn.point_color_2 { padding: 13px 62px; border-radius: 5px; font-size: 15px; font-size: 1.5rem; line-height: 23px; line-height: 2.3rem; font-weight: 600; color: #fff; background: linear-gradient(to right, #be82fb, #6d55f9); }
    .payment_step3_con .pay_complete_desc { margin-bottom: 58px; font-size: 16px; font-size: 1.6rem; line-height: 23px; line-height: 2.3rem; font-weight: 600; }
    .payment_step3_con .input_start.point_color_1 { margin-bottom: 28px; font-size: 16px; font-size: 1.6rem; line-height: 23px; line-height: 2.3rem; font-weight: 600; background: linear-gradient(to right, #2bc1fb, #0b9af3); -webkit-background-clip: text; color: transparent; }
    .payment_step3_con .input_start.point_color_2 { margin-bottom: 28px; font-size: 16px; font-size: 1.6rem; line-height: 23px; line-height: 2.3rem; font-weight: 600; background: linear-gradient(to right, #be82fb, #6d55f9); -webkit-background-clip: text; color: transparent; }
}

@media all and (min-width: 700px){
    .help_search{display: block; width: 220px; right: 0;top: -5px;left: auto; transform: none;}
    .help_search .input_style_00{padding: 12px 14px 12px 20px;}
    .help_search .input_search_btn{background-size: 13px; height: 49px; right: 1px; top: -1px;}
}

@media all and (min-width: 768px){
    #zgai_store_wrapper .contents_title{ font-size: 40px; font-size: 4.0rem; line-height: 46px; line-height: 4.6rem; font-weight: 800; }
    #pagePayment .contents_title{ font-size: 40px; font-size: 4.0rem; line-height: 46px; line-height: 4.6rem; font-weight: 800; }
    #pageQnaEnterprise .contents_title{ font-size: 40px; font-size: 4.0rem; line-height: 46px; line-height: 4.6rem; font-weight: 800; }

    /* 도메인관리 페이지 */
    .start_step .step_title{display: inline-block; font-weight: 500; width: auto;}
    .nameserver_address .table_style_00 thead tr th:first-child, .nameserver_address .table_style_00 tbody tr td:first-child{width: 140px; padding: 0 10px;font-size: 14px; font-size: 1.4rem;}
    .nameserver_address .table_style_00 thead tr th:nth-child(2), .nameserver_address .table_style_00 tbody tr td:nth-child(2){font-size: 14px; font-size: 1.4rem; width: auto;}
    .nameserver_address .table_style_00 thead tr th:nth-child(3), .nameserver_address .table_style_00 tbody tr td:nth-child(3){width: 150px; padding: 0 10px;font-size: 14px; font-size: 1.4rem;}
    .nameserver_address .table_style_00 thead tr th:last-child, .nameserver_address .table_style_00 tbody tr td:last-child{min-width: 122px; padding: 0 10px;font-size: 14px; font-size: 1.4rem;}
    .retention_popup_body input.position_ab + div  {letter-spacing: normal;}

    /*즉시 - 23.06.01 jde*/

    /* 마이페이지 페이지 */
    .mypage_tab ul li:after{ content: ''; position: absolute; width: 1px; height: calc(100% - 6px); top: 4px; right: 0; background-color: #dde9ef; }
    /*나의정보*/
    .my_info_list .fixed_label_right_con{ width: calc(100% - 130px); }

    /*즉시 - 23.06.01 jde*/

    /* 페이지 레이아웃 관련 */
    .contents_bottom_con.upgrade_detail_con{ padding-left: 20px; padding-right: 20px; }


    /* 공통 */
    .mobile_br{ display: none; }
    .space{display: inherit;}
    .space-sm-hidden{display: inherit;}
    .dropdown_more .dropdown_more_list{top: 33px; left: -127px;}

    /* 고객사례 배너 */
    .ai_case_img_con img.pc{ display: block; }
    .ai_case_img_con img.mobile{ display: none; }

    /* 내사이트 페이지 */
    #mysiteTutorialPopup .terms_popup_contents_con {padding-top: 30px;}
    #mysiteTutorialPopup .terms_popup_contents_list img.pc {display: inline-block;}
    #mysiteTutorialPopup .terms_popup_contents_list img.mobile {display: none;}
    .list_style_wrapper .btn_style_00_con.theme_title_btn_con{ position: absolute; bottom: 15px; justify-content: flex-end; margin-top: 0; margin-bottom: 0; }
    .mysite_list .nodata_con{padding-top: 46px;}
    .mysite_list .mysite_box{padding: 32px 30px 37px 39px;}
    .mysite_list .w220{width: 220px;}
    .mysite_list .mysite_stat{width: 300px;}
    .mysite_list .mysite_left{width: auto;}
    .mysite_list .mysite_url{ max-width: calc(100% - 280px); font-size: 19px; font-size: 1.9rem; line-height: 29px; line-height: 2.9rem; margin-bottom: 5px;}
    .mysite_list .site_edit_con {flex-wrap: nowrap; margin-top: 5px; position: absolute; right: 0; bottom: 0;}
    .mysite_list .mysite_state_con {margin-top: 7px; margin-bottom: 0;}
    .mysite_list .mysite_state{margin-right: 35px;}
    .mysite_list .mysite_state::after{display: block;}
    .mysite_list .mysite_stat{margin-top: 0;}
    .mysite_list .mysite_stat_standard{margin-top: 28px;}
    .mysite_list .lang_con.ko .lang_title{margin-top: -1px;}
    .mysite_list .mysite_exp_date:last-child{margin-bottom: 0px;}
    .mysite_list .mysite_exp_date .exp_date_next{position: relative; margin-left: 0px;}
    .mysite_list .mysite_exp_date .exp_date_next::before{display: none;}
    .mysite_list .site_edit_con a.w_type_4{min-width: 116px;padding: 8px 5px 8px 5px; }
    .mysite_list_con .conversion_rate .help_text{width: 190px;}
    .mysite_list_con .conversion_cnt .help_text{width: 210px;}
    .mysite_list .mysite_url .site_type{position: relative; top: -10px; right: auto;}
    .mysite_modify_wrap > * {width: auto;}
    .mysite_list .dropdown_more {right: -9px;}
    .mysite_list .mysite_left .help_con {margin-top: -1px; margin-left: 0;}
    .mysite_list .mysite_left .help_con .help_img{width: 22px; height: 22px; background-size: 18px;}
    .mysite_list_con .dashboard_tooltip_con .help_text{padding: 11px 16px 12px 16px;}
    .mysite_list_con .dashboard_tooltip_con ul.has_left li{font-size: 13px; font-size: 1.3rem; line-height: 19px; line-height: 1.9rem;}
    .mysite_list_con .dashboard_tooltip_con ul.has_left li::before{top: 8px;}


    .theme_recommend_list_con .recommend_box{padding: 29px 30px 30px 40px; }
    .theme_recommend_list_con .recommend_title{font-size: 32px; font-size: 3.2rem; line-height: 38px; line-height: 3.8rem; font-weight: 700; margin-bottom: 13px;}
    .theme_recommend_list_con .recommend_txt_box{margin-top: 0;}
    .theme_recommend_list_con .recommend_logo_box{width: 86px; height: 86px; border-radius: 50%; margin-right: 25px; background-size: 43px; background-position: left 23px center; margin-top: 1px;}
    .theme_recommend_list_con .recommend_desc { font-size: 17px; font-size: 1.7rem; line-height: 23px; line-height: 2.3rem; font-weight: 600; }


    /* 요금제(이용권) 페이지 */
    .upgrade_type .upgrade_bubble{ width: 96px; height: 47px; }
    .upgrade_type .upgrade_bubble span{ padding-top: 10px; font-size: 12px; font-size: 1.2rem; line-height: 18px; line-height: 1.8rem; }
    .upgrade_type .upgrade_box_con{ margin-bottom: 15px; }
    .upgrade_type .upgrade_box{ border: 1px solid var(--box_border_01); }
    .upgrade_type .upgrade_info_benefit{ padding-left: 43px; }
    .upgrade_type .upgrade_warn_desc span{ margin-top: 10px; }
    .artist_plan_con .artist_plan_title{ font-size: 40px; font-size: 4.0rem; line-height: 52px; line-height: 5.2rem; }
    .artist_plan_con .artist_plan_desc{ font-size: 19px; font-size: 1.9rem; line-height: 29px; line-height: 2.9rem; }
    .artist_plan_con .artist_plan_round{ width: 660px; }
    .artist_plan_con .second_line{ margin-top: 8px; font-size: 19px; font-size: 1.9rem; line-height: 25px; line-height: 2.5rem; font-weight: 800; }
    .artist_plan_con .price_origin{ font-size: 25px; font-size: 2.5rem; line-height: 31px; line-height: 3.1rem; margin-right: 15px; }
    .artist_plan_con .price_sale{ font-size: 37px; font-size: 3.7rem; line-height: 43px; line-height: 4.3rem; }
    .artist_plan_con .has_right_line:after{ height: 17px; top: 5px; }
    .artist_plan_con .artist_plan_btn{ padding: 15px 38px; font-size: 20px; font-size: 2.0rem; line-height: 26px; line-height: 2.6rem; }
    .upgrade_detail table tbody tr.table_cell_title td{ padding: 0 14px; }
    .upgrade_detail table tbody tr.line2{ height: 52px; }
    .upgrade_detail table tbody tr.line2 .help_img{ top: 14px; }
    .upgrade_detail table tbody tr td.sub_title{ padding-right: 26px; font-size: 13px; font-size: 1.3rem; letter-spacing: 0; }
    .credit_usage .credit_usage_img{ margin-right: 17px; }
    .credit_usage .credit_usage_box_con:nth-child(1) .credit_usage_img{ height: 45px; margin-top: 5px; }
    .credit_usage .credit_usage_box_con:nth-child(2) .credit_usage_img{ height: 42px; margin-top: 5px; }
    .credit_usage .credit_usage_box_con:nth-child(3) .credit_usage_img{ height: 42px; margin-top: 4px; }
    .credit_usage .credit_usage_box_con:nth-child(4) .credit_usage_img{ height: 39px; margin-top: 5px; }

    /* 도메인 관련 페이지 최대 넓이 */
    .wrapper.sub .my_domain_contents_bottom_con{max-width: 900px;}

    /* 도메인 구매 페이지 */
    .domain_search_wrap{width: 390px;}
    .domain_purchase_list .col-sm-6+.col-sm-6{margin-top: 0px;}

    /* 즉시 스토어 */
    #zgai_store_wrapper .store_content_box{width: 50%;}
    #zgai_store_wrapper .calc_wrap20{ display: block; width: -webkit-calc(100% + 20px); width: -moz-calc(100% + 20px); width: calc(100% + 20px); margin-left: -20px;}

    .list_style_wrapper .logo_z{width: 588px;}

    /* 프로모션 결제 페이지 */
    #promotionPage .radio_con_0_wrap:first-child { margin-bottom: 0px; } 
    #promotionPage .radio_con_0 { padding: 30px 20px; height: 374px; border: 1px solid #d4dde5; border-radius: var(--box_radius_0); cursor: pointer; }
    .promo_banner .title{ display: block; }
    .promo_banner .title .title_inner {display: inline-block;}
}

@media all and (min-width: 992px){

    /*즉시 - 23.06.01 jde*/

    /* 공통 */
    .contents_title{ font-size: 30px; font-size: 3.0rem; margin-bottom: 15px; }
    .sub_contents_title.type_3{ padding-bottom: 32px; }


    /* 공통 */
    .space-md-hidden{display: inherit;}
    ul.has_left li{ font-size: 13px; font-size: 1.3rem; line-height: 19px; line-height: 1.9rem; }
    ul.has_left.dot li::before{ top: 8px; }
    .common_card_con .card_info{ margin-left: 30px; }
    .dropdown_more{ right: -10px; top: -9px; }
    .mysite_box .dropdown_more{ right: -6px; top: -2px; }
    .dropdown_more .dropdown_more_list{ width: 154px; }
    .dropdown_more .dropdown_more_list.w_type_2{ width: 164px; }
    .dropdown_more .dropdown_more_list li a{ padding: 10px 15px 10px 54px; font-size: 13px; font-size: 1.3rem; font-weight: 400; background-position: left 29px center; background-repeat: no-repeat; }


    /* hover도움말 */
    .help_img{ background-size: 16px; }
    .help_text { padding: 11px 16px 12px 16px; font-size: 13px; font-size: 1.3rem; line-height: 21px; line-height: 2.1rem; }
    /*페이지별 상세 조정*/
    .upgrade_type_con .help_img{ margin-top: -2px; margin-left: 3px; background-size: 17px; }
    .upgrade_type_con .help_text:before{ right: 92px; }
    .upgrade_type_con .help_text:after{ right: 93px; }
    .upgrade_detail_con table tbody tr .help_img{ top: 18px; }
    .upgrade_detail_con table tbody tr.line2 .help_img{ top: 18px; }
    .upgrade_detail_con table tbody tr .help_text{ top: 50px; }
    .upgrade_detail_con table tbody tr .help_text:before{ right: 217px; }
    .upgrade_detail_con table tbody tr .help_text:after{ right: 218px; }


    /* 도움말 항목 목록 (모바일에서 덮이는 탭 형식) */
    #sideMenuOpenBtn{display: none;}
    #helpCenterSideMenuDim{display: none;}
    #helpCenterSideMenu{position: relative; left: unset; min-height: unset; padding: 0; max-width: 151px;}
    #helpCenterSideMenu .mobile_close_btn{display: none;}

    /* 요금제(이용권) 페이지 */
    .upgrade_type .upgrade_box_inner{ padding-bottom: 40px; }

    /* 결제 페이지 */
    .payment_select_type .radio_style_00_wrap .radio_con label.box_label{ padding: 27px 25px 29px 25px; }
    .payment_select_type .payment_type_img{ margin-left: 13px; margin-right: 30px; }
    .payment_customer_info .payment_customer_info_left{ top: 14px; }
    .payment_customer_info .payment_customer_info_right.tel_con{ width: 320px; }
    .payment_customer_info .name_wrap .payment_customer_info_right{ width: 299px; }
    .payment_customer_info .email_wrap .payment_customer_info_right{ width: 85%; }


    /* 내 사이트 정보 페이지 */
    /*대시보드*/
    .mydata_nodata{padding: 124px 0px 125px 0px;}
    .member_information .member_box_left{ margin-right: 24px; }
    /* .mysite_list .mysite_state_img{ width: 77px; } */
    /* .mysite_list .mysite_url{ margin-top: 11px; } */
    /* .mysite_list .mysite_exp_date{ margin-top: 15px; } */
    .mysite_list .mysite_url{margin-bottom: 18px;}
    .mysite_list .mysite_state_img{ width: 70px; margin-top: 24px;}
    .mysite_list .mysite_state_con .mysite_free_con.FREE{display: block;}
    .mysite_list .mysite_box_inner.payment_0 .mysite_state_img{margin-top: 26px;}
    .mysite_list .mysite_box_inner.payment_1 .mysite_state_img{margin-top: 26px;}
    .mysite_list .dropdown_more .dropdown_more_list li a.site_mng_btn{ background-size: 14px; }
    .mysite_list .dropdown_more .dropdown_more_list li a.site_edit_btn{ background-size: 13px; background-position: left 24px center; }
    .mysite_list .dropdown_more .dropdown_more_list li a.payment_btn{ background-size: 15px; }
    .mysite_list .dropdown_more .dropdown_more_list li a.domain_btn{ background-size: 16px; }
    .mysite_list .dropdown_more .dropdown_more_list li a.site_delete_btn{ background-size: 15px; }
    .theme_recommend_list_con .recommend_detail{margin-top: -18px;}
    .theme_recommend_list .card { width: 33.3%; }
    .theme_recommend_list .card_overlay { transform: translateY(100%); transition: .2s ease-in-out; }
    .theme_recommend_list .card:hover .card_overlay { transform: translateY(0); }
    .theme_recommend_list .card_section_1 { transform: translateY(-100%); transition: .2s ease-in-out; }
    .theme_recommend_list .card:hover .card_section_1 { transform: translateY(0); }
    .theme_recommend_list .card_section_2 { opacity: 0; transition: opacity 0.8s; }
    .theme_recommend_list .card:hover .card_section_2 { opacity: 1; }
    .theme_recommend_list .swiper_wrap{ display: flex; }
    .theme_recommend_list .swiper_wrap.number_swiper_wrap{ display: none; }

    /* 결제내역 */
    .pay_info_con .pay_info_wrap{padding: 40px 55px;}
    .my_pay_list_con .operation_list_wrap .operation_list, .my_pay_list_con .previous_list_wrap .previous_list{padding: 33px 22px 36px 50px;}
    .my_pay_list_con .operation_list_inner{padding-left: 50px;}
    .my_pay_list_con .operation_list_wrap .operation.right{padding-left: 20px;}
    .my_pay_list_con .operation_list_wrap .operation.right.url{padding-left: 20px;}
    .my_pay_list_con .operation_list_wrap .operation.left.subscribe_url{margin-bottom: 0px;}

    /*나의웹사이트*/
    .mysite_list_con .dashboard_tooltip_con{bottom: 32px;}
    .mysite_list .mysite_url a:hover{background-image: url("/weven_service/asset/img/svg/open_in_new_blue.svg");}
    .mysite_list .mysite_img{ width: 200px; height: 300px; padding-top: 0; margin-right: 56px; }
    .page_mySite_con .mysite_list .mysite_box_inner_left { flex-direction: row; align-items: center; }
    .page_mySite_con .mysite_list .mysite_info{ margin-top: 0;}
    .page_mySite_con .mysite_list .mysite_box{ padding: 30px; }
    .page_mySite_con .mysite_list .mysite_state_img{ width: 60px; }
    .page_mySite_con .mysite_list .mysite_box_inner.payment_0 .mysite_state_img{ height: 46px; }
    .page_mySite_con .mysite_list .mysite_box_inner.payment_1 .mysite_state_img{ height: 48px; }
    .page_mySite_con .mysite_list .mysite_box_inner.payment_2 .mysite_state_img{ height: 48px; }
    .page_mySite_con .mysite_list .mysite_box_inner.payment_3 .mysite_state_img{ height: 43px; }
    .page_mySite_con .mysite_list .mysite_url { font-size: 27px; font-size: 2.7rem; margin-top: 16px; }
    .page_mySite_con .mysite_list .mysite_exp_date { margin-top: 20px; }
    .page_mySite_con .mysite_list .dropdown_more{ top: -14px; bottom: auto; right: -6px; }


    /* 도메인 관리 */
    /* .my_domain_box_title_con{padding: 84px 30px 84px 30px;}
    .my_domain_box_desc_con{padding-top: 36px; padding-bottom: 20px;}
    .my_domain_box_desc_con .list_style_0{margin-bottom: 13px;} */


    /* 도움말센터 (.help_center) */
    /*도움말 항목 클릭 시 나오는 팝업 하단에 반복해서 나오는 부분*/
    .clicked_menu_content{position: relative; width: 100%; padding: 0px 65px 65px 65px;}
    .helpcenter_pop_bottom_con{ font-size: 20px; font-size: 2.0rem; padding-top: 60px; padding-bottom: 60px; margin-bottom: 0; }

    /* 자주묻는질문 (.help_center.faq_center) */
    .help_center.faq_center .help_center_sidemenu_con{display: block;}


    /* 도메인 네임서버 변경 페이지 */
    .common_pop_0_wrap .retention_popup_body {padding: 45px 70px 45px 70px;}
    .my_domain_con .name_server_list .first_half .name_server_left{padding-top: 20px;}
    .my_domain_con .name_server_list .first_half .name_server_right{padding-top: 5px;}
    .my_domain_con .name_server_list .last_half .name_server_left{padding-bottom: 20px;}
    .my_domain_con .name_server_list .last_half .name_server_right{padding-bottom: 5px;}
    .my_domain_con .first_list .first_half .name_server_left{padding-top: 35px; padding-bottom: 20px;}
    .my_domain_con .first_list .first_half .name_server_right{padding-top: 20px; padding-bottom: 5px;}
    .my_domain_con .first_list .last_half .name_server_left{padding-top: 35px; padding-bottom: 20px;}
    .my_domain_con .first_list .last_half .name_server_right{padding-top: 20px; padding-bottom: 5px;}
    .my_domain_con .last_list .first_half .name_server_left{padding-top: 20px; padding-bottom: 35px;}
    .my_domain_con .last_list .first_half .name_server_right{padding-top: 5px; padding-bottom: 20px;}
    .my_domain_con .last_list .last_half .name_server_left{padding-top: 20px; padding-bottom: 35px;}
    .my_domain_con .last_list .last_half .name_server_right{padding-top: 5px; padding-bottom: 20px;}
    .my_domain_con .name_server_list {border-bottom: none;}
    .my_domain_con .name_server_left {font-size: 13px; font-size: 1.3rem;}


    /* 도메인 연장 페이지 */
    .my_domain_period_con_2 .contents_list_wrapper_left{width: 71%;}
    .my_domain_period_con_2 .contents_list_wrapper_right{width: 29%;}

    .my_domain_period_con_2 .email_wrap .select_style_00_wrap .selected_item{letter-spacing: normal; padding-right: 45px; padding-left: 21px;}
    .my_domain_period_con_2 .payment_customer_info_wrap { border: 1px solid var(--box_border_00); border-radius: var(--box_radius_0); padding: 20px 20px 20px 20px;}
    .my_domain_period_con_2 .payment_customer_info_left {width: 90px;margin-bottom: 0; margin-right: 6px; top: 16px;}
    .my_domain_period_con_2 .name_wrap .payment_customer_info_right {width: 300px;}
    .my_domain_period_con_2 .tel_con {width: 320px;}
    .my_domain_period_con_2 .email_wrap .payment_customer_info_right {width: 86%;}
    .my_domain_period_con_2 .tel_con .input_style_0 {text-align: center;}
    .my_domain_period_con_2 .email_wrap .at_mark{font-size: 15px; font-size: 1.5rem;}
    .my_domain_period_con_2 .contents_list_wrapper_right {margin-top:0px;}


    /* 마이페이지 문의하기 */
    .my_qna_quest_con .select_style_00_wrap_50{width: 335px; margin-left: 10px; margin-bottom: 0px;}


    /* 즉시 아티스트 플랜 */
    #pageArtistPlan:before{ left: 40px; opacity: 1; background-position: top 140px center; background-size: 1330px; }
    .artist_title_con{ font-size: 94px; font-size: 9.4rem; line-height: 130px; line-height: 13.0rem; }
    .artist_title_img{ margin-top: 14px; }
    .artist_title_img img{ width: 320px; }
    .artist_text_con{ margin-top: 58px; }
    .artist_subtitle{ font-size: 49px; font-size: 4.9rem; line-height: 65px; line-height: 6.5rem; }
    .artist_desc{ margin-top: 14px; font-size: 25px; font-size: 2.5rem; line-height: 37px; line-height: 3.7rem; }
    .artist_discount{ font-size: 62px; font-size: 6.2rem; line-height: 80px; line-height: 8.0rem; text-align: left; }
    .artist_payment{ justify-content: flex-start; }
    .artist_payment .payment_btn{ font-size: 32px; font-size: 3.2rem; padding: 22px 42px; }
    .artist_section_con{ margin-top: 146px; }
    .artist_section_title{ font-size: 37px; font-size: 3.7rem; line-height: 46px; line-height: 4.6rem; font-weight: 800; text-align: center; }
    /*(이런 사람들에게 추천)*/
    .artist_section.section_recommend img{ height: auto; }
    .artist_recommend_text{ margin-top: 40px; font-size: 23px; font-size: 2.3rem; line-height: 30px; line-height: 3.0rem; letter-spacing: 0; }
    .artist_section.section_recommend .artist_element:after{ height: 123px; }
    /*(이용방법)*/
    .artist_section.section_how .artist_section_content.show_in_pc{ display: flex; }
    .artist_section.section_how .artist_section_content.show_in_mobile{ display: none; }
    /*(유의사항)*/
    .artist_section.section_warn .artist_section_content{ padding: 50px; }
    .artist_section.section_warn ul{ padding-left: 39px; }

    /*      =======================================================================================================      */



    .flex_center_wrapper{ padding-top: 80px; padding-bottom: 68px; }








    .align_center-md{align-items: center;}

    .page_title_con .page_title { font-size:38px; font-size:3.8rem; line-height:49px; line-height:4.9rem; }
    .page_img_title_con .img img.default { display: inline-block; }
    .page_img_title_con .img img.retina { display: none; }

    .login_con .login_form_title.studio { font-size:29px; font-size:2.9rem; line-height:38px; line-height:3.8rem; }

    .studio_login_wrap { width: 440px; padding-right: 105px; }
    .studio_login_wrap .login_con { max-width: none; float: left; margin-right: 0; margin-left: 0; }
    .studio_login_wrap .login_con .studio_login_img img.default { display: inline-block; }
    .studio_login_wrap .login_con .studio_login_img img.retina { display: none; }

    .step_style_0_wrap .step_style_0_con .step_style_0{padding: 10px 20px 9px; /*border-right: 0px none;*/}
    .step_style_0_wrap .step_style_0_con .step_style_0:last-child:before{content: none;}
    .step_style_0_wrap .step_style_0_con .step_style_0:last-child.active:before{content: '';}
    .step_style_0_wrap .step_style_0_con .step_style_0:last-child:after{content: none;}
    .step_style_0_wrap .step_style_0_con .step_style_0:first-child.active{border-bottom-left-radius: 5px; border-top-left-radius: 5px;}

    .step_style_0_wrap .step_style_0_con .step_style_0.active:after{content: ''; position: absolute; right: -21px; bottom: 0; border-top: 20px solid #fff; border-bottom: 20px solid #fff; border-left: 20px solid #55c7f9; z-index: 1;}
    .step_style_0_wrap .step_style_0_con .step_style_0.active:before{content: ''; position: absolute; left: 0; bottom: 0; border-left: 20px solid #55c7f9; border-top: 20px solid #55c7f9; border-bottom: 20px solid #55c7f9; z-index: 2;}

    .has_id_select_con .has_id_select .has_id_select_inner{padding: 41px 40px 47px;}
    .has_id_select_con .has_id_select .has_id_select_inner:hover{border-color: #4eb3f3; color: #4eb3f3;}
    .has_id_select_con .has_id_select .has_id_select_inner:hover .eng:after{border-color: #4eb3f3;}

    .board_style_0_wrap .board_title_con .title { font-size:21px; font-size:2.1rem; line-height:27px; line-height:2.7rem; }

    .board_style_0_wrap .contents_box .contents { margin-bottom: 35px; }
    .board_style_0_wrap .contents .title_con { display: table-cell; vertical-align: top; padding-top: 11px; }
    .board_style_0_wrap .contents .title { font-size:14px; font-size:1.4rem; line-height:20px; line-height:2.0rem; }
    .board_style_0_wrap .contents .input_wrap { display: table-cell; vertical-align: top; }
    .board_style_0_wrap .contents .input_wrap .set_text{ font-size:14px; font-size:1.4rem; line-height:20px; line-height:2.0rem; font-weight: 400;}
    .board_style_0_wrap .contents .input_wrap.type_idnum .input_style_0_con{width: 140px;}
    .board_style_0_wrap .contents .input_wrap.type_phone .input_style_0_con{width: 90px;}
    .board_style_0_wrap .contents .input_desc { margin-top: 20px; line-height:25px; line-height:2.5rem;  }
    .prev_img_con .preview_img_box { width: 253px; height: 299px; }

    .board_style_0_wrap .contents .textarea_style_0 { font-size:15px; font-size:1.5rem; line-height:26px; line-height:2.6rem; padding: 15px 10% 15px 22px; }

    #step0 .page_img_title_con .title { font-size:46px; font-size:4.6rem; line-height:54px; line-height:5.4rem; }

    #step0 .btn_style_4 > span { font-size:22px; font-size:2.2rem; line-height:28px; line-height:2.8rem; }
    #step0 .btn_style_4.type_icon { padding: 17px 27px 15px 27px; }
    #step0 .btn_style_4.type_icon > span { padding-left: 42px; }
    #step0 .btn_style_4.type_icon > span::before { top: -1px; width: 33px; height: 33px; }

    .workspace_mt{margin-top: -150px;}

    /* 위즈웨어 랜딩 */
    .wizware_logo img { width: auto; }
    .wizware_logo img.web_img { display: inline-block; }

    /*VIP 고객사 등록 페이지 폼 (app_weven/web/content/program/vip_client, 클래스명 수정해도 됨, 임시로 작성함)*/
    .form_style_3_wrap .form_style_3_con .form_style_3_list .list_content { padding: 20px 0 20px 20px; }
    .form_style_3_wrap .form_style_3_con .form_style_3_list .list_title { font-size:16px; font-size:1.6rem; line-height:22px; line-height:2.2rem; padding: 20px; width: 20%; }
    .form_style_3_wrap .form_style_3_con .form_style_3_list .list_title > span { margin-top: 9px; }
    .form_style_3_wrap .form_style_3_con .form_style_3_list input[type=text] { font-size:16px; font-size:1.6rem; line-height:22px; line-height:2.2rem; }
    .form_style_3_wrap .form_style_3_con .form_style_3_list .textarea_style_0 { font-size:16px; font-size:1.6rem; line-height:28px; line-height:2.8rem; }


    /* 즉시 스토어 */
    #zgai_store_wrapper .zgai_store_con{padding-top: 55px;}
    #zgai_store_wrapper .store_content_box{width: 33.33%; height: 428px;}
    #zgai_store_wrapper .store_content_box.using_ext .store_content_box_inner:hover{border: 1px solid #00a2ff; outline: 1px solid #00a2ff;}
    #zgai_store_wrapper .store_content_box_inner:hover{border: 1px solid #000; outline: 1px solid #000;}
    #zgai_store_wrapper .store_content_top_con{margin-bottom: 18px;}
    #zgai_store_wrapper .store_content_img_box{padding-bottom: 150px; background-position: center top 39px;}
    #zgai_store_wrapper .store_content_desc{font-size: 14px; font-size: 1.4rem; line-height: 22px; line-height: 2.2rem;}
    #zgai_store_wrapper .store_content_using{font-size: 14px; font-size: 1.4rem; background-size: 20px; background-position: left -2px top 1px; padding-left: 20px;}
    #zgai_store_wrapper .btn_style_0{background-color: #fff; color: #000 !important; font-size: 14px; font-size: 1.4rem; padding-top: 10px; padding-bottom: 9px; border-radius: 6px;}
    #zgai_store_wrapper .btn_style_0.store_content_expect{background-color: #fff; color: #00d054 !important;}
    #zgai_store_wrapper .store_content_box_inner:hover .btn_style_0{background-color: #000; color: #fff !important;}
    #zgai_store_wrapper .store_content_box_inner:hover .btn_style_0.store_content_expect{background-color: #00d054; color: #fff !important;}

}

@media all and (min-width: 1200px){

    .workspace_mt{margin-top: -215px;}

    /*      =======================================================================================================      */

    /*즉시 - 23.06.01 jde*/

    /* 공통 */
    /*컨테이너(c) 프로필 이미지 - type_2: 34*34 ('마이페이지 대시보드'에서 사용)*/
    .c_profile_img_con.type_2{width: 34px; height: 34px;}


    /* hover도움말 */
    /*페이지별 상세 조정*/


    /* 요금제(이용권) 페이지 */
    #pagePayment .coupon_btn{ bottom: 9px; right: 0; transform: translateX(0); }
    .upgrade_type .upgrade_box{ position: relative; padding: 48px 12px 12px 12px; }
    .upgrade_type .upgrade_box:after{ content: ''; opacity: 0; width: calc(100% - 2px); height: calc(100% - 2px); border: 2px solid #000; border-radius: 8px; position: absolute; top: -1px; left: -1px; transition: opacity 0.15s; pointer-events: none; }
    .upgrade_type .upgrade_box:hover:after{ opacity: 1; }
    .upgrade_type .upgrade_type_img{ height: 56px; margin-bottom: 20px; }
    .upgrade_type .upgrade_info_name{ font-size: 20px; font-size: 2.0rem; margin-bottom: 9px; }
    .upgrade_type .upgrade_info_price{ font-size: 19px; font-size: 1.9rem; line-height: 30px; line-height: 3.0rem; }
    .upgrade_type .upgrade_info_benefit{ margin-bottom: 20px; padding-left: 12px; }
    /*박스버튼*/
    .upgrade_type .upgrade_box.upgrade_type_0_free .btn_style_1{ color: #000; background-color: transparent; }
    .upgrade_type .upgrade_box.upgrade_type_1_smart .btn_style_1{ color: #000; background-color: transparent; }
    .upgrade_type .upgrade_box.upgrade_type_1_standard .btn_style_1{ color: #000; background-color: transparent; }
    .upgrade_type .upgrade_box.upgrade_type_2_premium .btn_style_1{ color: #000; background-color: transparent; }
    .upgrade_type .upgrade_box.upgrade_type_3_enterprise .btn_style_1{ color: #000; background-color: transparent; }
    /*hover시 박스버튼*/
    .upgrade_type .upgrade_box.upgrade_type_0_free:hover .btn_style_1{ color: #fff; background-color: #000; }
    .upgrade_type .upgrade_box.upgrade_type_1_smart:hover .btn_style_1{ color: #fff; background-color: #000; }
    .upgrade_type .upgrade_box.upgrade_type_1_standard:hover .btn_style_1{ color: #fff; background-color: #000; }
    .upgrade_type .upgrade_box.upgrade_type_2_premium:hover .btn_style_1{ color: #fff; background-color: #000; }
    .upgrade_type .upgrade_box.upgrade_type_3_enterprise:hover .btn_style_1{ color: #fff; background-color: #000; }
    .upgrade_detail table thead tr th{ font-size: 16px; font-size: 1.6rem; letter-spacing: 0.02em; }
    .upgrade_detail table tbody tr{ height: 59px; }
    .upgrade_detail table tbody tr.line2 { height: 59px; }
    .upgrade_detail table tbody tr td{ font-size: 15px; font-size: 1.5rem; }
    .upgrade_detail table tbody tr td.sub_title{ font-size: 14px; font-size: 1.4rem; }
    .credit_usage .credit_usage_box{ padding: 31px 20px 35px 20px; }
    .credit_usage .credit_usage_img{ margin-bottom: 20px; margin-top: 0; margin-right: 0; width: 100%;  }
    .credit_usage .credit_usage_box_con:nth-child(1) .credit_usage_img{ height: 55px; }
    .credit_usage .credit_usage_box_con:nth-child(2) .credit_usage_img{ height: 52px; }
    .credit_usage .credit_usage_box_con:nth-child(3) .credit_usage_img{ height: 52px; }
    .credit_usage .credit_usage_box_con:nth-child(4) .credit_usage_img{ height: 48px; }
    .credit_usage .credit_usage_text{ margin-top: 0; width: 100%; text-align: center; }
    .credit_usage .credit_usage_desc{ font-size: 18px; font-size: 1.8rem; line-height: 24px; line-height: 2.4rem; }
    .credit_warn .credit_warn_left_con{ margin-top: 20px; }


    /* 결제 페이지 */
    .contents_list_wrapper_left{ width: 71%; }
    .contents_list_wrapper_right{ width: 29%; }


    /*마이페이지 페이지*/
    /*대시보드*/
    .mypage_dashboard .dashboard_box_con{ margin-bottom: 0; }
    .mypage_dashboard .dashboard_box{ border: 1px solid var(--box_border_01); /*height: 147px*/; height: 206px; }
    .mypage_dashboard .myinfo_content .myinfo_nickname{ font-size: 16px; font-size: 1.6rem; line-height: 22px; line-height: 2.2rem; margin-bottom:2px}
    .mypage_dashboard .myinfo_content .myinfo_email{ font-size: 14px; font-size: 1.4rem; line-height: 20px; line-height: 2.0rem; font-weight: 400; }
    .mypage_dashboard .myinfo_content .myinfo_phone{ font-size: 14px; font-size: 1.4rem; line-height: 20px; line-height: 2.0rem; }
    .mypage_dashboard .myinfo_content .myinfo_site{ font-size: 14px; font-size: 1.4rem; line-height: 23px; line-height: 2.3rem; margin-top: -1px; }
    .mypage_dashboard .credit_content .credit_amount{ font-size: 22px; font-size: 2.2rem; line-height: 28px; line-height: 2.8rem; padding-left: 37px;
        background-position: left top -2px; background-size: 33px; }
    .mypage_dashboard .credit_content .credit_desc{ font-size: 13px; font-size: 1.3rem; line-height: 19px; line-height: 1.9rem; }
    .mypage_dashboard .dashboard_table tbody tr td{ font-size: 14px; font-size: 1.4rem; line-height: 20px; line-height: 2.0rem; }

    /* 도메인 네임서버 변경 페이지 */
    .wrapper.sub .my_domain_contents_bottom_con{max-width: 1150px;}
    .my_domain_con .name_server_right {padding: 10px 15px 3px 15px; width: 434px;}
    .my_domain_con .name_server_left { width: 120px; font-size: 14px; font-size: 1.4rem; line-height: 20px; line-height: 2.0rem; padding: 25px 10px 25px 10px;}


    /* 도메인 연장 페이지 */
    .my_domain_period_con_2 .extend_url {font-size: 17px; font-size: 1.7rem; line-height: 27px; line-height: 2.7rem; font-weight: 700; border: 1px solid var(--box_border_00); border-radius: var(--box_radius_0); padding: 10px 20px 10px 20px;}
    .my_domain_period_con_2 .payment_customer_info_wrap { border: 1px solid var(--box_border_00); border-radius: var(--box_radius_0); padding: 30px 35px 30px 40px;}
    .my_domain_period_con_2 .payment_customer_info_list {margin-bottom: 10px;}
    .my_domain_period_con_2 .payment_customer_info_list:last-child {margin-bottom: 0px;}
    .my_domain_period_con_2 .payment_customer_info_left {font-size: 14px; width: 90px; font-size: 1.4rem; line-height: 20px; line-height: 2.0rem; margin-right: 6px; font-weight: 500; top: 16px;}
    .my_domain_period_con_2 .name_wrap .payment_customer_info_right {width: 300px;}
    .my_domain_period_con_2 .tel_con {width: 320px;}
    .my_domain_period_con_2 .tel_con .input_style_0 {text-align: center;}
    /* .my_domain_period_con_2 .email_wrap .input_style_00{width: 180px;} */
    /* .my_domain_period_con_2 .email_wrap .at_mark{margin: 14px 10px 14px 10px ;font-size: 16px; font-size: 1.6rem; line-height: 22px; line-height: 2.2rem; font-weight: 700;} */
    .my_domain_period_con_2 .email_wrap .select_style_00_wrap{width: 100%;}
    .my_domain_period_con_2 .payment_list_total{font-size: 17px; font-size: 1.7rem; line-height: 23px; line-height: 2.3rem; margin-top: 12px; padding-top: 20px; border-top: 1px solid var(--box_border_00); font-weight: 700;}
    .my_domain_period_con_2 .btn_style_0 {width: 100%; margin-top: 30px;}


    /* 도메인 구매 페이지 */
    .domain_sidemenu_list {margin-top: 0; width: 310px;}
    .left_side_menu {width: 67.56%}
    .domain_purchase_list {margin-bottom: 15px;}
    .domain_purchase_list .select_style_00_wrap.w100 {width: 548px;}


    /* 즉시 스토어 */
    #zgai_store_wrapper .zgai_store_con{max-width: 1360px;}
    #zgai_store_wrapper .store_content_box{width: 25%;}
    #zgai_store_wrapper .zgai_store_con{ padding-left: 30px; padding-right: 30px;}


    /* 프로모션 결제 페이지 */
    #promotionPage .contents_title { font-size: 34px; font-size: 3.4rem; line-height: 46px; line-height: 4.6rem; letter-spacing: -0.01em; font-weight: 800; background: linear-gradient(to right, #be82fb, #6d55f9); -webkit-background-clip: text; color: transparent; }

    /*      =======================================================================================================      */


}

@media all and (min-width: 1400px) {
    .list_style_wrapper .logo_z{width: 758px;}
}