@charset "utf-8";
.page {
    height:100vh;
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
    -ms-overflow-style:-ms-autohiding-scrollbar;
}
#container {
    position:relative;
    flex:1;
    width:100%;
    margin-bottom:30px;
}
header {
    position:relative;
    width:100%;
    background:#fff;
}
footer {
    position:relative;
    width:100%;
    max-width:768px;
    height:auto;
}
.ds_navbar {
    position:relative;
    display:flex;
    align-items:center;
    justify-content:space-between;
    height:60px;
    overflow:hidden;
}
.ds_navbar.sticky {
    max-width:768px;
    box-shadow:1px 1px 5px #dedede,
                -1px -1px 5px #fff;
}
.ds_navbar .logo {
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    width:120px;
    height:100%;
    left:10px;
    margin-right:10px;
    z-index:9;
    cursor:pointer;
}
.ds_navbar .logo a,
.ds_navbar .logo .logotop {
    position:relative;    
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    height:100%;
    margin:0 auto;
}
.ds_navbar .logo svg {
    width:100%;
    fill:#3eafaa;
}
.ds_navbar .logo svg .st1 {
    fill:#222;
}
.ds_navbar .loginblock {
    position:relative;
    width:26px;
    height:100%;
    z-index:9;
}
.ds_navbar .loginblock .loginico {
    position:relative;    
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    height:100%;
    margin:0 auto;
    padding-top:10px;
}
.ds_navbar .loginblock svg {
    width:100%;
    fill:#ccc;
}
.ds_navbar .loginblock.on svg {
    fill:#3eafaa;
}
.topmenuBar {
    position:relative;
    display:flex;
    align-items:center;
    justify-content:space-between;
    right:50px;
}
.topmenu_user {
    flex:1;
    margin-left:10px;
    cursor:pointer;
}
.topmenu_user .user_box span {
    position:relative;
    top:4px;
    width:auto;
    padding:2px 7px 2px 5px;
    border-radius:7px;
    background-color:#eee;
    color:#333;
    font-size:.9em;
}
.topmenu_user .user_box.on span {
    background-color:#3eafaa;
    color:#fff;
}
.topmenu_user .user_box .user_ico {
    display:flex;
    align-items:center;
    justify-content:center;
    width:26px;
}
.topmenu_user .user_box .user_ico svg {
    width:100%;
}
.topmenu_user .user_box.on .user_ico svg {
    fill:#3eafaa;
}
.topmenuBar .topmenu_sch,
.topmenuBar .topmenu_logrin,
.topmenuBar .topmenu_nav {
    display:flex;
    width:24px;
    cursor:pointer;
}
.topmenu_nav svg {
    width:100%;
    fill:#222;
}
.topmenuBar .topmenu_sch:hover,
.topmenuBar .topmenu_logrin:hover {
    margin-top:1px;
}
.topmenu_mbtn {
    display:block;
    cursor:pointer;
    z-index:99999;
}
#navmenu_button {
    position:absolute;
    top:0;
    right:0;
    padding:29px 11px;
    user-select:none;
	z-index:9999;
}
#navmenu_button span {
    position:relative;
    display:block;
    height:3px;
    width:27px;
    border-radius:2px;
    background-color:#333;
    transition:all 0.2s ease-in-out;
}
#navmenu_button span:before {
    top:-10px;
    visibility:visible;
}
#navmenu_button span:after {
    top:10px;
}
#navmenu_button span:before, #navmenu_button span:after {
    content:"";
    position:absolute;
    height:3px;
    width:27px;
    border-radius:2px;
    background-color:#333;
    transition:all 0.2s ease-in-out;
}
.topmenu_mbtn input[type=checkbox] {
    display:none;
}
.topmenu_mbtn input[type=checkbox]:checked ~ #navmenu_button:hover span,
.topmenu_mbtn input[type=checkbox]:checked ~ #navmenu_button span {
    background:transparent;
}
.topmenu_mbtn input[type=checkbox]:checked ~ #navmenu_button span:before {
    transform:rotate(45deg) translate(7px, 7px);
    opacity:1;
    background-color:#fff;
}
.topmenu_mbtn input[type=checkbox]:checked ~ #navmenu_button span:after {
    transform:rotate(-45deg) translate(7px, -7px);
    background-color:#fff;
}
#navmenu {
    position:fixed;
    display:none;
    height:100%;
    width:100%;
    top:0;
    right:0;
    background-color:#fff;
    z-index:9;
    box-shadow:0px 0px 0 100px rgba(0,0,0,.2);
    -webkit-transform:translate3d(100%, 0, 0) translateX(30px);
    transform:translate3d(100%, 0, 0) translateX(30px);
    -webkit-transition:all 0.25s cubic-bezier(0.16, 0.63, 0.45, 0.98);
    transition:all 0.25s cubic-bezier(0.16, 0.63, 0.45, 0.98);
    overflow-y:auto;
}
.topmenu_mbtn input[type=checkbox]:checked ~ #navmenu {
    display:block;
    -webkit-transform:translate3d(0, 0, 0) translateX(0vw);
    transform:translate3d(0 0, 0) translateX(0vw);
}
/* navWrap */
.navWrap {
    max-width:768px;
    margin:0 auto;
}
.nav_topWrap {
    display:flex;
    align-content:center;
    align-items:center;
    justify-content:space-between;
    height:auto;
    padding:20px;
    padding-right:15px;
    background-color:#3eafaa;
}
.navtopLogo .logo {
    position:relative;
    width:120px;
    height:100%;
}
.navtopLogo .logo svg {
    width:100%;
    fill:#fff;
}
.nav_topWrap .navtopBtn {
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    width:auto;
    height:auto;
}
.nav_topWrap .navtopBtn button,
.nav_topWrap .navtopBtn a {
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    background-color:transparent;
}
.nav_topWrap .navtopBtn .close {
    position:relative;
    top:0;
    right:0;
}
.nav_topWrap .navtopBtn .close::after,
.nav_topWrap .navtopBtn .close::before {
    background-color:#fff;
}
.nav_loginWrap {
    position:relative;
    padding:30px 20px;
    background-color:#3eafaa;
    color:#fff;
}
.nav_loginWrap .nav_loginBtn {
    font-size:1.4em;
    font-weight:600;
    cursor:pointer;
}
.members .nav_logoutBtn {
    display:none;
}
.nav_loginWrap .nav_logoutBtn {
    position:relative;
    top:4px;
    padding:1px 7px;
    margin-left:7px;
    background-color:#1c6574;
    border-radius:7px;
    font-size:.8em;
    color:#fff;
}
.nav_loginWrap .ico_arrow {
    top:-4px;
    margin-left:10px;
    border-color:#fff;
}
.nav_loginWrap .u_name {
    font-size:1.2em;
    font-weight:700;
    color:#fff;
}
.nav_loginWrap span.message {
    font-size:1em;
    font-weight:300;
}
.nav_menuWrap {
    position:relative;
    color:#555;
}
.gnbListMain {
	display:block;
    border-top:1px solid #ededed;
}
.gnbitem {
    position:relative;
    border-bottom:1px solid #ededed;
}
.gnbListMain .navHead {
    display:flex;
    align-items:center;
    padding:15px;
	font-size:1.1em;
    font-weight:700;
    font-family:inherit;
	cursor:pointer;
}
.gnbListMain .navHead:hover,
.gnbListMain .navHead:active {
    color:#3eafaa;
}
.navHead .arrowicon {
    position:absolute;
    display:flex;
    align-items:center;
    right:20px;
    transition:all ease .2s;
}
.gnbitem .navbody {display:none;}
.gnbitem .navbody > li {
	display:block;
	padding:10px 0;
	margin-left:20px;
	background-color:#fff;
	text-decoration:none;
	cursor:pointer;
}
.gnbitem .navbody > li:hover {
    color:#3eafaa;
}

.opener { display:none; }
.opener:checked ~ .navbody { display:block; }
.opener:checked ~ .nav_btn { display:block; }
.opener:checked ~ .nav_btn .navHead {
    color:#3eafaa;
    fill:#3eafaa;
}
.opener:checked ~ .nav_btn .navHead .arrowicon {
    transform:rotate(180deg);
}
.gnbListEtc {
    padding:10px 15px;
}
.gnbListEtc li {
    position:relative;
    display:flex;
    align-items:center;
    height:27px;
    padding:5px 0;
	cursor:pointer;
}
.gnbListEtc .icoPoint {
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    top:-1px;
    width:12px;
    margin-left:1px;
}
.icoPoint svg {
    width:100%;
    fill:#555;
}
.search_bar {
    flex:1;
    position:relative;
    height:60px;
    overflow:hidden;
}
.search_input_wrap {
    display:flex;
    display:-webkit-flex;
    display:-webkit-box;
    padding-right:5px;
}
.sch_input_box {
    -webkit-box-flex:1;
    -webkit-flex:1;
    flex:1;
    position:relative;
    height:60px;
    padding:15px 10px 0 10px;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
.sch_input_box::after {
    content:'';
    display:block;
    clear:both;
}
.search_input_inner {
    overflow:hidden;
    padding-top:1.5px;
}
.search_input {
    display:inline-block;
    width:100%;
    height:34px;
    padding-left:5px;
    line-height:34px;
    font-weight:500;
    letter-spacing:-.4px;
    vertical-align:top;
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    background:#f3f3f3;
    border-radius:10px;
}
.search_input::placeholder {
    color:#aaa;
}
.btn_delete {
    position:absolute;
    width:40px;
    height:60px;
    top:0;
    right:0;
    text-align:center;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    border:0;
    background:0 0;
    -webkit-appearance:none;
}
.search_bar .search_input_wrap .sch_btn_box [class^=ico] {
    position:relative;
    display:inline-block;
    width:30px;
    height:100%;
    background-position:center;
    overflow:hidden;
    color:transparent;
    white-space:nowrap;
}
.ico_delete {
    overflow:hidden;
    color:transparent;
    white-space:nowrap;
    background:url('../img/103-delete.svg') no-repeat;
}
.ico_voice {
    background:url('../img/054-microphone.svg') no-repeat;
}
.ico_search {
    background:url('../img/174-search.svg') no-repeat;
}
.search_bar .search_input_wrap .sch_btn_box [class^=btn] {
    display:block;
    width:36px;
    height:60px;
    margin-right:5px;
    text-align:center;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    border:0;
    background:transparent;
    -webkit-appearance:none;
    cursor:pointer;
}
/*헤더PC*/
header.pc {
    position:sticky;
    top:0;
    z-index:9;
    box-shadow:0px -2px 8px #f7f7f7;
}
header.pc .ds_navbar {
    position:unset;
    gap:0 30px;
}
header.pc .ds_navbar .topmenuBar {
    right:20px;
    gap:0 15px;
}
header.pc .menu_step1 {
    position:absolute;
    display:flex;
    z-index:9;
    gap:0 20px;
    top:30px;
    left:150px;
}
header.pc .gnbitem {
    position:relative;
    width:100%;
    top:-6px;
    border:0;
    cursor:pointer;
}
header.pc .gnbitem .navHead:hover,
header.pc .gnbitem .navHead.on {
    font-weight:600;
    color:#3eafaa;
}
header.pc .gnbitem .navbody {
    position:absolute;
    display:block;
    top:36px;
    box-shadow:0px 5px 15px rgba(0,0,0,.2);
}
header.pc  .gnbitem .navbody > li {
    margin:0;
    padding:10px;
    width:200px;
}
.ds_navmenu {
    width:100%;
    background-color:#fff;
    z-index:1;
}
/**/
.ds_tmenu ul {
    margin-bottom:0;
    border-bottom:1px solid #ebebf1;
    border-top:1px solid #ebebf1;
}
.ds_tmenu ul::after {
    content:"";
    display:block;
    clear:both;
}
.ds_tmenu ul li {
    float:left;
    width:25%;
    height:45px;
    line-height:45px;
    text-align:center;
}
.ds_tmenu ul li a {
    display:block;
    width:100%;
    height:100%;
    text-align:center;
    font-size:.95em;
    font-weight:700;
    color:#222;
    border-right:1px solid #ebebf1;
}
.ds_tmenu ul li.act {
    background-color:#3eafaa;
    color:#fff;
}
.ds_tmenu ul li.act a {
    color:#fff;
}
.ds_tmenu ul li:last-child a {border-right:0;}
.ds_finfo {
    margin:20px;
    margin-bottom:75px;
}
footer.pc .ds_finfo {
    margin-bottom:20px;
}
.finfo_sns {
    display:flex;
    align-items:center;
    gap:0 10px;
    cursor:pointer;
}
.finfo_sns a {
    display:block;
}
.finfo_sns .fsns_ico {
    display:flex;
    align-items:center;
    justify-content:center;
    width:24px;
}
.finfo_sns .fsns_ico.blog {
    width:28px;
}
.finfo_sns .fsns_ico svg {
    width:100%;
    fill:#222;
}
.ds_finfo .finfo_tit {
    display:flex;
    align-content:center;
    align-items:center;
    justify-content:space-between;
}
.ds_finfo .finfo_tit > .release {
    font-size:.8em;
}
.ds_finfo .finfo_tit h1 {
    margin-bottom:0;
    font-size:1.2em;
    line-height:140%;
}
.ds_finfo .finfo_txt {
    font-size:.8em;
    line-height:160%;
    font-weight:400;
    word-break:break-all;
    font-family:'Pretendard', 'Apple SD Gothic Neo', sans-serif;
}
.ds_finfo ul::after {
    content:"";
    display:block;
    clear:both;
}
.ds_finfo ul li {
    float:left;
    padding-right:5px;
    margin-right:5px;
}
.ds_finfo .foot_ico::before {
    content:"";
    position:relative;
    top:-1px;
    margin:0 6px;
    padding:0px;
    vertical-align:middle;
    display:inline-block;
    width:1px;
    height:9px;
    background:#aaa;
    border-radius:100%;
}
.finfo_cs {
    margin-top:7px;
}
.finfo_cs .tel {
    font-size:1.8em;
    font-weight:800;
    letter-spacing:-.03em;
}
.finfo_cs .memo {
    font-family:'Pretendard', 'Apple SD Gothic Neo', sans-serif;
    font-size:.9em;
}
.finfo_menu {
    display:flex;
    align-content:center;
    align-items:center;
    flex-wrap:wrap;
    gap:5px;
    margin:10px 0;
    padding:10px 0;
    font-size:.9em;
}
.finfo_menu a {
    padding:2px 5px;
    border:1px solid #eaeaea;
    font-size:.95em;
}
.finfo_menu a:hover {
    border-color:#3eafaa;
    color:#3eafaa;
}
.ds_fmenu {
    position:fixed;
    width:100%;
    max-width:768px;
    bottom:0;
    z-index:990;
}
.ds_fmenu .fmenu_btn_box {
    position:relative;
    display:flex;
    margin-bottom:0;
    border-top:1px solid #ebebf1;
    background:#fff;
    align-items:center;
    justify-content:center;
}
.ds_fmenu ul.fmenu_btn_box::after {
    content:"";
    display:block;
    clear:both;
}
.ds_fmenu .fmenu_btn_box li {
    display:flex;
    flex:1;
    width:auto;
    height:60px;
    align-items:center;
    justify-content:center;
    text-align:center;
}
.ds_fmenu .fmenu_btn_box [class^=fbtn] {
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
}
.ds_fmenu .fmenu_btn_box li:last-child [class^=fbtn] {border-right:0;}
.ds_fmenu .fmenu_btn_box [class^=fico] {
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    width:26px;
    height:36px;
    color:#555;
}
.ds_fmenu .fmenu_btn_box .fico_home {width:32px;}
.ds_fmenu .fmenu_btn_box .fico_qna {width:28px;}
.ds_fmenu .fmenu_btn_box .fico_calc {
    width:25px;
}
.fmenu_btn_box svg {
    width:100%;
    fill:#555;
}
.fmenu_btn_box .ico_txt {
    font-size:.85em;
}
.fmenu_btn_box .ico_txt span {
    margin-left:2px;
    font-size:.75em;
    color:#555;
}
.ds_fmenu .fmenu_btn_box [class^=fbtn].on,
.ds_fmenu .fmenu_btn_box [class^=fbtn]:hover,
.ds_fmenu .fmenu_btn_box [class^=fbtn]:active {
    color:#3eafaa;
}
.ds_fmenu .fmenu_btn_box [class^=fbtn].on svg,
.ds_fmenu .fmenu_btn_box [class^=fbtn]:hover svg,
.ds_fmenu .fmenu_btn_box [class^=fbtn]:active svg {
    fill:#3eafaa;
}
/* Button */
.more_btn {
    width:100%;
    margin:0 auto;
    margin-top:14px;
    text-align:center;
    font-weight:400;
    font-size:1.1em;
}
.more_btn a,
.more_btn .btnwrap {
    position:relative;
    display:block;
    padding:10px;
    color:#222;
    z-index:1;
}
.more_btn a .ico,
.more_btn .btnwrap .ico {
    position:relative;
    display:inline-block;
    width:30px;
    height:30px;
    border-radius:50%;
    background:#ffffff;
    box-shadow:-5px 5px 9px #e0e0e0,
                5px -5px 9px #ffffff;
    cursor:pointer;
}
.more_btn a .ico::after,
.more_btn .btnwrap .ico::after {
    content:"";
    position:absolute;
    width:9px;
    height:1px;
    left:10px;
    top:16px;
    background:#999;
}
.more_btn a .ico::before,
.more_btn .btnwrap .ico::before {
    content:"";
    position:absolute;
    width:1px;
    height:9px;
    left:14px;
    top:12px;
    background:#999;
}
.more_btn a .txt,
.more_btn .btnwrap .txt  {
    display:block;
    font-size:.85em;
    margin-top:2px;
    margin-left:-2px;
}
.more_btn > .line {
    position:relative;
    display:block;
    top:-35px;
    width:auto;
    height:1px;
    background:#eee;
}
.more_btn a .ico:active,
.more_btn .btnwrap .ico:active {
    background:linear-gradient(145deg, #e6e6e6, #ffffff);
}
.more_btn a .ico:active::after,
.more_btn a .ico:active::before,
.more_btn .btnwrap.ico:active::after,
.more_btn .btnwrap .ico:active::before {
    background:#222;
}
/* -- */
/* Main Title */
.main_titbar {
    position:relative;
    display:flex;
    align-items:baseline;
    justify-content:space-between;
}
.main_titbar .tit {
    font-size:1.5em;
    letter-spacing:-.05em;
}
.pc .main_titbar .tit { font-size:2em; }
.main_titbar .headBox {
    flex:1;
    display:flex;
    align-items:baseline;
    gap:0 7px;
}
.main_titbar .headBox .box__checkbox {
    display:inline-block;
}
.box__checkbox label input {
    position:absolute;
}
.headBox .box__checkbox .headBox_bnt,
.box__checkbox label input + span {
    display:inline-block;
    padding:2px 5px;
    border-radius:7px;
    background-color:#eee;
    font-size:.9em;
    cursor:pointer;
}
.headBox .headBox_bnt[aria-checked="true"],
.box__checkbox label input:checked + span {
    background-color:#3eafaa;
    color:#fff;
}
.main_titbar .more {
    font-size:.95em;
}
.main_titbar .more a {
    display:block;
    color:#222;
    font-weight:400;
    letter-spacing:-.05em;
}
.main_titbar .more a i {margin-left:3px;}
/* -- */
/* Main List */
section .photo_list .oneitem {
    display:block;
    width:100%;
    padding:10px 15px 15px;
    text-align:left;
    font-size:1.01em;
    letter-spacing:-.05em;
}
section .photo_list .oneitem .item {
    position:relative;
    display:block;
    border-right:30px;
    width:100%;
    height:auto;
    color:#222;
}

section .photo_list ul {
    padding-left:5px;
    padding-right:5px;
}
section .photo_list ul::after {
    content:"";
    display:block;
    clear:both;
}
section .photo_list ul li {
    float:left;
    display:block;
    width:50%;
    padding-right:5px;
    padding-bottom:10px;
    text-align:center;
    font-size:1em;
    letter-spacing:-.05em;
}
section .photo_list ul li:nth-child(even) {padding-right:0; padding-left:5px;}
@media (min-width:768px) {
    section .photo_list ul li {
        width:25%;
    }
    section .photo_list ul li:nth-child(even) {
        padding-left:0;
        padding-right:5px;
    }
    section .photo_list ul li:nth-child(4n) {padding-right:0; padding-left:5px;}
}
section .photo_list ul li .item {
    position:relative;
    display:block;
    width:100%;
    height:auto;
    padding:10px;
    color:#222;
}
section .photo_list .item .img_wrap {
    position:relative;
    height:80px;
    margin-bottom:5px;
    border-radius:12px;
    overflow:hidden;
}
section .photo_list .item .img_wrap img {
    position:absolute;
    top:50%;
    left:50%;
    width:150%;
    transform:translate(-50%,-50%);
    transition:.3s;
}
section .photo_list ul li .item .info p {
    position:relative;
    margin-bottom:0;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    z-index:1;
}
.photo_list .swiper-container-horizontal>.swiper-pagination-bullets,
.photo_list .swiper-pagination-custom,
.photo_list .swiper-pagination-fraction {
    bottom:3px;
}
.swiper-pagination-bullet-active {
    background-color:#3eafaa;
}
/* -- */
/*  */
.swiper-container {
    width:100%;
    height:100%;
    overflow:hidden;
}
.mv_slide {
    border-radius:15px;
}
.paginWrap {
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    bottom:30px;
    width:10%;
    height:21px;
    margin:0 auto;
    background-color:rgba(255,255,255,.7);
    border-radius:7px;
    z-index:1;
}
.paginWrap .swiper-pagination-fraction {
    bottom:0;
}
.swiper-slide {
    text-align:center;
    font-size:18px;
    background:#fff;
    display:-webkit-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    -webkit-justify-content:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    -webkit-align-items:center;
    align-items:center;
}
.mainvisual img {
    width:100%;
    height:auto;    
    border-radius:15px;
}
.mainvisual .mvslide {
    padding:0 10px;
    cursor:pointer;
}
.mainvisual .mbannerr {
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    padding:0 10px 10px;
}
.mainvisual .mbannerr2 {
    padding:0 10px 10px;
}
.mainvisual .mbannerr a {
    position:relative;
    display:block;
    border-radius:15px;
    overflow:hidden;
    flex:1 1 40%;
}
.mainvisual .mbannerr a .pbn {
    display:none;
}
.mbannerr2 {
    padding:0 10px 10px;
}
@media (min-width:767px) {
    .mainvisual .mbannerr {
        gap:7px;
        padding:0px 10px 50px;
    }
    .mainvisual .mbannerr a {
        flex:1 1 25%;
    }
    .mainvisual .mbannerr a .pbn {
        display:block;
    }
    .mainvisual .mbannerr a .mbn {
        display:none;
    }
}
.shortmenu .smenu_btn_box {
    padding:0 10px;
}
.shortmenu .smenu_btn_box ul {
    position:relative;
    display:grid;
    grid-template-columns:repeat(5, 1fr);
    justify-items:center;
    grid-gap:10px;
    margin:0;
}
.shortmenu .smenu_btn_box ul::after {
    content:"";
    display:block;
    clear:both;
}
.shortmenu .smenu_btn_box ul li {
    display:block;
    width:100%;
    text-align:center;
}
.shortmenu .smenu_btn_box ul li:hover,
.shortmenu .smenu_btn_box ul li:focus {
    opacity:1;
}
.shortmenu .smenu_btn_box ul li [class^=sbtn] {
    position:relative;
    display:block;
    border:0;
    background:transparent;
    color:#222;
    font-size:1em;
    font-weight:700;
}
.shortmenu .smenu_btn_box ul li img {
    width:100%;
    padding-bottom:6px;
}
@media (min-width:767px) {
    .shortmenu .smenu_btn_box ul {
        padding:20px 0px;
    }
    .shortmenu .smenu_btn_box ul li {
        width:100px;
        margin:0;
    }
}
.estimate_tbl {
    position:relative;
    display:block;
    margin-top:20px;
    margin-bottom:20px;
    padding:0 10px;
}
.estimate_tbl .main_titbar {margin-bottom:5px;}
.estimate_tbl ul {
    margin:0;
    border-top:2px solid #ccc;
    border-bottom:2px solid #ccc;
}
.estimate_tbl ul li {
    border-bottom:1px solid #eee;
}
.estimate_tbl ul li:last-child {border-bottom:0;}
.estimate_tbl ul li a {
    position:relative;
    display:grid;
    grid-template-columns:.4fr .5fr 1fr .5fr .5fr;
    gap:0 2px;
    height:38px;
    line-height:38px;
    color:#222;
}
.estimate_tbl ul li:nth-child(even) {
    background:#fcfcfc;
}
.estimate_tbl ul li a .estimate_tbl-cell {
    font-size:1em;
    text-align:center;
    white-space:nowrap;
}
.estimate_tbl ul li a .estimate_tbl-cell:nth-child(1) {font-size:.8em;}
.estimate_ubest {
    position:relative;
    padding:13px 15px 0;
}
.estimate_ubest .ubest_list {margin-top:10px;}
.ubest_list ul {
    margin-bottom:0;
}
.ubest_list ul li {
    position:relative;
    margin-bottom:13px;
}
@media (min-width:767px) {
    .ubest_list ul {
        display:flex;
        flex-wrap:wrap;
        gap:10px;
    }
    .ubest_list ul li {
        flex:1 1 40%;
    }
}
.ubest_list ul li .bset_badge {
    position:absolute;
    display:block;
    top:-7px;
    left:-7px;
    width:36px;
    z-index:990;
}
.ubest_list ul li .bset_badge.off {
    display:none;
}
.ubest_list ul li .bset_badge img {
    width:100%;
}
.ubest_list ul li:last-child {margin-bottom:0;}
.ubest_list ul li>.item {
    position:relative;
    display:flex;
    justify-content:space-between;
    color:#222;
}
.ubest_list ul li>.item>div {
    display:block;
}
.ubest_list ul li>.item>.img_wrap {
    position:relative;
    width:110px;
    height:70px;
    margin-right:7px;
    border-radius:10px;
    overflow:hidden;
}
.ubest_list ul li>.item>.img_wrap img {
    position:absolute;
    top:50%;
    left:50%;
    width:110%;
    height:auto;
    transform:translate(-50%,-50%);
    transition:.3s;
}
.ubest_list ul li>.item>.img_wrap .imgtxt {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    text-align:center;
    font-size:1.2em;
    font-weight:700;
    color:#fff;
    text-transform:uppercase;
    z-index:2;
}
.ubest_list ul li>.item>.img_wrap.off .mask,
.ubest_list ul li>.item>.img_wrap.off .imgtxt {
    display:none;
}
.ubest_list ul li>.item>.info {
    position:relative;
    flex:1;
    padding:0;
    margin-top:3px;
    font-size:.95em;
}
.ubest_list ul li>.item>.info p {
    margin-bottom:0;
}
.ubest_list ul li>.item>.info p:first-child {
    font-size:1.15em;
    font-weight:700;
}
.ubest_list ul li>.item>div.btn {
    position:relative;    
    display:flex;
    width:30px;
    height:auto;
    padding:0;
    align-items:center;
    justify-content:center;
    opacity:0.5;
}
.ubest_list ul li>.item>.btn svg {
    width:100%;
}
.estimate_best, .creview {
    position:relative;
    margin:0;
    padding-bottom:30px;
    font-weight:500;
}
section.estimate_best .photo_list ul,
section.creview .photo_list ul {
    padding-left:15px;
    padding-right:15px;
}
section.estimate_best .photo_list ul li .item,
section.creview .photo_list ul li .item {
    padding:0;
}
section.estimate_best .photo_list .item .img_wrap,
section.creview .photo_list .item .img_wrap {
    height:auto;
    padding-bottom:65%;
}
section.estimate_best .photo_list .oneitem .item .img_wrap {
    height:180px;
}
.creview {margin-bottom:0; padding-bottom:0; border:0;}
.estimate_best_bg, .creview_bg {
    padding-bottom:10px;
}
.estimate_best .main_titbar,
.creview_bg .main_titbar {
    padding:20px 15px 0;
}
/* estimate_b */
#container.estimate_b,
#container.estimate_b2 {
    margin-bottom:90px;
}
#container.estimate_b2 .estimate_best {
    margin-top:0;
    margin-bottom:0;
}
.estimate_b2 .estimate_best_bg {
    margin-top:5px;
}
.estimate_b2 section .photo_list ul {
    padding-bottom:0;
}
.estimate_best .tagbar {
    margin:10px 0 5px;
}
.tagbar .tagitem {
    display:inline-block;
    margin-bottom:5px;
    word-break:break-all;
}
.tagbar .tagitem {
    position:relative;
    display:inline-block;
    width:auto;
    margin-right:2px;
    padding:2px 7px 4px;
    border:1px solid #aaa;
    border-radius:8px;
    background:#fff;
    color:#222;
    font-size:.8em;
    font-weight:400;
    word-break:break-all;
    text-align:center;
    line-height:1.5;
}
.tagbar .tagitem.act {
    background-color:#3eafaa;
    border-color:#3eafaa;
    color:#fff;
}
.tagbar .tagitem.add a {
    background-color:#F2CBC2;
    padding:4px 10px 5px;
}
.tagbar .tagitem.add a img {
    position:relative;
    top:-1px;
    width:13px;
}
.photo_list .more_btn {
    padding:0 10px;
}
@media (max-width:425px) {
    .estimate_tbl ul li a .estimate_tbl-cell {
        font-size:.95em;
    }
    section .photo_list ul li {font-size:.95em;}
}
@media (max-width:320px) {
    .ubest_list ul li>.item>.img_wrap {
        width:90px;
        height:60px;
        margin-right:10px
    }
    .ubest_list ul li>.item>.info {font-size:.95em;}
    .ubest_list ul li>.item>.info p:first-child {
        font-size:1em;
    }
    .ubest_list ul li>.item>.btn {
        width:24px;
    }
}
/*pc메인 추천견적*/
#container.pc .estimate_ubest {
    padding:10px 10px 0;
}
.main_titbar .bntit {
    position:relative;
    width:100%;
    height:auto;
    border-radius:15px;
    overflow:hidden;
}
.main_titbar .bntit img {
    width:100%;
}
.estimate_ubest .linedeco {
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    padding:30px 0 20px;
}
.estimate_ubest .linedeco span {
    font-size:1.2em;
}
.estimate_ubest .linedeco h1 {
    padding:0 0 20px;
    font-size:3em;
    font-weight:800;
}
.estimate_ubest .linedeco .line45deg {
    display:block;
    width:1px;
    height:15px;
    margin-bottom:10px;
    background-color:#333;
    transform:rotate(-45deg);
}
.best_tab_menu {
    display:flex;
    align-items:center;
    justify-content:space-between;
    width:500px;
    gap:0 2px;
    margin:30px auto 40px;
}
.best_tab_menu .tab_menu_item {
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    height:34px;
    border:1px solid #eee;
    background-color:#fff;
    border-radius:7px;
    cursor:pointer;
}
.best_tab_menu .tab_menu_item:hover,
.best_tab_menu .tab_menu_item.on {
    background-color:#3eafaa;
    border-color:#3eafaa;
    color:#fff;
}
.best_wrap ul {
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    align-items:start;
    gap:40px 30px;
    padding-bottom:70px;
}
.best_wrap ul li {
    position:relative;
    font-size:1.05em;
}
.best_wrap .img_wrap {
    position:relative;
    width:100%;
    padding-bottom:150px;
    margin-bottom:5px;
    border-radius:12px;
    overflow:hidden;
    cursor:pointer;
}
.best_wrap .img_wrap img {
    position:absolute;
    top:50%;
    left:50%;
    width:100%;
    transform:translate(-50%,-50%);
    transition:.3s;
    object-fit:cover;
}
.best_wrap .img_wrap:hover img {
    width:105%;
}
.best_wrap .best_box .best_info1 {
    position:relative;
    display:flex;
    align-items:flex-start;
    justify-content:center;
    flex-direction:column;
}
.best_wrap .best_box .tit {
    margin:10px 0 8px;
    line-height:22px;
    word-break:keep-all;
    word-wrap:break-word;
    font-size:1.18em;
    font-weight:700;
    color:#333;
    white-space:normal;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
    cursor:pointer;
}
.best_wrap .best_box .best_writer {
    position:relative;
    display:block;
    margin:5px 0;
    font-size:.9em;
    font-weight:400;
    color:#424242;
    z-index:2;
}
.best_wrap .best_box .best_writer .image {
    display:inline-block;
    width:16px;
    height:16px;
    margin-right:3px;
    border-radius:100%;
    background-color:#ededed;
    vertical-align:-3px;
}
.best_wrap .best_box .best_info2 {
    position:relative;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:0 10px;
    font-size:13px;
    margin:2px 0 3px;
}
.best_wrap .best_box .btn {
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:0 3px;
    padding:0;
}
.best_wrap .best_box .btn > button {
    position:relative;
    padding:3px 6px;
    border-radius:5px;
    background-color:#3eafaa;
    color:#fff;
    font-size:.83em;
}
.best_wrap .best_box .btn > button:hover,
.best_wrap .best_box .btn > button:active {
    opacity:.7;
}
.best_wrap .best_box .price {
    display:flex;
    align-items:center;
    gap:0 15px;
    font-size:1.6em;
    font-weight:900;
    color:#3eafaa;
}
.best_wrap .best_box .price span {
    font-size:.8em;
    font-weight:400;
}
@media (max-width:767px) {
    .best_tab_menu {
        width:320px;
    }
    .best_wrap ul {
        grid-template-columns:repeat(2, 1fr);
    }
}
@media (max-width:425px) {
    .best_wrap ul {grid-template-columns:repeat(1, 1fr);}
}
/*-- 견적 --*/
/* 견적서준비 */
.estimate__tit {
    position:relative;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    height:46px;
    padding:0 7px;
    background:#222;
    color:#fff;
    font-size:1.2em;
}
.white_content.desc_box .estimate__tit .close:before,
.white_content.desc_box .estimate__tit .close:after {
    top:3px;
}
.estimate__tit > a {
    position:absolute;
    display:block;
    right:0px;
    padding:10px;
}
.estimate__tit a i {
    display:block;
    top:0;
    left:0;
    padding:6px;
    margin-left:5px;
    border-color:#fff;
}
.estimate__tit a i.close {
    position:relative;
    display:block;
    width:28px;
    height:28px;
    margin-left:0;
}
.estimate__tit a i.close:before,
.estimate__tit a i.close:after {
    top:0;
    left:13px;
    width:1px;
    height:28px;
    background-color:#fff;
}
.est_top_Btn {
    display:flex;
    align-content:center;
    align-items:center;
    justify-content:flex-end;
    flex:1;
}
.estimate__tit .topbtn_home {
    display:flex;
    align-content:center;
    align-items:center;
    width:24px;
    background-color:transparent;
}
.estimate__tit .topbtn_home svg {
    width:100%;
    fill:#fff;
}
.est_topmenu_Btn {
    position:relative;
    display:flex;
    align-content:center;
    align-items:center;
    justify-content:space-between;
    gap:0 8px;
    margin-left:5px;
}
.est_topmenu_Btn button {
    display:flex;
    width:26px;
    align-items:center;
    justify-content:center;
    background-color:transparent;
    cursor:pointer;
}
.est_topmenu_Btn button.nameTxt {
    width:auto;
    padding:3px 8px;
    border-radius:7px;
    font-size:.93em;
    letter-spacing:-.03em;
    color:#fff;
    background-color:#3eafaa;
}
.est_topmenu_Btn button svg {
    width:100%;
    fill:#fff;
}
.est_leftmenuBtn {
    position:relative;
    display:block;
    margin-left:40px;
}
.est_leftmenuBtn #overlay-button {
	position:absolute;
	right:2px;
	top:-16px;
	padding:15px 8px;
	z-index:999;
	cursor:pointer;
	user-select:none;
}
.est_leftmenuBtn #overlay-button span {
	position:relative;
	display:block;
	height:3px;
	width:27px;
	border-radius:2px;
	background-color:white;
	transition:all 0.2s ease-in-out;
}
.est_leftmenuBtn #overlay-button span:before {
	top:-8px;
	visibility:visible;
}
.est_leftmenuBtn #overlay-button span:after {
	top:8px;
}
.est_leftmenuBtn #overlay-button span:before,
.est_leftmenuBtn #overlay-button span:after {
	height:3px;
	width:27px;
	border-radius:2px;
	background-color:white;
	position:absolute;
	content:"";
	transition:all 0.2s ease-in-out;
}
.est_leftmenuBtn input[type=checkbox] {
	display:none;
}
.est_leftmenuBtn input[type=checkbox]:checked ~ #overlay {
	visibility:visible;
}
.est_leftmenuBtn input[type=checkbox]:checked ~ #overlay-button:hover span,
.est_leftmenuBtn input[type=checkbox]:checked ~ #overlay-button span {
	background:transparent;
}
.est_leftmenuBtn input[type=checkbox]:checked ~ #overlay-button span:before {
	background:#222332;
	transform:rotate(45deg) translate(6px, 6px);
	opacity:1;
}
.est_leftmenuBtn input[type=checkbox]:checked ~ #overlay-button span:after {
	background:#222332;
	transform:rotate(-45deg) translate(6px, -6px);
}
.est_leftmenuBtn #overlay {
	position:fixed;
	top:50%;
	left:50%;
	height:100vh;
	width:100vw;
    max-width:768px;
	background:#3eafaa;
	z-index:995;
	visibility:hidden;
    transform:translate(-50%, -50%);
}
#container.estimate_base {
    margin-bottom:0;
}
.estimate_base_items {
    height:calc(100vh - 46px);
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
    -ms-overflow-style:-ms-autohiding-scrollbar;
    padding-bottom:50px;
}
.estimate_base__box {
    position:relative;
    padding:15px 14px;
    border-bottom:5px solid #eee;
}
.estimate_base__box:last-child {
    border-bottom:0;
}
.base__tit {
    font-size:1.15em;
    font-weight:500;
}
.estimate_base__box .option_box__checkbox {    
    margin-top:10px;
}
.box__item {
    display:flex;
    align-content:center;
    align-items:center;
    justify-content:space-around;
	flex-grow:1;
    margin-bottom:10px;
}
.box__item:last-child {
    margin-bottom:0;
}
.input_box {
    flex:1;
    padding-right:10px;
}
.input_box input {
    height:40px;
    width:100%;
    border-bottom:1px solid #aaa;
    padding:0 10px;
    color:#222;
    font-weight:600;
}
.input_box input::placeholder {
    color:#bbb;
    font-weight:400;
}
.input_box input:focus,
.input_box input:active {
    border-bottom:1px solid #3eafaa;
}
.open__private {
    margin:5px 0 10px;
}
.open__private.txt {
    margin:0;
    font-size:1.1em;
    font-weight:500;
}
.private_radio {
    position:relative;
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    grid-gap:5px;
    width:100%;
}
.private_radio .pri__radio_item {
    position:relative;
    display:flex;
    flex:1 1 30%;
    align-items:center;
    font-size:.9em;
}
.private_radio .pri__radio_item label {
    width:100%;
    border:0;
    outline:0;
    cursor:pointer;
    text-align:center;
}
.private_radio .pri__radio_item .txt {
    position:relative;
    display:block;
    padding:8px 0;
    background-color:#f2f2f2;
}
.private_radio .radio_item:checked + label {
    opacity:unset;
}
.private_radio .radio_item:checked + label > .txt {
    background-color:#fff;
    border-bottom:2px solid #3eafaa;
    color:#222;
}
.btn_box {
    height:40px;
    width:75px;
}
.btn_box .bt_st {
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    height:100%;
    cursor:pointer;
    background:#eee;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.btn_box .bt_st:hover,
.btn_box .bt_st:active {
    background-color:#3eafaa;
    color:#fff !important;
}
.ipt__box {
    width:100%;
    margin-right:5px;
}
.ipt__box:last-child {
    margin-right:0;
}
.ipt__box .label_item {
    position:relative;
    display:block;
    padding:6px 10px 7px;
    border:1px solid #666;
    color:#666;
    margin-right:2px;
    text-align:center;
    font-size:.9em;
    font-weight:500;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.box__item.boxst1 {
    padding-bottom:15px;
}
.ipt__box .radio_item:checked + label {
    border:1px solid #3eafaa;
    background-color:#3eafaa;
    color:#fff;
}
.ipt__box .radio_desc span {
    margin:0 2px;
    font-size:.9em;
    color:#db110a;
}
.ipt__box .radio_desc {
    position:absolute;
    display:none;
    left:24px;
    margin-top:7px;
}
.ipt__box .radio_item:checked + label + .radio_desc {
    display:block;
}
.ipt__box .label_item:last-child {
    margin-right:0;
}
.building_chk ul {
    display:flex;
    align-items:center;
    align-content:center;
    justify-content:space-around;
    flex-grow:1;
    margin-bottom:0;
    margin-top:10px;
}
.building_chk ul li {    
    width:100%;
    text-align:center;
    margin-right:5px;
}
.building_chk ul li:last-child{
    margin-right:0;
}
.building_ico {
    padding:15px 0 13px;
    border:1px solid #eee;
    font-size:.85em;
    color:#aaa;
}
.building_chk .building_img svg {
    width:60%;
	opacity:0.3;
}
.radio_item:checked + label svg {
	opacity:1;
}
.radio_item:checked + label .building_ico {
    border:1px solid #eee;
    background:#eee;
    color:#222;
    font-weight:500;
}
.building_chk .st0{fill:#FFFFFF;}
.building_chk .st1{fill:#193651;}
.building_chk .st2{fill:#F16050;}
.building_chk .st3{fill:#2BA1DB;}
.building_chk .st4{fill:#FDBE5E;}
.building_chk .st5{fill:#E1E6E9;}
.building_chk .st6{fill:#D0D1D1;}
.range-slider .info__box {
    display:flex;
    align-content:center;
    align-items:center;
    justify-content:space-between;    
}
.range-slider .value__box {
    display:flex;
    align-items:center;
    justify-content:flex-end;
    width:150px;
    padding-left:5px;
    text-align:right;
}
.value__box .range__input {
    width:50px;
    height:28px;
    padding:0 5px;
    border-bottom:1px solid #3eafaa;
    text-align:center;
    font-size:1.06em;
    line-height:120%;
}
.range-slider__value {
    padding:0 2px;
    font-size:1.2em;
}
.range__box {
    margin-top:10px;
}
.range_optBtn {
    display:flex;
    margin-top:5px;
    align-content:center;
    align-items:center;
    justify-content:space-between;
}
.range_optBtn .opt_numberBtn {
    display:flex;
    flex-wrap:wrap;
    width:100%;
    align-content:center;
    align-items:center;
    justify-content:space-between;
}
.range_optBtn .opt_numberBtn span {
    display:flex;
    flex:1;
    align-items:center;
    justify-content:center;
    margin:0;
    margin-right:1px;
    color:#fff;
    cursor:pointer;
}
.range_optBtn .opt_numberBtn span:last-child {
    margin:0;
}
.range_optBtn .opt_numberBtn span.rico {
    width:33px;
    background-color:#27ad54;
}
.range_optBtn .opt_numberBtn span.pico {
    background-color:#46a5ff;
}
.range_optBtn .opt_numberBtn span.mico {
    background-color:#ff7676;
}
.ebase_list {
    margin-top:10px;
    margin-bottom:0;
}
.ebase_list li {
    margin-bottom:5px;
}
.ebase_list li span {
    display:inline-block;
    width:80px;
    padding:2px;
    margin-right:7px;
    background:#eee;
    color:#222;
    text-align:center;
}
.estimate_base__btn {
    position:fixed;
    width:100%;
    bottom:10px;
    z-index:99;
    padding:0 0 calc(constant(safe-area-inset-bottom) - 10px);
    padding:0 0 calc(env(safe-area-inset-bottom) - 10px);
}
.estimate_base__btn .base__btn {
    margin:0 30px;
    height:50px;
}
.estimate_base__btn .base__btn a {
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    height:100%;
    background:#3eafaa;
    color:#fff !important;
    font-size:1.15em;
    cursor:pointer;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
/* 견적서작성 */
#container.estimate {
    flex:none;
    max-width:768px;
    margin-bottom:0;
}
/* .estimate_menu {
    margin:15px;
} */
.estimate_menu ul {
    margin:0;
    display:flex;
    justify-content:space-around;
}
.estimate_menu ul::after {
    content:"";
    display:block;
    clear:both;
}
.estimate_menu ul li {
    width:100%;
    text-align:center;
    cursor:pointer;
}
.estimate_menu ul li a {
    display:block;
    height:38px;
    line-height:37px;
    font-size:.95em;
    font-weight:500;
    color:#222;
    border-top:1px solid #2c3e50;
    border-right:1px solid #2c3e50;
    border-bottom:1px solid #2c3e50;
}
.estimate_menu ul li:first-child a {
    border-left:1px solid #2c3e50;
}
.estimate_menu ul li.act a,
.estimate_menu ul li:hover a {
    color:#fff;
    background:#2c3e50;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    transition:all 0.5s;
}
.estimate_tab ul.etab1 {
    display:grid;
    grid-template-columns:repeat(5, 1fr);
    grid-gap:1px;
    margin:0;
    padding:0;
    list-style:none;
    white-space:nowrap;
    background:#eee;
}
.estimate_tab ul.etab1::after {
    content:"";
    display:block;
    clear:both;
}
.estimate_tab ul.etab1 li {
    display:flex;
    height:40px;
    text-align:center;
    cursor:pointer;
    align-items:center;
    justify-content:center;
    background:#fff
}
.estimate_tab ul.etab1 li:nth-child(5n) {margin-right:0px;}
.estimate_tab ul.etab1 li .tab_item__name {
    display:block;    
    font-size:.9em;
    color:#222;
}
.estimate_tab ul.etab1 li:hover,
.estimate_tab ul.etab1 li.act {
    background-color:#fff;
    border-bottom:2px solid #3eafaa;
}
.estimate_tab ul.etab1 li:hover .tab_item__name,
.estimate_tab ul.etab1 li.act .tab_item__name {
    font-weight:500;
}
/* 검색옵션바 */
.search_options {
    display:flex;
    align-items:center;
    justify-content:center;
    height:38px;
    background:#fff;
    padding-left:15px;
    border-bottom:1px solid #eee;
}
.search_options .soption_tit {
    width:70px;
    font-size:.9em;
    color:#222;
    font-weight:500;
}
.search_options .soption_tle {
    display:flex;
    flex:1;
    align-items:center;
    width:100%;
    overflow-x:auto;
    margin:0;
    padding:0;
    list-style:none;
    background:initial;
    white-space:nowrap;
    flex-shrink:0;
    -webkit-flex-shrink:0;
}
.search_options .soption_tle::after {
    content:"";
    display:block;
    clear:both;
}
.search_options .soption_tle li {
    margin:0 7px;
    text-align:center;
    padding-right:1px;
    cursor:pointer;
}
.search_options .soption_tle li div {
    display:flex;
    height:38px;
    padding:0 5px;
    font-size:.9em;
    font-weight:400;
    color:#222;
    align-items:center;
    justify-content:center;
    border:0;
    outline:0;
    color:#777;
}
.search_options .soption_tle li div[aria-checked="true"] {
    border-bottom:2px solid #3eafaa;
    font-weight:500;
    color:#000;
}
.estimate_sch_box .search_tag {
    position:relative;
    display:flex;    
    flex:1 1;
    height:36px;
    padding-left:15px;
    background-color:#fff;
    overflow-x:auto;
    white-space:nowrap;
    -webkit-overflow-scrolling:touch;
    flex-shrink:0;
    -webkit-flex-shrink:0;
    align-items:center;
}
.search_tag .search_tag__item {
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    height:24px;
    padding:0 3px 0 7px;
    margin-right:7px;
    background-color:#3eafaa;
    border-radius:12px;
    font-size:.9em;
    line-height:24px;
    color:#fff;
}
.search_tag .search_tag__item > span {
    position:relative;
    display:inline-block;
    top:0;
    left:0;
    right:0;
    bottom:0;
    overflow:hidden;
    background:transparent;
    border:0;
    color:transparent;
    cursor:pointer;
}
.search_tag .search_tag__item > span::before {
    content:"";
    position:absolute;
    display:block;
    top:8px;
    right:8px;
    width:9px;
    height:9px;
    background-image:url('../img/delete_w.png');
    background-position:center;
    opacity:.5;
}
/* 팝업 */
.option_pop__tit {
    position:relative;
    padding:20px 50px 10px 0;
    margin-left:10px;
    margin-right:10px;
    margin-bottom:10px;
    border-bottom:1px solid #eee;
    font-size:1.4em;
    font-weight:500;
}
.option_pop__box {
    height:calc(100vh - 93px);
    overflow-y:auto;
    padding-bottom:20px;
}
.option_box {
    position:relative;
    padding:10px 0 5px;
    margin:0 20px;
    border-width:2px;
    border-color:#eee;
}
.option_box:last-child {
    border-bottom:0px;
} 
.accordion .option_box .title {
    padding:10px;
}
.accordion .option_box .toggle:checked + .title {
    border-bottom:1px solid #F2F2F2;
}
.accordion .option_box .title:before,
.accordion .option_box .title:after {
    top:27px;
    right:15px;
    height:10px;
}
.accordion .option_box .title:before,
.accordion .option_box .toggle:checked + .title:before {
    right:21px;
}
.accordion .option_box .title:before,
.accordion .option_box .toggle:checked + .title:after {
	transform:rotate(-45deg) !important;
	-webkit-transform:rotate(-45deg) !important;
}
.accordion .option_box .title:after,
.accordion .option_box .toggle:checked + .title:before {
	transform:rotate(45deg) !important;
	-webkit-transform:rotate(45deg) !important;
}
.option_box__tit {
    font-size:1.1em;
    text-align:left;
}
.accordion .option_box .content {
    background-color:#fff;
}
.option_box__checkbox {
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    grid-gap:5px;
    width:100%;
}
.option_box__checkbox.row4 {
    grid-template-columns:repeat(4, 1fr);
}
.option_box__checkbox_item {
    position:relative;
    display:flex;
    flex:1 1 30%;
    align-items:center;
    height:40px;
    font-size:.9em;
}
.option_box__checkbox_item.col2 {
    flex:1 1 25%;
}
.option_box__checkbox_item div {
    width:100%;
    padding:5px 0 6px;
    border:0;
    outline:0;
    cursor:pointer;
    text-align:center;
}
.option_box__checkbox_item div[aria-checked="true"] {
    font-weight:500;
    color:#3eafaa;
    border-bottom:2px solid #3eafaa;
}
.option_box__btn {
    position:fixed;
    width:100%;
    max-width:768px;
    bottom:0;
    background-color:#fff;
    z-index:999;
}
.option_box__btn .option__btn {
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:0 5px;
    height:42px;
    margin:0 10px 15px;
}
.option_box__btn .option__btn a,
.option_box__btn .option__btn button {
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    height:100%;
    margin-top:-1px;
    background-color:#fff;
    border:1px solid #e2e2e2;
    border-radius:7px;
    color:#3eafaa;
    font-size:1.05em;
    font-weight:400;
    cursor:pointer;
}
.option_box__btn .option__btn a.color,
.option_box__btn .option__btn button.color {
    background-color:#3eafaa;
    color:#fff;
}
.alert_box .close {
    top:6px;
    right:10px;
}
.alert_box .close:before,
.alert_box .close:after {
    height:26px;
}
.alert_box .option_box__btn .option__btn > button:hover,
.alert_box .option_box__btn .option__btn > button:active {
    opacity:.7;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.alert_box .option_box__btn .option__btn.boxst1 {
    display:inline-block;
    left:calc(100% - 120px);
    width:100px;
    height:45px;
    margin-bottom:10px;
    background-color:#3eafaa;
    color:#fff;
    border:0;
}
.alert_box .option_box__btn .option__btn.boxst1 button {
    color:#fff;
}
.alert_box .layer_pop__content {
    padding-top:15px;
}
/* 팝업 내용 */
.layer_pop__content .pointbox {
    margin:5px 0;
    padding:5px;
    background-color:#f5f5f5;
    font-size:.8em
}
.layer_pop__content .agree {
    position:relative;
    display:inline-block;
    padding:3px;
    font-size:.9em;
    color:#555;
    cursor:pointer;
}
.layer_pop__content .agree .checkbox {
    top:0;
    margin-left:5px;
}
.sch_option_pop header {
    position:relative;
    height:auto;
    border-bottom:1px solid #eee;
}
.sch_option_pop header .close {
    top:0px;
    width:26px;
    height:26px;
}
.sch_option_pop header .close:before,
.sch_option_pop header .close:after {
    height:25px;
    left:12px;
}
.sch_option_pop header .option_pop__tit {
    padding-top:13px;
}
.white_content.desc_box {
    width:95%;
    height:97%;
}
.layer_pop__box .close {
    top:5px;
    right:5px;
}
.white_content.desc_box .close:before,
.white_content.desc_box .close:after {
    top:5px;
	height:28px;
}
.white_content.desc_box .option_pop__box {
    position:relative;
    height:calc(100vh - 96px);
    padding:0 10px 10px;
}
.option_pop__box iframe {
    width:100%;
    height:100%;
}
.OptionPopBox_inner .desc {
    position:relative;
    margin-bottom:15px;
}
.OptionPopBox_inner .desc:last-child {
    margin:0;
}
.OptionPopBox_inner .desc dt.tit{
    position:relative;
    display:inline-block;
    padding:1px 5px;
    background:#3eafaa;
    color:#fff;
    font-size:1.1em;
}
.OptionPopBox_inner .desc dd {
    flex:1;
    font-size:.95em;
}
.OptionPopBox_inner .desc dd .imgBox {
    position:relative;
    margin:2px 0;
    overflow:hidden;
}
.OptionPopBox_inner .desc dd .imgBox img {
    width:100%;
}
.white_content .option_box__btn {
    position:relative;
    padding-top:12px;
}
.layer_pop__tit {
    position:relative;
    padding:12px 15px;
    background-color:#fff;
    border-bottom:1px solid #3eafaa;
    font-size:1.2em;
    font-weight:600;
    color:#222;
}
.est_opbox .layer_pop__tit,
.desc_box .layer_pop__tit {
    text-align:left;
}
.est_opbox .layer_pop__tit {
    position:sticky;
    top:0;
    z-index:1;
}
.est_opbox .layer_pop__tit::before {
    content:'◎';
    position:relative;
    top:-1px;
    margin:0 3px 0 0;
    font-size:.9em;
    font-weight:700;
}
.layer_pop__content {
    padding-top:30px;
}
.white_content.est_opbox {
    width:90vw;
}
.white_content.alert_box {
    width:95vw;
    z-index:1001;
}
.alert_txt_box {
    margin:0 15px;
    font-size:1.1em;
    font-weight:400;
}
.layer_pop__content .alert_txt_box span.point {
    font-size:.9em;
    font-weight:500;
    color:#f51212;
}
.white_content.est_opbox .option_box__btn {
    position:fixed;
    bottom:0;
    padding-top:0;
}
.white_content.est_opbox .layer_pop__content {
    padding:10px 0;
}
.white_content.est_opbox .option_box__btn .option__btn {
    border:0;
    align-items:baseline;
}
.white_content.est_opbox .option_box__btn .option__btn > button {
    position:relative;
    width:100%;
    height:100%;
    background-color:#fff;
    font-size:1.02em;
    line-height:2.6;
    text-align:center;
}
.white_content.est_opbox .option_box__btn .option__btn > button:hover,
.white_content.est_opbox .option_box__btn .option__btn > button:active {
    border-color:transparent;
    background-color:#3eafaa;
    color:#fff;
}
.white_content.est_opbox .option_box__btn .option__btn > button:first-child,
.option_box__btn .option__btn > button:first-child {
	flex-shrink:0;
	width:120px;
}
.white_content.est_opbox .option_box__btn .option__btn > button:nth-child(1),
.option_box__btn .option__btn > button:nth-child(1) {
	flex-grow:1;
}
.option_selectBox {
    position:relative;
    margin:10px;
    height:auto !important;
}
.option_selectBox > .tit {
    padding-bottom:5px;
}
.option_selectBox > .inner {
    display:flex;
    flex-direction:column;
    gap:2px 0;
    width:100%;
    height:calc(100vh - 90vh);
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
    -ms-overflow-style:-ms-autohiding-scrollbar;
}
.option_selectBox .item {
    position:relative;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:0 5px;
    padding:5px 2px;
    border-radius:3px;
    font-size:1.02em;
    background-color:#eee;
}
.option_selectBox .itemName {
    flex:1;
}
.option_selectBox .itemPrice {
    flex-basis:100px;
    text-align:right;
}
.option_selectBox .itemPrice span {
    font-size:.88em;
}
.option_selectBox .itemBtn .close {
    position:relative;
    display:inline-block;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:15px;
    height:15px;
    margin-left:1px;
    overflow:hidden;
    cursor:pointer;
}
.option_selectBox .itemBtn .close:before,
.option_selectBox .itemBtn .close:after {
    top:1px;
    left:7px;
    height:12px;
}
/* 풀 팝업 */
.white_content.fullpopup {
    width:100%;
    max-width:768px;
    height:100%;
    border-radius:0;
}
.est_opbox .close {
    right:10px;
    top:5px;
}
.est_opbox .close:before,
.est_opbox .close:after {
    top:2px;
    width:1px;
    height:28px;
}
/* sub tab */
.tab-pane,
.tab-pane2 {
    display:none;
}
.tab-pane {background:#f7f7f7;}
.tab-pane.act,
.tab-pane2.act2 {
    display:inherit;
}
.estimate_sub_tab {
    position:relative;
}
.sub_tab {
    display:grid;
    grid-template-columns:80px repeat(1, 1fr);
    grid-gap:1px;
}
.sub_tab::after {
    content:"";
    display:block;
    clear:both;
}
.sub_tab ul.tabs.etab2 {
    display:block;
    width:100%;
    padding:0;
}
.sub_tab ul.tabs.etab2 li {
    position:relative;
    display:flex;
    width:100%;
    height:48px;
    line-height:48px;
    padding:0;
    margin-bottom:0;
    font-weight:600;
    cursor:pointer;
    background:#fff;
}
.sub_tab ul.tabs.etab2 li div {
    display:inherit;
    width:100%;
    height:100%;
    padding:0 10px;
    font-size:.9em;
    align-items:center;
    justify-content:center;
    text-align:center;
    border-bottom:1px solid #f2f2f2;
    line-height:120%;
}
.sub_tab ul.tabs.etab2 li div::after {
    content:'';
    border-bottom:1px solid #eee;
}
.sub_tab .sub_pane {
    display:block;
    z-index:1;
}
.sub_tab ul.tabs.etab2,
.sub_tab .sub_pane {
    height:calc(100vh - 332px);
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
    -ms-overflow-style:-ms-autohiding-scrollbar;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.sub_tab ul.tabs.etab2.hoff,
.sub_tab .sub_pane.hoff {
    height:calc(100vh - 246px);
}
.sub_tab ul.tabs.etab2.height1,
.sub_tab .sub_pane.height1 {
    height:calc(100vh - 252px);
}
.sub_tab ul.tabs.etab2 li.act2 div {
    background:#3eafaa;
}
.sub_tab ul.tabs.etab2 li.act2 div {
    color:#fff;
}
.sub_tab ul.tabs.etab2 li:last-child div,
.sub_tab ul.tabs.etab2 li:last-child div::after,
.sub_tab ul.tabs.etab2 li:hover div:after,
.sub_tab ul.tabs.etab2 li:focus div:after,
.sub_tab ul.tabs.etab2 li:active div:after,
.sub_tab ul.tabs.etab2 li.act2 div::after {
    border-bottom:0;
}
.est_itemlist dl {
    display:grid;
    grid-template-columns:20% repeat(1, 1fr);
    grid-gap:0px;
}
/* 공정 아이템 상세페이지 */
#container.estimate_item {
    position:relative;
    height:calc(100vh - 60px);
    margin-bottom:0;
    overflow-y:auto;
}
.eitem__box {
    position:relative;
    padding:5px;
}
.eitem__title {
    position:relative;
    padding:10px 0;
    text-align:center;
    font-size:1.2em;
}
.eiimg_slide img {
    width:100%;
}
.eitem__img_box {
    position:relative;
    width:100%;
    padding-bottom:90%;
    background-color:#f5f5f5;
    overflow:hidden;
}
.eitem__img {
    display:block;
}
.eitem__img::after {
    content:"";
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:rgba(0,0,0,.02);
}
.eitem__img::before {
    content:"Doosae";
    position:absolute;
    top:50%;
    left:0;
    right:0;
    bottom:0;
    transform:translateY(-50%);
    font-size:3em;
    font-weight:600;
    text-align:center;
    color:#aaa;
    display:flex;
    align-items:center;
    justify-content:center;
}
.eitem__img img {
    position:absolute;
    top:50%;
    left:50%;
    width:100%;
    height:auto;
    transform:translate(-50%,-50%);
    transition:.3s;
}
.eitem__contents {
    padding:10px;
}
.eitem__contents > p {
    margin:5px 0;
    text-align:left;
}
.eitem__contents > p img {
    width:100%;
    margin-top:5px;
}
/* 공정 아이템 검색 */
.estimate_sch {
    padding:6px;
    background:#fff;
    border-top:3px solid #eee;
    border-bottom:1px solid #eee;
    display:flex;
    align-items:center;
    justify-content:center;
}
.estimate_sch .ico_search {
    background-size:74%;
}
.estimate_sch .ico_filter {
    background:url('../img/076-equalizer.svg') no-repeat;
    background-size:73%;
}
.estimate_sch .search_bar {
    height:auto;
    padding:0;
    border:0;
}
.estimate_sch .search_input_wrap {    
    display:flex;
    align-content:center;
    align-items:center;
    justify-content:space-between;
    padding:0;
}
.estimate_sch .sch_input_box {
    height:auto;
    padding:0;
    margin-right:5px;
}
.estimate_sch .search_input {
    height:34px;
    padding-left:16px;
    line-height:34px;
    border-radius:10px;
}
.estimate_sch .sch_btn_box {
    display:flex;
    align-content:center;
    align-items:center;
    justify-content:space-between;
    padding-right:32px;
}
.filter_box .estimate_sch .sch_btn_box {
    padding:0;
}
.estimate_sch .search_bar .search_input_wrap .sch_btn_box [class^=btn] {
    height:34px;
}
.estimate_content {
    position:relative;
    margin-top:7px;
    background:#fff;
}
/* 필터 아코디언 */
.estimate_sch_box.accordion .title {
    position:absolute;
    right:4px;
    top:-79px;
    padding:20px;
    background-color:transparent;
}
.estimate_sch_box.accordion .title:after,
.estimate_sch_box.accordion .title:before {
    right:19px;
    top:10px;
    width:.178em;
    height:18px;
    background-color:#222;
}
.estimate_sch_box.accordion .toggle:checked + .title:after,
.estimate_sch_box.accordion .toggle:checked + .title:before {
    background-color:#3eafaa;
}
.estimate_sch_box.accordion .toggle:checked + .title + .content {
    position:absolute;
    width:100%;
    padding:0;
    box-shadow:0px 10px 15px rgba(0,0,0,.2);
    border-radius:0 0 10px 10px;
    border-top:1px solid #eee;
    z-index:991;
}
.estimate_sch_box.filter_box {
    box-shadow:none;
}
.estimate_sch_box.filter_box .search_tag {
    border-radius:0;
    border-bottom:1px solid #eee;
}
/* 공정 아이템 목록 */
.est_itemlist {
    position:relative;
}
.est_item {
    position:relative;
    padding:7px;
    margin:15px 10px;
    background:#fff;
    border-radius:10px;
    border:2px solid #fff;
    box-shadow:0px 0px 5px #dedede,
                0px 0px 5px #fff;
    transition:.3s;
    font-size:.9em;
    letter-spacing:-.03em;
}
.count_form.on .count_btn.b_add svg {
    fill:#3eafaa;
    border:1px;
}
article.est_item.on {
    border-color:#FA4747;
}
.est_selectAll {
    position:relative;
    display:flex;
    align-content:center;
    justify-content:space-between;
    align-items:center;
    gap:0 6px;
    padding:5px 0 10px;
}
.est_SETBtn .btnEstadd {
    position:relative;
    width:180px;
    height:36px;
    line-height:36px;
}
.est_SETBtn .btnEstadd button {
    position:relative;
    width:100%;
    height:100%;
    background-color:#eee;
}
.est_SETBtn .btnEstadd button.on,
.est_SETBtn .btnEstadd button:hover {
    background-color:#3eafaa;
    color:#fff;
    font-weight:500;
}
.est_SETIpt {
    position:relative;
    display:flex;
    align-content:center;
    gap:0 6px;
}

.est_selectAll .checkbox {
    top:-1px;
}
.est_selectAll .checkbox:before {
    border-width:3px;
    border-color:#eee;
}
.est_selectAll .checkbox:checked:before,
.est_selectAll .checkbox.on:before {
    top:0;
	height:0.4rem;
    color:#FA4747;
    border-color:#FA4747;
	border-top-style:none;
	border-right-style:none;
	border-radius:0;
	transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
		-moz-transform:rotate(-45deg);
		-ms-transform:rotate(-45deg);
		-o-transform:rotate(-45deg);
}
.est_select {
    position:absolute;
    top:3px;
    right:6px;
    width:26px;
    height:26px;
    z-index:9;
}
.est_select.off {
    display:none;
}
.est_select .checkbox:before {
    top:-2px;
    width:1.3rem;
    height:1.3rem;
    border-width:3px;
    border-color:#e5e5e5;
    background-color:#fff;
}
.est_select .checkbox:after {
    background-color:transparent;
}
.est_select .checkbox.on:before {
    top:2px;
    left:4px;
    width:1.2rem;
	height:0.6rem;
    background-color:transparent;
    color:#FA4747;
    border-color:#FA4747;
	border-top-style:none;
	border-right-style:none;
	border-radius:0;
	transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
		-moz-transform:rotate(-45deg);
		-ms-transform:rotate(-45deg);
		-o-transform:rotate(-45deg);
}
.ico__group.no {display:none;}
.ico__group {
    position:absolute;
    top:-2px;
    left:7px;
    width:20px;
    height:25px;
    background-color:#ff7a71;
    display:flex;
    align-content:center;
    align-items:center;
    z-index:99;
}
.ico__group::before {
    content:"";
    position:absolute;
    display:block;
    top:-3px;
    width:17px;
    border-left:3px solid transparent;
    border-bottom:3px solid #e25c53;
}
.ico__group::after{
    content:"";
    position:absolute;
    display:block;
    top:-3px;
    right:-4px;
    border-right:4px solid transparent;
    border-bottom:5px solid #e25c53;
}
.ico__group.set {background-color:#b59ce5;}
.ico__group.set::before {border-bottom-color:#a188d2;}
.ico__group.set::after {border-bottom-color:#a188d2;}
.ico__group.est {
    left:5px;
    display:flex !important;
    align-items:center;
    justify-content:center;
    padding:2px;
    background-color:#3eafaa;
    z-index:8;
}
.ico__group.est.off {
    display:none !important;
}
.ico__group.est::before {border-bottom-color:#63cac6;}
.ico__group.est::after {border-bottom-color:#1a807b;}
.ico__group.none {
    display:none;
}
.ico__group svg {
    width:100%;
    padding:3px;
    fill:#fff;
}
.ico__group.est svg {
    position:relative;
    top:-0.03em;
    padding:0;
}
.est_item_content {
    display:flex;
    align-content:center;
}
.item_img {
    display:block;
    width:100%;
    height:100%;
    background-image:url('../img/200x200w.png');
    background-position:center;
    background-size:cover;
}
.item_img::after {
    content:"";
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:rgba(0,0,0,.03);
}
.item_imgbox,
.item_images {
    position:relative;
    width:60px;
    height:60px;
    background-color:#f5f5f5;
    border-radius:7px;
    overflow:hidden;
}
.item_img::before {
    content:"";
    position:absolute;
    top:50%;
    left:0;
    right:0;
    bottom:0;
    padding-top:10%;
    transform:translateY(-50%);
    font-size:.8em;
    font-weight:600;
    text-align:center;
    color:#aaa;
}
.item_imgbox .img {
    width:130%;
}
.item_images > .item_img > .img {
    position:absolute;
    top:50%;
    left:50%;
    width:120%;
    height:120%;
    transform:translate(-50%,-50%);
    transition:.3s;
}
.item_content {
    position:relative;
    flex:1;
    margin-left:5px;
}
.item_content a {
    position:relative;
    display:block;
    color:inherit;
}
.item_tit {
    margin-top:2px;
    font-size:1.1em;
}
.item_cate {
    position:relative;
    display:inline-block;
    width:90%;
}
.item_cate span {
    padding:1px 2px;
    margin-right:1px;
    font-size:.87em;
    background:rgba(62,175,170,.15);
}
.item_cate span:last-child {
    margin-right:0;
}
.item_option {
    color:#777;
    font-size:.9em;
}
.item_price {
    margin-top:2px;
    margin-right:5px;
    font-size:1.27em;
    font-weight:600;
    font-family:'Pretendard', 'Apple SD Gothic Neo', sans-serif;
    letter-spacing:-.05em;
    text-align:right;
}
.item_price span.won {
    position:relative;
    margin-left:3px;
    font-size:.7em;
    font-weight:400;
}
.item_sub_option {
    position:relative;
    display:flex;
    align-items:center;
    justify-content:flex-end;
    padding-top:7px;
}
.item_tag {
    position:relative;
    display:inline-block;
}
.item_tag a {
    margin-right:1px;
}
.item_tag span[class^=sty] {
    display:inline-block;
    font-weight:500;
    font-size:.8em;
    padding:1px 3px;
    border-radius:6px;
    line-height:120%; 
    background-color:#eee;
}
.item_tag span.els_state {
    position:relative;
    padding:2px 5px;
    border-radius:6px;
    background-color:#e5efeb;
    color:#222;
}
.item_tag span.sty1 {
    /* background:#f9f8f6;
    border:1px solid #eeeae1; */
    color:#222;
}
.item_tag span.sty2 {
    /* border:1px solid #3eafaa; */
    color:#fff;
    background-color:#3eafaa;
}
/* 개수조절 폼 */
.count_form {
    position:relative;
    display:flex;
    display:-webkit-flex;
    right:0;
    bottom:0;
    width:100%;
    height:26px;
    text-align:center;
    align-items:center;
    z-index:99;
}
.count_form .count_ipt {
    position:relative;
    width:30px;
    height:100%;
}
.count_form .count_ipt input {
    position:relative;
    width:100%;
    height:100%;
    background-color:#f3f3f3;
    font-size:.9em;
    text-align:center;
    vertical-align:bottom;
}
.count_form .count_opt {
    position:relative;
    display:flex;
    display:-webkit-flex;
    height:100%;
    margin-left:auto;
    text-align:center;
    align-items:center;
    justify-content:flex-end;
}
.count_opt .numberInput .number {
    width:34px;
    font-size:1em;
    line-height:2;
}
.count_opt .numberInput .pmico {
    width:25px;
}
.count_opt .numberInput .pmico.mm:before {
    top:12px;
    left:7px;
    width:11px;
}
.count_opt .numberInput .pmico.pp:before,
.count_opt .numberInput .pmico.pp:after {
    top:8px;
    left:11px;
    height:11px;
}
.count_form .count_btn {
    position:relative;
    display:flex;
    align-content:center;
    justify-content:center;
    padding:0 4px;
    border-top:1px solid #f3f3f3;
    border-left:1px solid #f3f3f3;
    border-bottom:1px solid #f3f3f3;
    border-right:1px solid #f3f3f3;
    cursor:pointer;
}
.count_form .count_btn:last-child {
    border-right:1px solid #f3f3f3;
}
.count_form .count_btn > a,
.count_form .count_btn > button {
    display:flex;
    align-content:center;
    justify-content:center;
    width:17px;
    height:100%;
    background-color:transparent;
}
.count_form .count_btn.b_cart {
    padding:0;
    border:0;
}
.count_form .count_btn.b_cart a {
    width:44px;
}
.count_form .count_btn svg {
    width:55%;
}
.count_form .count_btn.b_add {
    margin-left:35px;
}
.count_form .count_btn.b_add,
.count_form .count_btn.b_set {
    border:0;
}
.count_form .count_btn.b_set.left0 {
    left:0;
}
.count_form .count_btn.b_add.off svg,
.count_form .count_btn.b_set.off svg {
    fill:#bbb;
}
.count_form .count_btn.b_add > a {
    width:24px;
}
.count_form .count_btn.b_set > button {
    width:28px;
}
.count_form .count_btn.b_add svg {
    width:70%;
    fill:#bbb;
}
.count_form .count_btn.b_set svg {
    width:90%;
    fill:#3eafaa;
}
.count_form .count_ea {
    position:relative;
    margin-right:5px;
    text-align:center;
}
.count_form .count_ea.on {
    display:inline-block;
}
.count_form .count_ea.off {
    display:none;
}
.count_form .count_ea > span {
    padding:1px 7px 2px;
    background-color:#3eafaa;
    border-radius:10px;
    color:#fff;
    font-size:1em;
}
.count_form .qtyType {
    position:relative;
    margin-left:5px;
}
.count_form .qtyType::before {
    content:'( ';
    margin-left:0px;
    font-size:.95em;
}
.count_form .qtyType::after {
    content:' )';
    font-size:.95em;
}
span.coptxt {
    margin-left:1px;
    font-size:.95em;
    font-weight:500;
}
/* 담기 드롭다운 갯수 */
.count_form .dropdown {    
    display:flex;
    align-content:center;
    justify-content:center;
}
.count_form .count_btn.b_add .dropdown > a {
    width:30px;
}
.count_form .count_btn.b_add .dropdown > a svg {
    width:100%;
}
.count_form .dropdown-menu {
    top:-98px;
    right:-15px;
    left:unset;
    padding:0;
    width:50vw;
}
.count_form .layer_pop__content {
    display:flex;
    align-items:center;
    justify-content:center;
    height:130px;
    padding:0px;
}
.layer_pop__btn {
    position:absolute;
    top:0;
    right:0;
}
.count_form .layer_pop__btn a {
    position:relative;
    display:block;
    width:100%;
    border-radius:0 0 3px 3px;
    background-color:#eee;
    color:#222;
}
.count_form .layer_pop__btn a:hover {
    background-color:#3eafaa;
    color:#fff;
}
.item_totalPrice {
    position:relative;
    display:flex;
    justify-content:flex-end;
    align-items:center;
    padding-top:7px;
    font-size:1.05em;
}
.item_totalPrice > span {
    position:relative;
    padding:0 7px;
    bottom:1px;
}
.item_totalPrice > strong {
    position:relative;
    font-size:1.07em;
}
.item_totalPrice > strong span {
    position:relative;
    bottom:1px;
    margin-left:1px;
    font-size:.85em;
}
/* 견적서 금액 고정 */
.estimate_price {
    position:fixed;
    bottom:60px;
    width:100%;
    max-width:768px;
    background-color:#222;
    color:#fff;
    z-index:99;
}
.estimate .estimate_price,
.estimate_price.listitem {
    bottom:0;
}
.estimate_price .w_txt {
    height:auto;
    padding:2px 0;
    font-size:.8em;
    font-weight:400;
    background:#f8f7de;
    text-align:center;
    color:#222;
}
.est_price_box .est_price {
    display:flex;
    align-content:center;
    align-items:center;
    justify-content:space-between;
    height:46px;
    padding:3px;
    letter-spacing:-.03em;
}
.est_price_box .est_price > .txt {
    display:flex;
    align-content:center;
    align-items:center;
    font-size:.9em;
    font-weight:400;
}
.est_price_box .est_price > .txt a {
    position:relative;
    top:2px;
    display:flex;
    align-items:center;
    justify-content:center;
    width:17px;
    margin-left:2px;
}
.est_price_box .est_price > .txt a svg {
    width:100%;
    fill:#fff;
}
.est_price_box .est_price > .price {
    position:relative;
    top:-1px;
    font-size:1.5em;
    font-weight:600;
}
.est_price_box .est_price > .price span {
    margin-left:1px;
    font-size:.7em;
    font-weight:400;
}
.est_price_box span.est_txt {
    font-size:.7em;
    font-weight:400;
}
.estimate_price .est_price_btn {
    display:flex;
    height:72px;
    align-content:center;
    align-items:center;
    gap:0 5px;
    padding:10px;
    border-radius:7px 7px 0 0;
    background-color:#fff;
    text-align:center;
    overflow:hidden;
    cursor:pointer;
}
.estimate_price .est_price_btn a,
.estimate_price .est_price_btn button {
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:0 5px;
    width:100%;
    height:100%;
    font-size:1.4em;
    font-weight:500;
    border-radius:7px;
    background:#3eafaa;
    color:#fff;
    cursor:pointer;
}
.estimate_price .est_price_btn a:active,
.estimate_price .est_price_btn a:hover,
.estimate_price .est_price_btn button:active,
    .estimate_price .est_price_btn button:hover {
    opacity:.8;
}
.estimate_price .est_price_btn .btn_ico {
    width:20px;
}
.estimate_price .est_price_btn .btn_ico svg{
    width:100%;
    fill:#fff;
}
/* tip_popup */
.tip_popup {
    position:fixed;
    right:10px;
    bottom:80px;
    width:34px;
    height:34px;
    z-index:990;
}
.tip_popup .tip_btn {
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    height:100%;
    border-radius:100%;
    background-color:#3eafaa; 
    color:#fff;
    font-weight:600;
    font-size:1.5em;
}
/* 선택한항목 */
#container.estimate_cart {
    margin-top:0;
    margin-bottom:0;
}
.estimate_cart_list {
    height:calc(100vh - 95px);
    overflow-y:auto;
    background-color:#F2F2F2;
    -webkit-overflow-scrolling:touch;
    -ms-overflow-style:-ms-autohiding-scrollbar; 
}
.accordion.estimate_cart_list .title {
    padding:10px;
    text-align:left;
}
.accordion.estimate_cart_list .title:before,
.accordion.estimate_cart_list .title:after {
    right:15px;
    top:18px;
    height:10px;
}
.accordion.estimate_cart_list .title:before,
.accordion.estimate_cart_list .toggle:checked + .title:before {
    right:21px;
}
.accordion.estimate_cart_list .title:before,
.accordion.estimate_cart_list .toggle:checked + .title:after {
	transform:rotate(-45deg) !important;
	-webkit-transform:rotate(-45deg) !important;
}
.accordion.estimate_cart_list .title:after,
.accordion.estimate_cart_list .toggle:checked + .title:before {
	transform:rotate(45deg) !important;
	-webkit-transform:rotate(45deg) !important;
}
.estimate_cart_list .estitem_tit {
    display:flex;
    justify-content:space-between;
    font-size:1.2em;
}
.estitem_tit .estitem_name {
    font-size:.8em;
}
.estitem_tit .estitem_price {
    margin-right:26px;
    font-size:1em;
    font-weight:600;
    letter-spacing:-.03em;	
}
.estitem_tit .estitem_price > span.txt {
    margin-left:1px;
    font-size:.8em;
    font-weight:400;
}
.e_cart_item {
    padding:7px 5px;
    margin-bottom:5px;
    background:#fff;
    font-size:.9em;
}
.e_cart_item:last-child {
    margin-bottom:0;
}
.e_cart_item .prod_box {
    position:relative;
    display:flex;
    align-content:center;
    justify-content:space-between;
    height:62px;
}
.prod_img_box .item_images > .item_img > .img {
    width:160%;
}
.prod_img_box .item_images:hover > .item_img > .img {
    width:180%;
}
.prod_box .prod_title {
    position:relative;
    display:flex;
    flex:1;
    flex-direction:column;
    align-items:flex-start;
    justify-content:flex-start;
    margin:0 5px;
}
.prod_box .prod__cate {
    display:inline-block;
}
.prod_box .prod__cate span {
    padding:0px 2px 1px;
    margin-bottom:1px;
    background:rgba(62,175,170,.15);
    font-size:.87em;
}
.prod_box .prod__tit {
    flex:1 1 100%;
    margin-top:1px;
    font-size:.98em;
}
.prod_box .prod__price {
    font-size:1.05em;
    text-align:right;
}
.prod_box .prod__price > span.txt {
    font-size:.8em;
}
.e_cart_item .prod_box .count_form {
    width:auto;
}
.e_cart_item .prod_box .prod__price {
    width:100%;
    text-align:right;
}
.set_item {
    padding:0;
    margin-bottom:0;
    border-left:5px solid #3eafaa;
}
.set_item .prod_box {
    padding:7px 5px;
    border-bottom:1px solid #eee;
}
.set_item > .set_name {
    display:block;
    padding:2px 0;
    background:#3eafaa;
    color:#fff;
    font-size:.9em;
}
.prod_count {
    position:relative;
    display:flex;
    width:85px;
    flex-wrap:wrap;
    align-content:space-between;
    justify-content:flex-end;
}
.prod_count .count_form::after {
    clear:both;
    float:none;
}
.prod_count .count_form .count_btn {
    width:32px;
    height:26px;
}
.prod_count .count_form .b_num {
    width:25px;
    padding:0 4px;
}
.prod_count .count_form .b_num:last-child {
    border-right:1px solid #f3f3f3;
}
.prod_count .count_form .count_btn svg {
    width:60%;
}
.prod_count .count_form .count_ipt input {
    padding:0 3px;
}
.prod_count .count_btn.b_dell {
    position:relative;
    display:flex;
    display:-webkit-flex;
    flex-direction:row-reverse;
    border:0;
    margin-top:5px;
    margin-bottom:7px;
}
.prod_count .count_btn.b_dell a,
.prod_count .count_btn.b_dell button {
    display:flex;
    width:13px;
    align-items:center;
    justify-content:center;
    background-color:transparent;
}
.prod_count .count_btn.b_dell svg {
    width:100%;
    fill:#222;
}
/* 세트견적 */
.estimate_sub_tab2 .tab-pane {
    height:calc(100vh - 177px);
    overflow-y:auto;
}
.est_itemlist .accordion .title {
    position:absolute;
    top:-29px;
    left:0;
    padding:10px 8px;
    background:transparent;
    z-index:99;
}
.est_itemlist .accordion .title:before,
.est_itemlist .accordion .title:after {
    right:0;
    width:auto;
    height:auto;
	padding:1px;
    background-color:#bbb;
}
.est_itemlist .accordion .title {
    padding:15px;
    text-align:left;
}
.est_itemlist .accordion .title:before,
.est_itemlist .accordion .title:after {
    right:9px;
    top:10px;
    height:13px;
}
.est_itemlist .accordion .title:before,
.est_itemlist .accordion .toggle:checked + .title:before {
    right:19px;
}
.est_itemlist .accordion .title:before,
.est_itemlist .accordion .toggle:checked + .title:after {
	transform:rotate(-45deg) !important;
	-webkit-transform:rotate(-45deg) !important;
}
.est_itemlist .accordion .title:after,
.est_itemlist .accordion .toggle:checked + .title:before {
	transform:rotate(45deg) !important;
	-webkit-transform:rotate(45deg) !important;
}
.est_itemlist .accordion .toggle:checked + .title:before,
.est_itemlist .accordion .toggle:checked + .title:after {
    margin-top:-6px;
    background-color:#3eafaa;
}
.est_itemlist .count_form .count_btn.b_add svg {
    width:100%;
}
.estimate_sub_tab2 .est_itemlist .item_imgbox,
.estimate_sub_tab2 .est_itemlist .item_images {
    position:relative;
    width:64px;
    height:64px;
}
.estimate_sub_tab2 .est_itemlist .item_imgbox .swiper-pagination {
    display:block;
    bottom:5px;
    left:50%;
    width:auto;
    padding:0 10px 1px;
    background:rgba(0,0,0,.5);
    border-radius:10px;
    transform:translateX(-50%);
    color:#fff;
    font-weight:400;
    font-size:.85em;
}
.estimate_sub_tab2 .item_sub_option {
    padding-top:12px;
}
.est_itemlist .accordion.est_setinfo.type1 .title:before,
.est_itemlist .accordion.est_setinfo.type1 .title:after {
    top:6px;
    left:60px;
    height:8px;
}
.est_itemlist .est_setinfo.type1 {
    padding-bottom:7px;
}
.item_setinfo {
    position:relative;
    margin-left:5px;
    font-size:.9em;
}
.est_itemlist .item_sub_option.test {
    margin-top:10px;
    padding-top:5px;
    border-top:1px solid #eee;
}
.est_itemlist .item_tag a {
    display:inline-block;
}
/*세트아이템*/
.est_item.est_setitem .est_item_content {
    flex-direction:column;
}
.est_item.est_setitem .est_item_content .est_photo_box {
    display:flex;
    align-content:center;
    align-items:center;
    margin:10px 0;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
    -ms-overflow-style:-ms-autohiding-scrollbar;
}
.est_item.est_setitem .setitem_img {
    position:relative;
    height:64px;
    margin-right:3px;
    overflow:unset;
}
.est_item.est_setitem .setitem_img img {
    position:relative;
    width:auto;
    height:100%;
    border-radius:12px;
}
.est_item.est_setitem .est_item_content .item_content {
    flex:auto;
    margin-left:0;
}
.est_item.est_setitem .item_sub_option {
    padding-top:1px;
}
/*세트아이템 세부 페이지*/
#container.estimate_setitem {
    position:relative;
    margin-bottom:0;
}
.estimate_setitem .estimate_price {
    position:relative;
    top:0;
    bottom:0;
    padding:0;
}
.estimate_setitem .estimate_price .est_price {
    justify-content:flex-end;
    line-height:28px;
    font-weight:600;
}
.estimate_setitem .estimate_price .w_txt {
    line-height:22px;
}
.est_set__top {
    padding:15px 0 13px;
    border-bottom:1px dashed #eee;
    font-size:1.15em;
    text-align:center;
}
.est_set__pbox {
    position:relative;
    padding:10px 0;
}
.est_set__pbox img {
    width:100%;
}
.est_set__box {
    position:relative;
    padding:5px;
    background-color:#F2F2F2;
    height:calc(100% - 143px);
    overflow-y:auto;
}
.est_set__box .e_cart_item {
    position:relative;
    border:2px solid #fff;
    border-radius:7px;
}
.est_set__box .e_cart_item.on {
    border-color:#FA4747;
}
.est_set__box .count_price {
    position:relative;
    padding-top:5px;
    font-size:1.1em;
}
.estimate_setitem .prod_count {
    align-content:flex-end; 
}
.estimate_setitem .numberInput input {
    font-size:1em;
}
.estimate_setitem .numberInput .number {
    width:30px;
    border-top:1px solid #f2f2f2;
    border-left:1px solid #f2f2f2;
    border-bottom:1px solid #f2f2f2;
    border-right:1px solid #f2f2f2;
    font-size:1em;
    line-height:1.9;
}
.accordion.est_set__box .title {
    padding:10px;
    text-align:left;
}
.accordion.est_set__box .title,
.accordion.est_set__box .title:before,
.accordion.est_set__box .title:after {
    right:15px;
    top:18px;
    height:10px;
}
.accordion.est_set__box .title:before,
.accordion.est_set__box .toggle:checked + .title:before {
    right:21px;
}
.est_itemlist .accordion.est_setinfo .toggle:checked + .title + .content ul {
    padding:5px 0 0;
}
.accordion.est_set__box .title:before,
.accordion.est_set__box .toggle:checked + .title:after {
    transform:rotate(-45deg) !important;
    -webkit-transform:rotate(-45deg) !important;
}
.accordion.est_set__box .title:after,
.accordion.est_set__box .toggle:checked + .title:before {
	transform:rotate(45deg) !important;
	-webkit-transform:rotate(45deg) !important;
}
.est_itemlist .accordion.est_setinfo .toggle:checked + .title + .content {
    margin-top:5px;
    padding-top:5px;
}
.est_itemlist .accordion.est_setinfo .toggle:checked + .title + .content ul li {
    position:relative;
    height:auto;
    padding:3px 5px;
    background-color:#F2F2F2;
}
.est_itemlist .accordion.est_setinfo .toggle:checked + .title + .content ul li div {
    position:relative;
    display:flex;
    align-content:center;
    align-items:center;
    font-size:.88em;
}
.est_itemlist .accordion.est_setinfo .toggle:checked + .title + .content ul li .estSetInfo_cont div.tit {
    margin-left:2px;
    flex:1;
}
.est_itemlist .accordion.est_setinfo .toggle:checked + .title + .content ul li .estSetInfo_cont div.price {
    margin-right:2px;
}
.est_itemlist .accordion.est_setinfo .toggle:checked + .title + .content ul li div.estSetInfo_cont {
    position:relative;
    display:flex;
    align-content:center;
    align-items:center;
    justify-content:space-between;
}
.est_itemlist .accordion.est_setinfo .content .estSetInfo_cont > .btns [class^=bt_] {
    position:relative;
    width:18px;
    padding:1px;
    cursor:pointer;
}
.est_itemlist .accordion.est_setinfo .content .estSetInfo_cont > .btns [class^=bt_] svg {
    width:100%;
    fill:#777;
}
.est_itemlist .accordion.est_setinfo .content .estSetInfo_cont > .btns [class^=bt_].no svg {
    fill:#ccc;
}
.est_itemlist .accordion.est_setinfo .content .estSetInfo_cont > .btns .bt_del {
    width:16px;
}
.estSetInfo_cont span,
.estSetInfo_cont .price span{
    padding:0px 1px;
    font-weight:500;
    font-size:1.23em;
    line-height:1.4;
}
.estSetInfo_cont span.point {
    background-color:#3eafaa;
    color:#fff;
}
.estSetInfo_cont span.tag {
    background-color:#cddfde;
    color:#225e5b;
    border-radius:3px;
}
.est_set__box .estitem_tit {
    display:flex;
    justify-content:space-between;
    font-size:1.2em;
    line-height:140%;
}
.estitem_tit .estitem_name {
    font-size:.8em;
}
.est_set__box .prod_box .prod_title {
    font-size:1em;
    line-height:130%;
}
.est_item__name {
    padding-bottom:5px;
    margin:0 10px 10px;
    border-bottom:1px solid #aaa;
    font-size:1.08em;
    font-weight:500;
}
.est_opt__box {
    position:relative;
    display:flex;
    gap:0 10px;
    align-content:center;
    align-items:center;
    justify-content:flex-start;
    height:5vh;
    margin:0 10px;
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom:1px solid #eee;
}
/* .est_opt__box:last-child {
    margin-bottom:0;
} */
.est_opt__box .name {
    position:relative;
}
.est_opt__box .ipt {
    display:flex;
    align-content:center;
    align-items:center;
    height:30px;
    line-height:32px;
}
.est_opt__box .ipt input {
    position:relative;
    width:40px;
    height:100%;
    text-align:center;
    font-size:1em;
}
.numberInput .opt_numberBtn {
    margin:0;
}
.numberInput .opt_numberBtn span {
    margin-bottom:0;
}
.opt_numberBtn.mico {
    margin-right:3px;
}
.opt_numberBtn.pico {
    margin-left:3px;
}
.opt_numberBtn.mico span {
    background-color:#ff7676;
}
.opt_numberBtn.pico span {
    background-color:#46a5ff;
}
.opt_numberBtn.rico span {
    display:flex;
    width:30px;
    align-items:center;
    justify-content:center;
    background-color:#27ad54;
    color:#fff;
}
.opt_numberBtn.rico span svg {
    width:70%;
    fill:#fff;
}
.est_opt__box .select__box {
    width:70px;
    height:100%;
    text-align:center;
}
.est_opt__box .est_opt_tit::before {
    content:'';
}
.est_opt__box .est_opt_tit {
    flex-shrink:0;
    flex-basis:70px;
}
.est_opt__box .est_opt_sub {
    flex:1;
    background:#fff;
    border:0;
}
.est_opt_tagbar {
    position:relative;
    display:block;
    width:100%;
}
.est_opt_tagbar .est_opt__tag {
    position:relative;
    display:inline-block;
    margin-right:1px;
    margin-bottom:3px;
    cursor:pointer;
}
.tag_inner {
    display:flex;
    align-items:center;
    justify-content:center;
    height:20px;
    padding:0 6px;
    background-color:#eee;
    border-radius:6px;
    font-size:.9em;
    line-height:22px;
    border:0;
    outline:0;
    color:#222;
}
.tag_inner[aria-checked="true"] {
    background-color:#3eafaa;
    color:#fff;
}
/*옵션 아이템*/
.est_opt__box.st1 {
    flex-direction:column;
    align-items:flex-start;
    height:calc(100vh - 60vh);
}
.est_opt__box.off {
    display:none;
}
.est_opt__box.st1 .e_cart_item {
    border:2px solid #fff;
}
.est_opt__box.st1 .e_cart_item.on {
    border-color:#FA4747;
}
.est_opt__box.st1 .est_opt_tit {
    flex-basis:auto;
    width:auto;
    padding-bottom:5px;
}
.est_opt__box.st1 .est_opt_sub {
    width:100%;
    height:100%;
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
    -ms-overflow-style:-ms-autohiding-scrollbar;
    padding-left:0;
}
.est_opt__box.st1 .est_opt_sub .est_opt_eitems {
    width:100%;
    padding:1px 0;
    background:#f2f2f2;
}
.est_opt_eitems .numberInput .pmico {
    width:23px;
}
.est_opt_eitems .numberInput .pmico.pp:before,
.est_opt_eitems .numberInput .pmico.pp:after {
    top:6px;
    left:10px;
    height:12px;
}
.est_opt_eitems .numberInput .pmico.mm:before {
    top:12px;
    left:5px;
    width:12px;
}
.est_opt__box.st1 .est_select {
    top:0px;
    right:5px;
    width:20px;
    height:20px;
}
.est_opt__box.st1 .est_select .checkbox:before {
    width:.8rem;
    border-color:transparent;
}
.est_opt__box.st1 .est_select .checkbox.on:before {
    height:.5rem;
    border-color:initial;
}
.est_opt__box.st1 .e_cart_item {
    position:relative;
    margin:5px;
    padding:5px;
    border-radius:6px;
    cursor:pointer;
}
.est_opt__box.st1 .prod_box .prod__tit {
    font-size:1.05em;
}
.est_opt__box.st1 .prod_box .count_price {
    margin-top:3px;
    font-size:1.1em;
    font-weight:600;
}
.est_opt__box.st1 .prod_box .count_form {
    height:26px;
    z-index:0;
}
.est_opt__box.st1 .prod_box .count_price span.txt {
    font-size:.9em;
    font-weight:400;
}
.est_opt__box.st1 .prod_count {
    width:50px;
    align-content:flex-end;
}
.est_opt__box.st1 .numberInput input {
    height:100%;
    font-size:1em;
    border-color:#eee;
}
.est_opt__box.st1 .numberInput .arrowUD {
    display:flex;
    align-items:center;
    flex-direction:column;
    height:100%;
}
.est_opt__box.st1 .numberInput .arrow {
    width:16px;
}
.opheight-95 {height:95vh !important;}
.opheight-90 {height:90vh !important;}
.opheight-85 {height:85vh !important;}
.opheight-80 {height:80vh !important;}
.opheight-75 {height:75vh !important;}
.opheight-70 {height:70vh !important;}
.opheight-65 {height:65vh !important;}
.opheight-60 {height:60vh !important;}
.opheight-55 {height:55vh !important;}
.opheight-50 {height:50vh !important;}
.opheight-45 {height:45vh !important;}
.opheight-40 {height:40vh !important;}
.opheight-35 {height:35vh !important;}
.opheight-30 {height:30vh !important;}
.opheight-25 {height:25vh !important;}
.opheight-20 {height:20vh !important;}
.opheight-15 {height:15vh !important;}
.opheight-10 {height:10vh !important;}
.opheight-5 {height:5vh !important;}

/* 견적서 목록 */
.estimate_list,
#container.estimate_list {
    margin:0;
    background:#f5f5f5;
}
.estimate_list .guideTxt {
    top:0;
    bottom:auto;
    margin:0;
    z-index:9;
}
.estimate_list_wrap {
    position:relative;
    height:calc(100vh - 46px);
    overflow-y:auto;
    padding:0 5px;
}
.estimate_view_wrap {
    position:relative;
    height:calc(100vh - 46px);
    overflow-y:auto;
}
.estimate_box {
    position:relative;
    padding:7px;
    margin-bottom:5px;
    background:#fff;
    border:2px solid #fff;
    z-index:1;
}
.estimate_box:hover,
.estimate_box:active {
    border-color:#3eafaa;
}
.estimate_box:last-child {
    margin-bottom:0;
}
.estimate_box .eb_item_title {
    display:flex;
    flex-direction:column;
    align-content:center;
}
.eb_item_title .eb_title {
    flex:1;
    padding-bottom:3px;
}
.estimate_box .eb_item_title .eb_topinfo {
    display:flex;
    align-content:center;
    align-items:center;
    justify-content:space-between;
    gap:0 5px;
} 
.eb_title .eb_name {
    position:relative;
    margin:3px 0;
    font-size:1.2em;
    font-weight:500;
    color:#333;
    cursor:pointer;
}
.eb_topinfo .eb_date,
.eb_topinfo .eb_state {
    position:relative;
    font-size:.8em;
    font-family:'Pretendard', sans-serif;
    color:#555;
}
.eb_topinfo .eb_date {
    display:flex;
    align-items:center;
    justify-content:center;
}
.eb_ingbox {
    display:flex;
    align-items:center;
    gap:0 5px;
}
.eb_date .eb_type {
    margin-left:5px;
    padding:1px 3px;
    border-radius:3px;
    background-color:#b9f0f6;
    color:#333;
}
.eb_topinfo .eb_state {
    padding:1px 4px;
    border-radius:3px;
    font-size:.85em;
    font-weight:500;
    color:#fff;
}
.eb_topinfo .eb_state.icodone {
    background-color:#3e7eaf;
}
.eb_topinfo .eb_state.icoing {
    background-color:#fb6464;
}
.eb_topinfo .eb_state.icomatch {
    background-color:#18ae4f;
}
.eb_topinfo .eb_state.icocom {
    color:#333;
    font-weight:600;
    font-size:1.02em;
}
.estimate_box .eb_item_title .eb_topctrl {
    display:flex;
    align-content:center;
    align-items:center;
    justify-content:space-between;
}
.eb_item_btns .btns_form {
    position:relative;
    display:flex;
    display:-webkit-flex;
    align-items:center;
    right:0;
    bottom:0;
    height:auto;
    gap:0 2px;
    z-index:999;
}
.eb_item_btns .btns_form .eb_item_b {
    position:relative;
    display:flex;
    align-content:center;
    justify-content:center;
    padding:0 4px;
    width:30px;
    height:30px;
}
.eb_item_btns .btns_form .eb_item_b:first-child {
    margin-left:0;
}
.eb_item_btns .btns_form .eb_item_b button,
.eb_item_btns .btns_form .eb_item_b a {
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    height:auto;
    background-color:transparent;
}
.eb_item_btns .btns_form .eb_item_b.btxt {
    display:block;
    height:26px;
    width:auto;
    cursor:pointer;
}
.eb_item_btns .btns_form .eb_item_b.btxt button {
    position:relative;
    width:100%;
    height:100%;
    padding:0 10px;
    background-color:#3eafaa;
    color:#fff;
    border-radius:3px;
    font-size:.95em;
    opacity:.9;
}
.eb_item_btns .btns_form .eb_item_b.btxt button:active {
    opacity:1;
}
.eb_item_btns .btns_form .eb_item_b.btxt button:disabled {
    background-color:#a8d1d0 !important;
    color:#fff !important;
}
.eb_item_btns .btns_form .eb_item_b svg {
    width:100%;
    fill:#aaa;
}
.eb_item_btns .btns_form .eb_item_b button:focus svg {
    fill:#3eafaa;
}
.eb_item_btns .btns_form .eb_item_b button:disabled,
.eb_item_btns .btns_form .eb_item_b button.off {
    background-color:transparent !important;
}
.eb_item_btns .btns_form .eb_item_b button:disabled svg,
.eb_item_btns .btns_form .eb_item_b button.off svg {
    fill:#ddd;
}
.eb_item_title .onest {
    position:relative;
    display:inline-block;
    top:1px;
}
.eb_item_title .onest .ico {
    display:flex;
    align-items:center;
    justify-content:center;
    width:12px;
}
.eb_item_title .onest .ico svg {
    width:100%;
    fill:#3eafaa;
}
.eb_item_content {
    display:flex;
    align-content:center;
    align-items:center;
    margin-top:5px;
    padding-top:5px;
    border-top:1px solid #eee;
}
.eb_item_img .item_images {
    position:relative;
    display:flex;
    display:-webkit-flex;
    padding:32px 46px;
}
.eb_item_img .item_img::after {
    content:"";
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:rgba(0,0,0,.02);
}
.eb_item_img .item_images > .item_img > .img {
    width:160%;
}
.estimate_box .eb_item_info {
    position:relative;
    flex:1;
    padding:0 5px;
    font-size:.9em;
}
.eb_subinfo {
    font-size:1em;
    line-height:140%;
}
.eb_price {
    display:flex;
    align-items:center;
    text-align:right;
    font-size:.9em;
}
.eb_price span {
    position:relative;
    padding-right:2px;
    font-size:1.25em;
    font-family:'Pretendard', sans-serif;
    font-weight:600;
}
.eb_price.rmyest span {
    margin-left:2px;
}
/* 견적서 갑지을지 */
.estimate_nav .ds_navbar {
    display:flex;
    justify-content:left;
    align-items:center;
    border-bottom:2px solid #eee;
}
.estimate_nav .ds_navbar .title {
    margin-bottom:0;
    margin-left:10px;
    text-transform:uppercase;
    color:#222;
    letter-spacing:0;
    line-height:normal;
    font-size:1.5em;
}
.estimate_nav.st2 .estimate__tit {
    background-color:transparent;
    height:46px;
}
.layer_pop__box.st2 .estimate_view_wrap {
    height:100%;
}
.layer_pop__box > button,
.estimate_nav.st2 .estimate__tit button {
    background-color:transparent;
    cursor:pointer;
}
.layer_pop__box > button.stickyTop {
    top:10px;
    right:10px;
}
.layer_pop__box.st2 > button {
    top:8px;
}
.layer_pop__box.st2 > button.close:before,
.layer_pop__box.st2 > button.close:after,
.estimate_nav.st2 .estimate__tit button.close:before,
.estimate_nav.st2 .estimate__tit button.close:after {
    top:0;
}
.estimate_list.elshort .estimate_list_wrap {
    padding:0;
}
.elshort_stamp {
    position:absolute;
    right:15px;
    top:95px;
    width:62px;
    padding:8px;
    border:3px solid #3eafaa;
    border-radius:100%;
    transform:rotate(-12deg);
    z-index:1;
    opacity:.3;
}
.elshort_stamp svg {
    width:100%;
}
.elshort_stamp svg .st1{fill:#3EAFAA;}
.elshort_stamp svg .st0{opacity:0.5;}
.elshort_info {
    position:relative;
    position:sticky;
    top:0;
    z-index:99;
    background-color:#fff;
}
.elshort_info::before {
    content:'';
    position:absolute;
    display:block;
    bottom:0;
    width:0;
    border-right:10px solid transparent;
    border-bottom:10px solid #eee;
}
.elshort_info::after {
    content:'';
    position:absolute;
    display:block;
    bottom:0;
    right:0;
    width:0;
    border-left:10px solid transparent;
    border-bottom:10px solid #eee;
}
.elshort_info ul { 
    position:relative;
    padding:0 15px 10px;
}
.elshort_info li {
    border-bottom:2px solid #eee;
}
.elshort_info li:last-child {
    padding-bottom:0;
    border-bottom:0;
}
.elshort_tit {
    position:relative;
    display:flex;
    align-items:flex-start;
    justify-content:center;
    flex-direction:column;
    height:52px;
    font-size:.9em;
}
.els_tit span {
    font-size:1.5em;
    font-weight:500;
    color:#3eafaa;
}
.els_opinfo {
    position:relative;
    padding:7px 0;
}
.els_opinfo .els__op {
    position:relative;
    display:flex;
    margin-bottom:6px;
    align-items:center;
    justify-content:space-between;
}
.els_opinfo .els__op .item_tag span {
    font-size:.9em;
    font-weight:400;
}
.els_opinfo .els__op .op_item {
   display:flex;
}
.els_opinfo .els__op .op_item.col2 {
    width:50%;
}
.els_opinfo .els__op:last-child {
    margin-bottom:0;
}
.els_opinfo .els__op .tit {
    position:relative;
    display:block;
    width:70px;
    padding:1px 0;
    margin-right:2px;
    text-align:center;
    background-color:#3eafaa;
    color:#fff;
}
.els_opinfo .els__op .cont {
    position:relative;
    display:block;
    padding:1px 5px;
}
.els_bt {
    position:relative;
    width:30px;
}
.els_bt a {
    position:relative;
    display:block;
    padding:0 3px;
    font-size:.9em;
    text-align:center;
    color:#888;
}
.els_bt.on a {
    color:#3eafaa;
}
.els_bt a span {
    position:relative;
    top:-2px;
}
.els_bt a svg {
    position:relative;
    top:2px;
    width:100%;
    fill:#888;
}
.els_bt.on a svg,
.els_bt a:hover svg {
    fill:#3eafaa;
}
.elshort_item_box {
    position:relative;
    background-color:#fff;
}
.elshort_item_box::before {
    content:'';
    position:absolute;
    display:block;
    top:0;
    width:0;
    border-right:10px solid transparent;
    border-top:10px solid #eee;
    z-index:1;
}
.elshort_item_box::after {
    content:'';
    position:absolute;
    display:block;
    top:0;
    right:0;
    width:0;
    border-left:10px solid transparent;
    border-top:10px solid #eee;
}
.elshort_price {
    display:flex;
    align-content:center;
    align-items:center;
    justify-content:space-between;
    padding:15px 15px;
    margin-bottom:10px;
    background-color:#222;
    font-weight:500;
    font-size:1.2em;
    color:#fff;
}
.elshort_price > .price span {
    font-size:1.4em;
    font-weight:700;
    letter-spacing:-.02em;
}
.elshort_item_list {
    position:relative;
    height:calc(100vh - 286px);
    height:auto;
    border-top:2px dashed #e2e2e2;
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
    -ms-overflow-style:-ms-autohiding-scrollbar;
}
.layer_pop__box.st2 .elshort_item_list {
    height:calc(100vh - 304px);
}
.layer_pop__box.st2 .elshort_item_list.est__height {
    height:calc(100vh - 217px);
}
.elshort_item_list ul {
    position:relative;
}
.elshort_item_list .head_tit {
    display:inline-block;
    margin:20px 20px 0;
    font-size:1.4em;
    font-weight:700;
    background-color:rgba(62,175,170,0.18)
}
.estlist_title_wrap ul li {
    position:relative;
    height:auto;
    margin:0 10px;
    padding:15px 10px;
    border-bottom:1px solid #eee;
}
.estlist_title_wrap ul li:last-child {
    border-bottom:2px dashed #e2e2e2;
}
.estlist_title_wrap ul li .item {
    position:relative;
}
.estlist_title_wrap ul li .item > .top {
    display:flex;
    align-content:center;
    align-items:center;
    justify-content:space-between;
}
.estlist_title_wrap ul li .item > .top .tit {
	flex-basis:65%;
    font-weight:600;
    font-size:1.15em;
}
.estlist_title_wrap ul li .item > .sub {
    position:relative;
    display:block;
    margin-top:1px;
    font-size:.85em;
    font-weight:500;
}
.estlist_title_wrap ul li .item > .sub span {
    position:relative;
    display:inline-block;
    padding:1px;
    margin-top:2px;
    margin-left:1px;
    border-radius:5px;
    background-color:#f2f2f2;
    color:#666;
    line-height:120%;
    word-break:break-word;
    overflow-wrap:break-word;
    white-space:pre-wrap;
}
.estlist_title_wrap ul li .item > .top .price {
    position:relative;
    flex-basis:35%;
    letter-spacing:-.04em;
    font-family:'Roboto Condensed', 'Pretendard', sans-serif;
    text-align:right;
}
.estlist_title_wrap ul li .item > .top .price span {
    font-size:1.4em;
    font-weight:600;
}
.elshort_tag {
    display:table-cell;
    height:66px;
    padding:5px 0;
    font-size:.9em;
    vertical-align:middle;
}
.elshort_tag div {
    position:relative;
    display:inline-block;
    padding:1px 4px;
    margin:2px;
    background:#eee;
    border-radius:10px;
}
/* 갑지 */
.estlist_title_wrap {
    position:relative;
}
.estlist_title_wrap::before {
    content:'';
    position:absolute;
    display:block;
    bottom:0;
    width:0;
    border-right:10px solid transparent;
    border-bottom:10px solid #eee;
}
.estlist_title_wrap::after {
    content:'';
    position:absolute;
    display:block;
    bottom:0;
    right:0;
    width:0;
    border-left:10px solid transparent;
    border-bottom:10px solid #eee;
}
/* 을지 */
.estlist_detail_wrap {
    position:relative;
}
.estlist_detail_wrap::before {
    content:'';
    position:absolute;
    display:block;
    top:0;
    width:0;
    border-right:10px solid transparent;
    border-top:10px solid #eee;
}
.estlist_detail_wrap::after {
    content:'';
    position:absolute;
    display:block;
    top:0;
    right:0;
    width:0;
    border-left:10px solid transparent;
    border-top:10px solid #eee;
}
.esl__detail {
    position:relative;
    margin:0 10px 10px;
    padding-top:10px;
    overflow:hidden;
}
.esl__detail ul li {
    position:relative;
    display:block;
    height:auto;
    padding:12px 10px;
    border-bottom:1px solid #eee;
}
.esl__detail ul li .rootCategory {
    display:flex;
    align-content:center;
    align-items:center;
    justify-content:space-between;
    margin-bottom:5px;
}
.rootCategory > .tit {
    font-weight:500;
    font-size:1.2em;
}
.rootCategory > .tit > span.number {
    position:relative;
    display:inline-block;
    top:-1px;
    width:18px;
    height:18px;
    margin-right:2px;
    border-radius:50px;
    background-color:#222;
    text-align:center;
    font-size:.86em;
    line-height:1.2;
    color:#fff;
}
.esl__detail ul li .subCategory {
    margin-top:3px;
}
.esl__detail ul li .subCategory .subCate_item {
    position:relative;
    display:flex;
    flex-direction:column;
    align-content:center;
    justify-content:space-between;
    word-break:break-all;
    font-size:1em;
}
.subCate_item .subcItem_tag span {
    position:relative;
    display:inline-block;
    padding:2px 4px;
    border:1px solid #3eafaa;
    font-size:9pt;
    line-height:120%;
    color:#3eafaa;
}
/* .subCate_item .subcItem_tag span.cate1::before {
    content:'▸';
    position:relative;
} */
.subCate_item .subcItem_tag span.cate2 {
    padding:2px 4px;
    border:1px solid #51c43b;
    color:#51c43b;
}
.subCate_item .subcItem_tit {
    position:relative;
    display:flex;
    flex-direction:row;
    align-content:center;
    align-items:flex-start;
    justify-content:space-between;
    margin:1px 0;
    font-size:1em;
}
.subCate_item .subcItem_tit .tit {
    flex-basis:75%;
    line-height:150%;
    font-weight:400;
}
.subCate_item .subcItem_tit .tit > .opt {
    padding:1px 2px;
    border:1px solid #3c91f4;
    color:#3c91f4;
    font-size:8pt;
}
.subCate_item .subcItem_tit .price {
    position:relative;
    flex-basis:25%;
    letter-spacing:0;
    font-family:'Roboto Condensed', 'Pretendard', sans-serif;
    font-size:1em;
    text-align:right;
}
.subCate_item .subcItem_tit .price span {
    font-size:1.05em;
}
.esl__detail table {
    width:800px;
    margin-top:20px;
    text-align:center;
}
ul.estlist__title.st2 li {
    margin:0;
}
/*-- 시공사례 --*/
#container.constructionReview {
    display:flex;
    flex-direction:column;
    margin-bottom:0;
}
.constReview_item {
    position:relative;
    margin:15px 0 40px;
    padding-bottom:20px;
    box-shadow:1px 6px 13px #eee;
}
.reviewinfo_box {
    position:relative;
    margin:5px 15px 0;
}
.reviewinfo_box a {
    position:relative;
    display:block;
}
.reviewTit {
    margin:7px 0 5px;
    font-size:1.3em;
}
.authorInfo {
    display:flex;
    align-content:center;
    align-items:center;
    margin-top:3px;
}
.authorIcon {
    display:flex;
    align-content:center;
    align-items:center;
    justify-content:center;
    width:22px;
    height:22px;
    margin-right:2px;
    background-color:rgba(200,200,200,.5);
    border-radius:100%;
    overflow:hidden;
}
.authorIcon img {
    position:relative;
    width:100%;
}
.authorIcon svg {
    position:relative;
    top:-1px;
    width:100%;
}
.authorName {
    margin-right:5px;
    font-size:1em;
}
.authorDate {
    color:#999;
}
.reviewinfo_box .reviewPrice {
    margin-top:10px;
    padding-top:7px;
    border-top:1px solid #eee;
    font-size:1.5em;
    font-weight:700;
}
.reviewinfo_box .reviewPrice span {
    margin-left:1px;
    font-size:.78em;
    font-weight:500;
}
.photo_box {
    position:relative;
    display:flex;
    align-content:center;
    align-items:center;
    margin:5px 0 10px 15px;
    border-radius:14px 0 0 14px;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
    -ms-overflow-style:-ms-autohiding-scrollbar;
    cursor:pointer;
}
.photo_box .imgItem {
    position:relative;
    height:140px;
    margin-right:2px;
}
.photo_box .imgItem:last-child {
    margin:0;
}
.photo_box .imgItem img {
    position:relative;
    width:auto;
    height:100%;
}
.constReview_detail {
    margin:0;
}
.constReviewTop {
    margin:0 15px;
    padding-top:40px;
}
.constReviewTop > .cate {
    font-size:.9em;
    text-align:center;
    color:#aaa;
}
.constReviewTop > .tit {
    margin:5px 0 10px;
    font-size:1.6em;
    text-align:center;
    font-weight:600;
}
.constReviewTop .authorInfo {
    padding-bottom:5px;
    justify-content:center;
}
.constructioninfoBox {
    margin:20px 0 30px;
}
.constructioninfoBox ul {
    position:relative;
    display:grid;
    grid-template-columns:.65fr 1fr;
    padding:10px;
    border-radius:10px;
    border:1px solid #e4e4e4;
    background-color:#fafafa;
}
.constructioninfoBox ul li {
    position:relative;
    height:30px;
    line-height:30px;
}
.constructioninfoBox li:nth-child(5) {
    grid-column:span 2;
}
.constructioninfoBox .infoBox_item {
    position:relative;
    display:flex;
    align-content:center;
    align-items:center;
}
.constructioninfoBox .infoBox_item > .ico {
    display:flex;
    align-content:center;
    align-items:center;
    justify-content:center;
    width:20px;
    margin-right:3px;
}
.constructioninfoBox .infoBox_item > .ico svg {
    width:100%;
}
.constructioninfoBox .infoBox_item > .txt {
    flex:1;
}
.constReviewContent {
    position:relative;
    margin:20px 0;
    padding-bottom:20px;
    border-bottom:1px solid #eee;
}
.cr__tab {
    position:-webkit-sticky;
    position:sticky;
    display:flex;
    align-content:center;
    align-items:center;
    justify-content:center;
    top:0;
    z-index:1;
}
.cr__tab.sticky {
    left:0;
}
#gotoTop {
    position:fixed;
    display:none;
    bottom:100px;
    right:10px;
    width:50px;
    background-color:transparent;
    cursor:pointer;
    z-index:9;
}
#gotoTop img {
    display:inline-block;
    width:100%;
    max-width:100%;
}
.cr__tab li {
    display:flex;
    width:50%;
    height:40px;
    align-items:center;
    justify-content:center;
    background-color:#f2f2f2;
    line-height:40px;
    border-bottom:1px solid #f2f2f2;
}
.cr__tab li.act {
    background-color:#3eafaa;
    color:#fff;
}
.cr__tab .tab_item__name {
    width:100%;
    text-align:center;
    cursor:pointer;
}
.cr__tabpane {
    position:relative;
    margin:10px 10px 0;
}
.cr__tabpane .tab-pane {
    min-height:100px;
    background-color:transparent;
}
.reviewContent_wrap {
    position:relative;
    width:100%;
}
.reviewContent_wrap .soon {
    height:100%;
}
.reviewContent_wrap .soon .soon_box {
    margin-top:50px;
}
.reviewContent_wrap iframe {
    width:100%;
    height:100%;
}
.paragraphItem {
    position:relative;
    display:block;
}
.paragraphItem_txt {
    padding:10px 0;
    margin:5px 0;
    font-size:1.1em;
    word-break:break-word;
    overflow-wrap:break-word;
    white-space:pre-line;
    line-height:140%;
}
.paragraphItem_txt.h1,
.paragraphItem_txt.h3 {
    padding:1px 0;
}
.paragraphItem_txt.h1 {
    margin-top:0;
    font-size:1.7em;
    font-weight:700;
    color:#3eafaa;
}
.paragraphItem_txt.h3 {
    margin-bottom:0;
    font-size:.95em;
}
.paragraphItem_img {
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    gap:0 1px;
    padding:1px 0;
}
.paragraphItem_img.row {
    flex-direction:row;
    margin:0;
}
.paragraphItem_img.row .img {
    display:flex;
    align-content:center;
    align-items:center;
    flex:1;
}
.paragraphItem_img.row2 {
    width:auto;
    flex-direction:row;
}
.paragraphItem_img.row2 .img:nth-child(1) {
    width:31%;
}
.paragraphItem_img.row2 .img:nth-child(2) {
    width:70%;
}
.paragraphItem_img img {
    width:100%;
}
.lineBlock.horizontal {
    position:relative;
    width:100%;
    margin-bottom:29px;
    padding-bottom:30px;
    border-bottom:1px solid #e7e7e7;
}
.constReviewContent .topNote {
    position:relative;
    display:block;
    padding:30px 0;
    font-size:1.6em;
    font-weight:800;
    text-align:center;
    letter-spacing:0;
}
.reviewContent_est {
    position:relative;
}
.reviewContent_est.off {
    display:none;
}
.reviewContent_est .elshort_item_box {
    padding-bottom:15px;
}
.reviewContent_est .elshort_item_list {
    height:auto;
}
.reviewContent_est .elshort_item_list ul li .item > .sub span {
    background-color:transparent;
}
.reviewContent_est .elshort_item_box::before,
.reviewContent_est .elshort_item_box::after,
.reviewContent_est .estlist_title_wrap::before,
.reviewContent_est .estlist_title_wrap::after {
    border:0;
}
.reviewContent_est .estlist__title .rootCategory {
    display:flex;
    justify-content:space-between;
    margin-bottom:3px;
}
.reviewContent_est .estlist__title .rootCategory > .tit {
    display:flex;
    align-items:center;
    gap:0 4px;
}
.reviewContent_est .estlist__title .rootCategory .estCate_ico {
    display:flex;
    align-items:center;
    justify-content:center;
    width:26px;
}
.reviewContent_est .estlist__title .rootCategory .estCate_ico svg {
    width:100%;
}
.reviewContent_est .estlist__title .rootCategory .price {
    font-size:.95em;
}
.reviewContent_est .estlist__title .rootCategory .price span {
    font-weight:600;
    font-size:1.4em;
}
.reviewContent_est .estlist__title .subCate_item .subcItem_tit {
    flex-direction:column;
}
.reviewContent_est .estlist__title .subCate_item .subcItem_tit .tit:before {
    content:'▸';
    position:relative;
}
.guideTxt {
    position:sticky;
    position:-webkit-sticky;
    bottom:56px;
    width:100%;
    padding:10px;
    margin-top:20px;
    background-color:#e3faf9;
    border-top:1px solid #3eafaa;
    font-size:.85em;
}
.constReviewBtn {
    position:sticky;
    position:-webkit-sticky;
    bottom:10px;
    width:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
}
.constReviewBtn button {
    position:relative;
    width:auto;
    font-weight:500;
    font-size:.9em;
    letter-spacing:-.05em;
    background-color:transparent;
    color:#777;
}
.constReviewBtn button .btninner {
    padding-bottom:3px;
    border-bottom:1px solid transparent;
}
.constReviewBtn button:hover .btninner,
.constReviewBtn button:hover .btninner .ico_arrow {
    border-color:#3eafaa;
    color:#3eafaa;
}
.constReviewBtn .btninner .ico_arrow {
    top:-1px;
    padding:3px;
    border-width:0 1px 1px 0;
    border-color:#777;
}
.constReviewBtn > .btnest {
    width:100%;
    height:46px;
    font-size:1.03em;
    line-height:46px;
    font-weight:600;
    background-color:#3eafaa;
    color:#fff;
}
.constReviewBtn > .btnest:active, 
.constReviewBtn > .btnest:hover {
    opacity:.8;
}
.constReviewBtn > .txt {
    display:flex;
    align-items:center;
    justify-content:center;
    gap:0 5px;
    width:100%;
    padding:5px;
    background-color:#1a3b5b;
    color:#fff;
    font-size:1em;
}
.constReviewBtn > .txt a {
    display:flex;
    align-items:center;
    justify-content:center;
    width:18px;
}
.constReviewBtn > .txt a svg {
    width:100%;
    fill:#fff;
}
/*-- 후기 --*/
.review_item::after {
    content:'';
    position:relative;
    display:block;
    padding-bottom:20px;
    /* border-bottom:1px solid #eee; */
}
.ritem_wrap {
    padding:0 10px;
}
.ritem_tit {
    display:flex;
    width:100%;
    padding:10px 0;
    justify-content:space-between;
}
.ritem_tit .r_info {
    position:relative;
    padding:10px 5px;
}
.ritem_tit .r_name {
    display:block;
    padding-bottom:3px;
    font-size:1.17em;
    font-weight:700;
    color:#000;
}
.ritem_tit .r_name div {
    display:inline-block;
}
.ritem_tit .r_name div.by {
    position:relative;
    width:12px;
    height:12px;
    margin:0 3px;
    overflow:hidden;
}
.ritem_tit .r_name div.by .ico_by {
    position:relative;
    display:block;
    width:100%;
    height:100%;
    background:url(../img/103-delete.svg) no-repeat;
    background-position:center;
}
.ritem_tit .r_option span {
    position:relative;
    display:inline-block;
    padding:2px 5px;
    margin-top:2px;
    margin-right:2px;
    border-radius:0.4em;
    letter-spacing:-.03em;
    background-color:#f2f2f2;
    color:#666;
    line-height:1.3;
    font-size:.9em;
}
.ritem_tit .r_option span::before {
    position:relative;
    margin-right:1px;
    font-size:1em;
    font-weight:700;
    color:#666;
}
.r_score {
    position:relative;
    width:100px;
}
.r_score .rs_number {
    position:relative;
    margin-top:-5px;
    font-size:1.6em;
    font-weight:500;
    color:#aaa;
    text-align:center;
}
.r_score .rs_number .tpoint {
    font-size:1.6em;
    font-weight:800; 
    color:#3eafaa;
    letter-spacing:-.03em;
}
.r_score .rs_number .tpoint::after {
    content:"/";
    position:relative;
    top:-3px;
    margin-left:7px;
    margin-right:5px;
    font-size:.45em;
    color:#aaa;
    font-weight:300;
}
.r_score .rs_tbox {
    position:relative;
    font-size:.9em;
    text-align:center;
}
.r_score .rs_tbox .rstxt {
    display:inline-block;
    padding:1px 10px;
    background:#3eafaa;
    color:#fff;
    cursor:pointer;
}
.ritem_text {
    padding:5px;
}
.ritem_text .r_text {
    display:block;
    padding:12px 15px;
    background:#f7f7f7;
    border-radius:15px;
    font-size:.95em;
}
.review_photo {
    position:relative;
    display:grid;
    grid-template-columns:repeat(4, 1fr);
    grid-gap:5px;
    margin:5px;
    cursor:pointer;
}
.rp_images {
    position:relative;
    width:100%;
    padding-bottom:100%;
    background-color:#f5f5f5;
    border-radius:7px;
    overflow:hidden;
}
.rp_images:last-child {
    margin-right:0;
}
.rp_img::after {
    content:"";
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:rgba(0,0,0,.02);
}
.rp_images > .rp_img > .img {
    position:absolute;
    top:50%;
    left:50%;
    width:148%;
    height:100%;
    transform:translate(-50%,-50%);
    transition:.3s;
    object-fit:cover;
}
/* 팝업 견적서 요약정보 */
.pop__estimate {
    margin:20px 15px 0;
    padding:10px 0 0;
    border-top:1px solid #eee;
}
.pop__estimate > .tit {
    margin:5px 0 10px;
    font-size:1.2em;
    text-align:center;
    font-weight:600;
}
.pop_est__infoBox {
    margin:0;
}
.pop_est__infoBox {
    margin:0;
}
.pop_est__infoBox ul {
    position:relative;
    display:grid;
    grid-template-columns:1.5fr 1fr 1fr;
    padding:10px;
    border-radius:10px;
    border:1px solid #e4e4e4;
    background-color:#fafafa;
}
.pop_est__infoBox ul li {
    position:relative;
    height:30px;
    line-height:30px;
}
.pop_est__infoBox li:nth-child(5) {
    grid-column:span 2;
}
.pop_est__infoBox .infoBox_item {
    position:relative;
    display:flex;
    align-content:center;
    align-items:center;
}
.pop_est__infoBox .infoBox_item > .ico {
    display:flex;
    align-content:center;
    align-items:center;
    justify-content:center;
    width:20px;
    margin-right:3px;
}
.pop_est__infoBox .infoBox_item > .ico svg {
    display:inline-block;
    width:100%;
}
.pop_est__infoBox .infoBox_item > .txt {
    flex:1;
}
/* 빠른견적 */
.estimate_tab ul.etab1 li.add:before {
    content:'';
    display:block;
    width:6px;
    height:6px;
    margin-right:2px;
    background-color:#FA4747;
    border-radius:100%;
}
.estimate_tab ul.etab1 li.add:hover:before,
.estimate_tab ul.etab1 li.add.act:before {
    background-color:#eee;
}
.estimate_price .catePrice {
    display:flex;
    align-content:center;
    align-items:center;
    justify-content:space-between;
    height:36px;
    padding:3px;
    letter-spacing:-.03em;
    font-size:1.4em;
    font-weight:600;
    background-color:#444;
}
.estimate_price .catePrice .txt {
    font-size:.7em;
    font-weight:400;
}
.estimate_price .catePrice .price_cate {
    display:flex;
    align-items:center;
    justify-content:center;
    gap:0 5px;
    cursor:pointer;
}
.estimate_price .catePrice .price_cate > span {
    color:#ccc;
}
.estimate_price .catePrice .price_cate .ico {
    width:20px;
    cursor:pointer;
}
.estimate_price .catePrice .txt .ico svg {
    width:100%;
    fill:#fff;
}
.estimateQuickArea {
    position:relative;
}
.estimateQuickArea .tab-pane.act {
    position:relative;
    height:calc(100vh - 282px);
    overflow-x:hidden;
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
    -ms-overflow-style:-ms-autohiding-scrollbar;
    padding-bottom:40px;
    background-color:#fff;
}
.quickItemBox {
    position:relative;
    display:block;
    font-size:1em;
}
.quickItemBox .est_select {
    top:auto;
    right:5px;
    bottom:10px;
}
.quickItemBox > .inner {
    padding:10px;
}
.quickItemBox > .inner.on {
    border-color:#FA4747;
}
.quickItemBox .inner > .tit {
    display:flex;
    align-content:center;
    align-items:center;
    gap:0 5px;
    font-size:1.2em;
    font-weight:700;
}
.quickItemBox .inner > .tit .txt {
    display:inline-block;
    padding:1px 3px;
    border-radius:5px;
    background-color:#cbf8f8;
}
.quickItemBox .inner > .tit .ico {
    display:block;
    width:10px;
    height:10px;
    background-color:#f7f7f7;
    border-radius:100%;
}
.quickItemBox.on .inner > .tit .ico {
    background-color:#FA4747;
}
.quickItemWrap {
    height:auto;
    overflow:hidden;
    padding:10px 0;
}
:root .quickItemWrap {
    --swiper-navigation-size:30px;
}
.quickItemWrap .quickItems {
    position:relative;
    display:flex;
    flex-direction:column;
    box-shadow:0px 2px 10px 0 rgba(0,0,0,.1);
    overflow:hidden;
}
.quickItemWrap .swiper-button-next,
.quickItemWrap .swiper-button-prev {
    width:30px;
    opacity:1;
    color:#3eafaa;
}
.quickItemWrap .swiper-button-next {right:10px;}
.quickItemWrap .swiper-button-prev {left:10px;}
.quickItemWrap .swiper-button-next.swiper-button-disabled,
.quickItemWrap .swiper-button-prev.swiper-button-disabled {
    opacity:0;
}
.quickItemWrap .swiper-button-next:after {
    content:'';
    width:30px;
    height:30px;
    background-image:url(./../img/button-next.png);
}
.quickItemWrap .swiper-button-prev:after {
    content:'';
    width:30px;
    height:30px;
    background-image:url(./../img/button-prev.png);
}
.quickItemWrap .qItemBox {
    position:relative;
    display:block;
    overflow:hidden;
    text-align:left;
    cursor:pointer;
}
.quickItemWrap .qItemBox img {
    width:100%;
    height:140px;
    object-fit:cover;
}
.quickItemWrap .quickItemSlide {
    display:flex;
    align-items:flex-start;
    justify-content:flex-start;
    height:auto;
}
.quickItemWrap .quickItemSlide > .swiper-slide {
    flex-basis:140px;
    margin-right:15px;
    border-radius:8px;
}
.quickItemWrap .quickItemSlide > .swiper-slide:last-child {
    margin-right:0;
}
.qItemBox .qItemBoxImg {
    display:flex;
    align-items:flex-start;
    justify-content:flex-start;
    border-radius:8px;
}
.qItemBox .qItemBoxImg {
    width:140px;
    height:140px;
    border-radius:8px;
}
.qItemBox .qItemBoxSlide .swiper-slide:last-child {
    margin-right:0;
}
.quickItems h2 {
    position:relative;
    width:100%;
    text-align:left;
    font-size:.80em;
}
.qItemDate {
    position:relative;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    width:100%;
    padding:15px 7px 15px 8px;
    font-size:.8em;
    text-align:left;
    cursor:pointer;
}
.qItemDate_tit {
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden;
    text-overflow:ellipsis;
    font-size:1em;
    line-height:1.3;
    word-wrap:break-word;
    word-break:break-word;
    min-height:56px;
}
.ditem_tag {
    font-weight:600;
}
.qItemDate_price {
    padding-top:5px;
}
.qItemDate_price .price {
    font-size:1.15em;
    font-weight:600;
    font-family:'Pretendard', 'Apple SD Gothic Neo', sans-serif;
}
.qItemDate_count {
    padding-top:5px;
}
.qItemDate_count .numberInput .pmico {
    width:25px;
}
.qItemDate_count .numberInput .pmico.mm:before {
    top:12px;
    left:6px;
    width:12px;
}
.qItemDate_count .numberInput .pmico.pp:before,
.qItemDate_count .numberInput .pmico.pp:after {
    top:6px;
    left:11px;
    height:12px;
}
.qItemDate_count .numberInput .number {
    width:34px;
    font-size:1.7em;
    line-height:1.4;
}
.estimate_view_wrap.detail .elshort_item_list {
    height:calc(100vh - 286px);
}
.estimate_view_wrap.quick {
    height:calc(100vh - 106px);
}
.estimate_view_wrap.quick .elshort_item_list {
    height:calc(100vh - 277px);
}
.estimate_view_wrap.quick .elshort_item_list.est__height {
    height:calc(100vh - 217px);
}
.estimate_view_wrap.quick .q_estlist {
    margin-top:7px;
    margin-bottom:15px;
}
.q_estlist > P {
    margin-left:5px;
    font-size:1.05em;
    font-weight:600;
    color:#777;
}
.q_estlist > P::before {
    content:'';
    position:relative;
    display:inline-block;
    top:-3px;
    width:6px;
    height:6px;
    margin-right:4px;
    border-radius:100%;
    background-color:#777;
}
.estimate_view_wrap.quick .q_estlist ul li {
    padding:7px 0 5px;
}
.estimate_view_wrap.quick .subCategory {
    margin-top:0;
    margin-left:20px;
}
.estimate_view_wrap.quick .subCategory .subcItem_tit::before {
    content:'';
    position:relative;
    top:7px;
    width:3px;
    height:2px;
    margin-right:3px;
    background-color:#555;
}
.estimate_view_wrap.quick .subCate_item .subcItem_tit .tit {
    flex-basis:72%;
}
.estimate_view_wrap.quick .subCate_item .subcItem_tit .price {
    flex-basis:28%;
}
.estimate_view_wrap.quick .accordion .title {
    padding:1px;
}
.estimate_view_wrap.quick .accordion .title:after,
.estimate_view_wrap.quick .accordion .title:before {
    top:12px;
    left:10px;
    height:10px;
    background-color:#aaa;
}
.estimate_view_wrap.quick .accordion .rootCategory.option {
    border:0;
}
.estimate_view_wrap.quick .accordion .rootCategory.option .tit {
    padding-left:21px;
    text-align:left;
    word-wrap:break-word;
    word-break:break-word;
}
.estimate_view_wrap.quick .accordion .rootCategory.option .price {
    font-size:1.05em;
}
.estimate_view_wrap.quick .subCate_item .subcItem_tit .price span {
    font-size:1em;
}
/* 원클릭견적 */
.estimateOneClickArea {
    position:relative;
    height:calc(100vh - 46px);
}
.estOneClickContainer {
    height:calc(100vh - 84px);
    padding:10px 0 10px 20px;
    overflow-y:auto;
}
.estOneClickContainer .constReview_item {
    border-top:2px solid #fff;
    border-left:2px solid #fff;
    border-bottom:2px solid #fff;
}
.estOneClickContainer .constReview_item.on {
    border-color:#3eafaa;
}
.estOneClickContainer .constReview_item .photo_box {
    margin-top:10px;
}
/*견적서 의뢰 정보*/
#container.estimateRequestInfo {
    position:relative;
    flex:auto;
    height:calc(100vh - 146px);
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
    -ms-overflow-style:-ms-autohiding-scrollbar;
    padding:10px;
    margin-bottom:0;
}
.estimateRequestInfo .requestInfotxt {
    margin:5px;
    padding:0 0 0 15px;
    background-color:#fff0f0;
}
.estimateRequestInfo .requestInfotxt ul {
    padding:10px;
}
.estimateRequestInfo .requestInfotxt ul li {
    margin-bottom:5px;
    list-style:disc;
    font-size:.95em;
    color:#222;
}
.estimateRequestInfo .requestInfotxt ul li::marker {
    font-size:1.2em;
    color:#f46463;
}
.estimateRequestInfo .esttitWrap {
    display:flex;
    align-items:center;
}
.estimateRequestInfo .esttitWrap input.required {
    border-bottom:0;
    border-color:#e9a8a8;
    box-shadow:0 5px 5px -5px #e9a8a8;
}
.estimateRequestInfo .esttitWrap span.required.st2 {
    position:relative;
    display:none;
    top:2px;
    font-size:1.05em;
    color:#f46463;
    top:1px;
    padding-right:2px;
    font-weight:700;
    font-size:1.2em;
}
.estimateRequestInfo .esttitWrap span.required.st2.on {
    display:inline-block;
}
.estimateRequestInfo .esttit {
    position:relative;
    display:block;
    width:100%;
    padding:5px 2px;
    margin:10px 0 20px;
    border-bottom:2px solid #3eafaa;
    font-size:1.5em;
    font-weight:500;
}
.estimateRequestInfo article h2 {
    font-size:1.1em;
    margin-bottom:10px;
}
.estimateRequestInfo article {
    padding-bottom:20px;
}
.estimateRequestInfo article.infoconstMemo {
    padding-bottom:20vh;
}
.estimateRequestInfo article .infoBox {
    flex:1;
    margin:5px 5px 10px;
}
.estimateRequestInfo article .infoBox.row {
    display:flex;
    align-content:center;
    align-items:center;
    justify-content:space-between;
    margin:0;
}
.estimateRequestInfo article .infoBox input {
    font-size:.9em;
}
.estimateRequestInfo article .infoBox > .tit {
    margin-bottom:3px;
    font-size:1em;
    font-weight:400;
}
.estimateRequestInfo article .infoBox > .tit span.required {
    position:relative;
    top:2px;
    font-size:1.05em;
    color:#f46463;
}
.estimateRequestInfo article .infoBox .item input.required {
    border-color:#e9a8a8;
    box-shadow:0 0 5px #e9a8a8;
}
.estimateRequestInfo article .infoBox > .tit span.required.st2 {
    display:none;
    top:1px;
    padding-right:2px;
    font-weight:700;
    font-size:1.2em;
}
.estimateRequestInfo article .infoBox > .tit span.required.st2.on {
    display:inline-block;
}
.estimateRequestInfo article .infoBox > .item {
    position:relative;
    display:flex;
    align-content:center;
    align-items:center;
    justify-content:space-between;
    gap:0 3px;
}
.estimateRequestInfo article .infoBox > .item .select {
    margin-bottom:0;
}
.estimateRequestInfo article .infoBox > .item .select select {
    height:32px;
    padding:2px 5px;
    border-radius:5px;
    background:#fff;
    border:1px solid #eee;
}
.estimateRequestInfo article .infoBox > .item .select .select__arrow {
    top:12px;
}
.estimateRequestInfo article .infoBox > .item .select select:checked {
    border:1px solid #3eafaa;
    background:#f9fbfb;
}
.estimateRequestInfo article .infoBox > .item label {
    flex-grow:1;
}
.estimateRequestInfo article .infoBox > .item label input {
    position:absolute;
}
.estimateRequestInfo article .infoBox > .item .itemChk {
    position:relative;
    display:flex;
    align-content:center;
    align-items:center;
    flex:1;
}
.estimateRequestInfo article .infoBox > .item .itemChk span {
    width:100%;
    padding:5px 0;
    background-color:#eee;
    border-radius:5px;
    font-size:.9em;
    cursor:pointer;
    text-align:center;
}
.estimateRequestInfo article .infoBox > .item .itemChk.on span {
    background-color:#3eafaa;
    color:#fff;
}
/*주소 인풋*/
article.infoDefault .infoBox input[type="text"],
article.infoDefault .infoBox input[type="date"],
article.infoDefault .infoBox input[type="number"],
article.infoDefault .infoBox input[type="tel"] {
    width:100%;
    height:32px;
    padding:2px 5px;
    border-radius:5px;
    border:1px solid #eee;
    background-color:#fff;
}
.estimateRequestInfo article .infoBox > .input__adr {
    flex-wrap:wrap;
    gap:0;
}
.estimateRequestInfo article .infoBox > .input__adr div[class^=adr] {
    display:flex;
    align-items:center;
    width:auto;
    height:32px;
    padding:2px 5px;
    border-radius:5px 0 0 0;
    border:1px solid #eee;
    font-size:.9em;
}
.estimateRequestInfo article .infoBox > .input__adr div.adr1 {
    width:20%;
}
.estimateRequestInfo article .infoBox > .input__adr div.adr2 {
    width:60%;
    border-radius:0;
    border-left:0;
}
.estimateRequestInfo article .infoBox > .input__adr input {
    width:100%;
    border-top:0;
    border-radius:0 0 5px 5px;
}
.estimateRequestInfo article .infoBox > .input__adr button {
    width:20%;
    height:32px;
    border-radius:0 5px 0 0;
    background-color:#eee;
    color:#222;
}
.estimateRequestInfo article .infoBox > .input__adr button:active {
    background-color:#3eafaa;
    color:#fff;
}
.requestInfoBtn {
    position:fixed;
    display:flex;
    align-content:center;
    align-items:center;
    text-align:center;
    overflow:hidden;
    bottom:0;
    height:auto;
    width:100%;
    max-width:768px;
    background-color:#fff;
    border-radius:7px 7px 0 0;
    box-shadow:0 0 20px rgba(0, 0, 0, 0.3);
}
.requestInfoBtn button,
.white_content .requestInfoBtn button {
    position:relative;
    width:100%;
    height:60px;
    margin:20px;
    background:#3eafaa;
    color:#fff;
    border-radius:7px;
    font-size:1.3em;
    font-weight:500;
    cursor:pointer;
}
.requestInfoBtn button:focus,
.white_content .requestInfoBtn button:focus {
    background:#3eafaa;

    color:#fff;
}
.infoconstMemo textarea {
    width:100%;
    min-height:100px;
    padding:5px;
    border:1px solid #eee;
    font-size:.95em;
}
/* Member */
header.login {
    background:#3eafaa;
    position:relative;
    border:0;
}
.ds_finfo.login {
    position:relative;
    margin-bottom:20px;
}
#container.login {
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    height:100%;
    top:-12px;
    padding-top:50px;
    margin:0;
    border-radius:15px 15px 0 0;
    background-color:#fff;
}
#container.login.partner {
    margin:0;
    padding:0px;
    border-radius:0;
}
.longin_top {
    position:relative;
    display:block;
}
.longin_top .bg {
    position:relative;
    display:block;
    opacity:.2;
    padding:20px 5px 0px;
}
.longin_top .bg svg {
    display:block;
    width:70%;
    max-width:380px;
    fill:#fff;
}
.longin_top .txt {
    position:absolute;
    display:block;
    top:50%;
    left:50%;
    width:100%;
    transform:translate(-50%, -50%);
    font-size:2em;
    line-height:120%;
    font-family:'GmarketSansMedium';
    text-align:center;
    color:#fff;
}
.login_box .login_btn_box {
    position:relative;
    width:270px;
    margin:0 auto;
}
.login_box .login_btn_box li {
    margin-bottom:10px;
}
.login_box .login_btn_box [class^=lbtn_] {
    display:flex;
    width:100%;
    height:50px;
    line-height:50px;
    border-radius:12px;
    border:0;
    background:#eee;
    justify-content:center;
    align-items:center;
    -webkit-appearance:none;
    text-align:center;
    color:#222;
}
.login_box .login_btn_box .lbtn_kakao {
    background:#ffcd00;
}
.login_box .login_btn_box .lbtn_naver {
    background:#03cf5d;
    color:#fff;
}
.login_box .login_btn_box .lbtn_apple {
    background:#000000;
    color:#fff;
}
.login_box .login_btn_box svg {
    width:18px;
}
.login_box .login_btn_box .lbtn_kakao svg {
    fill:#3C1F1E;
}
.login_box .login_btn_box .lbtn_naver svg {
    width:12px;
    fill:#fff;
}
.login_box .login_btn_box .lbtn_apple svg {
    width:14px;
    fill:#fff;
}
.login_box .login_btn_box .brand_name {
    width:50%;
    font-size:1.3em;
}
.login_box .login_btn_box .brand_name span {
    font-weight:700;
}
.login_box .login_btn_box i {
    position:relative;
    display:inline-block;
    width:30px;
    height:30px;
}
.members .ds_navbar {
    display:flex;
    height:60px;
    justify-content:left;
    align-items:center;
    border-bottom:2px solid #eee;
}
.members .ds_navbar .logo {
    position:relative;
    display:flex;
    align-content:center;
    justify-content:center;
    width:36px;
    margin-right:15px;
    cursor:pointer;
}
.members .title  {
    margin-bottom:0;
    text-transform:uppercase;
    margin-right:5px;
    color:#222;
    letter-spacing:0;
    line-height:normal;
    font-size:1.5em;
}
.members > footer {background-color:#fff;}
.members header .user_info {
    padding:0 15px;
}
.members header .user_info ul {
    margin:0;
}
.members header .user_info ul li {
    height:60px;
    border-bottom:1px solid #eee;
}
.members header .user_info ul li:last-child  {
    border-bottom:0;
}
.members header .user_info ul li.u_infologin {
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:center;    
    height:auto;
    min-height:80px;
    font-size:.93em;
    font-weight:400;
}
.members header .user_info ul li.u_infologin a {
    width:100%;
    padding-bottom:5px;
    font-size:1.3em;
    font-weight:600;
}
.members header .user_info ul li.u_infologin a span {
    top:-1px;
    margin-left:5px;
    padding:5px;
    border-color:#3eafaa;
}
.members header .user_info ul li.u_info_1,
.members header .user_info ul li.u_info_3 {
    display:flex;
    align-items:center;
    justify-content:space-between;
    font-size:1.1em;
}
.members header .user_info ul li.u_info_1 {
    line-height:55px;
}
.members #container {
    margin-bottom:0;
}
.members .u_info_1 .u_hello .u_name {
    color:#3eafaa;
    font-size:1.15em;
    font-weight:700;
}
.user_info ul .u_icon {
    display:flex;
    align-items:center;
    justify-content:center;
}
.u_info_1 .u_ico_img,
.u_info_3 .u_ico_img {
    width:30px;
    height:100%;
    margin-right:15px;
    overflow:hidden;
}
.u_info_1 .u_ico_img:last-child,
.u_info_3 .u_ico_img:last-child {
    margin-right:0;
}
.u_info_1 .u_ico_img button,
.u_info_3 .u_ico_img button {
    display:flex;
    align-items:center;
    justify-content:center;
    height:100%;
    background-color:transparent;
    cursor:pointer;
}
.user_info .u_ico_img svg {
    position:relative;
    width:100%;
    height:auto;
    fill:#bbb;
}
.u_info_1 .u_ico_img button:hover svg,
.u_info_1 .u_ico_img button.on svg,
.u_info_3 .u_ico_img button:hover svg,
.u_info_3 .u_ico_img button.on svg {
    fill:#3eafaa;
}
.members header .user_info ul li.u_info_2 {
    display:flex;
    justify-content:left;
    align-items:center;
    font-size:1.1em;
}
.u_idicon {
    margin-right:7px;
    overflow:hidden;
}
.u_idicon .u_ico_img {
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    width:30px;
    height:30px;
    padding:7px 0;
}
.u_idicon .u_ico_img svg {
    padding:6px;
}
.u_idicon .u_ico_img.naver {
    background:#03cf5d;
}
.u_idicon .u_ico_img.naver svg {
    padding:9px;
    fill:#fff;
}
.u_idicon .u_ico_img.kakao {
    background:#ffcd00;
}
.u_idicon .u_ico_img.kakao svg {
    fill:#3C1F1E;
}
.u_idicon .u_ico_img.google {
    background:#eee;
}
.u_idicon .u_ico_img.apple {
    background:#000;
}
.u_idicon .u_ico_img.apple svg {
    width:25px;
    fill:#fff;
}
.user_info ul .u_accountt {
    flex:1;
}
.u_accountt .u_idtxt {
    font-size:.8em;
    color:#999;
}
.u_accountt .u_idinfo {
    margin-top:-1px;
    font-weight:600;
    letter-spacing:-.03em;
}
.u_accountt .u_idemail {
    font-weight:600;
}
.u_loginBtn {
    display:flex;
    align-items:center;
    justify-content:center;
}
.u_loginBtn button {
    border-radius:5px;
    width:auto;
    padding:3px 5px;
    background-color:#3eafaa;
    color:#fff;
    font-size:.8em;
}
.u_name2 .u_name2txt {
    font-size:.8em;
    margin-left:5px;
    font-weight:400;
}
.u_name2 .u_name2txt input {
    height:24px;
    font-size:1.3em;
    font-weight:600;
    letter-spacing:-.03em;
}
.u_name2 .u_name2txt input:disabled {
    background-color:transparent;
}
.user_menu ul {
    margin-bottom:0;
    border-top:7px solid #eee;
    border-bottom:7px solid #eee;
}
.user_menu ul li {
    position:relative;
    display:block;
    height:60px;
    line-height:60px;
    padding:0 20px;
    border-bottom:1px solid #eee;
    cursor:pointer;
}
.user_menu ul li a {
    display:block;
    width:100%;
    height:100%;
    color:#222;
}
.user_menu ul li .user_menu_bt {
    display:flex;
    justify-content:space-between;
    align-items:baseline;
}
.user_menu ul li .u_btn .u_btns {
    position:relative;
    top:-1px;
    padding:4px 7px;
    border-radius:7px;
    text-align:center;
    background:#222;
    font-size:.8em;
    color:#fff;
    cursor:pointer;
}
.user_menu ul li .user_menu_bt .ico_arrow {
    top:-1px;
    margin-right:5px;
    padding:5px;
}
.signup_box {
    position:relative;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    padding:10px;
}
.signup_box_item {
    width:100%;
    padding:5px 0;
}
.signup_box_item span.required {
    font-size:.87em;
    color:#f46463;
}
.signup_box [class^=signup__] {
    position:relative;
    display:flex;
    align-items:flex-start;
    justify-content:center;
    border-bottom:1px solid #aaa;
    width:280px;
    margin:3px 0;
}
.signup_box [class^=signup__] input {
    width:100%;
    height:34px;
    line-height:34px;
}
.input__adr {
    position:relative;
    display:flex;
    flex:1;
    width:100%;
    align-items:center;
    justify-content:center;
}
.signup_box [class^=signup__] button {
    position:relative;
    display:block;
    width:50px;
    height:30px;
    background-color:#777;
    color:#fff;
    font-weight:600;
}
.login.partner .signup_box {
    left:150px;
    padding:40px;
    border-radius:7px;
    background-color:#fff;
    box-shadow:0 0 3px rgba(0, 0, 0, 0.3);
}
.signup_box > .alert {
    display:block;
    width:100%;
    margin:7px 0 0;
    background-color:#f46463;
    color:#fff;
    font-weight:500;
}
.signup_box > .alert strong {
    padding:4px 10px;
    background-color:#b82b26;
}
.signup_box > .alert .danger {
    padding:7px 10px;
}
.loginp_box_item {
    position:relative;
    display:flex;
    align-items:flex-start;
    justify-content:flex-start;
    width:280px;
    margin:3px 0;
    padding-top:10px;
}
.loginp__input {
    width:auto;
    height:auto;
}
.loginp__input input{
    top:-1px;
}
.btn__box {
    position:relative;
    display:block;
    width:100%;
    height:50px;
    margin-top:15px;
}
.btn__box input[type="submit"] {
    width:100%;
    height:100%;
    background-color:#3eafaa;
    color:#fff;
    font-size:1.2em;
    cursor:pointer;
}
/* 회원탈퇴 */
.wdl_wrap {
    padding:10px 15px;
}
.wdl_wrap h1 {
    padding:20px 0;
    font-size:1.7em;
}
.wdl_box {
    margin-bottom:20px;
}
.wdl_box > p {
    padding-bottom:10px;
    font-size:1.3em;
    font-weight:600;
    color:#555550;
}
.wdl_box > p.required {
    color:#f46463;
}
.wdl_box > p > span {
    font-size:.8em;
}
.wdl_box .wdl_chk {
    padding:20px;
    border:1px solid #dbdbdb;
    border-radius:7px;
}
.wdl_chk > ul li {
    padding:10px 0;
    font-size:1.1em;
    cursor:pointer;
}
.wdl_chk > ul li > p {
    margin-left:25px;
}
.wdl_chk .checkbox.on:after,
.wdl_chk .checkbox:checked:after {
    background-color:#3eafaa;
    border-radius:6px;
}
.wdl_chk .checkbox.on:before,
.wdl_chk .checkbox:checked:before {
    top:1px;
    left:2px;
    border-color:#fff;
}
.wdl_box textarea {
    width:100%;
    height:150px;
    min-height:150px;
    padding:20px 10px;
    border:1px solid #dbdbdb;
    border-radius:7px;
    overflow:hidden;
    overflow-wrap:break-word;
    resize:none;
}
.wdl_btn button {
    padding:15px 40px;
    border-radius:7px;
    font-weight:700;
    font-size:1.2em;
    background-color:#d7d7d7;
    color:#fff;
}
.wdl_btn button.wdlno {
    background-color:#3eafaa;
}
/* 이용약관 */
.policyTitle {
    margin:5px 0;
    font-weight:500;
    font-size:1.05em;
}
.policycheckbox {
    display:flex;
    align-content:center;
    align-items:center;
    justify-content:space-between;
    margin:5px 0 7px;
}
.policycheckbox .checklabel {
    margin-right:3px;
    color:#3eafaa;
    text-decoration:underline;
}
.policycheckbox span.required {
    font-size:.82em;
    color:#777;
}
.policycheckbox .checkbox {
    top:-.5rem;
    margin:0;
}
.policycheckbox .checkbox:after,
.policycheckbox .checkbox:before {
    left:auto;
    right:0;
}
.policy_box {
    padding:10px;
    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
    margin-bottom:30px;
}
.policy_box .policyTit {
    padding:10px 0;
    letter-spacing:-.03em;
}
.policy_box .policyTxt {
    padding:20px 10px;
    line-height:140%;
}
.policyTxt .tit1 {
    margin:0;
    font-size:1.2em;
    text-align:left;
}
.policyTxt p {
    padding:10px 0 5px;
    font-size:1.07em;
    text-align:left;
    line-height:140%;
    color:#666;
}
.list_1depth {
    padding-top:10px;
    padding-left:15px;
}
.list_1depth li {
    padding-left:2px;
    padding-bottom:10px;
    list-style:decimal;
    list-style-position:outside;
    font-size:1.07em;
}
.list_2depth {
    padding-top:5px;
    padding-left:18px;
}
.list_2depth li {
    padding-left:0;
    padding-bottom:5px;
    list-style:hangul-consonant;
    list-style-position:outside;
    font-size:.95em
}
.list_3depth {
    padding-top:3px;
    padding-left:16px;
}
.list_3depth li {
    list-style:disc;
    font-size:.95em;
}
/* 스토리 */
.story {
    background:#f5f5f5;
}
.story #container {
    margin-bottom:0;
    height:calc(100vh - 120px);
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
    -ms-overflow-style:-ms-autohiding-scrollbar; 
}
.story .ds_navbar {
    justify-content:space-between;
    overflow:visible;
    border-bottom:1px solid #eee;
}
.story .ds_navbar .btn_write {
    position:relative;
    width:30px;
    right:10px;
}
.story .ds_navbar .btn_write a {
    position:relative;
    display:block;
    padding:0 3px;
}
.story .ds_navbar .btn_write a svg {
    width:100%;
    fill:#222;
}
.story .ds_navbar .btn_write a:hover svg,
.story .ds_navbar .btn_write a:focus svg {
    fill:#3eafaa;
}
.story .ds_navbar .dropdown {
    margin-top:-3px;
}
.story .ds_navbar .story_tit {
    padding:0 10px;
    border:0;
    outline:0;
    font-size:1.2em;
    font-weight:600;
}
.story .ds_navbar .story_tit:focus,
.story .ds_navbar .story_tit:focus span {
    color:#3eafaa;
    border-color:#3eafaa;
}
.story .ds_navbar .story_tit span {
    top:-4px;
    margin-left:8px;
}
.dropdown-toggle.story_tit:focus span {
    top:-2px;
}
.ds_navbar .dropdown-menu li.act {
    display:none;
}
.story__item {
    position:relative;
    margin:20px 15px;
    padding:15px 10px;
    background:#fff;
    border-radius:7px;
    box-shadow:7px 7px 14px #dedede, -7px -7px 14px #fff;
}
.story__item a {
    position:relative;
    display:block;
    color:#222;
}
.story__item .si__info {
    display:flex;
    align-items:baseline;
    font-weight:500;
}
.story__item .sitem__tinfo .si__info > .name {
    font-size:1.05em;
}
.story__item .sitem__tinfo .si__info > .date {
    font-size:.8em;
    margin-left:3px;
    color:#aaa;
}
.story__item .sitem__content {
    padding:3px 0 10px;
}
.sitem__content .si__content {
    position:relative;
}
.sitem__content .si__content p {
    display:-webkit-box;
    display:block;
    overflow:hidden;
    -webkit-line-clamp:2; 
    -webkit-box-orient:vertical;
    font-size:.9em;
    height:3.1em;
}
.sitem__content .si__content p::after {
    content:'... 더보기';
    position:absolute;
    top:3.4em;
    left:0;
    font-size:.9em;
    font-weight:600;
    letter-spacing:-.03em;
    color:#aaa;
}
.sitem__content .si__photo {
    padding-top:10px;
    margin-top:20px;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
    -ms-overflow-style:-ms-autohiding-scrollbar; 
}
.si__photo .si__images {
    display:inline-flex;
    flex-wrap:nowrap;
    align-content:center;
    align-items:center;
    justify-content:space-between;
    -webkit-overflow-scrolling:touch;
    -ms-overflow-style:-ms-autohiding-scrollbar; 
}
/* 이미지1개 컨텐츠 */
.story__item .sitem__content.imgOne {
    display:flex;
    align-content:center;
}
.story__item .sitem__content.imgOne .si__content {
    flex:1;
}
.story__item .sitem__content.imgOne .si__photo {
    position:relative;
    width:100px;
    height:auto;
    padding-top:0;
    margin-top:0;
    padding-bottom:20%;
    margin-left:3px;
    overflow:hidden;
}
.si__photo img {
    position:absolute;
    top:50%;
    left:50%;
    width:105%;
    transform:translate(-50%,-50%);
    transition:.3s;
}
.si__photo .si__img {
    position:relative;
    width:130px;
    height:auto;
    padding-bottom:20%;
    margin-right:3px;
    overflow:hidden;
}
.si__photo .si__img:last-child {
    margin-right:0;
}
.story__item .sitem__card {
    display:flex;
    align-content:center;
    align-items:center;
}
.sitem__card .card_images {
    position:relative;
    width:100px;
    height:70px;
    border-radius:5px;
    overflow:hidden;
}
.card_images img {
    position:absolute;
    top:50%;
    left:50%;
    width:110%;
    transform:translate(-50%,-50%);
    transition:.3s;
}
.sitem__card .card_content {
    position:relative;
    flex:1;
    padding-left:7px;
}
.card_content .cc__tit {
    display:block;
    font-size:1em;
}
.card_content p {
    display:block;
    overflow:hidden;
    -webkit-line-clamp:2; 
    -webkit-box-orient:vertical;
    font-size:.9em;
    height:3.1em;
}
.card_content .cc__info {
    position:relative;
    display:flex;
    align-content:center;
    align-items:center;
    justify-content:space-between;
    
}
/* 게시판 읽기 */
.story .story_back {
    padding:20px;
}
.story .story_back i {
    top:2px;
    padding:7px;
    border-color:#222;
    border-width:0 2px 2px 0;
}
.story #container.story_v {
    background:#fff;
}
.story__item_v {
    position:relative;
    padding:20px;
}
.story__item_v .sv__title {
    margin:10px 0 7px;
    font-size:1.3em;
    text-align:center;
    word-break:keep-all;
}
.story__item_v .sv__info {
    display:flex;
    align-content:center;
    align-items:center;
    justify-content:center;
    margin-top:5px;
    font-size:.9em;
    color:#999;
}
.story__item_v .sv__info>.name {
    margin-right:3px;
    font-size:1.15em;
}
.sv__content {
    padding:20px 0;
}
.sv__content p {
    margin-bottom:8px;
    text-align:justify;
    font-size:1em;
}
.sv__content p.size0 {
    font-size:.85em;
}
.sv__content p.size1 {
    font-size:.9em;
}
.sv__content p.size2 {
    font-size:1.1em;
}
.sv__content p.size3 {
    font-size:1.27em;
}
.sv__content p.size4 {
    font-size:1.4em;
}
.sv__content p.style1 {
    padding:10px 0 11px;
    margin:25px 10% 26px;
    font-size:1.1em;
    font-weight:500;
    text-align:center;
    border-top:1px solid #222;
    border-bottom:1px solid #222;
    word-break:keep-all;
    letter-spacing:-.05em;
}
.sv__content p.style1.style2 {
    margin:25px 20% 26px;
    border-style:dashed;
    border-width:2px;
}
.sv__content p.style1.style3 {
    padding:19px 0 20px;
    margin:25px 16% 26px;
    border-width:2px;
}
.sv__content p.point1 {
    font-weight:700;
}
.sv__content img {
    width:100%;
}
.sv__content p.img_st2 {
    width:70%;
    margin:0 auto;
    margin-bottom:10px;
}
.sv__content p.center {
    text-align:center;
    word-break:keep-all;
}
.sv__content p.right {
    text-align:right;
}
.sv__content p.line1 {
    width:70px;
    margin:20px auto;
    border-top:1px solid #aaa;
}
.sv__content p.line2 {
    width:120px;
    margin:20px auto;
    border-top:1px dashed #aaa;
}
.sv__content p.line3 {
    width:120px;
    margin:20px auto;
    border-top:1px dashed #3eafaa;
}
.sv__content p.img1 {
    margin:1px;
    margin-bottom:8px;
    border:10px solid #fff;
    box-shadow:0 0 0 1px #ccc;
}
.sv__content p.img2 {
    width:80%;
}
/* 태그&공유 */
.si__btlist {
    display:flex;
    align-items:center;
    align-content:center;
    justify-content:center;
    margin-top:10px;
}
.si__btlist a {
    display:flex;
    align-items:center;
    align-content:center;
    justify-content:center;
    height:40px;
    width:200px;
    border:1px solid #999;
    color:#222;
    text-align:center;
}
.sitem__finfo {
    display:flex;
    align-items:center;
    align-content:center;
    justify-content:space-between;
    margin-top:10px;
    padding-top:12px;
    border-top:1px solid #eee;
}
.si__tag {
    font-size:.9em;
}
.si__tag span {
    position:relative;
    padding:1px 3px;
    margin-right:1px;
    border-radius:6px;
    font-size:.9em;
    font-weight:400;
    line-height:120%;
    background-color:#3eafaa;
    color:#fff;
}
.si__btn {
    display:flex;
    align-items:center;
    justify-content:center;
    margin-right:10px;
}
.si__btn .btn_sitem {
    position:relative;
    width:30px;
    margin-left:7px;
}
.si__btn a {
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:0 3px;
}
.si__btn a svg {
    width:100%;
    fill:#aaa;
}
.si__btn a:hover svg,
.si__btn a:focus svg,
.si__btn a.act svg {
    fill:#3eafaa;
}
/* BBS 게시판 */
.question_cont {
    padding:0 10px;
}
.qc_tit {
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
}
.qc_tit h1 {
    padding:20px 0;
}
.qc_tit span {
    padding:15px 0;
}
.qc_group {
    border-top:1px solid #1e1e1e;
}
.qc_group dl {
    display:flex;
    border-bottom:1px solid #e8e8e8;
}
.qc_group dl:last-child {
    border-bottom:0;
}
.question_cont dl dt {
    flex-basis:130px;
    margin:28px 0 28px 19px;
    font-size:15px;
}
.qc_group dl dd {
    width:100%;
    height:38px;
    border:1px solid #ccc;
    margin:18px 18px 18px 20px;
}
.qc_group dl dd.row {
    display:flex;
    align-items:center;
    gap:0 5px;
}
.qc_group dl dd > .box {
    display:flex;
    align-items:center;
    gap:0 5px;
    height:100%;
}
.qc_group dl dd > .box .item  {
    display:flex;
    align-items:center;
    padding:5px 10px;
    border:2px solid #eee;
    border-radius:7px;
    color:#aaa;
}
.qc_group dl dd > .box .item.on,
.qc_group dl dd > .box .item:hover {
    border:2px solid #3eafaa;
    font-weight:500;
    color:#3eafaa;
    cursor:pointer;
}
.qc_group dl dd.ipt_textarea {
    height:200px;    
}
.qc_group dl dd input,
.qc_group dl dd textarea {
    width:100%;
    height:100%;
    padding:5px;
    resize:none;
}
.qc_group.qc_btn {
    display:flex;
    justify-content:flex-end;
    gap:2px;
    padding-top:10px;
}
.qc_btn button {
    padding:12px 60px;
    background-color:#3eafaa;
    font-size:18px;
    color:#fff;
}
/* splash */
.splash {
    display:flex;
    min-height:100vh;
    align-items:center;
    justify-content:center;
    background:#3eafaa;
}
.splash_img {
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    width:60vw;
    margin-top:-8vh;
}
.splash_img svg {
    width:100%;
    fill:#fff;
}
.splash_tit {
    margin-top:5px;
    font-size:10vw;
    color:#fff;
    font-family:'GmarketSansLight';
}
.splash_tit span{
    font-family:'GmarketSansBold';
}
/* .splash_img.move {
    animation:updown 2s;
}
@keyframes updown {
    from {left:-50vh;}
    to {left:0;}
} */
.splash_img.move {
    -webkit-animation-name:slide-right;	
    -moz-animation-name:slide-right;	
    animation-name:slide-right;

    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    animation-duration:1s;

    -webkit-animation-timing-function:ease-in-out;	
    -moz-animation-timing-function:ease-in-out;
    animation-timing-function:ease-in-out;

}
@keyframes slide-right {
    0% {
        -webkit-transform:translateX(-200%);
        -moz-transform:translateX(-200%);
        transform:translateX(-200%);
    }
    50%{
        -webkit-transform:translateX(-8%);
        -moz-transform:translateX(-8%);
        transform:translateX(-8%);
    }
    65%{
        -webkit-transform:translateX(4%);
        -moz-transform:translateX(4%);
        transform:translateX(4%);
    }
    80%{
        -webkit-transform:translateX(-4%);
        -moz-transform:translateX(-4%);
        transform:translateX(-4%);
    }
    95%{
        -webkit-transform:translateX(2%);
        -moz-transform:translateX(2%);
        transform:translateX(2%);
    }			
    100% {
        -webkit-transform:translateX(0%);
        -moz-transform:translateX(0%);
        transform:translateX(0%);
    }
}
.soon {
    display:flex;
    align-items:center;
    justify-content:center;
    height:100vh;
}
.soon_box {
    margin-top:-5vh;
}
.soon_box img {
    width:75%;
}
.soon_box .txt {
    padding-top:1vw;
    font-family:'GmarketSansMedium';
    font-size:2em;
    letter-spacing:-.06em;
    color:#3eafaa;
    cursor:pointer;
}
.soon_box .txt span {
    position:relative;
    top:-5px;
    display:block;
    letter-spacing:-.03em;
    font-size:.8em;
    font-family:'Pretendard';
    color:#222;
}
/*에러메세지*/
.errorMessage {
    position:relative;
}
.errorBtns {
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:10px 10px 0;
}
.errorBtns .btn_home {
    width:30px;
    cursor:pointer;
}
.errorBtns .btn_home svg {
    width:100%;
}
.errorBtns .btn_close .close {
    position:relative;
    top:0;
    right:0;
    cursor:pointer;
}
.errorBtns .btn_close .close:before,
.errorBtns .btn_close .close:after {
    left:auto;
}
.errorMessageBox {
    position:relative;
    width:100%;
    height:100%;
    padding:10px;
}
.errorMessageBox .tit {
    padding-bottom:10px;
    font-size:1.3em;
    font-weight:700;
    border-bottom:1px solid #dedede;
}
.errorMessageBox .cont {
    padding:10px 0 5px;
    font-size:1.2em;
}
.errorMessageBox .home {
    padding:5px 0;
}
.errorMessageBox .home p,
.errorMessageBox .home p .ico_arrow {
    font-size:1.05em;
    color:#777;
    cursor:pointer;
}
.errorMessageBox .home p:hover {
    color:#3eafaa;
    text-decoration:underline;
}
.errorMessageBox .home p:hover .ico_arrow {
	border-color:#3eafaa;
	border-width:0 1px 1px 0;
	display:inline-block;
	padding:2px;
}
.white_content.costMessagePop {
    padding:16px 10px 20px;
}
.white_content.costMessagePop .tit {
    font-size:1.26em;
    font-weight:700;
    padding-bottom:15px;
}
.white_content.costMessagePop .message {
    font-size:1.02em;
    line-height:140%;
}
.white_content.costMessagePop .close {
    width:23px;
    height:23px;
}
.white_content.costMessagePop .close:before,
.white_content.costMessagePop .close:after {
    left:11px;
    height:23px;
    background-color:#222;
}
/*파트너쉽*/
#container.partnership {
    margin:0;
}
.partner_header {
    position:relative;
    background-color:#ddecec;
}
.partner_header p {
    padding-left:5vw;
    font-size:1.03em;
}
.partner_header p.point {
    padding:30px 0 15px 5vw;
    font-size:2.3em;
    font-family:'Cafe24Shiningstar';
}
.partner_header img {
    width:100%;
}
.partnership h1 {
    padding:60px 0;
    font-size:2.3em;
    text-align:center;
    line-height:1.3;
}
.phead_img {
    display:flex;
    align-items:flex-start;
    justify-content:center;
    padding:30px;
}
.phead_img .img:nth-child(1) {
    flex-grow:4;
}
.phead_img .img:nth-child(2) {
    margin-top:100px;
}
.partnership .input__adr {
    flex-wrap:wrap;
    gap:0;
    border-radius:7px;
}
.partnership .input__adr div[class^=adr] {
    display:flex;
    align-items:center;
    width:auto;
    height:32px;
    padding:2px 5px;
    border-radius:7px 0 0 7px;
    border:1px solid #ccc;
    font-size:.9em;
}
.partnership .input__adr div.adr1 {
    width:20%;
}
.partnership .input__adr div.adr2 {
    width:60%;
    border-radius:0;
    border-left:0;
}
.partnership .input__adr button {
    width:20%;
    height:32px;
    border-radius:0 7px 7px 0;
    background-color:#ddd;
    color:#333;
}
.partnership .input__adr button:active {
    background-color:#3eafaa;
    color:#fff;
}
@media (max-width:500px) {
    .partnership h1 {
        font-size:1.7em;
        padding:30px 0 15px;
    }
    .phead_img {
        flex-direction:column;
        padding:30px 12px;
    }
    .phead_img .img:nth-child(1) {
        flex-grow:1;
    }
    .phead_img .img:nth-child(1) img {
        max-width:300px;
    }
    .phead_img .img:nth-child(2) {
        display:flex;
        align-items:center;
        justify-content:flex-end;        
        width:100%;
        margin-top:-50px;
    }
    .phead_img .img:nth-child(2) img {
        width:280px;
    }
}
@media (max-width:380px) {
    .partnership h1 {
        font-size:1.5em;
    }
    .phead_img .img:nth-child(2) {
        margin-top:-20px;
    }
}
.phead_img .img {flex:1 1 40%;}
.pointlist {
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    padding:10px 0 20px;
}
.pointlist li {
    display:flex;
    align-items:center;
    justify-content:center;
    padding:8px;
    margin:10px 0;
    border-radius:20px;
    background-color:#fff;
    font-size:1.5em;
    width:60%;
    min-width:230px;
    letter-spacing:-.03em;
}
.bg_img {
    padding-top:20px;
    background:linear-gradient(340deg, #fff 60%, #ddecec 40%);
}
.bg_img img {
    width:80%;
}
@media (max-width:500px) {
    .pointlist li {
        width:80%;
        font-size:1.2em;
    }
    .bg_img {
        margin-top:0;
        padding-top:0px;
        background:linear-gradient(340deg, #fff 60%, #ddecec 40%);
    }
    .bg_img img {
        width:92%;
    }
}
@media (max-width:380px) {
    .phead_img .img:nth-child(2) {
        margin-top:-20px;
    }
}
.partner_content {
    padding:30px 0;
}
.partner_content img {
    width:100%;
}
.contact_form {
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center
}
.contact_form .txt {
    font-size:1.8em;
}
.contact_form .txt span {
    margin-right:7px;
    font-size:.7em;
}
.contact_form .mailbtn {
    padding:14px 30px;
    background-color:#3eafaa;
    color:#fff;
    border-radius:10px;
    font-size:1.4em;
}
.content_box {
    padding:30px 0;
}
.contentlist {
    padding-top:30px;
}
.contentlist li {
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    text-align:center;
    padding:50px 0;
    background-color:#f7ffff;
    word-break:keep-all;
}
.contentlist li > p {
    width:550px;
    font-size:1.4em;
}
.contentlist li:nth-child(even) {
    background-color:#3eafaa;
}
.contentlist li:nth-child(even) h1,
.contentlist li:nth-child(even) p {
    color:#fff;
}
.contentlist.nobg li {
    flex-direction:row;
    gap:0 30px;
    background-color:transparent;
}
.contentlist.nobg li h1,
.contentlist.nobg li p {
    width:auto;
    color:inherit;
    text-align:left;
}
.contentlist h1 {
    padding:15px 0 10px;
    font-size:1.4em;
}
.contentlist.nobg h1 {
    padding:0;
}
.contentlist .img {
    width:15%;
}
.contentlist.nobg .img {
    width:14%;
}
.contentlist.nobg .txt {
    width:300px;
    font-size:1.3em;
}
.contentlist.nobg .txt p {
    font-size:1.02em;
}
.applyform {
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    margin-top:30px;
}
.applyform li {
    display:flex;
    align-items:center;
    justify-content:center;
    width:310px;
    padding:10px 0; 
}
.applyform li label {
    display:block;
    width:100%;
}
.applyform li .ipt {
    position:relative;
    width:100%;
    height:32px;
    padding:5px;
    margin-top:7px;
    border:1px solid #ccc;
    border-radius:5px;
}
.applyform li .ipt.required,
.applyform li .ipt__box.required,
.applyform li .input__adr.required  {
    border-color:#e9a8a8;
    box-shadow:0 0 5px #e9a8a8;
}
.applyform li textarea {
    position:relative;
    width:100%;
    height:150px;
    padding:10px;
    border:1px solid #ccc;
    border-radius:7px;
    resize:none;
}
.applyform li p span {
    color:#f46463;
    font-weight:bold;
}
.applyform li input[type="file"] {
    padding:5px 0;
}
.applyform .partnerType {
    width:100%;
}
.applyform .partnerType .pt_radio {
    display:flex;
    align-items:center;
    justify-content:center;
    gap:0 3px;
}
.applyform .pt_radio .ipt__box {
    display:flex;
    align-items:center;
    justify-content:center;
    height:30px;
    margin:0;
    border:1px solid #ccc;
    border-radius:7px;
    font-size:.87em;
    
}
.applyform .pt_radio .ipt__box.on {
    border:0;
    background-color:#3eafaa;
    color:#fff;
}
.applyform li.agreeBox {
    flex-direction:column;
    align-items:flex-start;
}
.applyform li .checkbox {
    display:inline-block;
    top:0;
}
.applyform li.agreeBox p {
    margin-left:20px;
}
.agreeBtn {
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    height:60px;
    margin-top:10px;
    background-color:#3eafaa;
    border:1px solid #3eafaa;
    border-radius:7px;
    font-size:1.2em;
    color:#fff;
}
@media (max-width:500px) {
    .contentlist li {
        padding:40px 0;
    }
    .contentlist li > p {
        width:380px;
        font-size:1.1em;
    }
    .contentlist.nobg li {
        gap:0 15px;
    }
    .contentlist.nobg .txt {
        width:200px;
        font-size:1.05em;
    }
    .contentlist .img {
        width:20%;
    }
}
@media (max-width:380px) {
    .contentlist li {
        padding:30px 0;
    }
    .contentlist .img {
        width:25%;
    }
    .contentlist li > p {
        width:310px;
        font-size:.9em;
    }
    .contentlist.nobg .img {
        width:17%;
    }
    .contentlist.nobg .txt {
        width:170px;
    }
    .contentlist.nobg .txt h1 {
        font-size:1.12em;
    }
    .contentlist.nobg .txt p {
        font-size:.85em;
    }
}
/*이벤트페이지*/
#container.eventPage {
    position:relative;
    margin:0;
}
.eventWrap img {
    width:100%;
}
.eventWrap .cursorp {
    cursor:pointer;
}
.eventWrap h1 {
    padding:20px 0 0 15px;
    font-size:1.5em;
}
.eventList {
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    padding:10px;
}
.eventList li {
    flex-basis:50%;
    padding:5px;
}
.event_info {
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:5px 0 10px;
}
.event_info span.state {
    font-size:1.15em;
    font-weight:600;
}
.event_info span.date {
    font-family:'Pretendard', 'Apple SD Gothic Neo', sans-serif;
    font-size:.9em;
    color:#aaa;
}
@media (max-width:500px) {
    .eventList li {
        flex-basis:100%;
    }
}
/*회사소개*/
#container.companyPage {
    position:relative;
    margin:0;
}
.companyWrap {
    position:relative;
}
.companyWrap img {
    width:100%;
}
.section_1 {
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:50px;
    background-color:#cdf3f3;
}
.section_1 .txt {
    flex-grow:1;
}
.section_1 .txt h1 {
    font-size:3em;
}
.section_1 .txt .headtxt {
    display:inline-block;
    background-color:#73f3f3;
    padding:5px;
    text-decoration:underline;
    font-size:2em;
}
.section_1 .img {
    flex-shrink:0;
    width:40%;
    margin-top:40px;
}
.txtlogo {
    width:150px;
    margin-top:20px;
}
.section_2 {
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    padding:60px 0 0;
}
.section_2 .txt {
    text-align:center;
}
.section_2 .img {
    display:flex;
    align-items:center;
    justify-content:center;
    width:80%;
    margin-top:50px;
}
.txtbox {
    margin-bottom:20px;
    padding:0 10px;
    font-size:1.5em;
}
.section_3 {
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    padding:60px 0;
    text-align:center;
    background-color:#f9f9f9;
}
.section_3 p {
    font-size:1.5em;
}
.section_3 p.txttit {
    margin-bottom:20px;
    font-size:2.4em;
}
.section_3 .img {
    display:flex;
    align-items:center;
    justify-content:center;
    width:60%;
    margin-top:20px;
}
.section_4 {
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    padding:60px 0;
    text-align:center;
    background-color:#3eafaa;
    color:#fff;
}
.section_4 p {
    font-size:1.5em;
}
.section_4 p.txttit {
    margin-bottom:20px;
    font-size:2.4em;
}
.section_4 .imgbox {
    display:flex;
    align-content:center;
    align-items:center;
    justify-content:space-between;
    gap:0 5px;
    width:70%;
    margin-top:20px;
}
.section_5 {
    display:flex;
    align-content:center;
    align-items:center;
    justify-content:space-between;
    flex-wrap:wrap;
    gap:0 10px;
    padding:70px 60px;
    text-align:center;
}
.section_5 .item {
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    flex:1 1 30%;
}
.section_5 .item .img {
    width:70%;
}
.section_5 p.txttit {
    margin-bottom:20px;
    font-size:1.6em;
}
.section_5 p.txtbox {
    padding:0;
    margin:0;
    font-size:1.3em;
}
@media (max-width:500px) {
    .section_1 {
        padding:40px 20px;
    }
    .section_1 .txt h1 {
        font-size:2.1em;
    }
    .section_1 .txt .headtxt {
        font-size:1.14em;
    }
    .section_1 .img {
        width:35%;
        margin-top:30px;
    }
    .txtlogo {
        width:110px;
    }
    .txtbox {
        font-size:1.05em;
    }
    .section_2 {
        padding:50px 0 0;
    }
    .section_2 .img {
        margin-top:30px;
    }
    .section_3, .section_4 {
        padding:50px 0 ;
    }
    .section_3 p, .section_4 p {
        font-size:1.1em;
    }
    .section_3 p.txttit, .section_4 p.txttit {
        font-size:1.8em;
    }
    .section_3 .img {
        width:94%;
    }
    .section_5 {
        flex-direction:column;
        gap:30px 0;
        padding:50px 40px;
    }
    .section_5 .item .img {
        width:60%;
    }
    .section_5 p.txtbox {
        font-size:1.05em;
    }
    .section_5 p.txttit {
        margin:20px 0 10px;
        font-size:1.6em;
    }
}
@media (max-width:374px) {
    .section_1 {
        flex-direction:column;
        align-items:flex-start;
    }
    .section_1 .img {
        margin-top:-10px;
        margin-left:170px;
    }
}
/*공지사항*/
#container.noticePage {
    position:relative;
    margin:0;
}
.noticeWrap {
    position:relative;
    padding:10px;
}
.noticeWrap > h1 {
    padding:20px 0;
    font-size:1.7em;
}
.noticeList li {
    padding:20px 0;
    border-bottom:1px solid #ccc;
}
.notice_item h1.noti_item__tit {
    padding-bottom:7px;
    font-size:1.2em;
    color:#666;
}
.notice_item p.noti_item__date {
    font-weight:600;
    color:#aaa;
}
.notice_view__top {
    padding:40px 5px 10px;
    margin-bottom:10px;
    border-bottom:2px solid #999;
}
.notice_view__top h1.noti_view__tit {
    padding-bottom:7px;
    font-size:1.5em;
    line-height:1.2;
    word-break:keep-all;
}
.noti_view__content {
    padding:10px 0 20px;
    border-bottom:1px solid #ddd;
    line-height:140%;
}
.noti_view__content p img {
    width:100%;
}
.notice_view__btn {
    display:flex;
    align-items:center;
    justify-content:center;
    padding-top:20px;
}
.notice_view__btn button {
    position:relative;
    padding:10px 20px;
    background-color:#3eafaa;
    border-radius:7px;
    color:#fff;
    font-size:1;
    cursor:pointer;
}
/*로그인페이지*/
.searchWrap {
    margin:0;
}
.sch_box {
    display:flex;
    align-items:center;
    justify-content:center;
    padding:20px 10px;
}
.sch_box .sch__input {
    flex:1;
    height:40px;
}
.sch_box .sch__input input {
    width:100%;
    height:100%;
    background-color:rgb(243, 243, 243);
    border:none;
    appearance:none;
    padding:0 5px;
}
.sch_box .sch__button {
    width:70px;
    height:40px;
}
.sch_box .sch__button button {
    width:100%;
    height:100%;
    background-color:rgb(227, 227, 227);
    font-size:1.05em;
}
.sch_box .sch__close {
    display:flex;
    align-items:center;
    justify-content:center;    
    width:40px;
    height:40px;
    margin-left:10px;
}
.sch_box .sch__close .close {
    position:relative; 
    top:0;
    right:0;
}
.sch_history {
    position:relative;
    padding:20px 10px;
    border-top:2px solid #eee;
}
.sch_history h1 {
    margin-bottom:7px;
    font-size:1.1em;
}
.sch__list > .item {
    display:inline-block;
    padding:2px 5px;
    background-color:rgb(240, 240, 240);
    border-radius:7px;
    font-size:.95em;
}
/*파트너사 소개 페이지*/
#container.partnerPage {
    position:relative;
    max-width:768px;
    margin-bottom:0;
}
.addbox {
    position:relative;
    padding:10px;
}
.addbox .images {
    border-radius:10px;
    overflow:hidden;
}
.addbox .images img {
    width:100%;
}
.listWrap, .viewWrap {
    padding:0 10px;
}
.viewWrap {
    padding:10px;
    background-color:#f5f5f5;
}
.listWrap .listmenuTab {
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.listWrap .listmenuTab .menuItem {
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    padding:12px 0;
    border-bottom:1px solid #ccc;
    font-size:1.1em;
    font-weight:600;
    cursor:pointer;
}
.listWrap .listmenuTab .menuItem.on,
.listWrap .listmenuTab .menuItem:hover {
    position:relative;
    color:#3eafaa;
    border-color:#3eafaa;
    border-width:3px;
    margin-bottom:2px;
}
.listItem {
    position:relative;
    padding-top:10px;
}
.listItem .partnerItem:first-child {
    padding-top:10px;
}
.listItem .partnerItem {
    position:relative;
    display:flex;
    flex-direction:column;
    gap:0 5px;
    padding-bottom:35px;
}
.partnerItem > div {
    flex:1 1 40%;
}
.photoBox {
    position:relative;
    overflow:hidden;
}
.swiper.listPSlider {
    --swiper-navigation-size:22px;
    --swiper-theme-color:#3eafaa;
}
.photoBox .listPSlider .photoSlider {
    display:flex;
    align-items:flex-start;
    justify-content:flex-start;
    height:auto;
}
.listPSlider .photoSlider > .swiper-slide {
    flex-basis:300px;
    height:200px;
    margin-right:15px;
    border-radius:8px;
    overflow:hidden;
}
.listPSlider .photoSlider .slideitem img {
    position:absolute;
    top:50%;
    left:50%;
    width:100%;
    transform:translate(-50%,-50%);
    transition:transform .2s;
}
.listPSlider .photoSlider .slideitem:hover img {
    transform:translate(-50%,-50%) scale(1.1);
}
.swiper.listPSlider .swiper-button-next,
.swiper.listPSlider .swiper-button-prev {
    width:40px;
    height:40px;
    background-color:#fff;
    border-radius:100%;
    box-shadow:0px 0px 10px 0 rgb(0 0 0 / 30%);
    z-index:1;
}
.swiper.listPSlider .swiper-button-next:after,
.swiper.listPSlider .swiper-container-rtl .swiper-button-prev:after {
    margin-right:-2px;
}
.swiper.listPSlider .swiper-button-next:after {
    content:'';
    width:30px;
    height:30px;
    background-image:url(./../img/button-next.png);
    background-size:80%;
    background-repeat:no-repeat;
    background-position:center;
}
.swiper.listPSlider .swiper-button-prev:after {
    content:'';
    width:30px;
    height:30px;
    background-image:url(./../img/button-prev.png);
    background-size:80%;
    background-repeat:no-repeat;
    background-position:center;
}
.swiper.listPSlider .swiper-button-next.swiper-button-disabled,
.swiper.listPSlider .swiper-button-prev.swiper-button-disabled {
    opacity:0;
}
.txtBox_inner {
    display:flex;
    align-content:center;
    align-items:flex-start;
    justify-content:space-between;
    flex-direction:column;
    gap:7px 0;
    padding-top:10px;
    cursor:pointer;
}
.txtBox_inner .txtBox_content h1 {
    margin-bottom:7px;
    font-size:1.2em;
    font-weight:700;
}
.txtBox_inner .txtBox_content p {
    font-size:.97em;
    line-height:140%;
}
.txtBox_inner .txtBox_bnts button {
    position:relative;
    display:inline-block;
    padding:3px 6px;
    margin-bottom:5px;
    border-radius:5px;
    font-size:.75em;
}
.txtBox_inner .txtBox_bnts button.st1 {
    background-color:#3eafaa;
    color:#fff;
}
.txtBox_inner .txtBox_bnts button.st2 {
    background-color:#4c74bd;
    color:#fff;
}
.txtBox_inner .txtBox_bnts button.st3 {
    background-color:#fd900b;
    color:#fff;
}
.info_header {
    position:relative;
    display:flex;
    align-content:center;
    flex-direction:column;
    gap:0 10px;
    background-color:#fff;
}
.partnerImg .image {
    display:inline-block;
    width:50px;
    height:50px;
    margin-right:3px;
    border-radius:100%;
    background-color:#ededed;
    vertical-align:-3px;
}
.partnerImg .image img {
    width:100%;
}
.partnerTop {
    display:flex;
    padding:10px 15px 0;
}
.partnerTop .tit {
    display:flex;
    align-content:center;
    align-items:center;
    gap:0 5px;
}
.partnerTop .tit h1 {
    font-size:1.3em;
}
.partnerTop .tit span {
    position:relative;
    display:inline-block;
    padding:1px 3px;
    border-radius:5px;
    font-size:.75em;
}
.partnerTop .tit span.st1 {
    background-color:#3eafaa;
    color:#fff;
}
.partnerInfo {
    padding:0 15px 5px;
}
.partnerInfo .memo {
    display:block;
    padding:10px 0;
}
.partnerInfo ul {
    display:grid;
    grid-template-columns:repeat(2, 1fr);
    align-items:start;
    gap:2px 10px;
    padding-top:10px;
    font-size:.9em;
}
.partnerInfo ul li span:first-child {
    display:inline-block;
    width:45px;
    margin-right:4px;
}
.viewWrap .viewmenuTab {
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-top:10px;
    background-color:#fff;
}
.viewWrap .viewmenuTab .menuItem {
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    padding:12px 0;
    border-bottom:1px solid #ccc;
    font-size:1.1em;
    font-weight:600;
    cursor:pointer;
}
.viewWrap .viewmenuTab .menuItem.on,
.viewWrap .viewmenuTab .menuItem:hover {
    position:relative;
    color:#3eafaa;
    border-color:#3eafaa;
    border-width:3px;
    margin-bottom:2px;
}
.viewWrap .viewmenuTab .menuItem span.hit {
    margin-left:2px;
    font-size:.9em;
}
.viewWrap .viewmenuTab .menuItem.on span.hit {
    color:#3eafaa;
}
.info_bottom {
    position:relative;
    display:block;
}
.info_bottom .psection {
    position:relative;
    display:block;
    padding:10px;
    margin-top:10px;
    background-color:#fff;
}
.info_bottom .psection:first-child {
    margin-top:0;
    padding-top:10px;
}
.psection h1 {
    margin:10px 0;
    font-size:1.2em;
    font-weight:700;
}
.psection h1 span.hit {
    margin-left:2px;
    font-size:.9em;
}
.psection .infoPhoto {
    position:relative;
    border-radius:8px;
    overflow:hidden;
}
.infoPhoto .photoSlider .slideitem img {
    position:absolute;
    top:50%;
    left:50%;
    width:100%;
    transform:translate(-50%,-50%);
    transition:transform .2s;
}
.infoPhoto .photoSlider .slideitem:hover img {
    transform:translate(-50%,-50%) scale(1.1);
}
.infoSlider .photoSlider {
    display:flex;
    align-items:flex-start;
    justify-content:flex-start;
    height:auto;
}
.infoSlider .photoSlider > .swiper-slide {
    flex-basis:250px;
    margin-right:15px;
    border-radius:8px;
}
.infoSlider .photoSlider > .swiper-slide:last-child {
    margin-right:0;
}
.slideitem .slideImg {
    display:flex;
    align-items:flex-start;
    justify-content:flex-start;
    position:relative;
    width:100%;
    padding-bottom:66.6%;
    background-color:#ededed;
    overflow:hidden;
    border-radius:8px;
}
.swiper.infoSlider .swiper-button-next,
.swiper.infoSlider .swiper-button-prev {
    width:40px;
    height:40px;
    background-color:#fff;
    border-radius:100%;
    box-shadow:0px 0px 10px 0 rgb(0 0 0 / 30%);
    z-index:1;
}
.swiper.infoSlider {
    --swiper-navigation-size:25px;
    --swiper-theme-color:#3eafaa;
}
.swiper.infoSlider .swiper-button-prev:after,
.swiper.infoSlider .swiper-container-rtl .swiper-button-next:after {
    content:'';
    width:30px;
    height:30px;
    background-image:url(./../img/button-prev.png);
    background-size:80%;
    background-repeat:no-repeat;
    background-position:center;
}
.swiper.infoSlider .swiper-button-next:after,
.swiper.infoSlider .swiper-container-rtl .swiper-button-prev:after {
    content:'';
    width:30px;
    height:30px;
    background-image:url(./../img/button-next.png);
    background-size:80%;
    background-repeat:no-repeat;
    background-position:center;
}
.swiper.infoSlider .swiper-button-next.swiper-button-disabled,
.swiper.infoSlider .swiper-button-prev.swiper-button-disabled {
    opacity:0;
}
.listPSlider .infoLabel,
.infoSlider .infoLabel {
    position:absolute;
    top:5px;
    right:5px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:3px;
    border-radius:5px;
    background-color:#3eafaa;
    color:#fff;
    font-size:10px;
    z-index:1;
}
.psection .reviewinfo_box .reviewPrice {
    font-size:1.4em;
}
/*파트너소개PC*/
.listWrap.pc .listmenuTab {
    width:500px;
    margin:0 auto;
}
.listWrap.pc .listItem {
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    align-items:start;
    gap:40px 30px;
    padding:20px 0;
}
.listWrap.pc .partnerItem {
    flex-direction:column;
    padding:0;
}
.listWrap.pc .listPSlider .photoSlider > .swiper-slide {
    flex-basis:auto;
}
.listWrap.pc .partnerItem .txtBox_content {
    margin:10px 0;
}
.viewWrap.pc .partnerTop {
    gap:0 10px;
}
.viewWrap.pc .partnerInfo ul.info {
    padding-left:20px;
    padding-bottom:10px;
    font-size:1.05em;
}
.viewWrap.pc .partnerInfo ul li span:first-child {
    width:100px;
}
.viewWrap.pc .partnerInfo .memo {
    padding:10px 0 20px;
    font-size:1.15em;
    line-height:160%;
}
.viewWrap.pc .photo_box .imgItem {
    height:160px;
}
/*반응형*/
@media (max-width:330px) {
    .est_price_box .est_price > .txt {
        width:40%;
    }
    .est_price_box .est_price > .txt a {
        width:27px;
    }
}
@media (max-width:350px) {
    .est_itemlist .accordion .title {
        padding:13px;
    }
    .est_itemlist .accordion .title:before,
    .est_itemlist .accordion .title:after {
        height:10px;
    }
    .est_itemlist .accordion .title:before,
    .est_itemlist .accordion .toggle:checked + .title:before {
        right:17px;
    }
    .count_form .count_btn {
        padding:0 2px;
    }
    .count_form .count_btn.b_add > a {
        width:20px;
    }
    .count_form .count_btn.b_set > button {
        width:24px;
    }
    .count_opt .numberInput .pmico {
        width:23px;
    }
    .count_opt .numberInput .pmico.mm:before {
        left:5px;
        width:10px;
    }
    .count_opt .numberInput .pmico.pp:before,
    .count_opt .numberInput .pmico.pp:after {
        top:7px;
        left:10px;
        height:10px;
    }
    .count_opt .numberInput .number { 
        width:26px;
        padding:0 1px;
    }
    .count_form .qtyType {
        margin-left:2px;
        font-size:.85em;
    }
}

/*파트너사 로그인*/
#container.partner {
    position:absolute;
    background:#3eafaa url("../../img/loginbg.jpg") no-repeat center center fixed;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
#container.partner::before {
    position:fixed;
    content:'';
    top:0;
    left:0;
    background:#3eafaa;
    background:rgba(62, 175, 170, 0.5);
    width:100%;
    height:100%;
}
#container.partner h2 {
    margin:0 0 20px;
    line-height:1;
    color:#3eafaa;
    font-size:18px;
}