body::-webkit-scrollbar {
  display: none;
}
.sub_wrap {min-width: 1920px;}

img { display:inline-block; max-width:100%; height:auto; }

.header .all_gnb > .inner { justify-content:space-between; }

#other_type {background: transparent;}
#other_type .icon_line { display:flex; align-items:center; justify-content:center; width:100%; }
#other_type .icon_line .icon_box { display:flex; justify-content:center; }
#other_type .icon_line .icon_box li { margin: 0 14px; }
#other_type .icon_line .icon_box li a { border: 3px solid transparent; box-sizing:border-box; transition:all 0.3s; box-shadow:0 15px 10px 0 rgba(0, 0, 0, 0.1); border-radius:30px; background:#fff; display:inline-block; }
#other_type .icon_line .icon_box li a img {  }

#other_type .icon_line .icon_box li a:hover { border: 3px solid #fe3968; }

#other_type .icon_line > p { font-size:40px; color:#fff; opacity:0.5; font-weight: 700; line-height: 50px; }
#other_type .icon_line > p .block { font-weight: 400; }
#other_type .icon_line .lf_txt {  }
#other_type .icon_line .rt_txt { text-align: right; }

.sub_wrap {  }
.sub_wrap .header {  }
.sub_wrap .header .container { display:flex; align-items: center; justify-content:space-between; }

.sub_wrap .header .logo {  }
.sub_wrap .header .logo a {  }
.sub_wrap .header .logo a img { height:23px; width:auto; }

.sub_wrap .header .flow { display:flex; align-items:center; justify-content:center; padding: 0 7px; box-sizing:border-box; background: #000000;height: 44px;border-radius: 500px;}
.sub_wrap .header .flow li { color: #777; }
.sub_wrap .header .flow li a, 
.sub_wrap .header .flow li span { display:flex; align-items:center; text-align: center; padding: 0 30px; box-sizing:border-box; font-size:20px;  font-weight: 500; height:32px; color: inherit;}
.sub_wrap .header .flow li:first-child { border-top-left-radius: 500px; border-bottom-left-radius: 500px; }
/* .sub_wrap .header .flow li.active { border-top-right-radius: 500px; border-bottom-right-radius: 500px; } */
/*
.sub_wrap .header .flow li.active,
.sub_wrap .header .flow li:has(~ .active) { background: #fff; color:#000; }
*/
.sub_wrap .header .flow li.active { background: #fff; color:#000; border-radius: 500px; }
.sub_wrap .header .flow .btn_type {background: #000;height: 50px;}
.sub_wrap .header .flow .btn_type button {width: 91px;height: 36px;background: #ffffff;border: none;border-radius: 50px;margin: 7px 8px;font-size: 22px;font-weight: 500;}

.sub_wrap .header .cs_box { display:flex; align-items:center; width:270px; }
.sub_wrap .header .cs_box dt,
.sub_wrap .header .cs_box dd { font-size:20px; color:#000; }
.sub_wrap .header .cs_box dt { font-weight: 400; }
.sub_wrap .header .cs_box dd { font-weight: 600; margin-left: 20px; }

.sub_wrap .header .icons ul {display: flex;flex-direction: row;justify-content: space-between;align-items:center;width: 248px;}
.sub_wrap .header .icons ul li a { font-size:0; }

.ctt_body { display:flex; align-items:start; box-sizing:border-box; height:calc(100vh - 150px); padding: 0 30px 0; }
.ctt_body .scroll_inner { overflow-y:auto; height:100%; box-sizing:border-box;}

.ctt_body .left_box,
.ctt_body .right_box,
.ctt_body .mid_box { height:100%; position:relative; box-sizing:border-box; }
.ctt_body .left_box {width: 326px; flex-shrink:0;}
.ctt_body .right_box {width:326px; flex-shrink:0;}
.ctt_body .mid_box { width:calc(100% - 326px - 226px); }

.ctt_body .left_box { padding-bottom: 30px; }
.ctt_body .left_box .scroll_inner { display:flex; justify-content:center; padding-top: 45px; background:#eee; border-radius:20px; }
.ctt_body .left_box .btn_type { display:flex; align-items:center; flex-direction:column; }
.ctt_body .left_box .btn_type li { margin-top: 30px; box-sizing:border-box; }
.ctt_body .left_box .btn_type li:first-child { margin-top: 0; }
.ctt_body .left_box .btn_type li:last-child { padding-bottom: 30px; }
.ctt_body .left_box .btn_type li span, 
.ctt_body .left_box .btn_type li a { display: inline-flex; align-items:center; justify-content:center; text-align: center; width:250px; height:88px; font-size:22px; color:#000; flex-direction:column; border: 3px solid transparent; box-sizing:border-box; box-shadow:0 15px 10px 0 rgba(0, 0, 0, 0.1); border-radius:15px; background:#fff; line-height: 30px; padding: 0 20px; }
.ctt_body .left_box .btn_type li a small { font-size:16px; }

.ctt_body .left_box .btn_type li.active a { border-color:#fe3968; color:#fe3968; }

.ctt_body .left_box .basket_btn { position:absolute; left: 50%; bottom:37px; transform: translateX(-50%); }
.ctt_body .left_box .basket_btn a { display:inline-flex; align-items:center; justify-content:center; text-align: center; background:#000; border-radius:50%; font-size:20px; color:#fff; flex-direction:column; width:130px; height:130px; }
.ctt_body .left_box .basket_btn a i { font-size:50px; font-style: normal; line-height: 0; font-weight: 100; }


.ctt_body .mid_box {  }
.ctt_body .mid_box .scroll_inner { padding: 45px 61px 80px; box-sizing:border-box; }
.ctt_body.paper_wrap .mid_box .scroll_inner { padding-bottom: 120px; }
.ctt_body .mid_box .tit_box {flex: 1;}
.ctt_body .mid_box .tit_box .tit { font-size:24px; color:#000; font-weight: 500; }
.ctt_body .mid_box .tit_box .txt { font-size:18px; color:#000; line-height: 30px; font-weight: 300; }

/* .ctt_body .mid_box .section { border-top: 1px solid #eee; box-sizing:border-box; margin-top: 40px; padding-top: 40px; } */
/* .ctt_body .mid_box .section01.pt0 { text-align: center; margin-top: -45px; } */

.ctt_body .mid_box .section01 {text-align: center;}
.ctt_body .mid_box .section01 h3 {font-size: 26px;font-weight: 500;}
.ctt_body .mid_box .section01 .categories {flex: 1;display: inline-flex;justify-content: flex-end;}
.ctt_body .mid_box .section01 .categories ul {display: inline-flex;flex-direction: row;justify-content: space-between;align-items: center;}
.ctt_body .mid_box .section01 .categories ul li {margin-left: 10px;}
.ctt_body .mid_box .section01 .categories ul a {font-size: 18px;font-weight: 500;padding: 6px 20px;border: 1px solid #ddd;border-radius: 100px;}
.ctt_body .mid_box .section01 .categories ul li.active a {border: 1px solid #fe3968;color: #fe3968;}
.ctt_body .mid_box .section01 .txt { font-size: 18px;font-weight: 500; }
.ctt_body .mid_box .tit_box {display: flex;flex-direction: row;justify-content: space-between;align-items: center;margin-bottom: 30px;}

#sticker_order.paper .tit_box {display: flex;justify-content: space-between;align-items: center;margin-bottom: 40px;}
#sticker_order.paper .tit_box p {font-size: 18px;}

.ctt_body .mid_box .type_box { display:flex; margin-left: -13px; margin-top: 48px; }
.ctt_body .mid_box .type_box .box { padding-left: 13px; box-sizing:border-box; flex:1; }
.ctt_body .mid_box .type_box .box .inner { background:#f7f7f7; text-align: center; display:flex; align-items:center; justify-content:center; flex-direction:column; padding: 35px 10px 40px; box-sizing:border-box; }
.ctt_body .mid_box .type_box .box .inner .img {  }
.ctt_body .mid_box .type_box .box .inner .tit { font-size:19px; color:#424243; font-weight: 600; padding: 16px 0; box-sizing:border-box; }
.ctt_body .mid_box .type_box .box .inner .txt { font-size:13px; color:#424243; line-height: 24px; }
.ctt_body .mid_box .type_box .box .inner .txt li { text-align:left; padding-left: 6px; position:relative; box-sizing:border-box; }
.ctt_body .mid_box .type_box .box .inner .txt li:before { content:"·"; position:absolute; left:0; top:0; }
.ctt_body .mid_box .type_box .box .inner p.txt { text-align: center; }
.ctt_body .mid_box .type_box .box .inner .ps { font-size:12px; line-height: 18px; margin-top: 12px; }

.ctt_body .mid_box .pss { font-size:16px; color:#000; font-weight: 300; line-height: 30px; position:relative; padding-left: 35px; box-sizing:border-box; margin-top: 22px; }
.ctt_body .mid_box .pss:before { content:"※"; position:absolute; left:0; top:-1px; font-size:23px; }

.ctt_body .mid_box .section02 {  }
.ctt_body .mid_box .section02 .icons { display:flex; align-items:center; margin-top: 28px; }
.ctt_body .mid_box .section02 .icons li { margin-left: 27px; }
.ctt_body .mid_box .section02 .icons li:first-child { margin-left: 37px; }
.ctt_body .mid_box .section02 .icons li img {  }

.ctt_body .mid_box .product { display:flex; flex-wrap:wrap; margin-left: -10px; margin-top: -8px; }
.ctt_body .mid_box .product li { width:33.33%; padding-left: 10px; box-sizing:border-box; margin-top: 50px; }
.ctt_body .mid_box .product li a { position:relative; display:block; }
.ctt_body .mid_box .product li a:after { content:""; display:block; width:100%; height:100%; position:absolute; left:0; top:0; border: 3px solid transparent; box-sizing:border-box; transition:all 0.3s; }
.ctt_body .mid_box .product li a img { display:inline-block; max-width:100%; height:auto; }
.ctt_body .mid_box .product li a .tit { display:none; }

.ctt_body .mid_box .product li a:hover:after { border-color:#fe3968; }

.ctt_body .mid_box .reorder_img { margin-top: 68px; }
.ctt_body .mid_box .reorder_img li { margin-top: 38px; }
.ctt_body .mid_box .reorder_img li:first-child { margin-top: 0; }


/* .ctt_body .paper_list { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); grid-gap: 39px; margin-top: 0;} */
.ctt_body .paper_list { display: flex; flex-direction: row;flex-wrap: wrap;gap: 39px;margin-top: 0;}
.ctt_body .paper_list li { box-sizing:border-box;}
.ctt_body .paper_list li.disable {position: relative;}
/* .ctt_body .paper_list li.disable:before {position: absolute;content: "해당 매수로 주문 불가";left: 0;right: 0;top: 0;bottom: 0;z-index: 9999;background: rgba(0,0,0, 0.6);display: flex;justify-content: center;align-items: center;font-size: 18px;font-weight: 700;color: #fff;letter-spacing: 0.1em;} */
.ctt_body .paper_list li a { width: 240px; height:100%; display:block; position:relative; }
.ctt_body .paper_list li a .img {}
.ctt_body .paper_list li a .txt_box { background:#f7f7f7; text-align: center; padding: 16px 10px 14px; box-sizing:border-box; }
.ctt_body .paper_list li a .txt_box .tit {display: block;font-size:17px; color:#000; font-weight: 500;}
.ctt_body .paper_list li a .txt_box .tit small {font-size:20px; color:#000; font-weight: 400;}
.ctt_body .paper_list li a .txt_box .txt {display: block;font-size:14px; color:#000; font-weight: 300; margin-top: 10px;min-height: 18px; }
.ctt_body .paper_list li a .txt_box .price {display: block;margin-top: 10px;min-height: 18px;}
.ctt_body .paper_list li a:after { content:""; display:block; width:100%; height:100%; position:absolute; left:0; top:0; border: 3px solid transparent; box-sizing:border-box; transition:all 0.3s; }
.ctt_body .paper_list li.active a:after, .ctt_body .paper_list li a:hover:after { border-color:#fe3968; }

.ctt_body #quantitybox {position: absolute;left: 39px;right: 0;bottom: 30px;background-color: rgba(0,0,0, .8);border-radius:20px; margin-right: 39px; }
.ctt_body #quantitybox .inner {display: flex;align-items: center;min-height: 100px;padding: 0 190px 0 190px;}
.ctt_body #quantitybox ul {display: flex; flex-direction: row; justify-content: space-around;align-items: center;width: 100%;height: 100%;}
.ctt_body #quantitybox ul li {position: relative;min-height: 79px;text-align: center;width: 116px;}
.ctt_body #quantitybox ul li button {border: none;background: transparent;color: #ffffff;font-size: 20px;padding: 10px 27px;border-radius: 10px;}
.ctt_body #quantitybox ul li.active button {background: #fe3968;}
.ctt_body #quantitybox ul li i {display: inline-block;font-size: 13px;font-style: normal;margin-top: 10px;border-radius: 50px;padding: 5px 13px;font-weight: 700;text-align: center;}
.ctt_body #quantitybox ul li i.digital {background: #ffb400;}
.ctt_body #quantitybox ul li i.best {background: #00eaff;}
.ctt_body #quantitybox ul li i.desc {background: #666666;width: 150px;color: #ffffff;margin-left: -10px;}

.ctt_body .size_list { display:flex;flex-direction: row;flex-wrap:wrap;gap: 39px;margin-top: 0;}
.ctt_body .size_list li { box-sizing:border-box; width:25%; max-width: 240px; }
.ctt_body .size_list li a { height:100%; display:block; position:relative; }
.ctt_body .size_list.viewer {cursor: default;}
.ctt_body .size_list li a .img {  }
.ctt_body .size_list li a .txt_box { background:#f7f7f7; text-align: center; padding: 16px 10px 14px; box-sizing:border-box;}
.ctt_body .size_list li a .txt_box .tit {display: block;font-size:20px; color:#000; font-weight: 500; margin-bottom: 6px;}
.ctt_body .size_list li a .txt_box .tit small { font-size:16px; color:#000; font-weight: 300; display:block; margin-top: 4px; }
.ctt_body .size_list li a .txt_box .txt { display: block;font-size:16px; color:#000;}
.ctt_body .size_list li a:after { content:""; display:block; width:100%; height:100%; position:absolute; left:0; top:0; border: 3px solid transparent; box-sizing:border-box; transition:all 0.3s; }
.ctt_body .size_list.viewer a:after {cursor: default;}
.ctt_body .size_list li.active a:after, .ctt_body .paper_list li a:hover:after { border-color:#fe3968; }

#sticker-wrapper .ctt_body .size_list li a .txt_box { padding: 0 10px; height:100px; display:flex;flex-direction: column; align-items:center; justify-content:center; }
#sticker-wrapper .ctt_body .size_list li a .txt_box .tit {margin-bottom: 0; }
#sticker-wrapper .ctt_body .size_list li a .txt_box .txt {margin-top: 10px;}

.ctt_body .opt-list {min-height: 55px;}
.ctt_body .opt-list ul { display: flex; flex-direction: row; justify-content: space-around; align-items: center; width: 100%; }
.ctt_body .opt-list ul li {}
.ctt_body .opt-list ul li button {border: none;background: transparent;color: #ffffff;font-size: 24px;padding: 13px 27px;border-radius: 10px;}
.ctt_body .opt-list ul li.active button {background: #fe3968;}

.proposal {padding-bottom: 20px;}
.proposal .tit_box { margin-top: 74px; }
.proposal .tit_box:first-child { margin-top: 0; }
.proposal .tit_box .tit { font-size:24px; color:#000; font-weight: 500; }
.proposal .tit_box .txt { font-size:18px; color:#000; line-height: 30px; font-weight: 300; margin-top: 5px; }
.proposal .scroll_inner img {width: auto;}
.proposal .btnbox {text-align: center;margin-top: 35px;}
.proposal .btnbox button {width: 140px;height: 65px;background: transparent;border: none;font-size: 20px;color: #fff;border-radius: 10px;}
/* .proposal .btnbox button.btn_close {background: #666666;} */
.proposal .btnbox button.btn_close {background: #777777;}
.proposal .btnbox button.btn_confirm {background: #000000;}

.people .people_qty_section {display: flex;justify-content: space-between;align-items: center;}
.people .tit_box {margin-bottom: 0 !important;margin-right: 20px;}
.ctt_body .num_box {border: 5px solid #eeeeee;border-radius: 15px;}
.ctt_body .num_cnt { border: 1px solid #898989; border-radius: 10px;box-sizing:border-box; display:inline-block; height: 54px; }
.ctt_body .num_cnt button { width:52px; height:52px; background: transparent; border: 0; font-size:25px; font-weight: 500; }
.ctt_body .num_cnt button#qty_minus {border-right: 1px solid #dddddd;}
.ctt_body .num_cnt button#qty_plus {border-left: 1px solid #dddddd;}
.ctt_body .num_cnt input { width:85px; height:52px; border: 0; text-align: center; font-size:25px; color:#000; font-weight: 500; }

.ctt_body .grade_box { margin-top: 55px; }
.ctt_body .grade_box .top_box { display:flex; margin-left: -13px; }
.ctt_body .grade_box .top_box li { width:25%; flex-shrink:0; padding-left: 13px; box-sizing:border-box; }
.ctt_body .grade_box .top_box li .inner { background:#f7f7f7; text-align: center; padding: 45px 10px 48px; box-sizing:border-box; }
.ctt_body .grade_box .top_box li .inner i { font-style: normal; font-size:30px; font-weight: 500; }
.ctt_body .grade_box .top_box li .inner .tit { font-size:22px; color:#000; font-weight: 500; margin-top: 6px; }
.ctt_body .grade_box .top_box li .inner .txt { font-size:16px; color:#000; font-weight: 400; line-height: 24px; display:flex; align-items:center; justify-content:center; height:64px; margin: 15px 0 18px; }
.ctt_body .grade_box .top_box li .inner .ps { font-size:14px; color:#666; font-weight: 300; }

.ctt_body .grade_box .top_box li.box01 .inner i {  color:#ff3660; }
.ctt_body .grade_box .top_box li.box02 .inner i {  color:#fdb813; }
.ctt_body .grade_box .top_box li.box03 .inner i {  color:#0195ff; }
.ctt_body .grade_box .top_box li.box04 .inner i {  color:#3ae6d8; }

.ctt_body .grade_box .bottom_box { display:flex; margin-left: -13px; margin-top: 13px; }
.ctt_body .grade_box .bottom_box li { width:50%; flex-shrink:0; padding-left: 13px; box-sizing:border-box; }
.ctt_body .grade_box .bottom_box li .inner { background:#f7f7f7; text-align: center; padding: 32px 10px 28px; box-sizing:border-box; }
.ctt_body .grade_box .bottom_box li .inner .tit { font-size:24px; color:#ff3660; font-weight: 500; }
.ctt_body .grade_box .bottom_box li .inner .txt { font-size:18px; color:#000; line-height: 26px; font-weight: 400; margin-top: 12px; }
.ctt_body .grade_box .grade_ps { font-size:18px; color:#000; margin-top: 30px; text-align: left; }




.ctt_body .cnt .txt_box {  }
.ctt_body .cnt .txt_box p { font-size:16px; color:#000; font-weight: 300; margin-top: 18px; }
.ctt_body .cnt .txt_box p:first-child { margin-top: 65px; }
.ctt_body .cnt .txt_box p .label { font-size:20px; font-weight: 500; margin-right: 25px; }

.ctt_body .resources {  }
.ctt_body .resources .section { border-top: 0; }
.ctt_body .resources .txt_box { display:flex; justify-content:space-betwen; margin-left: -37px; margin-top: 32px; }
.ctt_body .resources .txt_box .inner { width:50%; height:299px; padding-left: 37px; box-sizing:border-box; }
.ctt_body .resources .txt_box textarea { width:100%; height:100%; resize:none; font-size:16px; border: 1px solid #898989; box-sizing:border-box; font-weight: 400; color:#000; padding: 18px 20px; }
.ctt_body .resources .txt_box textarea:-ms-input-placeholder { color: #aaa; font-weight: 300; }
.ctt_body .resources .txt_box textarea::-webkit-input-placeholder { color: #aaa; font-weight: 300; } 
.ctt_body .resources .txt_box textarea::-moz-placeholder { color: #aaa; font-weight: 300; }
.ctt_body .resources .txt_box textarea::-moz-placeholder { color: #aaa; font-weight: 300; }
.ctt_body .resources .txt_box textarea:first-child {  }

.ctt_body .resources .file_add { display:flex; align-items:center; margin-top: 26px; }
.ctt_body .resources .file_add .left { display:flex; flex-direction:column; }
.ctt_body .resources .file_add .left .file_box { display:flex; align-items:end; border:1px solid #898989; box-sizing:border-box; height:45px; position:relative; width:420px; margin-top: 19px; }
.ctt_body .resources .file_add .left .file_box:first-child { margin-top: 0; }
.ctt_body .resources .file_add .left .file_box .uname,
.ctt_body .resources .file_add .left .file_box label { height:100%; border: 0; box-sizing:border-box; }
.ctt_body .resources .file_add .left .file_box .uname { width:calc(100% - 123px); color:#aaa; padding-left: 10px; }
.ctt_body .resources .file_add .left .file_box label { display:inline-flex; width:123px; text-align: center; align-items:center; justify-content:center; background:#ccc; font-size:18px; color:#000; font-weight: 300; cursor:pointer; }
.ctt_body .resources .file_add .left .file_box .file { position:absolute; left:0; top:0; visibility:hidden; }

.ctt_body .resources .file_add .right { padding-left: 60px; box-sizing:border-box; }
.ctt_body .resources .file_add .right p,
.ctt_body .resources .file_add .right p a { font-size:20px; color:#000; line-height: 28px; font-weight: 300; }
.ctt_body .resources .file_add .right p { font-size:18px; }
.ctt_body .resources .file_add .right p:first-child { margin-bottom: 4px; }


/*.ctt_body .option .option_list { display:grid; grid-template-columns: repeat(auto-fit, minmax(202px, 1fr));grid-gap: 17px;}*/
.ctt_body .option .option_list { display:flex;flex-direction: row;flex-wrap: wrap;gap: 39px;}
.ctt_body .option .option_list li {display: flex;justify-content: center;box-sizing:border-box;}
.ctt_body .option .option_list li a {background:#f7f7f7; position:relative; display:block;}
.ctt_body .option .option_list li a .img {position: relative;display: inline-block;}
.ctt_body .option .option_list li a .img:after {display: block;content: ""; position: absolute;width: 100%;height: 100%; left: 0;top: 0;box-shadow: inset 0 -10px 10px -10px #ccc}
.ctt_body .option .option_list li a .txt_box { text-align: center; line-height: 28px; padding: 14px 0 8px; box-sizing:border-box; }
.ctt_body .option .option_list li.no_option a .txt_box {display: flex;justify-content: center;align-items: center;height: 78px;}
.ctt_body .option .option_list li a .txt_box .tit { font-size:17px; color:#000; font-weight: 500; }
.ctt_body .option .option_list li a .txt_box .txt { font-size:14px; color:#000; font-weight: 300; }
.ctt_body .option .option_list li a .txt_box .price { font-size:14px; color:#000; font-weight: 300; }
.ctt_body .option .option_list li a:after { content:""; display:block; width:100%; height:100%; position:absolute; left:0; top:0; border: 3px solid transparent; box-sizing:border-box; transition:all 0.3s; }

/* .ctt_body .option .option_list li a:hover:after { border-color:#fe3968; } */
.ctt_body .option .option_list li.active a:after { border-color:#fe3968; }


.ctt_body .item_txt .tit_box { margin-top: 62px; }
.ctt_body .item_txt .tit_box:first-child { margin-top: 0; }

.ctt_body .right_box { padding-bottom: 30px; }
.ctt_body .right_box .inner {display: flex;flex-direction: column;height: 100%; padding: 0 32px 32px;background:#000;border-radius:20px;}
.ctt_body .right_box #infobox {display: flex;flex-direction: column; height:calc(100% - 130px - 10px); box-sizing:border-box;flex:1; }
.ctt_body .right_box #infobox .info {flex: 1;overflow-y: auto;overflow-x: hidden}
.ctt_body .right_box #infobox .info::-webkit-scrollbar {display: none;}

.ctt_body .right_box .category_tab { display:flex; margin-left: -9px; padding: 48px 30px 0; box-sizing:border-box; }
.ctt_body .right_box .category_tab li { width:25%; flex-shrink:0; padding-left: 9px; box-sizing:border-box; }
.ctt_body .right_box .category_tab li a { display:flex; width:100%; height:36px; border-radius:5px; background:#363636; align-items:center; justify-content:center; text-align: center; font-size:16px; color:#969696; font-weight: 500; }
.ctt_body .right_box .category_tab li a.active { background:#ff3660; color:#fff; }
.ctt_body .right_box .reset {  }
.ctt_body .right_box .reset a { display:inline-flex; align-items:center; font-size:14px; color:#969696; font-weight: 500;  }
.ctt_body .right_box .reset img { margin-left: 7px; background:#363636; border-radius:50%; }
/* .ctt_body .right_box .scroll_inner { padding: 46px 55px; } */
.ctt_body .right_box .list { margin-top: 42px; padding: 0 0;}
.ctt_body .right_box .list li { display: flex;justify-content: space-between; align-items: center; margin-top: 30px; box-sizing:border-box; }
.ctt_body .right_box .list li:first-child { margin-top: 0; }
.ctt_body .right_box .list li:last-child {}
.ctt_body .right_box .list li > span { display:block; }
.ctt_body .right_box .list li .label { font-size: 16px; color:#aaa; }
.ctt_body .right_box .list li .value { font-size:16px; color:#fff;line-height: 1.6em;}
.ctt_body .right_box .list li .value a.open_memo_edit {background: #656565;color: #fff;font-size: 14px;padding: 5px 20px;border-radius: 5px}


.ctt_body .right_box #price_box {display: flex; flex-direction: row; justify-content: space-between; align-items: center; width:100%; background:#000; padding-top: 30px; padding-bottom: 30px; box-sizing:border-box; border-top: 2px solid #fff; }
.ctt_body .right_box #price_box .price { padding: 0 0; box-sizing:border-box; font-size:30px; color:#fff; font-weight: 400; }
/* .ctt_body .right_box #price_box:before {flex: 1;content:""; display: block; width:100%; height:2px; background:#fff; margin-bottom: 22px; } */
.ctt_body .right_box #price_box .price strong { font-weight: 600; }

.ctt_body .right_box #btn_box {}
.ctt_body .right_box #btn_box .btn_box {display:flex;flex-direction: column;flex-wrap: wrap;align-items:center;justify-content:end;}
.ctt_body .right_box #btn_box .btn_box a {display:inline-flex;align-items:center;justify-content:center;text-align:center;height:65px;font-size:20px;color:#fff;width:100%;}
.ctt_body .right_box #btn_box .btn_box .basket {background:#eee;color: #fe3968;order:3}
.ctt_body .right_box #btn_box .btn_box .order {background:#fe3968;order: 3;margin-top: 10px;}
.ctt_body .right_box #btn_box .btn_box .prev {background:#666;order: 2;}
.ctt_body .right_box #btn_box .btn_box .next {background:#fe3968;order: 2; margin-top: 10px;}


/* 샘플디자인 */
.card-list {
    display: grid;
/*     grid-auto-rows: 327px; */
	grid-template-columns: repeat(auto-fit, minmax(327px, 1fr));
    grid-gap: 49px;
    margin-top: 0;
}

.card {
	position: relative;
	width:327px;
    /*height: 337px;*/
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.card.active .overlay {
	display: flex;
}
.card .overlay h4.title {
	font-size: 30px;
	padding-bottom: 40px;
	font-weight: 400;
	color: #ffffff;
}
.card .overlay .buttons {
	display: flex;
}

.card .overlay .buttons a:first-child {
	order: 0;
}
.card .overlay .buttons a {
	order: 3;
}
.card .overlay .buttons:before {
	content: "";
	border: 1px solid rgba(255, 255, 255, 0.6);
	align-self: center;
	height: 52px;
	justify-content: center;
	order: 2;
}
.card .buttons {
    display: flex;
    gap: 10px;
}
.card a {
    padding: 10px;
    border: none;
    cursor: pointer;
    color: white;
    background-color: transparent;
}

/* 샘플 입력 창 */
.sample_input_wrapper {display: flex;flex-direction: row;flex-wrap: wrap;}
.sample_input_wrapper .si_container {width: 50%;}
.sample_input_wrapper .si_container.si_left {padding-right: 29.5px;}
.sample_input_wrapper .si_container.si_right {padding-left: 29.5px;}
.sample_input_wrapper .si_container h3 {font-size: 22px;font-weight: 700;margin-bottom: 30px;}
.sample_input_wrapper .si_container h3 small {font-size: 14px;font-weight: 400;margin-left: 22px;}
.sample_input_wrapper .si_container .si_it_name {text-align: center;font-size: 26px;font-weight: 900;margin-bottom: 28px;}
.sample_input_wrapper .si_container p {margin-bottom: 19px;line-height: 1.6em;}
.sample_input_wrapper .si_container textarea {width: 100%;border-color: #898989;padding: 20px;height: 150px;}
.sample_input_wrapper .si_container .first_only textarea {height: 300px;}
.sample_input_wrapper .si_container .si_input_first {margin-bottom: 15px;}
.sample_input_wrapper .si_container .si_input_back {margin-bottom: 32px;}
.sample_input_wrapper .si_buttons {width: 100%;text-align: center;display: flex;align-items: center;justify-content: center;margin-top: 50px;}
.sample_input_wrapper .si_buttons .si_btn {width: 183px;height: 65px;background: transparent;border: none;font-size: 20px;color: #fff;}
.sample_input_wrapper .si_buttons .si_btn_close {background-color: #666666;}
.sample_input_wrapper .si_buttons .si_btn_confirm {background-color: #ff3660;}

.ff_fileupload_wrap .ff_fileupload_dropzone {height: 80px !important; background-size: 50px 50px;}

/* 샘플 자세히 보기 */
.sample_detail_wrapper {padding: 0 !important;}
.sample_detail_wrapper h2 {font-size: 26px;}
.sample_detail_wrapper .sd_haeder {position: absolute;left: 0;right: 0;padding: 31px;display: flex;flex-direction: row;justify-content: space-between;align-items: center;z-index: 10;}
.sample_detail_wrapper .sd_haeder .sd_buttons {display: flex;flex-direction: row;justify-content: center;align-content: center;}
.sample_detail_wrapper .sd_haeder .sd_buttons:before {content: "";display: inline-block;width: 1px;height: 35px;background: url('/theme/print/img/sample_detail_div.png') no-repeat;order: 2;margin: 0 30px;}
.sample_detail_wrapper .sd_haeder button {border: none;background: transparent;}
.sample_detail_wrapper .sd_haeder button:nth-child(1) {order: 1;}
.sample_detail_wrapper .sd_haeder button:nth-child(2) {order: 3;}

.sample_detail_wrapper .sd_slider_controller {position: absolute;top: 50%;margin-top: -24px;width: 100%;display: flex;flex-direction: row;justify-content: space-between;padding: 0 30px;z-index: 20;}
.sample_detail_wrapper .sd_slider_controller button {background: transparent;border: none;}
.sample_detail_wrapper .sd_slider_controller button:after {display: none;}

.swiper-button-prev, .swiper-rtl .swiper-button-next {left: var(--swiper-navigation-sides-offset,30px) !important;}
.swiper-button-next, .swiper-rtl .swiper-button-prev {right: var(--swiper-navigation-sides-offset,30px) !important;}

.channel_wrap.fancybox-content { width:100%; max-width: 1000px; margin: 0 auto; padding: 0; }
.channel_wrap .scroll_inner {display: inline-flex;justify-content: center;align-items: center;width: 100%;padding-top: 60px;}
.channel_wrap .channel_box { background:#fee100; display:flex; align-items:center; justify-content:center; height:116px; }
.channel_wrap .channel_box .img { border-right: 1px solid #000; box-sizing:border-box; padding-right: 17px; }
.channel_wrap .channel_box .txt_box { font-size:16px; color:#000; line-height: 24px; padding-left: 18px; box-sizing:border-box; }
.channel_wrap .channel_box .txt_box span { background:#000; color:#fff; padding-left: 2px; padding-right: 3px; box-sizing:border-box; }
.channel_wrap .section01 { padding: 0 80px; box-sizing:border-box; }
.channel_wrap .tit_box { text-align: center; margin-top: 42px; padding-top: 44px; border-top: 1px solid #ccc; box-sizing:border-box; }
.channel_wrap .tit_box:first-child { border-top: 0; margin-top: 0; padding-top: 64px; }
.channel_wrap .tit_box .tit { font-size:26px; color:#000; font-weight: 600; }
.channel_wrap .tit_box .txt { font-size:22px; color:#000; font-weight: 500; margin: 10px 0 8px; }
.channel_wrap .tit_box .stxt { font-size:16px; color:#777; font-weight: 300; }
.channel_wrap .btn_box { margin-top: 68px; }
.channel_wrap .btn_box button {  }

