@charset "utf-8";

/* 초기화 */
html {}
body {margin:0;padding:0;font-family: "Roboto","NotoSansKR", sans-serif;font-weight: 400;background:#fff;color: #141414;}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em;font-family:"Roboto", "NotoSansKR", sans-serif}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}

ul, dl,dt,dd {margin:0;padding:0;list-style:none}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle;font-size:1em}
input, button {margin:0;padding:0;font-family:"Roboto", "NotoSansKR", sans-serif;font-size:1em}
input[type="submit"] {cursor:pointer}
button {cursor:pointer;border: none; background-color: transparent; }

.pg_current {color: #3EAAD8; border-bottom: 2px solid #3EAAD8;}

textarea, select {font-family:"Roboto", "NotoSansKR", sans-serif;font-size:1em}
select {margin:0}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a {color:#000;text-decoration:none;-webkit-tap-highlight-color : transparent !important;}

.ctt_admin {display:none;}

*, :after, :before {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
/* input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
} */
input[type="date"] { position: relative; }
input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

input, textarea {
/* -webkit-transition:all 0.30s ease-in-out;
-moz-transition:all 0.30s ease-in-out;
-ms-transition:all 0.30s ease-in-out;
-o-transition:all 0.30s ease-in-out; */
outline:none;
}

input:focus, textarea:focus,select:focus {
-webkit-box-shadow:none;
-moz-box-shadow: none;
box-shadow: none;
border: none;
outline: none;
}

.box-check { display: inline-block; } .box-check + .box-check { margin-left: 30px; } 
.box-check label { display: flex; align-items: center; position: relative; } 
.box-check label input[type=checkbox] { position: absolute; top: 0; left: 0; width: 0px; height: 0px; opacity: 0; } 
.box-check label em { display: block; position: relative; width: 20px; height: 20px; border: 1px solid #E0E0E0; border-radius: 2px; } 
.box-check label em:after { content: ""; position: absolute; top: 3px; left: 4px; width: 12px; height: 8px; border-left: 3px solid #E0E0E0; border-bottom: 3px solid #E0E0E0; border-radius: 1px; transform: rotate(-45deg); } 
.box-check label span { display: inline-block; margin-left: 8px; font-size: 14px;line-height: 21px;	color: #5F758C; } 
.box-check label input[type=checkbox]:checked + em { border-color: #0E2B5C; background-color: #0E2B5C } 
.box-check label input[type=checkbox]:checked + em:after { border-color: #fff; } 



select {
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
	background: url(/img/select.png) no-repeat 85% center; background-size: 12px;
	font-size: 15px;line-height: 22px;color: #0E2B5C;
	outline:  none; cursor: pointer;
}

:root {
	
	--box-shadow : 0px 0px 12px #C6E2FF;
}

.color_ong { color :#FF5C00; }
.color_blue { color : #3EAAD8;}

/*header*/
header { display: flex; align-items: center; justify-content: space-between; height: 80px; padding: 0 33px 0 28px; background-color: #fff; border-bottom: 1px solid #E3E7EB;; }
header {position:fixed; top:0; left:0; width:100%; z-index:999;}
header .logo img {max-width: 194px;}
header > nav {display: flex; align-items: center; justify-content:space-between; width:calc(100% - 280px);}
header > nav .nav a { position: relative; font-size: 15px; line-height: 22px; font-weight:400;}
header > nav .nav a.new::after {content: 'N'; position: absolute; top: -10px; right: -15px; width: 15px; height: 15px; display: inline-flex; align-items: center; justify-content: center; line-height: 1px; background-color: #ff5c00; font-size: 11px; font-weight: 500; border-radius: 50%; color: #fff; }
header > nav .nav a + a {margin-left: 42px;}
header > nav .btns {margin-left: 53px; display: flex; align-items: center; justify-content: center; }

header > nav .btns a {/*display: inline-flex; align-items: center; justify-content: center;*/ height: 36px; width: 92px; font-weight: 500;font-size: 13px; border-radius: 5px; /*line-height: 19px;*/ /*border: 1px solid #0E2B5C;*/}
header > nav .btns a.login {width:36px; height:36px; background:url(/img/gnb-ico-login.svg) center; margin-left: 12px;  }
header > nav .btns a.join {margin-left: 12px; margin-top:0px; display:flex; align-items:center; justify-content:center; 	border-radius: 5px; border: 1px solid #0E2B5C; font-size:14px; font-weight:500; line-height:0; color: #fff; background-color: #0E2B5C; margin-left: 12px;}

header > nav .btns a.logout {width:36px; height:36px; background:url(/img/gnb-ico-logout.svg) center; margin-left: 12px; }
header > nav .btns a.cart {width:36px; height:36px; background:url(/img/gnb-ico-cart.svg) center; margin-left: 12px;}
header > nav .btns a.mypage {width:36px; height:36px; background:url(/img/gnb-ico-mypage.svg) center; margin-left: 12px;}
header > nav .btns a.shop {margin-left: 12px; margin-top:0px; display:flex; align-items:center; justify-content:center; 	border-radius: 5px; border: 1px solid #0E2B5C; color:#0E2B5C; font-size:14px; font-weight:500; line-height:0;}


header > .mob_gnb {display:flex; align-items:center; jusity-content:flex-end;}
header > .mob_gnb a {height: 36px; width: 92px; font-weight: 500;font-size: 13px; border-radius: 5px; /*line-height: 19px;*/ /*border: 1px solid #0E2B5C;*/}
header > .mob_gnb a.login {width:36px; height:36px; background:url(/img/gnb-ico-login.svg) center; margin-left: 12px;  }
header > .mob_gnb a.join {margin-left: 12px; margin-top:0px; display:flex; align-items:center; justify-content:center; 	border-radius: 5px; border: 1px solid #0E2B5C; font-size:14px; font-weight:500; line-height:0; color: #fff; background-color: #0E2B5C; margin-left: 12px;}

header > .mob_gnb a.logout {width:36px; height:36px; background:url(/img/gnb-ico-logout.svg) center; margin-left: 0px; }
header > .mob_gnb a.cart {width:36px; height:36px; background:url(/img/gnb-ico-cart.svg) center; margin-left: 0px;}
header > .mob_gnb a.mypage {width:36px; height:36px; background:url(/img/gnb-ico-mypage.svg) center; margin-left: 0px;}

header > .mob_gnb {display:none;}


header > .mob_gnb .ham { display: none; position: relative; width: 26px; height: 20px; cursor: pointer; margin-left:10px;}
header > .mob_gnb .ham span:nth-of-type(1) {position: absolute; top: 0; left: 50%; transform: translateX(-50%);  width: 26px; height: 2px; background-color: #0E2B5C;}
header > .mob_gnb .ham span:nth-of-type(2) {position: absolute; top: 50%; left: 50%;; transform: translate(-50%,-50%); width: 26px; height: 2px; background-color: #0E2B5C;}
header > .mob_gnb .ham span:nth-of-type(3) {position: absolute; bottom: 0; left: 50%;transform: translateX(-50%); width: 26px; height: 2px; background-color: #0E2B5C;}
header > .mob_gnb .ham.on {}
header > .mob_gnb .ham.on span:nth-of-type(1) {top: 50%; left: 50%; transform: translate(-50%, -50%) rotate(45deg);}
header > .mob_gnb .ham.on span:nth-of-type(2) {display: none;}
header > .mob_gnb .ham.on span:nth-of-type(3) {bottom: 50%; left: 50%;transform:  translate(-50%, 50%) rotate(-45deg);}
header > nav .mo-show {display: none;}

.iq_con {position: fixed; top: 50%; right: 30px; transform: translateY(-50%); z-index: 2;}
.iq_con > a {display: block;}
.iq_con > a img {max-width: 76px;}

/*footer*/
footer {height: 180px; display: flex; justify-content:center; align-items: center;}
footer > .content {padding: 40px 15px ;}
footer > .content > .top {display: flex; align-items: center; justify-content: space-between;}
footer > .content > .top > a { display: inline-block; margin-bottom: 14px; font-weight: 500;font-size: 14px;line-height: 20px;color: #0E2B5C;}
footer > .content p {font-size: 13px;line-height: 160%;	color: #8895A3; word-break: keep-all;}
footer > .content > .top .box {}
footer > .content > .top .box a {display: inline-block; font-size: 14px;line-height: 20px;color: #5F758C;}
footer > .content > .top .box a + a {margin-left: 15px; }
 
#wrap { min-height: calc(100vh - 260px); padding-top: 130px; background-color: #F2F7FC;}
.shop-wrap { min-height: calc(100vh - 260px); padding-top: 50px; background-color: #F2F7FC;  width: 100%; max-width: 1160px; padding: 20px 20px 150px; margin: auto;}
.content {width: 100%; max-width: 1160px; padding: 0px 20px 150px; margin: auto;}
.content02 {width: 100%; max-width: 750px; padding: 0px 20px 150px; margin: auto;}

.title {text-align: center; /*margin-bottom: 40px;**/}
.title > strong { display: block; margin-bottom: 11px; font-weight: 500;font-size: 32px;line-height: 46px;color: #0E2B5C;}
.title > p {font-weight: 400;font-size: 15px;line-height: 160%;color: #8895A3;word-break: keep-all;}

.submit a {display:flex; align-items: center; justify-content: center; margin: 40px auto 0; width: 230px;height: 52px;font-weight: 500;font-size: 16px;line-height: 23px;color: #FFFFFF;background: #0E2B5C;border-radius: 5px;}

.title-box {text-align: center;}
.title-box p {margin-bottom: 8px; font-family: 'Rajdhani', sans-serif;font-weight: 600; font-size: 18px; line-height: 23px; color: #8895A3;}
.title-box strong {font-family: 'Rajdhani', sans-serif;font-weight: 700; font-size: 48px; line-height: 71px; color: #0E2B5C; }

#index {}
#index > .visual { position: relative; width: 100%; padding-top: 70px; text-align: center; overflow: hidden; background: url(/img/main-bg.jpg) no-repeat bottom center; background-size: cover;} 
#index > .visual::before {position: absolute; content: ""; top: 0px; left: 0; width: 100%; height: 100%; background: url(/img/main_visual.png) no-repeat bottom center; background-size: cover;}
#index > .visual strong {font-family: 'Rajdhani', sans-serif;font-weight: 700; font-size: 70px; line-height: 160%; color: #FFFFFF;}
#index > .visual .btns {margin: 5px 0 80px;}
#index > .visual .btns a { display: inline-flex;font-size: 15px; line-height: 22px; color: #BAD7E9;}
#index > .visual .btns a + a {margin-left: 30px;}
#index > .visual img {max-width: 952px; width: 90%;} 

#index > .solution { padding: 68px 20px 115px; background-color: #fff;}
#index > .solution .sol-wrap {display: flex; align-items: center; justify-content: center; max-width: 1144px; margin: 60px auto 0;}
#index > .solution .sol-wrap > .imgbox {position: relative; display: flex; align-items: center; justify-content: center; text-align: center; width: 482px; height: 481px; border: 62px solid #207ACE; box-shadow: 20px 9px 1px #F2F2F2, inset 18px 12px 1px #f2f2f2 ; border-radius: 50%;}
#index > .solution .sol-wrap > .imgbox > div { display: none;}
#index > .solution .sol-wrap > .imgbox > div.on {display: block;}
#index > .solution .sol-wrap > .imgbox > div img {}
#index > .solution .sol-wrap > .imgbox > div p {font-family: 'Rajdhani', sans-serif;font-weight: 700; font-size: 42px;line-height: 54px; color: #3E8ED8;}

#index > .solution .sol-wrap .tab-box {margin-left: 72px; width: 100%; max-width: 344px;}
#index > .solution .sol-wrap .tab-box a {display: flex; align-items: center; padding: 26px 0; font-weight: 500; font-size: 18px; color: #C0C7CE; line-height: 27px; border-bottom: 1px solid #E3E7EB;}
#index > .solution .sol-wrap .tab-box a span {display: inline-flex; margin-right: 30px; font-weight: 700; font-size: 40px; line-height: 47px; color: #C0C7CE;}
#index > .solution .sol-wrap .tab-box a + a {}
#index > .solution .sol-wrap .tab-box a.on {color: #0E2B5C; }
#index > .solution .sol-wrap .tab-box a.on span { color: #207ACE;}

#index > .software {padding: 115px 0px 0;}
#index > .software .scroll {padding: 0px 20px 115px; overflow-x: auto;}
#index > .software .soft { display: flex; align-items: center; justify-content: space-between; max-width: 1144px; min-width: 1140px; margin: 60px auto 0;}
#index > .software .soft .left {  width: 555px; }
#index > .software .soft .left > p {padding-top: 17px; font-weight: 500; text-align: center;  font-size: 22px; line-height: 33px; color: #3E8ED8;}
#index > .software .soft .left .soft-wrap {display: flex; align-items: center; justify-content: space-between; height: 382px;border-bottom: 1px solid #3E8ED8;padding: 110px 36px 125px;}
#index > .software .soft .left .soft-wrap > div {position: relative; display: flex; align-items: center; justify-content: center; width: 180px; height: 180px; background: #3E8ED8; text-align: center; border-radius: 50%;}
#index > .software .soft .left .soft-wrap > div::after {content: ""; position: absolute; top: -18px; left: -18px; width: 217px; height: 217px; background-color: #3E8ED840; border-radius: 50%;}
#index > .software .soft .left .soft-wrap > div::before {content: ""; position: absolute; top: -36px; left: -36px; width: 255px; height: 255px; background-color: #3E8ED810; border-radius: 50%;}
#index > .software .soft .left .soft-wrap > div img {}
#index > .software .soft .left .soft-wrap > div p {display: block; width: 100%; margin-top: 14px;font-weight: 500; font-size: 18px; line-height: 27px; color: #FFFFFF;}
#index > .software .soft .left .soft-wrap > div > div {z-index: 3;}
#index > .software .soft .left .soft-wrap > div span.arr {position: absolute; top: 50%; transform: translateY(-50%);  border: 2px dashed #3E8ED8; }
#index > .software .soft .left .soft-wrap > div span.arr::after {content: ""; position: absolute; top: 50%; right: 0px; transform: translateY(-50%) rotate(45deg); width: 70px; height: 70px; border-right: 1px solid #3E8ED8; border-top: 1px solid #3E8ED8; background: linear-gradient(225deg, #3E8ED8 -57.14%, rgba(62, 142, 216, 0) 54.73%); }
#index > .software .soft .left .soft-wrap > div span.arr::before {content: ""; position: absolute; bottom: 50%; transform: translateY(50%); left: -3px; width: 12px;height: 12px; border-radius: 50%; background: #3E8ED8; border: 2px solid #FFFFFF; }

#index > .software .soft .left .soft-wrap > div.box1 span.arr {width: 100px; right: -95px;}
#index > .software .soft .left .soft-wrap > div.box2 span.arr {width: 257px; right: -250px;}

#index > .software .soft .right {width: 367px;}
#index > .software .soft .right > p {padding-top: 17px; font-weight: 500; text-align: center;  font-size: 22px; line-height: 33px; color: #3E8ED8;}
#index > .software .soft .right .soft-wrap {display: flex; align-items: center; justify-content: space-between;border-bottom: 1px solid #3E8ED8;padding: 0 5px 36px;}
#index > .software .soft .right .soft-wrap .conbox {position: relative; width: 100%; height: 355px;}
#index > .software .soft .right .soft-wrap .conbox span {position: absolute; display: inline-flex; align-items: center; justify-content: center; width: 183px; height: 183px; border-radius: 50%; font-weight: 500; font-size: 18px; line-height: 27px;  color: #3E8ED8;background: #FFFFFF60; border: 1px solid #3E8ED8;}
/*#index > .software .soft .right .soft-wrap .conbox span:nth-of-type(1) {top: 0; left: 0;}
#index > .software .soft .right .soft-wrap .conbox span:nth-of-type(2) {top: 0; right: 0;}*/

#index > .software .soft .right .soft-wrap .conbox span:nth-of-type(1) {top: 50%; left: 0; transform:translateY(-45%)}
#index > .software .soft .right .soft-wrap .conbox span:nth-of-type(2) {top: 50%; right: 0; transform:translateY(-45%)}

#index > .software .soft .right .soft-wrap .conbox span:nth-of-type(3) {bottom: 0; left: 0;}
#index > .software .soft .right .soft-wrap .conbox span:nth-of-type(4) {bottom: 0; right: 0;}
#index > .software .soft .right .soft-wrap .conbox span::after {content: ""; position: absolute; top: -6px; left: -6px; width: 193px; height: 193px; border: 5px solid #3E8ED880; border-radius: 50%;}

#index > .hardware {background-color: #fff; padding: 115px 20px 0;}
#index > .hardware .scroll {overflow-x: auto; padding-bottom: 115px;}
#index > .hardware .hard-wrap {position: relative; display: flex; align-items: center; justify-content: space-between; max-width: 1144px; min-width: 1140px; margin: 60px auto 0;}

#index > .hardware .hard-wrap .left {}
#index > .hardware .hard-wrap div  {position: relative; text-align: center; }
#index > .hardware .hard-wrap .left > div:nth-of-type(1) {}
#index > .hardware .hard-wrap .left > div:nth-of-type(2) {margin-top: 66px;}
#index > .hardware .hard-wrap div p { position: absolute; top: 50%;left: 50%; transform: translate(-50%,-50%); width: 100%; font-size: 18px; line-height: 27px; color: #FFFFFF;}

#index > .hardware .hard-wrap div.posi {position: absolute; z-index: 0;}
#index > .hardware .hard-wrap div.posi p {position: absolute; left: 50%; transform: translateX(-50%); display: inline-flex; align-items: center; justify-content: center; padding: 8px 4px; background: #3E8ED840; border-radius: 35px;}
#index > .hardware .hard-wrap div.posi p span {display: inline-flex; align-items: center; justify-content: center; min-width: 120px; padding: 12px 20px; white-space: nowrap; font-weight: 500; font-size: 16px; line-height: 24px; color: #FFFFFF;background: #3E8ED8; border-radius: 30px;}

#index > .hardware .hard-wrap div.posi::after {content: ""; position: absolute;background: #3E8ED8; border: 1px solid #FFFFFF;width: 10px; height: 10px; border-radius: 50%; }

#index > .hardware .hard-wrap div.posi.po_01::after { top: -6px; left: 0px;}
#index > .hardware .hard-wrap div.posi.po_02::after { bottom: -6px; left: 3px;background: #0E2B5C;}
#index > .hardware .hard-wrap div.posi.po_03::after { top: -6px; left: -2px;}

#index > .hardware .hard-wrap div.posi.po_01 {width: 254px; top: 17%; height: 64px; left: 22.2%; border-top: 2px solid #3E8ED8; border-right: 2px solid #3E8ED8; border-radius: 0  20px 0 0;}
#index > .hardware .hard-wrap div.posi.po_02 { width: 254px; bottom: 17%; height: 67px; left: 22%; border-bottom: 2px solid #0E2B5C; border-right: 2px solid #0E2B5C; border-radius: 0 0 20px;}
#index > .hardware .hard-wrap div.posi.po_03 { width: 185px; top: 49%; right: 22.6%; border-top: 2px solid #3E8ED8;}

#index > .hardware .hard-wrap div.posi.po_01 p {top: -33px; width: 150px;}
#index > .hardware .hard-wrap div.posi.po_02 p {width: 150px;}
#index > .hardware .hard-wrap div.posi.po_03 p {top: -42px; width: 140px;}

#index > .contact {padding: 115px 20px;}
#index > .contact .us-wrap {max-width: 1104px; display: flex; margin: 32px auto 0; background-color: #fff; padding: 20px;}
#index > .contact .us-wrap > div { width: 50%; text-align: center; }
#index > .contact .us-wrap > div + div {border-left: 1px solid #E3E7EB;}
#index > .contact .us-wrap > div p {margin-bottom: 13px; font-weight: 500; font-size: 18px; line-height: 27px; color: #0E2B5C;}
#index > .contact .us-wrap > div a {font-weight: 600; font-size: 32px; line-height: 41px; color: #3E8ED8;font-family: 'Rajdhani', sans-serif;}


@media (max-width:900px) {
    #index > .solution .sol-wrap {flex-wrap: wrap;}
    #index > .solution .sol-wrap .tab-box {margin: 15px 0 0; width: 100%; max-width: 400px;}

    .iq_con {position: fixed; top: auto; bottom: 8%; right: 5px; transform: translateY(0%);}
}
@media (max-width:700px) {
    #index > .contact .us-wrap {flex-wrap: wrap;padding: 0 20px;}
    #index > .contact .us-wrap > div { width: 100%; padding: 20px 0; }
    #index > .contact .us-wrap > div + div {border-left: none; border-top: 1px solid #E3E7EB;}
    #index > .contact .us-wrap > div p {margin-bottom: 0px; font-size: 16px; }
    #index > .contact .us-wrap > div a {font-size: 24px; }

	.shop-wrap .shop-cont .main_shop_tab ul li.total {width:260px;}
}
@media (max-width: 600px) {
    #index > .visual {height: 650px;}
    #index > .visual strong {font-size: 58px;}
    #index > .visual .btns {}
    #index > .visual .btns a {width: 60%;}
    #index > .visual .btns a + a {margin: 10px 0 0;}

    .title-box p {font-size: 16px;}
    .title-box strong {font-size: 28px;}
    #index > .solution .sol-wrap > .imgbox {width: 300px; height: 300px;border: 46px solid #207ACE;}
    #index > .solution .sol-wrap > .imgbox > div p {font-size: 24px;}
    #index > .solution .sol-wrap > .imgbox > div img {width: 60%;}

    .iq_con > a img {max-width: 60px;}
}




.progress { position: fixed; top: 0; left: 0; width: 100%; height: 100vh; background-color: rgba(0, 0, 0, .15); z-index: 889;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.progress__ring {
    margin-bottom: 12px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 3px solid #FFFFFF;
    border-top-color: #4463B3;
    box-sizing: border-box;
    animation: spin 1s infinite linear;
}

@keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  





/*main*/
#main {/*padding-top: 60px;*/}
#main.content {/*padding-bottom:80px;*/}
#main > .top { display: flex; align-items: center; justify-content: space-between; padding: 28px 38px; background-color: #fff; border-radius: 10px; margin-bottom:68px;}
#main > .top > .info-con {}
#main > .top > .info-con > div {}
#main > .top > .info-con > div strong {display: inline-block; margin-right: 17px;font-weight: 700;font-size: 20px;line-height: 23px;color: #0E2B5C;}
#main > .top > .info-con > div span {display: inline-block; padding: 5px 10px; background: #F2F7FC; border-radius: 5px; font-size: 13px;line-height: 19px;color: #0E2B5C;}
#main > .top > .info-con > div p { display: inline-block; margin-top: 28px; font-size: 15px;line-height: 18px;color: #5F758C;}
#main > .top > .info-con > div p small {display: inline-block; margin-right: 5px;font-weight: 700;}
#main > .top > .info-con > div p + p {margin-left: 30px;}
#main > .top > .btns {display: block; width: 111px;}
#main > .top > .btns a { display: flex; align-items: center; justify-content: center; width: 100%; height: 36px; font-weight: 400;font-size: 13px;line-height: 19px;border-radius: 5px; border: 1px solid #3EAAD8;}
#main > .top > .btns a.info-cg {color: #FFFFFF;background: #3EAAD8;}
#main > .top > .btns a.pay {color: #3EAAD8;background-color: #fff;}
#main > .top > .btns a + a {margin-top: 12px;}

#main > .con-wrap {/*margin-top: 25px;*/ width: 100%;}
#main > .con-wrap > p {font-weight: 400;font-size: 15px;line-height: 22px;}
#main > .con-wrap > p.license_num {font-weight:500; color:#141414; }
#main > .con-wrap > p span {color: #8895A3;}
#main > .con-wrap .conBox {margin-top: 16px;}
#main > .con-wrap .conBox.nonService { padding: 48px 15px; text-align: center; background: #FFFFFF;box-shadow:var(--box-shadow);border-radius: 10px;}
#main > .con-wrap .conBox.nonService > strong {font-weight: 500;font-size: 18px;line-height: 26px;}
#main > .con-wrap .conBox.nonService > p { display: block; margin: 21px auto 27px; font-size: 15px; word-break: keep-all; line-height: 160%;color: #8895A3;}
#main > .con-wrap .conBox.nonService > a {padding: 10px 20px;font-weight: 500;font-size: 16px;line-height: 23px;color: #FFFFFF;background: #0E2B5C;border-radius: 5px;}

#main > .con-wrap .conBox.listService {}
#main > .con-wrap .conBox.listService .row { display: flex; align-items: center; min-height: 104px; padding: 10px 62px; background: #FFFFFF;box-shadow:var(--box-shadow);border-radius: 10px;}
#main > .con-wrap .conBox.listService .row + .row {margin-top: 20px;}
#main > .con-wrap .conBox.listService .row .col {}
#main > .con-wrap .conBox.listService .row .col.had {display: flex; align-items: center;justify-content: space-between; width: 35%; min-width: 330px; font-weight: 400;font-size: 15px;line-height: 18px;color: #0E2B5C;}
#main > .con-wrap .conBox.listService .row .col.had span {}
#main > .con-wrap .conBox.listService .row .col.had > div {}
#main > .con-wrap .conBox.listService .row .col.had > div > strong {display: block;margin-bottom: 6px; font-family: 'Roboto';font-weight: 500; font-size: 15px; line-height: 18px;color: #0E2B5C;}
#main > .con-wrap .conBox.listService .row .col.had > div p {font-family: 'Roboto'; font-weight: 400; font-size: 15px; line-height: 18px; color: #5F758C;}
#main > .con-wrap .conBox.listService .row .col.had > div p + p {margin-top: 6px;}
#main > .con-wrap .conBox.listService .row .col.had small { display: inline-block; margin-left: 22px; font-size: 13px;line-height: 19px;color: #0E2B5C;background: #F2F7FC;border-radius: 5px;padding: 5px 10px;}
#main > .con-wrap .conBox.listService .row .col.info { padding-left: 40px; flex-grow: 1;font-weight: 400;font-size: 15px;line-height: 18px;color: #8895A3;}
#main > .con-wrap .conBox.listService .row .col.info span {}
#main > .con-wrap .conBox.listService .row .col.info small { display: inline-block; margin-left: 11px; font-size: 13px;line-height: 19px;}
#main > .con-wrap .conBox.listService .row .col.btn {}
#main > .con-wrap .conBox.listService .row .col.btn a { display: inline-flex; align-items: center; justify-content: center; width: 112px; height: 36px; font-size: 13px;line-height: 19px;border: 1px solid #0E2B5C;border-radius: 5px;color: #0E2B5C;}
#main > .con-wrap .conBox.listService .row .col.btn a + a {margin-left: 14px;}


#main .my_tab {width:100%; margin-bottom:20px; }
#main .my_tab ul {width:100%; border-bottom:solid 1px #0E2B5C; display:flex; align-items:center; justify-content:flex-start; }
#main .my_tab ul li {width:240px; height:48px; padding:6px 22px; display:flex; align-items:center; justify-content:center; border-radius:5px 5px 0 0; border: 1px solid #E3E7EB; border-bottom:solid 1px #0E2B5C;  margin-bottom:-1px;}
#main .my_tab ul li a {font-size:14px; color:#5F758C; display:flex; align-items:center; justify-content:center; width:100%; height:100%; }
#main .my_tab ul li + li {margin-left:10px;}

#main .my_tab ul:has(li:hover) li.on {border: 1px solid #E3E7EB; border-bottom:solid 1px #0E2B5C;}
#main .my_tab ul:has(li:hover) li.on a {color:#5F758C;}

#main .my_tab ul li.on,
#main .my_tab ul li:hover,
#main .my_tab ul:has(li:hover) li:hover {border-top:solid 1px #0E2B5C; border-left:solid 1px #0E2B5C; border-right:solid 1px #0E2B5C; border-bottom:solid 1px #F2F7FC;}
#main .my_tab ul li.on a,
#main .my_tab ul li:hover a,
#main .my_tab ul:has(li:hover) li:hover a {color:#0E2B5C; }

#main #order_list .orderstatelist {width:100%; padding:26px; background:#FAFAFA; border-radius:10px; margin-bottom:34px; }
#main #order_list .orderstatelist ul {width:100%; display:flex; align-items:center; justify-content:center; gap:50px; }
#main #order_list .orderstatelist ul li {font-size:16px; font-weight:400; color:#0E2B5C;}
#main #order_list .orderstatelist ul li span {color:#3EAAD8;}

#main #order_list .subtit {display:none;}

#main #order_list .btn_more,
#main #report_quick .btn_more {width:100%; max-width:230px; height:52px; border-radius:5px; background:#0E2B5C; margin:0 auto 85px;}
#main #order_list .btn_more a,
#main #report_quick .btn_more a {width:100%; height:100%; display:flex; align-items:center; justify-content:center; color:#fff; font-size:16px; font-weight:500; }
#main #order_list .btn_more a::before,
#main #report_quick .btn_more a::before {display:block; width:24px; height:24px; content:""; margin-right:3px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M3.75 12H20.25' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 3.75V20.25' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center; background-size: contain; }

#main #order_list .pg_wrap.ajax-paging {display:none;}

#main #lisence_list .license_tab_box {display:flex; align-items:center; justify-content:space-between; padding-bottom:22px; margin-bottom:35px; border-bottom:solid 1px #E3E7EB;}
#main #lisence_list #history .license_tab_box {justify-content:flex-end; margin-bottom:8px;}
#main #lisence_list .license_tab_box .license_num {font-size:15px; font-weight:500; color:#141414;}
#main #lisence_list .license_tab_box .license_num span {font-size:15px; font-weight:500; color:#8895A3;}

#main #lisence_list .license_tab_box ul.btns_lisence_tabs {display:flex; align-items:center; gap:10px;}
#main #lisence_list .license_tab_box ul.btns_lisence_tabs li a,
#main #lisence_list .license_tab_box ul.btns_lisence_tabs:has(li:hover) li a { display:flex; padding:12px 22px 9px; justify-content: center; align-items: center; border-radius: 5px; border: 1px solid #E3E7EB; background: #FFF; font-size:14px; color:#8895A3; font-weight:400;}
#main #lisence_list .license_tab_box ul.btns_lisence_tabs li:hover a,
#main #lisence_list .license_tab_box ul.btns_lisence_tabs:has(li:hover) li:hover a,
#main #lisence_list .license_tab_box ul.btns_lisence_tabs li.on a {background: #0E2B5C; color:#fff; }


#main #lisence_list #history {display:none;}


@media (max-width:720px) {
	#main #order_list .orderstatelist {padding:20px;}
	#main #order_list .orderstatelist ul {gap:18px;}
	#main #order_list .orderstatelist ul li {font-size:13px; text-align:center;}
	#main #order_list .orderstatelist ul li span {display:block; padding-top:3px;}
	#orderinquiryList ul li.row {padding:15px; }
}


@media (max-width:600px) {
	#main #lisence_list .license_tab_box {flex-wrap:wrap;}
	#main #lisence_list .license_tab_box .license_num {width:100%; margin-bottom:8px; display:none;}
	#main #lisence_list .license_tab_box .btns_lisence_tab {width:100%;}
	#main #lisence_list .license_tab_box ul.btns_lisence_tabs {width:100%;}
	#main #lisence_list .license_tab_box ul.btns_lisence_tabs li {width:100%;}
	#main #lisence_list .license_tab_box ul.btns_lisence_tabs li a {width:100%;}


	#main #order_list .btn_more, #main #report_quick .btn_more {width:130px; height:40px;}
	#main #order_list .btn_more a, #main #report_quick .btn_more a {font-size:15px; line-height:0;}
	#main #order_list .btn_more a::before, #main #report_quick .btn_more a::before {width:18px; height:18px;}
}

/*라이선스 구매*/
#payment {}
#payment .inner {padding: 25px 70px; background-color: #fff; box-shadow: var(--box-shadow); border-radius: 10px;}
#payment .inner > ul {}
#payment .inner > ul li {display: flex; justify-content: center; align-items: center; padding: 25px 0;}
#payment .inner > ul li + li {border-top: 1px solid #E3E7EB;}
#payment .inner > ul li > p { flex-grow: 1; font-weight: 500;font-size: 15px;line-height: 22px;color: #0E2B5C;}
#payment .inner > ul li > p > span { display: inline-block; margin-left: 13px; font-weight: 300;font-size: 13px;line-height: 19px;letter-spacing: -0.04em;color: #8895A3;}
#payment .inner > ul li > span {font-weight: 500; font-size: 15px;line-height: 22px;color: #8895A3;}

#payment .detail { display:none; margin-top: 20px; padding: 25px 70px 10px 70px; background-color: #fff; box-shadow: var(--box-shadow); border-radius: 10px;}
#payment .detail > ul li {display: flex; justify-content: center; align-items: center; padding: 25px 0;}
#payment .detail > ul li > div {width:100%; justify-content: center; align-items: center; padding: 9px 0;}
#payment .detail > ul li + li { display:block; border-top: 1px solid #E3E7EB;}
#payment .detail > ul li > p { display:flex; flex-grow: 1; font-weight: 500; font-size: 15px;line-height: 22px;color: #0E2B5C;}
#payment .detail > ul li > div > p { display:flex; flex-grow: 1; font-weight: 500; font-size: 15px;line-height: 22px;color: #0E2B5C;}
#payment .detail > ul li > div > p > span { flex-grow:1; display: inline-block; margin-left: 13px; font-weight: 400;font-size: 15px;line-height: 19px;letter-spacing: -0.04em;color: #8895A3;}
#payment .detail > ul li + li > div > p { font-weight:700;}
#payment .detail > ul li > span {font-weight: 500;font-size: 15px;line-height: 22px;color: #8895A3;}

#payment .total { margin-top: 20px; padding: 35px 70px; background: #FFFFFF;border: 2px solid #0E2B5C;box-shadow: 0px 0px 12px #C6E2FF;border-radius: 10px;}
#payment .total > div {display:flex; align-items: center; justify-content: space-between;font-weight: 700;font-size: 15px;line-height: 22px;color: #0E2B5C;}
#payment .total > div.light-txt { margin-bottom: 16px; font-weight: 400;}
#payment .total > p {}
#payment .total > span {}
#payment .total > div em { font-style: normal; }

#payment .inner > ul li.padTop {align-items: baseline;}
#payment .inner > ul li.padTop > p {padding-top: 15px;} 
#payment .inner > ul li > .btn-box {text-align: right;}
#payment .inner > ul li > .btn-box button {display:inline-flex; align-items: center; justify-content: center;width: 200px;height: 48px;font-weight: 500;font-size: 14px;line-height: 20px;color: #8895A3;background: #FFFFFF;border: 1px solid #E3E7EB;border-radius: 5px;}
#payment .inner > ul li > .btn-box button.on {background: #3EAAD8; border-color: #3EAAD8; color: #fff;}
#payment .inner > ul li > .btn-box button + button {margin-left: 10px;}
#payment .inner > ul li > .btn-box p {margin-top: 16px; font-weight: 300;font-size: 13px;line-height: 19px;letter-spacing: -0.04em; word-break: keep-all; color: #8895A3;}
#payment .inner > ul li > .select-box {}
#payment .inner > ul li > .select-box select {width: 105px; height: 40px; padding-left: 22px; border: 1px solid #D7DCE1;border-radius: 5px;}
#payment .inner > ul li > .select-box select[name='select_sw'] {width:158px;}

#payment .inner > ul li.dn { justify-content: space-between; }
#payment .inner > ul li.dn p { flex: none; }

#payment .agr-wrap { margin-top: 20px; padding: 50px 70px; background-color: #fff; box-shadow: var(--box-shadow); border-radius: 10px; }
#payment .agr-wrap .top { border-top: 1px solid  #0E2B5C; padding: 19px 0;}
#payment .agr-wrap .top .box-check span {color: #0E2B5C;font-weight: 500;}
#payment .agr-wrap .inner { padding: 19px 0; border-top: 1px solid #E3E7EB; border-bottom: 1px solid #E3E7EB; border-radius: 0; box-shadow: none;}
#payment .agr-wrap .inner .list {display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap;}
#payment .agr-wrap .inner .list a {font-size: 13px;line-height: 19px;color: #8895A3;}
#payment .agr-wrap .inner .list + .list {margin-top: 19px;}

#payment > .payBack {text-align: center;}
#payment > .payBack a { display: block;  padding: 50px 0 24px; margin-bottom: 25px; font-weight: 500;font-size: 14px;line-height: 20px;	border-bottom: 1px solid #E3E7EB;color: #0E2B5C;}
#payment > .payBack p {font-size: 14px;line-height: 20px;color: #5F758C; word-break: keep-all;}

.tab02 {display: none;}

.pay-way .btn-box .box-row { display: flex; }
#payment .box-radio + .box-radio { margin-left: 12px; }
#payment .box-radio label { position: relative; }
#payment .box-radio label input[type=radio] { position: absolute; top: 0; left: 0; width: 0; height: 0; opacity: 0; }
#payment .box-radio label input[type=radio] + span { display: flex; align-items: center; justify-content: center; width: 200px; height: 48px; font-weight: 500; font-size: 14px; line-height: 20px; color: #8895A3; background: #FFFFFF; border: 1px solid #E3E7EB; border-radius: 5px; }
#payment .box-radio label input[type=radio]:checked + span { background: #3EAAD8; border-color: #3EAAD8; color: #fff; }



/*개인정보처리*/
#ctt {padding: 0 20px 200px;}
#ctt .header {display: flex; align-items: center; justify-content: center; height: auto; padding: 0; background-color: transparent; border-bottom: none;}
#ctt .header h1 {margin-bottom: 11px; font-weight: 500;font-size: 32px;line-height: 46px;color: #0E2B5C;}
#ctt #ctt_con { overflow-y: auto; margin: 39px auto 0; width: 100%; max-width: 1160px; padding: 45px; height: 700px; background: #FFFFFF; box-shadow: 0px 0px 12px #C6E2FF; border-radius: 10px;  }
#ctt #ctt_con p {font-family: "Roboto","NotoSansKR", sans-serif !important;font-weight: 400;text-align: left; font-size: 15px; line-height: 160%; color: #5F758C !important;}


/*결제내역*/
#main #history {}
#main #history .top {margin-top: 40px; display: flex; align-items: center; justify-content: space-between;}
#main #history .top strong {font-weight: 700;font-size: 24px;line-height: 36px;color: #0E2B5C;}
#main #history .top .date-box {}
#main #history .top .date-box input[type="date" ] {display: inline-flex;padding:0 14px ; width: 153px;height: 40px;background: #fff url(/img/CalendarBlank.png) no-repeat 95% center; border: 1px solid #D7DCE1;background-size: 24px; border-radius: 5px;font-weight: 400;font-size: 14px;line-height: 16px;color: #5F758C;}
#main #history .top .date-box input[type="date"] + input[type="date"] {position: relative;margin-left: 16px; overflow: inherit; }
#main #history .top .date-box input[type="date"] + input[type="date"]::after {content: ""; position: absolute;top: 50%; transform: translateY(-50%); left: -13px; width: 6px; height: 1px; background: #0E2B5C;}
#main #history .top .date-box input[type='submit'] {display: inline-flex;padding:0 14px ; width: 56px;height: 40px;font-weight: 500;font-size: 13px;background: #FFFFFF;border: 1px solid #3EAAD8;border-radius: 5px;line-height: 19px;color: #3EAAD8;}

#main #history .ul-wrap {/* margin-top: 40px;*/}
#main #history .ul-wrap ul {min-width: 900px;}
#main #history .ul-wrap ul li {display: flex; align-items: center; justify-content: space-between; padding: 20px 0;}
#main #history .ul-wrap ul li p {text-align: center;}
#main #history .ul-wrap ul li.list {display: flex; align-items: center; justify-content: space-between; padding: 20px 0;background: #FFFFFF;box-shadow: 0px 0px 12px #C6E2FF;border-radius: 10px; min-height:89px;}
#main #history .ul-wrap ul li.list.empty { justify-content: center; }
#main #history .ul-wrap ul li.list p {font-weight: 400;font-size: 15px;line-height: 18px;}
#main #history .ul-wrap ul li.list p.non {color: #FF5C00;}
#main #history .ul-wrap ul li.list p.comp {color:#3EAAD8; }
#main #history .ul-wrap ul li.list + .list {margin-top: 20px;}
#main #history .ul-wrap ul li.had {}
#main #history .ul-wrap ul li.had p {font-weight: 500;font-size: 15px;line-height: 22px;color: #0E2B5C;}


#main #history .ul-wrap ul li .info-1 {width: 15%;color: #0E2B5C;}
#main #history .ul-wrap ul li .info-2 {width: 15%;color: #5F758C;}
#main #history .ul-wrap ul li .info-3 {width: 10%;color: #5F758C;}
#main #history .ul-wrap ul li .info-4 {width: 10%;color: #5F758C;}
#main #history .ul-wrap ul li .info-5 {width: 10%;color: #5F758C;}
#main #history .ul-wrap ul li .info-6 {width: 10%;color: #3EAAD8;}
#main #history .ul-wrap ul li .info-7 {width: 15%;}
#main #history .ul-wrap ul li .info-8 {width: 15%;color: #5F758C;}

#main #history .ul-wrap ul li .info-7 a {display: flex; align-items: center; justify-content: center; margin: auto; width: 100px; height: 36px;font-size: 13px;line-height: 19px; border: 1px solid #0E2B5C;border-radius: 5px;color: #0E2B5C;}

#main #history .ul-wrap ul li .info-6 .mob_settle_case {display:none;}

.page-wrap {display: flex; align-items: center; justify-content: center; margin-top: 55px;}
.page-wrap a.num {font-weight: 400;font-size: 16px;line-height: 19px;letter-spacing: 0.03em;margin: 0 17px;color: #8895A3;}
.page-wrap a.num.on {color: #3EAAD8; border-bottom: 2px solid #3EAAD8;}
.page-wrap a.btn {}
.page-wrap a.btn img {height: 38px;}
.page-wrap a.btn + .num {margin-left: 35px;}
.page-wrap a.num + .btn {margin-left: 25px;}


/**/
.popup.on {opacity: 1; pointer-events: auto;}
.popup {position: fixed; top: 0; left: 0; width: 100%; height: 100vh; background: #00000060; z-index: 9999999; opacity: 0; pointer-events: none; }
.popup .inner { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);background: #FFFFFF; width: 95%; max-width: 550px; padding: 30px 15px 40px; border-radius: 10px; text-align: center; }
.popup .inner > p {display: block; margin-bottom: 30px; font-weight: 600; font-size: 24px; line-height: 36px; color: #0E2B5C;} 
.popup .inner > span {font-weight: 400; font-size: 15px; line-height: 160%;  color: #5F758C;word-break: keep-all; } 
.popup .inner > span small {color: #3EAAD8;font-weight: 400; font-size: 15px;} 
.popup .inner > .btns {display: flex;justify-content: center; margin-top: 40px;}
.popup .inner > .btns a {display: flex; align-items: center; justify-content: center; width: 130px;height: 52px;font-weight: 500; font-size: 16px; line-height: 24px;border: 1px solid #0E2B5C; border-radius: 5px; }
.popup .inner > .btns a.close {color: #0E2B5C;background: #FFFFFF;}
.popup .inner > .btns a.done {margin-left: 20px; color: #FFFFFF;background: #0E2B5C;}

.popup .inner .close-btn {position: absolute; bottom: -80px; left: 50%; transform: translateX(-50%); width: 48px; height: 48px;background: #FFFFFF20;border-radius: 10px;}
.popup .inner .close-btn span:nth-of-type(1) {position: absolute; width: 17px; height: 2px; background-color: #fff; top: 50%; left: 50%; transform: translate(-50%, -50%) rotate(45deg);}
.popup .inner .close-btn span:nth-of-type(2) {position: absolute; width: 17px; height: 2px; background-color: #fff; bottom: 50%; left: 50%;transform:  translate(-50%, 50%) rotate(-45deg);}

.popup.regi2 .inner {max-width: 550px; padding:30px; height: auto;}
.popup.regi2 .inner > div {height: 100%; text-align: left;}
.popup.regi2 .inner > div .top {display: flex; align-items: center; justify-content: left; padding: 14px 10px; border-top: 1px solid #E3E7EB; border-bottom: 1px solid #E3E7EB;}
.popup.regi2 .inner > div .top span {font-weight: 500; font-size: 15px; line-height: 22px; color: #0E2B5C; }
.popup.regi2 .inner > div .top p { display: inline-block; flex-grow: 1; margin-left: 30px; font-size: 15px; line-height: 160%; color: #5F758C;}
.popup.regi2 .inner > div .top button,
.popup.regi2 .inner > div .top a  { display: inline-flex; justify-content: center; align-items: center; padding: 8.5px 21.5px; font-size: 13px; line-height: 19px; color: #0E2B5C;border: 1px solid #0E2B5C; border-radius: 5px;}
.popup.regi2 .inner > div > p { display: block; margin: 18px 0 23px; font-size: 13px; line-height: 19px; color: #8895A3;}
.popup.regi2 .inner > div > span { display: block; margin: 20px;font-weight: 400;text-align: center;  font-size: 13px; line-height: 19px; color: #5F758C;}
.popup.regi2 .inner > div > .box {display: flex; align-items: center; justify-content: space-between; padding: 0 30px; height: 56px; background: #F2F7FC; border-radius: 10px;}
.popup.regi2 .inner > div > .box p {font-size: 15px; line-height: 18px; color: #0E2B5C;}
.popup.regi2 .inner > div > .box span {font-size: 13px; line-height: 19px;  color: #3EAAD8;}

.popup.regi  .inner {max-width: 550px; padding:  30px; height: 443px;}
.popup.regi  .inner div {height: 85%; padding:20px; border: 1px solid #E3E7EB; border-radius: 5px; overflow-y: auto; text-align: left; font-size: 14px; line-height: 160%;color: #5F758C;}
.popup.regi  .inner div p { display: block; color: #0E2B5C; font-weight: 500;}
.popup.regi  .inner div span {margin-left: 71px;}

.popup.regi  .inner div::-webkit-scrollbar { width: 6px;}
.popup.regi  .inner div::-webkit-scrollbar-thumb { background-color:#8895A3; border-radius: 10px; }
.popup.regi  .inner div::-webkit-scrollbar-track { background-color: transparent;}

.popup.regi3 .inner {padding: 30px 30px 40px;}
.popup.regi3 .inner > ul {padding: 7px 0; border-top: 1px solid #E3E7EB; border-bottom: 1px solid #E3E7EB;}
.popup.regi3 .inner > ul li {padding: 0 16px; display: flex; align-items: center; justify-content: space-between; width: 100%;}
.popup.regi3 .inner > ul li > p { font-weight: 500; font-size: 15px; line-height: 250%; color: #0E2B5C;}
.popup.regi3 .inner > ul li > span {font-size: 15px; line-height: 250%; color: #5F758C;}
.popup.regi3 .inner > div {margin-top: 21px; padding: 0 13px;}
.popup.regi3 .inner > div .txtBox {font-weight: 400; font-size: 13px; line-height: 19px; color: #8895A3;text-align: left; }
.popup.regi3 .inner > div .txtBox span {color: #3EAAD8;}
.popup.regi3 .inner > div .btnBox {margin-top: 40px; text-align: center;}
.popup.regi3 .inner > div .btnBox a {display: inline-flex;align-items: center;justify-content: center; width: 130px; height: 52px;border: 1px solid #0E2B5C; border-radius: 5px;font-weight: 500; font-size: 16px; line-height: 24px;}
.popup.regi3 .inner > div .btnBox a:nth-of-type(1) {background-color: #fff;color: #0E2B5C;}
.popup.regi3 .inner > div .btnBox a:nth-of-type(2) {margin-left: 20px; background-color: #0E2B5C; color: #fff;}

#report_quick {width:100%; margin-top:50px; }
#report_quick h2 a {font-size:24px; font-weight:600; color:#0E2B5C;  }
#report_quick ul.report_quick_list {margin-top:30px; margin-bottom:50px;}

#report_quick ul.report_quick_list li { min-height:76px; background:#fff; border-radius:10px; filter: drop-shadow(0px 0px 12px #C6E2FF); margin-bottom:20px; padding:27px 45px;}
#report_quick ul.report_quick_list li a {display:flex; align-items:center;}
#report_quick ul.report_quick_list li .ti {width:55%; font-size:15px; color:#5F758C; font-weight:400;}
#report_quick ul.report_quick_list li .model {width:15%; text-align:center; font-size:15px; color:#5F758C; font-weight:400;}
#report_quick ul.report_quick_list li .vin { width:15%; text-align:center; font-size:15px; color:#0E2B5C; font-weight:500;}
#report_quick ul.report_quick_list li .date {width:15%; min-width: fit-content; text-align:center; font-size:15px; color:#5F758C; font-weight:400;}

#report_quick ul.report_quick_list li:last-child {margin-bottom:0;}

@media (max-width:1300px) {
    header {padding: 0 20px;}
    header .logo img {max-width: 160px;}
	header > nav {width:calc(100% - 200px);}
    header > nav .nav a {font-size: 14px;}
    header > nav .nav a + a {margin-left: 20px;}
    header > nav .btns {margin-left: 20px;}
    header > nav .btns a.join {margin-left: 5px;}
}

@media (max-width:1100px) {
    #main > .con-wrap .conBox.listService .row .col.btn {max-width: 112px;}
    #main > .con-wrap .conBox.listService .row .col.btn a + a {margin: 10px 0 0;}
}
@media (max-width:1000px) {

	#main > .con-wrap .conBox.listService .row {padding: 20px 30px;}
	#main > .con-wrap .conBox.listService .row .col.info {padding-left: 45px;}
}

@media (max-width:1000px) {

	#wrap { min-height: 100vh; padding-top:100px;}
    header {height: 55px; padding: 0 16px 0 10px;}
    header .logo img {max-width: 162px;}
    header .mob_gnb {display:flex;}
	header .mob_gnb .ham {display: block;}
    header nav {display: none;}

	header nav .btns a.logout,
	header nav .btns a.cart,
	header nav .btns a.mypage { display:none; }

    header nav.on { display: flex; position: fixed; flex-wrap: inherit; align-items: baseline;flex-direction: column; padding: 27px 20px 30px; top: 55px; left: 0; width: 100%; height: calc(100vh - 55px); overflow-y: auto; background-color: #fff; z-index: 99999;  }
    header nav .btns {order: 1; width: 100%; display: flex; margin-left: 0;}
    header > nav .btns a {width: 100%;height: 54px; margin-left:0;}
    header nav .nav {margin-top: 19px; order: 2;width: 100%; flex-grow: 1; min-height: 300px; }
    header nav .nav a { display: flex; align-items: center; justify-content: center; width: 100%; height: 68px; border-bottom: 1px solid #EBEBEB;font-weight: 500; font-size: 18px; line-height: 69px; letter-spacing: -0.05em;  color: #0E2B5C;}
    header nav .nav a + a {margin-left: 0;}
    header > nav .nav a.new::after {display: none;}
    header > nav .mo-show {order: 3; display: block; width: 100%; text-align: center;}
    header > nav .mo-show a {position: relative; display: inline-block;font-weight: 500;font-size: 13px; line-height: 19px;  color: #5F758C;}
    header > nav .mo-show a:nth-of-type(2) {padding-left: 12px; margin-left: 12px;}
    header > nav .mo-show a:nth-of-type(2)::after { content: ""; position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 1px; height: 11px; background-color: #5F758C;}

	#main > .con-wrap .conBox.listService .row .col.info small {display: block; margin: 8px 0;}
	#main > .con-wrap .conBox.listService .row .col.had small {display: block; width: 70px; margin: 5px 0 0; }
	#main > .con-wrap .conBox.listService .row .col.info {padding-left: 25px;}

	header > nav .btns a.shop {font-size:18px;}

/*	#main #history .ul-wrap {overflow-x: auto;}*/
	#main #history .ul-wrap ul {min-width:auto;}
	#main #history .ul-wrap ul li.had {display:none;}

	#main #history .ul-wrap ul li.list {flex-wrap:wrap; padding:15px 20px;}
	#main #history .ul-wrap ul li.list .info-1 {width:50%; border-bottom:solid 1px #E3E7EB; height:35px; display:flex; align-items:center; justify-content:flex-start;}
	#main #history .ul-wrap ul li.list .info-2 {width:50%; border-bottom:solid 1px #E3E7EB; height:35px; display:flex; align-items:center; justify-content:flex-end;}

	#main #history .ul-wrap ul li.list .info-8 {width:50%; height:35px; display:flex; align-items:center; justify-content:flex-start; padding-top:10px;}
	#main #history .ul-wrap ul li.list .info-3 {width:50%;height:35px; display:flex; align-items:center; justify-content:flex-end; padding-top:10px;}

	#main #history .ul-wrap ul li.list .info-4 {width:30%; height:35px; display:flex; align-items:center; justify-content:flex-start; padding-bottom:10px;}
	#main #history .ul-wrap ul li.list .info-5 {display:none;}
	#main #history .ul-wrap ul li.list .info-6 {width:70%; height:35px; display:flex; align-items:center; justify-content:flex-end; padding-bottom:10px;}
	#main #history .ul-wrap ul li.list .info-7 {width:100%; }
	#main #history .ul-wrap ul li .info-7 a {width:100%;}

	#main #history .ul-wrap ul li .info-6 .mob_settle_case {display:inline-block; padding-right:15px; color:#5F758C; }
}

@media (max-width:800px) {
    #main > .con-wrap .conBox.listService .row { padding: 20px; flex-wrap: wrap;justify-content: end;}
    #main > .con-wrap .conBox.listService .row .col.had {width: 100%;}
    #main > .con-wrap .conBox.listService .row .col.info {width: 100%; padding-left: 0;}
    #main > .con-wrap .conBox.listService .row .col.info small {display: inline-block;}
    #main > .con-wrap .conBox.listService .row .col.btn {max-width: 100%;}
}
@media (max-width:700px) {
	#reportHistory.content {padding: 90px 15px 100px;}

	#main > .top {flex-wrap: wrap; padding: 25px 20px;}
	#main > .top > .btns { width: 100%; margin-top: 15px;}
	#main > .top > .info-con > div p {margin-top: 18px;}

	#payment .inner {padding: 15px 30px;}
	#payment .inner > ul li {flex-wrap: wrap;}
	#payment .inner > ul li.pay-way p {width: 100%; text-align: left;}
	#payment .inner > ul li.padTop > p {padding-top: 0;}
	#payment .inner > ul li > p > span {display: block; margin:5px 0;}
	#payment .inner > ul li > .btn-box {width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 10px;}
	#payment .inner > ul li > .btn-box button {width: 49%;}
	#payment .inner > ul li > .btn-box button + button {margin-left: 1%;}
	
	#payment .total {padding: 25px 30px;}

	#payment .agr-wrap {padding: 25px;}

    #main #history .top {flex-wrap: wrap;}
	#main #history .top .date-box {width: 100%; text-align: right;margin-top: 10px;}
	#main #history .top .date-box input[type="date" ] { width: 100%; max-width: calc(100% / 2 - 42px);}

}

@media (max-width:600px) {
	#wrap { padding:80px 0 15px; }

	#main.content {padding-bottom:30px;}
}

@media (max-width:500px) {

	#main > .top {flex-wrap: wrap; padding: 25px 20px;}
	#main > .top > .btns { width: 100%; margin-top: 15px;}
	#main > .top > .info-con > div p {margin-top: 18px;}


	#main > .con-wrap .conBox.listService .row {padding: 30px 20px;}
	#main > .con-wrap .conBox.listService .row .col {width: 100%;}
	#main > .con-wrap .conBox.listService .row .col + .col {margin-top: 12px;}
	#main > .con-wrap .conBox.listService .row .col.info {padding-left: 0;}
	#main > .con-wrap .conBox.listService .row .col.info small {display: inline-block; margin: 5px 0 0;}
    #main > .con-wrap .conBox.listService .row .col.had {flex-wrap: wrap; min-width: 100%;}
	#main > .con-wrap .conBox.listService .row .col.had small {display: inline-block;}
	#main > .con-wrap .conBox.listService .row .col.btn {margin-top: 15px;}
	#main > .con-wrap .conBox.listService .row .col.btn a {width: 100%;}

	#payment .inner {padding: 15px 20px;}
	#payment .inner > ul li {justify-content: end;}
	#payment .inner > ul li > .btn-box button {width: 100%;}
	#payment .inner > ul li > .btn-box button + button {margin: 10px 0 0;}
	
	#payment .total {padding: 25px 20px;}
	#payment .total > div {flex-wrap: wrap; justify-content: end;}
	#payment .total > div p {flex-grow: 1;}
	
	footer > .content > .top {flex-wrap: wrap; }
	footer > .content > .top .box {width: 100%;}
    footer > .content > .top > a,
    footer > .content > .top .box a {margin-bottom: 8px;}

    #popuup.regi2 .inner { padding:30px 20px;}
    #popuup.regi2 .inner > div .top { padding: 14px 0px; flex-wrap: wrap;}
    #popuup.regi2 .inner > div .top p { margin-left: 20px; }
    #popuup.regi2 .inner > div .top button { margin-top: 10px; padding: 10px; width: 100%;}
    #popuup.regi2 .inner > div > p { margin: 18px 0 23px;}
    #popuup.regi2 .inner > div > span { margin: 15px;}
    #popuup.regi2 .inner > div > .box {padding: 15px 20px; flex-wrap: wrap; height: auto;  }
    #popuup.regi2 .inner > div > .box span { margin-top: 5px; width: 100%; text-align: right;}

    #popuup.regi3 .inner {padding: 30px 20px;}
    #popuup.regi3 .inner > ul li {flex-wrap: wrap; padding: 0;}
    #popuup.regi3 .inner > div {padding: 0;}
    #popuup.regi3 .inner > div .btnBox a {width: 100%;}
    #popuup.regi3 .inner > div .btnBox a:nth-of-type(2) {margin: 15px 0 0px;}
    
    #report_quick ul.report_quick_list li {padding: 20px 25px;}
    #report_quick ul.report_quick_list li a {flex-wrap: wrap; justify-content: flex-end;}
    #report_quick ul.report_quick_list li .ti {width: 100%; margin-bottom: 8px;}
    #report_quick ul.report_quick_list li .model {width: fit-content;}
    #report_quick ul.report_quick_list li .vin {width: fit-content; margin-left: 10px;}
    #report_quick ul.report_quick_list li .date {width: fit-content; margin-left: 10px;}
	
}
@media (max-width:400px) {
	#main > .top > .info-con > div span {margin: 10px 0 0;}
	#main > .top > .info-con > div p {margin-right: 10px;}
	#main > .top > .info-con > div p + p {margin: 10px 0 0;}

	#payment .agr-wrap .inner .list a {width: 100%; text-align: right; margin-top: 8px;}
	#payment .agr-wrap .inner .list + .list {margin-top: 9px;}

	#main > .con-wrap .conBox.nonService > p br,
	.title > p br {display: none;}

	#main #history .top .date-box input[type="date" ] {width: 100%; max-width: calc(100% / 2 - 10px);}
	#main #history .top .date-box input[type='submit'] { display: flex; width: 100%; margin-top: 5px; justify-content: center;}
}

/********** shop_main **************/
.shop-wrap .mainHero {width:100%; min-height:298px;overflow-x:hidden;}
.shop-wrap .shop-main-top {display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; margin-bottom:52px;}
.shop-wrap .shop-main-top p.ti {font-size:32px; font-weight:600; color:#0E2B5C;}
.shop-wrap .shop-main-top .search { display:flex; align-items:center;}
.shop-wrap .shop-main-top .search .input_wrap {width:435px; height:48px;  }
.shop-wrap .shop-main-top .search .input_wrap input {width:100%; height:100%; font-size:15px; color:#000; font-weight:400; border-radius: 5px; border: 1px solid #D7DCE1; background: #FFF; padding:0 15px; }
.shop-wrap .shop-main-top .search .input_wrap input::placeholder {color:#5f758c; }

.shop-wrap .shop-main-top .search .btn_search {width:99px; height:48px; border-radius:5px; border:solid 1px #3EAAD8; background:#fff; margin-left:16px; }
.shop-wrap .shop-main-top .search .btn_search a {width:100%; height:100%; font-size:14px; font-weight:500; color:#3EAAD8; display:flex; align-items:center; justify-content:center;  }
 
.shop-wrap .visual {margin-bottom:70px;}
.shop-wrap .visual .mainHero {margin-bottom:28px; box-shadow: 0 0 12px 0 #C6E2FF;  border-radius:10px;  background:#fff;}
.shop-wrap .visual .swiper-wrapper {width:100%;  }
.shop-wrap .visual .swiper-slide {position:relative; overflow:hidden;}

.shop-wrap .visual .swiper-slide img.mo-img {display:none;}

.shop-wrap .visual .swiper-slide > a {display:block;width:100%; height:100%;}
.shop-wrap .visual .swiper-slide .textBox {position:absolute; left:53%; top:50%; transform:translateY(-50%);}
.shop-wrap .visual .swiper-slide .textBox .text .sti {font-size:18px; color:#0E2B5C; font-weight:500;padding-left:1.5px;}
.shop-wrap .visual .swiper-slide .textBox .text .ti {font-size:32px; color:#0E2B5C; font-weight:500; margin-bottom:5px;}
.shop-wrap .visual .swiper-slide .textBox .text .txt {font-size:15px; color:#8895A3; font-weight:400; margin-bottom:36px;padding-left:1.5px;}

.shop-wrap .visual .swiper-slide .textBox a.btn {display:flex; justify-content: center; align-items: center; width:230px; height:52px; font-size:16px; font-weight:500; color:#fff; background:#0E2B5C; border-radius:5px;}

.shop-wrap .visual .pagingBox {display:flex; align-items:center; justify-content:center; width:100%;}
.shop-wrap .visual .pagingBox .swiper-pagination {margin:0 auto; position:relative;}
.shop-wrap .visual .pagingBox .swiper-pagination span {display:inline-block;}
.shop-wrap .visual .pagingBox .swiper-pagination .swiper-pagination-bullet {width:10px; height:10px; background:#E3E7EB; transform:scale(1); opacity:1;}
.shop-wrap .visual .pagingBox .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet { margin-left:13px;}
.shop-wrap .visual .pagingBox .swiper-pagination .swiper-pagination-bullet-active {width:10px; height:10px; background:#0E2B5C;  transform:scale(1); opacity:1;}

.shop-wrap .shop-cont .main_shop_tab {margin-bottom:16px;}
.shop-wrap .shop-cont .main_shop_tab ul {display:flex; align-items:center; justify-content:center; gap:20px;}
.shop-wrap .shop-cont .main_shop_tab ul li {}
.shop-wrap .shop-cont .main_shop_tab ul li a {width:240px; height:48px; display:flex; align-items:center; justify-content:center; border-radius:5px; border:solid 1px #E3E7EB; background:#fff; color:#8895A3; font-size:15px;}
.shop-wrap .shop-cont .main_shop_tab ul li.on a {background:#3EAAD8; border:solid 1px #3EAAD8; color:#fff;}

.shop-wrap .shop-cont .cnt_item {margin-bottom:16px; color:#141414; font-size:15px; font-weight:500; text-align:right;}
.shop-wrap .shop-cont .cnt_item span {font-size:15px; font-weight:400; color:#8895A3;}

.shop-wrap .shop-cont .item-list {display:flex; align-items:flex-start; flex-wrap:wrap; gap:54px 20px; }
.shop-wrap .shop-cont .item-list .item {width: calc((100% - 60px) / 4);}
.shop-wrap .shop-cont .item-list .item a .img-bg {border-radius:10px; overflow:hidden;}
.shop-wrap .shop-cont .item-list .item a .img-bg img {width:100%; height:auto;}
.shop-wrap .shop-cont .item-list .item a .txt-bg {padding-top:12px;}
.shop-wrap .shop-cont .item-list .item a .txt-bg strong {display:block; font-size:16px; font-weight:400; color:#5F758C; margin-bottom:5px;}
.shop-wrap .shop-cont .item-list .item a .txt-bg p.it_model {font-size:13px; font-weight:500; color:#8895A3; margin-bottom:14px;}
.shop-wrap .shop-cont .item-list .item a .txt-bg p.it_price {font-size:15px; font-weight:500; color:#0E2B5C;}

.shop-wrap .shop-cont .item-list .item.ca_id_20 {display:none;}


.shop-wrap .visual .swiper-slide .textBox .text .ti br.m720 {display:none;}

@media (max-width:1200px) {
	.shop-wrap {padding-top:0;}
	.shop-wrap .mainHero {min-height:auto;}
	.shop-wrap .visual .swiper-slide img {max-width:50%;}
	.shop-wrap .visual .swiper-slide .textBox {left:50%; }
	.shop-wrap .visual .swiper-slide .textBox .text .ti {font-size:28px;}
}

@media (max-width:1000px) {
	.shop-wrap .shop-main-top {justify-content:center;}
	.shop-wrap .shop-main-top p.ti {width:100%; text-align:center; margin-bottom:30px;}

	.shop-wrap .visual .swiper-slide {min-height:250px;}
	.shop-wrap .visual .swiper-slide img {height:250px; max-width: unset; margin-left:-15%;}

	/*.shop-wrap .visual .swiper-slide .textBox {left:8%; text-align:left;}
	.shop-wrap .visual .swiper-slide .textBox a.btn {width:200px; height:45px; font-size:15px;}

	.shop-wrap .visual .swiper-slide {text-align:right; overflow:hidden;}
	.shop-wrap .visual .swiper-slide img {max-width:fit-content; max-height:stretch; margin-right:-10%;}

	.shop-wrap .mainHero {height:250px;}*/

	.shop-wrap .shop-cont .main_shop_tab ul {gap:10px;}
	.shop-wrap .shop-cont .main_shop_tab ul li {width:100%;}
	.shop-wrap .shop-cont .main_shop_tab ul li a {width:100%;}

	.shop-wrap .shop-cont .item-list {gap: 35px 10px;}
	.shop-wrap .shop-cont .item-list .item {width:calc((100% - 20px) / 3); }
}

@media (max-width:820px) {
	.shop-wrap .visual .swiper-slide .textBox .text .ti br.m720 {display:block;}
}

@media (max-width:720px) {
	.shop-wrap .visual .swiper-slide {min-height:unset; } 
	.shop-wrap .visual .swiper-slide img {height:auto; width:50%; margin-left:0;}
	.shop-wrap .shop-main-top .search {width:100%; justify-content:center;}
	.shop-wrap .shop-main-top .search .btn_search {width:99px; margin-left:16px;}
	.shop-wrap .shop-main-top .search .input_wrap {width:calc(100% - 99px - 16px); max-width:435px; }

	.shop-wrap .visual .swiper-slide img.mo-img {display:block;}
	.shop-wrap .visual .swiper-slide img.pc-img {display:none;}



	.shop-wrap .visual .swiper-slide .textBox {left:55%;}
	.shop-wrap .visual .swiper-slide .textBox .text .sti {font-size:18px;}
	.shop-wrap .visual .swiper-slide .textBox .text .ti {font-size:30px;}
	.shop-wrap .visual .swiper-slide .textBox .text .txt {font-size:18px; margin-bottom:20px;}

	.shop-wrap .visual .swiper-slide .textBox a.btn {width:160px; height:45px;}
}

@media (max-width:600px) {
	.shop-wrap {padding: 30px 10px 100px;}
	.shop-wrap .shop-cont .item-list {gap: 35px 10px;}
	.shop-wrap .shop-cont .item-list .item {width:calc((100% - 10px) / 2); }

	.shop-wrap .shop-cont .item-list .item a .txt-bg strong {font-size:14px; line-height:1.4; }
	.shop-wrap .shop-cont .item-list .item a .txt-bg p.it_price {font-size:14px;}

	.shop-wrap .shop-main-top {margin-bottom:40px;}
	.shop-wrap .shop-main-top .search .btn_search {width:70px; margin-left:5px;}
	.shop-wrap .shop-main-top .search .input_wrap {width:calc(100% - 70px - 5px); }

	.shop-wrap .visual {margin-bottom:50px;}
	.shop-wrap .visual .mainHero {margin-bottom:20px;}

	.shop-wrap .visual .swiper-slide .textBox .text .sti {font-size:14px;}
	.shop-wrap .visual .swiper-slide .textBox .text .ti {font-size:22px;}
	.shop-wrap .visual .swiper-slide .textBox .text .txt {font-size:14px; margin-bottom:13px;}

	.shop-wrap .visual .swiper-slide .textBox a.btn {width:128px; height:40px; font-size:14px;}
}

@media (max-width:520px) {
	.shop-wrap .visual .swiper-slide .textBox {left:50%;}
}

#cartWrap { padding-bottom: 130px; }
#cartWrap .container { width: 100%; max-width: 1240px; padding: 0 20px; margin: auto; }
#cartWrap h2.subtit {padding: 0 0 50px;   font-weight: normal; font-size: 32px; font-weight:500; line-height: 140%;  text-align: center; color: #0E2B5C;}
#cartWrap .title {position: relative; display: none; text-align: center; padding: 0; /*border-bottom: 1px solid #F5F5F5;*/ color: #0E2B5C; margin-bottom:20px;}
#cartWrap .title a {position: absolute; top: 50%; left: 15px; transform: translateY(-50%); }
#cartWrap .title p {  font-weight: 500; font-size: 32px; line-height: 130%; color: #0E2B5C; }
#cartWrap p.caption { margin-top: 80px; font-size: 16px; text-align: center; }


#cartList { width: 100%; /*border-top: 1px solid #141414;*/ /*border-bottom: 1px solid #EEEEEE;*/ background:#fff; padding:0 24px; border-radius:10px; }
#cartList ul li { display: flex;    font-weight: 400; font-size: 14px; line-height: 150%; letter-spacing: -0.8px; color: #5F758C;}
#cartList ul li.row { border-top: 1px solid #EEEEEE; }
#cartList ul li .col { display: flex; justify-content: center; align-items: center; }
#cartList ul li.head .col { height: 60px; font-size: 14px; color:#0E2B5C;}
#cartList ul li.row .col { padding: 28px 0; }
#cartList ul li.row .col a,
#cartList ul li.row .col p { font-size: 14px; color:#5F758C;  }
#cartList ul li.row .col.info { justify-content: flex-start; }
#cartList ul li.row .col.info .box-img { margin-right: 14px; }
#cartList ul li.row .col.info .box-txt {width: 100%;}
#cartList ul li.row .col.info .box-txt p { color: #5F758C; font-weight: 400; line-height: 1.6; }
#cartList ul li.row .col.info .box-txt p.it_name {font-weight:400; font-size:16px;}
#cartList ul li.row .col.info .box-txt .mPrice { display: none; }
#cartList .listBox > li.row .col.info .box-txt ul li {color:#666; font-size:14px;}
#cartList ul li.row .col.price { flex-direction: column; }
#cartList ul li.row .col.price p { font-weight: 400; }
#cartList ul li.row .col.price p span { font-weight: 500; }
#cartList ul li.row .col.etc { flex-direction: column; }
#cartList ul li.row .col.etc button { width: 80px; height: 36px; font-size: 14px; font-weight: 400; color: #5F758C; border-radius: 4px; border: 1px solid #EEEEEE; }
#cartList ul li.row .col.etc button + button { margin-top: 7px; }
#cartList ul li.row .col.etc button.btnOrder { color: #fff; background-color: #284E80; border-color: #284E80; }

#cartList ul li.row.tot { padding: 20px; justify-content: flex-end; }
#cartList ul li.row.tot p { font-size: 14px; color: #141414; font-weight: 400; }
#cartList ul li.row.tot p span { font-weight: 500; }

#cartList ul li.empty {padding: 80px 0; display: flex; justify-content: center; align-items: center;font-size: 14px; font-weight: 400; color: #707070;}

#cartList ul li .col.chk { flex: none; width: 40px; justify-content:flex-start;}
#cartList ul li .col.info { width: 100%; }
#cartList ul li .col.count { flex: none; width: 100px; }
#cartList ul li .col.send { flex: none; width: 120px; }
#cartList ul li .col.price { flex: none; width: 200px; }
#cartList ul li .col.etc { flex: none; width: 80px; }
#cartList ul li .col .mTxt { display: none; }


#cartWrap .cartBtns { display: flex; justify-content: space-between; align-items: center; margin-top: 28px; padding:0 24px; }
#cartWrap .cartBtns button { width: 80px; height: 36px; font-size: 14px; font-weight: 400; color: var(--text, #5F758C); border-radius: 4px; border: 1px solid var(--line, #E3E7EB); background:#fff; }
#cartWrap .cartBtns p { font-size: 16px; color: #141414; font-weight: 400; }

#cartWrap .cartTotalInfo { display: flex; justify-content: center; margin-top: 80px; }
#cartWrap .cartTotalInfo .box { display: flex; }
#cartWrap .cartTotalInfo .box + .box {/* border-left: 1px solid #eee; */}
#cartWrap .cartTotalInfo .box .item { display: flex; flex-direction: column; padding: 0 30px; }
#cartWrap .cartTotalInfo .box .item + .item { position: relative; margin-left: 12px; }
#cartWrap .cartTotalInfo .box .item + .item:before { content: "+"; position: absolute; top: 50%; left: -12px; font-size: 30px; color: #141414; font-weight: 400; }
#cartWrap .cartTotalInfo .box .item p { font-size: 14px; color: #707070; }
#cartWrap .cartTotalInfo .box .item strong { margin-top: 20px; font-size: 28px; color: #141414; font-weight:500;}
#cartWrap .cartTotalInfo .box .item strong span { font-weight: 500; }
#cartWrap .cartTotalInfo .box .item.tot strong { color: #284E80; }

#cartWrap .cartTotalInfo .box + .box .item { position: relative; margin-left: 12px; }
#cartWrap .cartTotalInfo .box + .box .item:before { content: "="; position: absolute; top: 50%; left: -12px; font-size: 30px; color: #141414; font-weight: 400; }

#cartWrap .cartCheckout { display: flex; justify-content: center; margin-top: 70px; }
#cartWrap .cartCheckout button { width: 100%; max-width: 350px; height: 60px; font-size: 16px; font-weight:500; color: #fff; background-color: #141414; border-radius:5px;}
#cartWrap .cartCheckout button + button { margin-left: 12px; background-color: #284E80; }

#cartWrap .desc {width:100%; text-align:right; padding:5px 24px 0;}
#cartWrap .desc p {font-size:14px; color: var(--text, #5F758C);}


#cartList ul li.row .col.info .info-m-box {display:none; margin-top: 11px;}
#cartList ul li.row .col.info .info-m-box p {padding-bottom: 6px;   font-weight: 400; font-size: 14px; line-height: 20px; color: #707070; }
#cartList ul li.row .col.info .info-m-box p span {display: inline-block; margin-left: 5px;  color: #141414;font-weight: 400; font-size: 14px; line-height: 20px;}

#sit_opt_added .opt_count {display: flex; align-items: center; height: 42px;}
#sit_opt_added .opt_count button {width:41px;height:100%;border:1px solid #EEEEEE;border-radius:0;background:#FAFAFA;font-size: inherit;}
#sit_opt_added .opt_count button img {width: 14px;}
#sit_opt_added .opt_count button.sit_qty_plus img {width: 15px;}
#sit_opt_added .opt_count button + button {border-left: none;}
#sit_opt_added .opt_count .num_input {width: 56px; height:100%; border-top:1px solid #EEEEEE; border-bottom:1px solid #EEEEEE; text-align:center; font-size: 16px; line-height: 140%; color: #141414;}

#sit_opt_added .opt_count.cart_opt_count button.sit_qty_plus img {width: 14px;}

#cartList ul li .col.info .info-m-box #sit_opt_added li {border: none;margin: 30px 0 0 ; padding: 0; }

#cartList ul li .col .mod_options { margin-right: 10px; width: 50px; height: 36px; font-size: 14px; font-weight: 400; color: #141414; border-radius: 4px; border: 1px solid #EEEEEE; }

.m-show-txt {display: none; margin-top: 30px;  text-align: center; font-weight: 400; font-size: 14px; line-height: 20px; letter-spacing: -0.8px; color: #707070; }

@media (max-width:800px) {
  #cartList {border-top: none;}
  #cartList .listBox > li.head .col.info {display: none;}
  #cartList .listBox > li.head .col.count {display: none;}
  #cartList .listBox > li.head .col.price {display: none;}
  #cartList .listBox > li.head .col.send {display: none;}
  #cartList .listBox > li.head .col.etc {display: none;}
  #cartList .listBox > li.row .col {padding: 20px 0;}
  #cartList .listBox > li .col.etc {display: none; }

  #cartList .listBox > li.row { position: relative; border-top: 1px solid #ddd; display:flex; flex-wrap:wrap;}
  #cartList .listBox > li.row .col.info .info-m-box {display:block;}
  #cartList .listBox > li.row .col.info { padding-bottom: 10px; width:calc(100% - 40px ); }
  #cartList .listBox > li.row .col.send { display: block; position: absolute; top: 72px; left: 154px; padding: 0; width: auto; }
  #cartList .listBox > li.row .col.price { display: none; padding: 0; width: auto;  width:100%; padding: 5px 15px 25px 0; text-align:right; }
  #cartList .listBox > li.row .col.count { display: none; position: absolute; top: 110px; left: 155px; padding: 0; width: auto; }
  #cartList .listBox > li.row .col.modify { display: block; position: absolute; top: 110px; left: 20px; padding: 0; width: auto; }
  #cartList .listBox > li .col .mTxt { display: none; margin-right: 5px; font-size: 14px; font-weight: 400; color: #707070; font-style: normal; }
  #cartList ul li.row .col.info .box-txt .mPrice {display:block; padding-top:4px;}
  #cartList .listBox > li.row .col {align-items: flex-start;}

  #cartList .listBox > li.row.tot {display: none;}

  #cartWrap .cartTotalInfo {display: block;border: 1px solid #eee;}
  #cartWrap .cartTotalInfo .box {display: block;  }
  #cartWrap .cartTotalInfo .box:nth-of-type(1) {border-top: 1px solid #141414;}
  #cartWrap .cartTotalInfo .box .item { flex-direction: inherit; align-items: center; justify-content: space-between; border-bottom: 1px solid #eee; padding: 15px 10px;}
  #cartWrap .cartTotalInfo .box .item + .item {margin-left: 0;}
  #cartWrap .cartTotalInfo .box .item + .item:before {display: none;}
  #cartWrap .cartTotalInfo .box + .box .item:before {display:none;}
  #cartWrap .cartTotalInfo .box + .box { border-top: none;}
  #cartWrap .cartTotalInfo .box + .box .item {margin-left:0;}
  #cartWrap .cartBtns p {display: none;}
  #cartWrap .cartTotalInfo .box .item strong {margin: 0; font-size: 20px;}

  #cartWrap .cartCheckout {margin-top: 40px;}

  .m-show-txt {display: block;}
    #cartWrap .desc {display:none;}

}


@media (max-width:600px) { 
  #cartWrap h2.subtit {display: none;}
  #cartWrap .title {display: block; padding: 18px 0; margin-bottom:0;}

  #cartList ul li.head .col {height: auto; margin: 22px 0 15px;}
  #cartList ul li .col.chk {width: auto; margin-right: 15px;}
  #cartList ul li.row .col {padding: 15px 0;}

  #cartList ul li.row .col.send { left: 130px; }
  #cartList ul li.row .col.price { left: 130px; }
  #cartList ul li.row .col.count { left: 130px; }

  #cartWrap .cartTotalInfo {margin-top: 30px;}
  #cartWrap .cartTotalInfo .box .item strong {font-size: 14px;}
  #cartWrap .cartCheckout {margin-top: 30px;}
  #cartWrap .cartCheckout button {height: 52px; font-size: 14px;}


  #cartList {padding:0 15px;}
  #cartWrap .cartBtns {padding:0; margin-top:15px;}

}


/* CHECK BOX & RADIO BUTTON */
#cartWrap .chk_box {position:relative; display: inline-block; font-weight: 300; }
#cartWrap .chk_box input { position: absolute; top: 0; left: 0; width: 0; height: 0; opacity: 0; outline: 0;  z-index: -1; overflow: hidden; }
#cartWrap .chk_box input[type="radio"] {position:absolute;top:0;left:0;width:0;height:0;opacity:0;outline:0;z-index:-1;overflow:hidden}
#cartWrap .chk_box input[type="radio"] + label {position:relative;padding-left:23px;display:inline-block;color:#666666; font-size: 14px; line-height: 100%; }
#cartWrap .chk_box input[type="radio"] + label span {position:absolute;top:0;left:0;width:20px;height:20px;margin-right: 10px; display:block; background: #fff; border:1px solid #e5e5e5; border-radius:0px;  }
#cartWrap .chk_box input[type="radio"] + label span:after { content: ""; display: block; position: absolute; }
#cartWrap .chk_box input[type="radio"]:checked + label {color:#666666}
#cartWrap .chk_box input[type="radio"]:checked + label span {border-color:transparent; background-color: #284E80;}
#cartWrap .chk_box input[type="radio"]:checked + label span:after { left: 6px; top: 2px; width: 6px; height: 10px;border: solid #fff; border-width: 0 2px 2px 0;  -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }


#cartWrap .chk_box input[type="checkbox"] + label {position:relative;color:#676e70; line-height: 100%;}
#cartWrap .chk_box input[type="checkbox"] + label:hover { color: #676e70 !important; }
#cartWrap .chk_box input[type="checkbox"] + label span {float:left; position: relative; width:22px;height:22px;display:block;background:#fff;border:1px solid #e5e5e5; border-radius:2px; overflow:hidden;}
#cartWrap .chk_box input[type="checkbox"] + label span:after { content: ""; display: block; position: absolute; }
#cartWrap .chk_box input[type="checkbox"]:checked + label {color:#000}
#cartWrap .chk_box input[type="checkbox"]:checked + label span {background: #fff; border-color:#e5e5e5;border-radius:0px !important;}
#cartWrap .chk_box input[type="checkbox"]:checked + label span:after {border: none; top: 0; left: 0; width: 20px; height: 20px; transform: rotate(0); background: #fff url(/theme/basic/skin/member/basic/img/checkbox_on.png) no-repeat center 100% !important; }


/* CHECK BOX & RADIO BUTTON */
#sod_frm_taker .chk_box {position:relative; display: inline-block; font-weight: 300; }
#sod_frm_taker .chk_box input { position: absolute; top: 0; left: 0; width: 0; height: 0; opacity: 0; outline: 0;  z-index: -1; overflow: hidden; }
#sod_frm_taker .chk_box input[type="radio"] {position:absolute;top:0;left:0;width:0;height:0;opacity:0;outline:0;z-index:-1;overflow:hidden}
#sod_frm_taker .chk_box input[type="radio"] + label {position:relative;padding-left:28px;display:inline-block;color:#5F758C; font-size: 15px;  /*line-height: 100%;*/ }
#sod_frm_taker .chk_box input[type="radio"] + label span {position:absolute;top:0;left:0;width:20px;height:20px;margin-right: 10px; display:block; background: #fff; border:1px solid #e5e5e5; border-radius:0px;  }
#sod_frm_taker .chk_box input[type="radio"] + label span:after { content: ""; display: block; position: absolute; }
#sod_frm_taker .chk_box input[type="radio"]:checked + label {color:#5F758C}
#sod_frm_taker .chk_box input[type="radio"]:checked + label span {border-color:transparent; background-color: #284E80;}
#sod_frm_taker .chk_box input[type="radio"]:checked + label span:after { left: 6px; top: 2px; width: 6px; height: 10px;border: solid #fff; border-width: 0 2px 2px 0;  -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }


#sod_frm_taker .chk_box input[type="checkbox"] + label {position:relative;color:#676e70; line-height: 100%;}
#sod_frm_taker .chk_box input[type="checkbox"] + label:hover { color: #676e70 !important; }
#sod_frm_taker .chk_box input[type="checkbox"] + label span {float:left; position: relative; width:20px;height:20px;display:block;background:#fff;border:1px solid #e5e5e5; border-radius: 0px !important;}
#sod_frm_taker .chk_box input[type="checkbox"] + label span:after { content: ""; display: block; position: absolute; }
#sod_frm_taker .chk_box input[type="checkbox"]:checked + label {color:#000}
#sod_frm_taker .chk_box input[type="checkbox"]:checked + label span {background: #fff; border-color:#e5e5e5;border-radius:0px !important;}
#sod_frm_taker .chk_box input[type="checkbox"]:checked + label span:after {border: none; top: 0; left: 0; width: 20px; height: 20px; transform: rotate(0); background: #fff url(/theme/basic/skin/member/basic/img/checkbox_on.png) no-repeat !important; }




/* 주문서 작성 */
  #sod_frm {display: flex; flex-wrap: wrap; justify-content: space-between;}
  #sod_frm p {margin:0 0 10px}
  #sod_frm .od_prd_list {width: 100%; padding:0 24px; background:#fff; border-radius:10px;}
  #sod_list {position:relative}
  #sod_list #cp_frm {z-index:10000;position:absolute;top:50%;left:50%;width:540px;height:auto !important;height:500px;max-height:500px;margin-left:-270px;margin-top:-150px;border:1px solid #dde7e9;border-radius:3px;background:#fff;overflow-y:auto;overflow-x:inherit}
  
  .od_coupon h3{border-bottom: 1px solid #cdcdcd;padding: 0 20px;line-height: 50px;margin: 0 0 15px;font-size: 1.25em;text-align:left;
  -webkit-box-shadow: 1px 2px 2px #eee;
  -moz-box-shadow: 1px 2px 2px #eee;
  box-shadow: 1px 2px 2px #eee;}
  .od_coupon .btn_close {position: absolute;top: 0;right: 0;width: 50px;height: 50px;border: 0;background: none;border-left: 1px solid #cdcdcd;font-size: 1.25em;}
  .od_coupon .btn_close:hover{background:#f3f3f3}
  .od_coupon .tbl_head02{margin:20px}
  .od_coupon .cp_apply{padding: 0 5px;border: 1px solid #38b2b9;color: #38b2b9;background: #fff;height: 23px;line-height: 21px;}
  .od_coupon td,#sod_frm_pay .od_coupon td{text-align:left;border-left:0;padding:7px}
  #sod_frm_pay .od_coupon th{width:auto;text-align:center;padding: 7px;background: #f3f3f3;border-top: 1px solid #d3d3d3;border-bottom: 1px solid #d3d3d3;}
  .od_coupon .td_numbig,#sod_frm_pay .od_coupon .td_numbig{text-align:center;}
  .od_coupon .td_mngsmall{width:60px}
  
  /* 주문서 작성 - 왼쪽 */
  .sod_left {display:inline-block; width: calc(100% - 360px); max-width: 712px; vertical-align:top}

	.personal_pay_wrap {width:100%; max-width:1140px; margin:0 auto; min-height:550px;} 

	.personal_pay_wrap .pesonal.sod_left {border-right: solid 1px #f0f0f0; width:calc(100% - 407px); padding-right:34px; margin-right:0px; }
	.personal_pay_wrap .pesonal.sod_left .tbl_wrap {border-top: solid 1px #cdcdcd; padding-top:20px; padding-bottom:30px; border-bottom: solid 1px #f0f0f0;}
	.personal_pay_wrap .pesonal.sod_left .tbl_wrap th { height:57px; line-height:57px; width:159px; padding:0; padding-left:15px; font-size:14px; font-weight:400; color:#333; }
	.personal_pay_wrap .pesonal.sod_left .tbl_wrap th span {color:#999;}

	.personal_pay_wrap .pesonal.sod_left .tbl_wrap td { height:57px; line-height:57px; padding:0; font-size:14px; color:#333; }
	.personal_pay_wrap .pesonal.sod_left .tbl_wrap td input {width:100%; max-width:404px; padding:5px 15px;}

	
	.personal_pay_wrap .odf_tbl { width:100%; padding-right:34px; margin-right:0px; margin-bottom:25px;}
	.personal_pay_wrap .odf_tbl {border-top: solid 1px #cdcdcd; padding-top:20px; padding-bottom:30px; border-bottom: solid 1px #f0f0f0;}
	.personal_pay_wrap .odf_tbl table {width:100%;}
	.personal_pay_wrap .odf_tbl th { text-align:left; height:57px; line-height:57px; width:159px; padding:0; padding-left:15px; font-size:14px; font-weight:400; color:#333; }
	.personal_pay_wrap .odf_tbl th span {color:#999;}

	.personal_pay_wrap .odf_tbl td { text-align:left; height:57px; line-height:57px; padding:0; font-size:14px; color:#333; }
	.personal_pay_wrap .odf_tbl td input {width:100%; max-width:404px; padding:5px 15px;}


	#personal_pay {border-top: solid 1px #cdcdcd; margin-top:0px; padding-top:30px; margin-left:33px;}
	#personal_pay h2 {font-size:15px; font-weight:300; color:#3f3b3a; padding-left:18px; margin-bottom:10px;}
	#personal_pay #sod_frm_paysel ul.pay_way {padding:0 18px; width:100%; border-bottom: solid 1px #e7e7e7; margin-bottom:20px; padding-bottom:25px; }
	#personal_pay #sod_frm_paysel ul.pay_way input[type="radio"] + label {cursor:pointer;}
	#personal_pay #sod_frm_paysel ul.pay_way input[type="radio"] + label span {top:2px;}

	#personal_pay #display_pay_button {margin-top:0;}
	#personal_pay #display_pay_button .btn_submit {background:#3f3b3a;}
	#personal_pay #display_pay_button .btn01 {background:#fff; color:#666666; line-height:34px;}

	/*.personal_pay_wrap #sod_frm_paysel {border-top: solid 1px #cdcdcd; margin-top:0px; padding-top:30px; margin-left:33px;}*/
	.personal_pay_wrap #sod_frm_paysel h2 {font-size:15px; font-weight:300; color:#3f3b3a; padding-left:18px; margin-bottom:10px;} 
	.personal_pay_wrap #sod_frm_paysel ul.pay_way {padding:0 18px; width:100%; border-bottom: solid 1px #e7e7e7; margin-bottom:20px; padding-bottom:25px; }
	.personal_pay_wrap #sod_frm_paysel ul.pay_way input[type="radio"] + label {cursor:pointer;}
	.personal_pay_wrap #sod_frm_paysel ul.pay_way input[type="radio"] + label span {top:2px;}

	#m_pv_sod_frm #display_pay_button {margin-top:0; max-width:1140px; margin:0 auto;}  
	#m_pv_sod_frm #display_pay_button .btn_submit {background:#3f3b3a;}  
	#m_pv_sod_frm #display_pay_button .btn_cancel {background:#fff; color:#666666; } 


	@media screen and (max-width: 1024px) {
		.personal_pay_wrap .pesonal.sod_left { width:calc(100% - 333px);}
		.personal_pay_wrap .pesonal.sod_left .tbl_wrap th {width:135px;}

		.personal_pay_wrap .odf_tbl { width:100%;}
		.personal_pay_wrap .odf_tbl th {width:135px;}
	}

	@media screen and (max-width: 768px) {
		.personal_pay_wrap {width:100%;}
		.personal_pay_wrap .pesonal.sod_left {width:100%; padding-right:0; border-right:none;}
		.personal_pay_wrap .pesonal.sod_left .tbl_wrap { border-bottom:none;}

		.personal_pay_wrap .odf_tbl {width:100%; padding-right:0; border-right:none; margin-bottom:25px;}
		.personal_pay_wrap .odf_tbl table {width:100%;}

		#personal_pay {margin-left:0;}
		#personal_pay h2 {padding-left:10px;}
		#personal_pay #sod_frm_paysel ul.pay_way {padding-left:10px;}
		.personal_pay_wrap .pesonal.sod_left .tbl_wrap th {padding-left:5px; width:115px;}

		.personal_pay_wrap #sod_frm_paysel {margin-left:0;}
		.personal_pay_wrap #sod_frm_paysel h2 {padding-left:10px;}
		.personal_pay_wrap #sod_frm_paysel ul.pay_way {padding-left:10px;}
		.personal_pay_wrap .odf_tbl th {padding-left:5px; width:115px;}
	}


/* 오더테이블 */
#checkout { margin: 0 auto; width: 100%; max-width: 1120px; }
#checkout .title {display:block; position:relative;  margin-bottom:50px;}
#checkout .title a {position:absolute; left:0; top:50%; transform:translateY(-50%);}
#checkout .title p {font-size:32px; font-weight:500; color:#0E2B5C; }
.subtit { display: block; padding: 90px 0 38px; font-size: 24px; color: #454545; font-weight: 300; line-height: 100%; text-align: center; }

.register .subtit {padding:90px 0 0;}

table#sod_list { margin-top: 5px; margin-bottom:5px; width: 100%; /*border-top: 1px solid #141414;; border-bottom: 1px solid #EEEEEE;*/ background:#fff; padding:0 24px; border-radius:10px; }
table#sod_list tr th { padding: 20px 0; font-weight: 500; font-size: 14px; line-height: 20px; text-align: center; color: #0E2B5C; }
table#sod_list tr td {font-weight: 500; font-size: 14px; line-height: 20px; color: #5F758C;  border-top: 1px solid #EEEEEE; vertical-align: middle; }
table#sod_list tr td.chk_box { padding-left: 0px; }

table#sod_list td.td_prd .sod_itembox {display: flex; align-items: center; padding: 10px 0;}
table#sod_list td .sod_img { width: 80px; }
table#sod_list td .sod_name {  position: relative;  margin-left: 14px;font-weight: 400; font-size: 14px; line-height: 22px;  letter-spacing: -0.8px; color: #5F758C; }
table#sod_list td .sod_name b { font-weight: 400; font-size: 14px; line-height: 22px; letter-spacing: -0.8px; color: #5F758C; }
table#sod_list td .sod_option_btn { position: absolute; top: 50%; right: 30px; transform: translateY(-50%); }
table#sod_list td .sod_option_btn button { width: 50px; height: 28px; background-color: #fff; border: 1px solid #e7e7e7; font-size: 14px; color: #999999; font-weight: 300; }

table#sod_list td.td_prd .sod_itembox02 { display: none !important; border-top: 1px solid #eee; display: block; width: 100%;padding: 15px 0 5px;}
table#sod_list td.td_prd .sod_itembox02 > div {display: flex; align-items: center; justify-content: space-between; margin-bottom: 9px; width: 100%;}
table#sod_list td.td_prd .sod_itembox02 p {margin-bottom: 0; font-weight: 400; font-size: 14px; line-height: 20px; color: #707070;}
table#sod_list td.td_prd .sod_itembox02 span { font-weight: 500; font-size: 14px; line-height: 20px; color: #5F758C;}


  /* 주문서 작성 - 주문하시는 분 */
  #sod_frm .tbl_frm01 {padding: 24px 30px 30px; /*border-top:1px solid  #141414;; border-bottom:1px solid  #EEEEEE;*/ background:#fff; border-radius:10px;}
  #sod_frm .tbl_frm01 th,#sod_frm .tbl_frm01 td {text-align:left;vertical-align:top}
  #sod_frm .tbl_frm01 th{padding:0 10px 0 0; font-weight: 400; font-size: 15px; line-height: 18px;  letter-spacing: -0.8px; color: #5F758C;     }
  #sod_frm .tbl_frm01 td input {width:100%; font-size: 14px; height:50px; border-radius:5px;}
  #sod_frm .tbl_frm01 td input#od_zip,
  #sod_frm .tbl_frm01 td input#od_b_zip { width:calc(100% - 176px);  }
  #sod_frm .tbl_frm01 td input#od_addr1,
  #sod_frm .tbl_frm01 td input#od_b_addr1,
  #sod_frm .tbl_frm01 td input#od_addr2,
  #sod_frm .tbl_frm01 td input#od_b_addr2 { margin-top: 10px; width:100%; max-width: 100%; }
  #sod_frm .tbl_frm01 td input#od_addr3,
  #sod_frm .tbl_frm01 td input#od_b_addr3 { margin-top: 10px; width:100%; max-width: 100%; }
  #sod_frm .tbl_frm01.addrtable { border-top: none; }


  /* #sod_frm .tbl_frm01 tr.email .box-select { flex: none; margin-left: 10px; min-width: auto; width: 175px; } */
  #sod_frm .tbl_frm01 tr.email td { flex-direction: column; }
  #sod_frm .tbl_frm01 tr.email td .box-row { display: flex; }
  #sod_frm .tbl_frm01 tr.email td #email_self { display: none; margin-top: 10px; text-align: right; }
  #sod_frm .tbl_frm01 tr.email td #email_self input { display: inline-block; width: calc(50%); }

  
  #sod_frm .tbl_frm01 td .addr input {width:20%}
  #sod_frm .tbl_frm01 td .addr button {background:#434a54;color:#fff;width:128px;height:45px;border:0;}
  
  /* 주문서 작성 - 받으시는 분 */
  #sod_frm_taker {padding-bottom: 120px;}
  #sod_frm_taker .tbl_frm01 {padding:24px 30px 30px; }
  #sod_frm_taker .tbl_frm01 .choice_place {display:block;background:#edf3fc;padding:10px 15px;border:1px solid #d1ddee;margin:0 10px 10px}
  #sod_frm_taker .tbl_frm01 .choice_place:after {display:block;visibility:hidden;clear:both;content:""}
  #sod_frm_taker .tbl_frm01 .choice_place .chk_box {float:left;display:inline-block;width:85%;line-height:30px}
  #sod_frm_taker .tbl_frm01 .choice_tit {float:left;display:inline-block;width:15% !important;line-height:30px}
  #sod_frm_taker .tbl_frm01 .choice_place input[type="radio"] + label span {top:7px}
  #sod_frm_taker .tbl_frm01 .choice_place input,
  #sod_frm_taker .tbl_frm01 .choice_place label {margin-left:10px}
  #sod_frm_taker .tbl_frm01 .btn_frmline {width:80px;height:30px;line-height:28px;background:#fff;border:1px solid #d4d6db;color:#606060;text-align:center;float:right}
  
  #sod_frm_taker .tbl_frm01 td input {width:100%; font-style: normal; font-weight: 300; font-size: 15px; line-height: 18px; color: #5F758C;}
  #sod_frm_taker .tbl_frm01 td .addr input {width:20%}
  #sod_frm_taker .tbl_frm01 td .addr button {background:#434a54;color:#fff;width:128px;height:45px;border:0;border-radius:3px}
  #sod_frm_taker .tbl_frm01 td .ad_choice {padding:5px 0}
  #sod_frm_taker .tbl_frm01 td .ad_choice input {width:auto}
  
  #sod_frm_orderer, #sod_frm_taker { /*background:#fff*/}
  #sod_frm section h2 { display: flex; align-items: center; justify-content: space-between; padding: 60px 0px 20px 20px; font-style: normal; font-weight: 500; font-size: 20px;  line-height: 20px; letter-spacing: -0.8px; color: #141414; }
  #sod_frm section h2 img { width: 10px; display: none; transform: rotate(0deg); }
  #sod_frm section h2 img.on { transform: rotate(180deg); }
  #sod_frm #sod_frm_pay h2 { display: none; }
  #sod_frm_orderer #od_addr_jibeon,
  #sod_frm_taker #od_b_addr_jibeon {display:inline-block;margin:5px 0 0}
  
  /* 5.4.1.3 버전이후 추가 css */
  #sod_frm div.tbl_frm01, #sod_frm_taker div.tbl_frm01{}
  #sod_frm .tbl_frm01 th, #sod_frm .tbl_frm01 td{line-height:45px; } 
  #sod_frm .tbl_frm01 th{width: 130px; }
  
  /* #sod_frm #od_zip,#sod_frm #od_b_zip{width:90px} */
  #sod_frm .tbl_frm01 td .btn_address {margin-left: 10px; width: 100%; max-width: 162px; height: 48px;border: 1px solid #284E80;  font-weight: 300;  font-size: 15px;  line-height: 22px;  text-align: center; color: #284E80; border-radius:5px;}
  #sod_frm #od_memo{padding: 10px 15px; min-height:100px}
  #sod_frm_taker .order_choice_place{position:relative;}
  #sod_frm_taker .order_choice_place .chk_box {height: 48px; display: flex; align-items: center;}
  #sod_frm_taker .order_choice_place .chk_box label {display: flex; align-items: center; font-weight: 400; font-size: 15px; line-height: 18px; letter-spacing: -0.8px; color: #5F758C;}
  #sod_frm_taker .order_choice_place .chk_box input[type="checkbox"] + label span {margin-right: 10px;}
  #sod_frm_taker .tbl_frm01 .btn_frmline{float:none;position:absolute;top:8px;right:10px}
  #sod_frm #sod_bsk_tot:after {display:block;visibility:hidden;clear:both;content:""}
  #sod_frm #sod_bsk_tot li{display: flex; align-items: center;justify-content: space-between; position:relative;background:#fff;height:45px;text-align:center;/*border-bottom:1px solid #eee;*/padding:0 10px}
  #sod_frm #sod_bsk_tot li span{display:block;margin:0;  font-weight: 400; font-size: 14px; line-height: 20px; color: #5F758C; }
  #sod_frm #sod_bsk_tot li strong { font-weight: 500; font-size: 14px; line-height: 20px; text-align: right;  color: #5F758C;}
  #sod_frm #sod_bsk_tot li strong.col-b {color: #284E80;}  
  #sod_frm #sod_bsk_tot li:last-child {border-bottom:0 none}
  




  #sod_frm_taker .tbl_frm01 tr.ph td > div {display: flex; align-items: center; border: 1px solid #eee; }
  #sod_frm_taker .tbl_frm01 tr.ph td > div input { width: 100%; border: none; height: 28px; border-left: 1px solid #eee;}
  #sod_frm_taker .tbl_frm01 tr.ph td > div .box-select {min-width: 33%; border: none;}

  
  #sod_frm  #sod_bsk_tot .sod_bsk_cnt strong{}

  
  #sod_frm_pay {position:relative;margin:10px 0}
  #sod_frm_pay .pay_tbl table{width:100%;border-collapse:collapse}
  #sod_frm_pay .pay_tbl tr {height: 64px; vertical-align: middle;}
  #sod_frm_pay .pay_tbl th{text-align:left;padding:10px;vertical-align: middle; width:100px;/*border-bottom:1px solid #eee;*/background:#fff;font-weight: 400; font-size: 14px; line-height: 20px;  color: #707070; }
  #sod_frm_pay .pay_tbl td{text-align:right;vertical-align: middle; padding: 10px;/*border-bottom:1px solid #eee;*/background:#fff; font-size: 14px; color: #666666; font-weight: 300;}
  #sod_frm_pay .pay_tbl td span { font-weight: 400; font-size: 13px; line-height: 20px; color: #707070; }
  #sod_frm_pay .pay_tbl td strong { font-weight: 500; font-size: 14px;  line-height: 20px; text-align: right;  color: #141414; }
  #sod_frm_pay .pay_tbl td .cp_cancel{margin:0 0 0 2px}
  #sod_frm_pay .pay_tbl td .btn_frmline{padding: 0 7px;border: 1px solid #38b2b9;color: #38b2b9;background: #fff;height: 23px;line-height: 21px;margin: 0;}
  #od_tot_price{margin:10px 0;background:#fff;line-height:40px;text-align:right;padding:0 10px}
  #od_tot_price span{float:left;font-weight:bold}
  #od_tot_price strong{font-size:1.5em;color:#ff006c}
  #sod_frm #sod_frm_pt_alert {margin:5px 0;color:#38b2bb }
  #od_pay_sl h3{font-size:1.167em;margin:0 0 5px}

  #sod_frm_pay .pay_tbl tr.total th {color: #284E80;}
  #sod_frm_pay .pay_tbl tr.total td {font-weight: 500; font-size: 20px; line-height: 20px; text-align: right; color: #284E80; }
    #sod_frm_pay .pay_tbl tr.total td span {  font-weight: 500; font-size: 20px; line-height: 20px; text-align: right; color: #284E80; }
  .sod_right #sod_bsk_tot {/*border-top:1px solid #141414; border-bottom: 1px solid #eee;*/ border-left: 0; border-right: 0; }
  .od_pay_buttons_el{ /*margin-top: 30px;*/ padding-bottom: 20px; background:#fff; border-top: 1px solid #E3E7EB; border-bottom: 1px solid #eee; }
  .od_pay_buttons_el h3{font-size:14px;margin:0px 0 20px; color: #3f3b3a; font-weight: 300;}
  #sod_frm_pt{border-top:1px solid #e3e5e8}
  
  #display_pay_button .btn_cancel { width: 100%; height: 50px; line-height: 38px; font-weight: 300; font-size: 15px; margin: 5px 0; border: 1px solid #ccd1d9; text-align: center; line-height: 48px; }

  .sod_right .pay_tbl{border-top:1px solid #E3E7EB;}
  .sod_right #od_tot_price{border:1px solid #e3e5e8}
  #sod_frm_pay .od_pay_buttons_el:after{display:block;visibility:hidden;clear:both;content:""}
  #sod_frm_pay .sod_frm_point{margin-top:20px;border:1px solid #e3e5e8}
  #sod_frm_pay .sod_frm_point div{background:#fff;padding:10px;text-align:left;text-align:right}
  #sod_frm_pay .sod_frm_point div:after {display:block;visibility:hidden;clear:both;content:''}
  #sod_frm_pay .sod_frm_point div label{float:left;line-height:30px;font-weight:bold}
  #sod_frm_pay .sod_frm_point div span{display:block}
  #sod_frm_pay .sod_frm_point div span:after {display:block;visibility:hidden;clear:both;content:''}
  #sod_frm_pay .sod_frm_point div strong{float:left;color:#666}
  #sod_frm_pay .sod_frm_point .max_point_box em{font-style:normal !important}
  #sod_frm_pay .sod_frm_point #od_temp_point{height:30px;text-align:right;padding:0 5px;border:1px solid #ccc;}
  
  #sod_frm_pay .price-pay {margin-top: 30px; padding-bottom: 25px; border-top: 1px solid #141414; border-bottom: 1px solid #eee;}
  #sod_frm_pay .price-pay strong {display: block; padding: 22px 10px 15px;font-weight: 400; font-size: 14px; line-height: 20px; color: #141414; }
  #sod_frm_pay .price-pay > div {border: 1px solid #eee; display: flex; flex-wrap: wrap;}
  #sod_frm_pay .price-pay > div div {width: 50%; height: 60px; display: flex; justify-content: center; align-items: center; font-weight: 400; font-size: 14px; line-height: 20px; color: #707070; cursor: pointer; }
  #sod_frm_pay .price-pay > div div:nth-of-type(odd) {border-right: 1px solid #eee;}
  #sod_frm_pay .price-pay > div div:nth-of-type(1),
  #sod_frm_pay .price-pay > div div:nth-of-type(2) {border-bottom: 1px solid #eee;}
  #sod_frm_pay .price-pay > div div.on {border: 1px solid #284E80;color: #284E80;}


.sod_left .tbl_wrap-con th {}
.sod_left .tbl_wrap-con td {padding: 0; padding-bottom: 20px;}

.sod_left .tbl_wrap-con tr.email td {display: flex;}
.sod_left .tbl_wrap-con tr.email td input {}
.sod_left .tbl_wrap-con tr.email td span {display: inline-block; margin: 0 10px;color: #707070;font-size: 15px;}

.sod_left .box-select { display: inline-flex; align-items: center; position: relative; min-width: 274px; height: 48px;border: 1px solid #EEEEEE; text-align: left; background: #fff; user-select: none; cursor: pointer; border-radius:5px; } 
.sod_left .box-select:after { content: ""; position: absolute; top: 50%; right: 15px; width: 10px; height: 8px; background-image: url(/theme/basic/skin/member/basic/img/select.svg) ; background-repeat: no-repeat; background-size: 100%; transform: translateY(-50%); } 
.sod_left .box-select.open:after { transform: translateY(-50%) rotate(180deg); } 
.sod_left .box-select .selected {display: flex; align-items: center; width: 100%; height:100% ; padding: 0px 15px; border: 1px solid transparent; } 
.sod_left .box-select .selected span{ font-weight: 300; font-size: 15px; line-height: 18px;  letter-spacing: -0.8px; color: #141414; }
.sod_left .box-select ul { display: none; position: absolute; top: 101%; right: 0px; width:100%; height: 42px; text-align: left; border: 1px solid transparent; overflow: hidden; z-index: 20; } 
.sod_left .box-select.open ul { display: block !important; height: auto; max-height: 500px;  background-color: #fff;border: 1px solid #EEEEEE; overflow: auto; z-index: 20;} 
.sod_left .box-select.open ul::-webkit-scrollbar { display: none; /* Chrome, Safari, Opera*/ } 
.sod_left .box-select ul li { padding:11px 18px; margin-bottom: 0; height: 40px;white-space: pre; font-weight: 300; font-size: 15px;  line-height: 18px;  letter-spacing: -0.8px; color: #141414; background-color: #ffffff !important; } 
.sod_left .box-select ul li:hover,
.sod_left .box-select ul li:hover  { background-color:  #EEEEEE !important;} 
.sod_left .box-select ul li.active {background-color:  #EEEEEE !important;}
.sod_left .box-select ul li.active  {background-color:  #EEEEEE !important;}
.sod_left .box-select ul li  {white-space: pre; font-weight: 300; font-size: 15px;  line-height: 18px;  letter-spacing: -0.8px; color: #141414; background-color: #ffffff !important; }
.sod_left .box-select ul li:last-of-type {height: 42px;}
.sod_left .box-select ul li > a { display: block; padding: 11px 18px;}

.sod_left .tbl_wrap-con tr.email td .sel-txt span{padding: 0px; margin: 0 3px !important;}

.sod_left .tbl_wrap-con tr.ph td > div {display: flex; align-items: center; border: 1px solid #eee;}
.sod_left .tbl_wrap-con tr.ph td > div input {border: none; border-left: 1px solid #eee; width: 100%;}
.sod_left .tbl_wrap-con tr.ph td .box-select  {border: none; min-width: 33%;}

.sod_left .tbl_wrap-con tr.addr  #od_b_zip {width: 50% !important;}




  /* 주문서 작성 - 오른쪽 */
  .sod_right {display:inline-block;margin-top: 100px;width:380px;height:100%;vertical-align:top; background:#fff; padding:30px; border-radius:10px;}
  .sod_right #sod_bsk_tot:after {display:block;visibility:hidden;clear:both;content:""}
  .sod_right .sod_info li {position:relative;float:left;background:#fff;width:33.333%;height:70px;text-align:center;border-bottom:1px solid #e7ebf1;padding:15px 0}
  .sod_right .sod_info li:after {display:block;visibility:hidden;clear:both;content:""}
  .sod_right .sod_info li span {display:block;color:#777;margin-bottom:5px;font-weight:bold;color:#000}
  .sod_right .sod_info .sod_bsk_sell, .sod_right .sod_info .sod_bsk_coupon {border-right:1px solid #e7ebf1}
  .sod_right .sod_info .sod_bsk_coupon:before {display:block;content:"-";position:absolute;top:25px;left:-10px;width:20px;height:20px;background:#fff;color:#9da6c9;border-radius:50%;border:1px solid #e7ebf1;font-weight:bold;font-size:16px;line-height:14px}
  .sod_right .sod_info .sod_bsk_dvr:before {display:block;content:"+";position:absolute;top:25px;left:-10px;width:20px;height:20px;background:#fff;color:#9da6c9;border-radius:50%;border:1px solid #e7ebf1;font-weight:bold;font-size:16px;line-height:14px}
  .sod_right .sod_info .sod_bsk_cnt strong {font-size:1.25em}
  
  .sod_right .sod_info_bt {clear:both;padding:10px 15px;background:#fff}
  .sod_right .sod_info_bt:after {display:block;visibility:hidden;clear:both;content:""}
  .sod_right .sod_info_bt li {}
  .sod_right .sod_info_bt li:after {display:block;visibility:hidden;clear:both;content:""}
  .sod_right .sod_info_bt li span {display:inline-block;float:left;width:50%;line-height:28px;text-align:left;font-weight:bold;color:#000}
  .sod_right .sod_info_bt li strong {display:inline-block;float:left;width:50%;line-height:28px;text-align:right}
  
  .sod_right .sod_info_option {clear:both;border-top:1px solid #e7ebf1}
  .sod_right .sod_info_option h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
  .sod_right .sod_info_option ul {padding:10px 15px;background:#fff}
  .sod_right .sod_info_option li {margin-bottom:5px}
  .sod_right .sod_info_option li:after {display:block;visibility:hidden;clear:both;content:""}
  .sod_right .sod_info_option .sod_ifop_tit {display:inline-block;float:left;width:50%;line-height:28px;text-align:left;font-weight:bold}
  .sod_right .sod_info_option .sod_ifop_tit .btn_frmline {width:auto;height:30px;color:#3a8afd;background:#fff;border:1px solid #d4d6db}
  .sod_right .sod_info_option .sod_ifop_tit .cp_cancel {width:auto;height:30px;border:1px solid #d4d6db;padding:0 5px;margin-left:5px;color:#b1b1b1;vertical-align:baseline}
  .sod_right .sod_info_option .sod_ifop_tit .od_coupon {z-index:10000;position:absolute;top:50%;left:50%;min-width:300px;height:auto !important;height:500px;max-height:500px;margin-left:-200px;margin-top:-150px;border:1px solid #dde7e9;border-radius:3px;background:#fff;overflow-y:auto;overflow-x:inherit}
  .sod_right .sod_info_option .sod_ifop_tit .od_coupon>td {text-align:left}
  .sod_right .sod_info_option>td, .sod_right .sod_info_option .sod_ifop_t {display:inline-block;float:left;width:50%;line-height:28px;text-align:right}
  .sod_right .sod_info_option>td {text-align:right;padding:10px;height:30px}
  .sod_right .sod_info_option>td .cp_cancel {margin:0 0 0 2px}
  .sod_right .sod_info_option>td .btn_frmline {padding:0 7px;border:1px solid #38b2b9;color:#38b2b9;background:#fff;height:23px;line-height:21px;margin:0}
  
  
  /* 주문서 작성 - 포인트사용 */
  #sod_point {clear:both;background:#fff;margin-top:10px;border:1px solid #e3e5e8}
  #sod_point h2 {font-size:1.167em;padding:15px;border-bottom:1px solid #e3e5e8}
  #sod_point h2:after {display:block;visibility:hidden;clear:both;content:''}
  
  #sod_point .point_tit {vertical-align:baseline;float:left;line-height:28px}
  #sod_point .point_tit label {vertical-align:baseline}
  #sod_point .point_ipt {float:right;display:inline-block;margin-left:35px;text-align:left;text-align:right;font-weight:normal}
  #sod_point .point_ipt:after {display:block;visibility:hidden;clear:both;content:''}
  #sod_point .point_ipt #od_temp_point {width:100px;height:30px;text-align:right;padding:0 5px;border:1px solid #d0d3db;border-radius:3px}
  
  #sod_frm_pt {padding:20px}
  
  #sod_frm_pt .max_point_box em {font-style:normal !important}
  
  /* 주문서 작성 - 결제수단 */
  #sod_frm_pay {position:relative;margin:15px 0 0}
  #sod_frm_pay h2 {font-size:1.167em;padding:15px;border-bottom:1px solid #e3e5e8}
  #sod_frm_pay .tooltip_txt {height:auto;line-height:18px;font-weight:normal;font-size:1em;padding:10px 20px;margin:10px}
  #sod_frm_pay .tooltip_txt i {float:left;line-height:36px;font-size:2em;margin-right:15px}
  #sod_frm_pay .tooltip_txt:before {height:100%}
  #sod_frm_pay .lb_icon {display:inline-block;position:relative;cursor:pointer;z-index:1}
  #sod_frm_pay input[type="radio"]:checked+.lb_icon {z-index:3}


  #sod_frm_paysel { display: flex; flex-wrap: wrap; }
  #od_pay_sl h3 { display: block; padding: 22px 10px 15px;font-weight: 400; font-size: 14px; line-height: 20px; color: #5F758C; }
  #sod_frm_paysel strong { position: relative; margin: 0; width: 50%; height: 60px; font-weight:400; line-height:0; }
  #sod_frm_paysel strong label.lb_icon { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; padding: 0; font-size:14px; color:#5F758C; font-weight:400; }
  #sod_frm_paysel strong span { position: absolute; top: 0; left: 0; margin: 0; width: 100%; height: 100%; border: 1px solid #eee; background: transparent; }
  #sod_frm_paysel strong input:checked + label.lb_icon { color: #fff; background:#3EAAD8; }
  #sod_frm_paysel strong input:checked + label.lb_icon span { border-color: #3EAAD8; }
  #sod_frm_paysel legend {position:absolute;font-size:0;line-height:0;overflow:hidden}
 
  #sod_frm_paysel ul.pay_way {margin:0;padding:15px}
  #sod_frm_paysel ul.pay_way input[type="radio"] + label span {top:7px}
  #sod_frm_paysel ul:after {display:block;visibility:hidden;clear:both;content:""}
  #sod_frm_paysel li {position:relative;line-height:28px;text-align:left;list-style:none}
  
  #settle_bank {margin-top: 20px; border-top:1px solid #e3e5e8; background:#fff;padding:10px 0;clear:both;line-height:32px; font-size:14px; color:#5F758C;}
  #settle_bank:after {display:block;visibility:hidden;clear:both;content:''}
  #settle_bank label {float:left;width:30%;line-height:30px; height:46px; line-height:46px; color:#5F758C; font-size:14px; font-weight:400;}
  #settle_bank label.sound_only {font-size:0;} 
  #settle_bank select, #settle_bank input {width:70%;height:32px;margin:0 0 5px;border:1px solid #e7e7e7;text-align:left}
  #settle_bank option {padding:3px 0}
  #settle_bank #od_deposit_name { font-weight: 300; border: 1px solid #eee; background: #fff; vertical-align: middle; padding: 5px 15px; border-radius:5px; height:46px; color:#141414;}
  
  #display_pay_button {margin-top: 21px; background:#fff;}
  #display_pay_button .btn_submit {width:100%;height:60px;font-style: normal;background: #284E80;  font-weight: 400; font-size: 15px; line-height: 22px; text-align: center; color: #FFFFFF; cursor:pointer; border-radius:5px;}
  #display_pay_button .btn01 {display: flex;align-items: center;justify-content: center; width:100%;height:60px;font-weight: 300; font-size: 15px; line-height: 22px;border: 1px solid #284E80;color: #284E80;border-radius:5px; margin:12px 0;border:1px solid #ccd1d9;background-color: #fff; text-align: center;;}
  
  .display_setup_message {margin:0 0 10px;padding:15px;border:1px solid #fccdff;background:#ffeef9}
  .display_setup_message strong {display:block;margin:0 0 10px}
  
  #sod_frm_taker td input[type="radio"], #sod_frm_taker td input[type="checkbox"]{width:auto;-webkit-appearance:radio;-webkit-border-radius:initial}
  #sod_frm_taker th label { font-style: normal; font-weight: 400; font-size: 15px; line-height: 18px; letter-spacing: -0.8px; }
  #sod_frm_taker label {display:inline-block;font-size: 14px; font-weight: 300;margin-right:1em}
  #sod_frm_same {margin:0 0 10px}
  
  #sod_frm #display_pay_process {text-align:center}
  #sod_frm #display_pay_process span {display:block;margin:5px 0 0}
  
  #od_tot_price {background:#e5f0ff;line-height:20px;text-align:right;padding:15px}
  #od_tot_price span {float:left;font-weight:bold}
  #od_tot_price strong {font-size:1.5em;color:#ff006c}
  #sod_frm_pay_info {margin:0 0 10px}
  
  #sod_frm_pay #sc_coupon_frm, #sod_frm_pay #od_coupon_frm {z-index:10000;position:absolute;top:0;right:0;width:500px;height:auto !important;height:500px;max-height:500px;border:1px solid #000;background:#fff;overflow-y:auto}
  #sod_frm_deli {position:relative;line-height:2em}
  
  #sod_frm_escrow {margin:30px 0 0}
  #sod_frm #sod_frm_escrow h2 {margin:0;border:0}
  #sod_frm #sod_frm_escrow p {margin:5px 0}
  #display_pay_process {padding:20px;text-align:center}


@media (max-width:1220px) {
  #sod_frm {padding: 0 20px;} 
  .sod_left {width: 60%;}
  .sod_right {width: 35%;}
}
@media (max-width:1000px) {
  .sod_left {width: 100%; max-width: 100%; margin-right: 0; }
  #sod_frm_taker {padding-bottom: 0;}
  .sod_right {width: 100%; max-width: 100%; margin: 60px 0 120px 0; }

  #sod_frm_pay > h2 {display: none !important;}
}
@media (max-width:800px) {
  table#sod_list thead {display: none;}
  table#sod_list tbody td {border-top: 1px solid #141414;}

  table#sod_list {border-bottom: 1px solid #141414;}
  table#sod_list td.td_prd .sod_itembox02 {display: block !important;}
  table#sod_list tbody td:nth-of-type(2),
  table#sod_list tbody td:nth-of-type(3),
  table#sod_list tbody td:nth-of-type(4),
  table#sod_list tbody td:nth-of-type(5) {display: none;}

}


  
/* 폼 테이블 */
.tbl_frm01 table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_frm01 th {width:70px;padding:7px 13px;text-align:left}
.tbl_frm01 td {padding-bottom: 20px; background:transparent}
.wr_content textarea,.tbl_frm01 textarea,.form_01 textarea, .frm_input {border:1px solid #eee;background:#fff;vertical-align:middle;padding:5px 15px; font-weight: 300; font-size: 15px; line-height: 18px; color: #141414;}
/*.frm_input:focus {border:1px solid #eee;background:#fff;vertical-align:middle;padding:5px 15px; font-weight: 300; font-size: 15px; line-height: 18px; color: #141414;}*/

.wr_content textarea::placeholder,.tbl_frm01 textarea::placeholder,.form_01 textarea::placeholder, .frm_input::placeholder {color:#8895A3;} 
.tbl_frm01 textarea {padding:2px 2px 3px}
.frm_input {height:48px; font-size: 15px;}

.full_input {width:100%}
.half_input {width:49.5%}
.twopart_input {width:385px;margin-right:10px}
.tbl_frm01 textarea, .write_div textarea {width:100%;height:100px}
.tbl_frm01 a {text-decoration:none}
.tbl_frm01 .frm_file {display:block;margin-bottom:5px}
.tbl_frm01 .frm_info {display:block;padding:0 0 5px;line-height:1.4em}





/*기본 리스트*/
.list_01 ul {border-top:1px solid #ececec}
.list_01 li {border-bottom:1px solid #ececec;background:#fff;padding:10px 15px;list-style:none;position:relative}
.list_01 li:nth-child(odd) {background:#f6f6f6}
.list_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.list_01 li:hover {background:#f9f9f9}
.list_01 li.empty_li {text-align:center;padding:20px 0;color:#666}

/*폼 리스트*/
.form_01 h2 {font-size:1.167em}
.form_01 li {margin-bottom:10px}
.form_01 ul:after,
.form_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.form_01 .left_input {float:left}
.form_01 .margin_input {margin-right:1%}
.form_01 textarea {height:100px;width:100%}
.form_01 .frm_label {display:inline-block;width:130px}

/* 자료 없는 목록 */
.empty_table {padding:50px 0 !important;text-align:center}
.empty_list {padding:20px 0 !important;color:#666;text-align:center}

/* 필수입력 */
.required, textarea.required {background-repeat:no-repeat !important;background-position:right top !important}

/* 테이블 항목별 정의 */
.td_board {width:80px;text-align:center}
.td_category {width:80px;text-align:center}
.td_chk {width:30px;text-align:center}

.td_date {width:60px;text-align:center}
.td_datetime {width:110px;text-align:center}
.td_group {width:80px;text-align:center}
.td_mb_id {width:100px;text-align:center}
.td_mng {width:80px;text-align:center}
.td_name {width:100px;text-align:left}
.td_nick {width:100px;text-align:center}
.td_num {width:50px;text-align:center}
.td_numbig {width:80px;text-align:center}
.td_dvr { text-align:center }
.td_stat {width:60px;text-align:center}

.txt_active {color:#5d910b}
.txt_done {color:#e8180c}
.txt_expired {color:#ccc}
.txt_rdy {color:#8abc2a}



/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;font-size:0;line-height:0;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left:0;width:0;height:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}



/* 주문내역 */
#orderinquiry { margin: 0 auto; width: 100%; max-width: 1145px; }
#sod_v {margin-bottom:30px}
#sod_v:after {display:block;visibility:hidden;clear:both;content:''}
.status_01 {display:inline-block;color:#666666;padding:0 5px;line-height:20px;font-size:0.92em;border-radius:5px}
.status_02 {display:inline-block;color:#666666;padding:0 5px;line-height:20px;font-size:0.92em;border-radius:5px}
.status_03 {display:inline-block;color:#666666;padding:0 5px;line-height:20px;font-size:0.92em;border-radius:5px}
.status_04 {display:inline-block;color:#666666;padding:0 5px;line-height:20px;font-size:0.92em;border-radius:5px}
.status_05 {display:inline-block;color:#1a76e7;padding:0 5px;line-height:20px;font-size:0.92em;border-radius:5px}
.status_06 {display:inline-block;color:#e54a4a;padding:0 5px;line-height:20px;font-size:0.92em;border-radius:5px}

.tabletype1 { border-top: 1px solid #cdcdcd; }
.tabletype1 tr { border-bottom: 1px solid #e7e7e7; }
.tabletype1 tr th { height: 50px; font-size: 15px; color: #3f3b3a; font-weight: 300; text-align: center; }
.tabletype1 tr td { padding: 0 15px; height: 72px; font-size: 14px; color: #3f3b3a; font-weight: 300; text-align: center; }
.tabletype1 tr td a { font-size: 14px; color: #3f3b3a; font-weight: 300; }

#orderinquiryview { margin: 0 auto; width: 100%; max-width: 1200px; padding-bottom: 120px;  }

#orderinquiryview > .title {position:relative; width:100%; margin-top:0; margin-bottom:70px;}
#orderinquiryview > .title a {position:absolute; left:0; top:50%; transform:translateY(-50%);}
#orderinquiryview > .title p {font-size:32px; font-weight:500; color:#0E2B5C;}

#orderinquiryview #order-v-wrap {padding-top: 0px; display: flex; flex-wrap: wrap;}
#orderinquiryview .order-v-list .title { padding: 16px 0;display: flex; align-items: center; justify-content: space-between;}
#orderinquiryview .order-v-list .title strong {display: flex; align-items: center;   font-weight: 500; font-size: 20px; line-height: 20px; letter-spacing: -0.8px; color: #141414; margin-bottom:0;}
#orderinquiryview .order-v-list .title > img {width: 10px; display: none;}
#orderinquiryview .order-v-list .title strong > span { display: none; margin-left: 5px;   font-weight: 400; font-size: 15px; line-height: 18px; letter-spacing: -0.8px; color: #141414;}
#orderinquiryview .order-v-list .inner {/*border-top: 1px solid #141414;*/ background:#fff; border-radius:10px; padding:15px 30px;}
/*#orderinquiryview .order-v-list .inner02 {border: 1px solid #141414;}*/
#orderinquiryview .order-v-list .inner li {padding: 0; height: 62px; display: flex; align-items: center; justify-content:space-between; border-bottom: 1px solid #eee;}
#orderinquiryview .order-v-list .inner li > div {}
#orderinquiryview .order-v-list .inner li:last-child {border-bottom:0;}
#orderinquiryview .order-v-list .inner li p {display: inline-block; width: 110px;   font-weight: 500; font-size: 15px; line-height: 20px; color: #0E2B5C;}
#orderinquiryview .order-v-list .inner li span {  font-weight: 400; font-size: 15px; line-height: 20px; color: #5F758C;}
#orderinquiryview .order-v-list .inner li a {}

#orderinquiryview .order-v-list .acc-wrap .inner .cont {width:100%; display:flex; align-items:center; justify-content:space-between;}
#orderinquiryview .order-v-list .acc-wrap .inner .cont .clo-b {width:100%; text-align:right;}

#orderinquiryview .order-v-list .acc-wrap .inner .cont small {padding-top:18px; font-size:14px; line-height:1.4; font-weight:400; color: #5F758C; text-align:right;}

#orderinquiryview .order-v { width: 48.5%;}
#orderinquiryview .order-v + .order-v {margin-left: 30px;}

#orderinquiryview .order-v-list div.info {}
/*#orderinquiryview .order-v-list div.info .inner li {background-color:#F5F5F5}*/
#orderinquiryview .order-v-list div.info .inner li span {   font-weight: 400; font-size: 15px; line-height: 20px; color:#5F758C;}
#orderinquiryview .order-v-list div.info .inner li span small {font-weight: 400; font-size: 15px; line-height: 20px; color:#5F758C;}
#orderinquiryview .order-v-list div.info .inner li a {display: inline-flex; padding: 8px 14px; font-weight: 300; font-size: 14px; line-height: 20px; color: #3EAAD8;border-radius: 5px;background: #FFFFFF; border: 1px solid #3EAAD8; cursor: pointer;}
#orderinquiryview .order-v-list div.info .inner li span.clo-b {color: #284E80; font-weight:500;}

#orderinquiryview .order-v-list div.info .inner02 li.price {padding-top: 21px; height: 125px; background-color:#fff; align-items: flex-start; }
#orderinquiryview .order-v-list div.info .inner02 li.price span { }
#orderinquiryview .order-v-list div.info .inner02 li.price small {display: inline-block; margin-top: 5px;   font-weight: 400; font-size: 13px; line-height: 20px;  color: #707070;}
#orderinquiryview .order-v-list div.info .inner02 li.price a { margin-left: 0; margin-top: 15px; }
#orderinquiryview .order-v-list div.info .inner02 li.price a + a { margin-left: 8px; }


#orderinquiryview .order-v-info {padding-top: 60px; width: 100%;}
#orderinquiryview .order-v-info .acc-wrap {background:#fff; padding:0 30px; border-radius:10px;}
#orderinquiryview .order-v-info .top {/*border-top: 1px solid #141414;*/ display: flex; align-items: center; }
#orderinquiryview .order-v-info .top li {height: 61px; text-align: center; display: flex; align-items: center; justify-content: center;}
#orderinquiryview .order-v-info .top li p {  font-weight: 400; font-size: 14px; line-height: 20px; color: #141414;}
#orderinquiryview .order-v-info .top li.sec01 {width: 50%;}
#orderinquiryview .order-v-info .top li.sec02 {width: 15% }
#orderinquiryview .order-v-info .top li.sec03 {width: 15%;}
#orderinquiryview .order-v-info .top li.sec04 {width: 15%; min-width: 120px;}
#orderinquiryview .order-v-info .top li.sec05 {width: 15%; min-width: 120px;}
#orderinquiryview .order-v-info .top li.sec06 {width: 10%;}


#orderinquiryview .order-v-info .middle {border-top: 1px solid #E3E7EB; border-bottom: 1px solid #E3E7EB; display: flex; align-items: center;}
#orderinquiryview .order-v-info .middle li {padding: 28px 15px; text-align: center; display: flex; align-items: center; justify-content: center;}
#orderinquiryview .order-v-info .middle li p {  font-weight: 400; font-size: 14px; line-height: 20px; color: #141414;}


#orderinquiryview .order-v-info .middle li.sec01 {width: 50%; justify-content: left;}
#orderinquiryview .order-v-info .middle li.sec01 > div {display: flex; align-items: center;}
#orderinquiryview .order-v-info .middle li.sec01 div.img {width: 80px; margin-right: 14px;}
#orderinquiryview .order-v-info .middle li.sec01 div.img img {width: 100%;}
#orderinquiryview .order-v-info .middle li.sec01 div.txt {text-align: left; }
#orderinquiryview .order-v-info .middle li.sec01 div.txt p {display: block;}

#orderinquiryview .order-v-info .middle li.sec02 {width: 15% }
#orderinquiryview .order-v-info .middle li.sec02 p {font-weight: 300; }

#orderinquiryview .order-v-info .middle li.sec03 {width: 15%;}
#orderinquiryview .order-v-info .middle li.sec03 p {font-weight: 500; }


#orderinquiryview .order-v-info .middle li.sec04 {width: 15%; min-width: 120px;}
#orderinquiryview .order-v-info .middle li.sec04 p {font-weight: 400; color: #707070;}

#orderinquiryview .order-v-info .middle li.sec05 {width: 15%; min-width: 120px;}
#orderinquiryview .order-v-info .middle li.sec05 div {}
#orderinquiryview .order-v-info .middle li.sec05 p {color: #3EAAD8; font-size:15px; font-weight:400;}
#orderinquiryview .order-v-info .middle li.sec05 span {display: block;margin: 6px 0 13px; font-size:13px; color:#707070; }
#orderinquiryview .order-v-info .middle li.sec05 .invoice { display:block; text-align:center; margin-top: 13px; font-size: 13px; color: #707070; }
/* #orderinquiryview .order-v-info .middle li.sec05 a {color: #284E80;font-weight: 700;text-decoration: underline;} */
#orderinquiryview .order-v-info .middle li.sec05 a { display: inline-flex; justify-content: center; align-items: center; width: 77px; height: 36px; font-size: 14px; color: #141414; border: 1px solid #EEEEEE; border-radius: 4px; }

#orderinquiryview .order-v-info .middle li.sec06 {width: 10%; flex-direction: column;}
#orderinquiryview .order-v-info .middle li.sec06 a { display: flex; justify-content: center; align-items: center; width: 77px; height: 36px; font-size: 14px; color: #141414; border: 1px solid #EEEEEE; border-radius: 4px; }
#orderinquiryview .order-v-info .middle li.sec06 a + a { margin-top: 10px; }


#orderinquiryview .order-v-info .middle li.sec01 div.txt .pc-hide {display: none;}
#orderinquiryview .order-v-info .middle li.sec01 div.txt .pc-hide > span {display: block; margin: 5px 0;font-weight: 350; font-size: 15px; line-height: 20px; letter-spacing: -0.8px;  color: #141414;} 
#orderinquiryview .order-v-info .middle li.sec01 div.txt .pc-hide > span:nth-of-type(3) {color: #707070;}
#orderinquiryview .order-v-info .middle li.sec01 div.txt .pc-hide > p {display: block; margin-bottom: 10px;font-weight: 500; font-size: 16px; line-height: 150%; letter-spacing: -0.8px; color: #141414;}
#orderinquiryview .order-v-info .middle li.sec01 div.txt .pc-hide > p.price {margin-top: 10px; display: flex; align-items: center;  font-weight: 500; font-size: 15px; line-height: 20px; letter-spacing: -0.8px; color: #141414;}
#orderinquiryview .order-v-info .middle li.sec01 div.txt .pc-hide > p.price span {display: inline-block; margin: 0 5px; color:  #C4C4C4;}

#orderinquiryview .order-v-info .m-middle {display: none; align-items: center; justify-content: space-between;height: 61px; padding: 0 20px; border: 1px solid #eee; border-top: transparent;}
#orderinquiryview .order-v-info .m-middle > p {  font-weight: 400; font-size: 14px; line-height: 20px; color: #284E80;}
#orderinquiryview .order-v-info .m-middle > a {  padding: 10px 15px; border: 1px solid #eee; font-weight: 300; font-size: 14px; line-height: 20px; color: #141414;}

#orderinquiryview .order-v-info .bottom {height: 61px;  display: flex; align-items: center; justify-content: space-between; /*border-bottom: 1px solid #eee;*/}
#orderinquiryview .order-v-info .bottom > p {  font-weight: 400; font-size: 14px; line-height: 20px; color: #141414;}
#orderinquiryview .order-v-info .bottom > div {display: flex; align-items: center;}
#orderinquiryview .order-v-info .bottom > div > div {display: flex; align-items: center;}
#orderinquiryview .order-v-info .bottom > div > div p { font-weight: 400; font-size: 14px; line-height: 20px; color: #141414;}
#orderinquiryview .order-v-info .bottom > div > div span {display: inline-block; margin: 0 6px;   font-weight: 500; font-size: 14px; line-height: 20px; color: #141414;}
#orderinquiryview .order-v-info .bottom > div > span {color: #141414;font-size: 14px;}

#orderinquiryview .order-info-list {width: 100%; margin-top: 60px;}
#orderinquiryview .order-info-list .info-p-btn {margin-top: 40px; display: flex; align-items: center; justify-content: center;}
#orderinquiryview .order-info-list .info-p-btn a {display: inline-flex; align-items: center; justify-content: center; width: 265px;height: 52px;  font-weight: 400; font-size: 15px; line-height: 22px;}
#orderinquiryview .order-info-list .info-p-btn .left a {border: 1px solid #284E80; color: #284E80;}
#orderinquiryview .order-info-list .info-p-btn .left a + a {margin-left: 10px;}
#orderinquiryview .order-info-list .info-p-btn .right a {background: #284E80; color: #fff;}

#orderinquiryview .order-info-list .info-p-btn .center a {background: #0E2B5C; color: #fff; font-size:16px; font-weight:500; border-radius:5px;}

#orderinquiryview .order-info-list ul.inner li .cont {text-align:left; padding-left:150px;}

#orderinquiryview .guide-info {/*border: 1px solid #eee;*/ margin-top: 60px; width: 100%;}
#orderinquiryview .guide-info strong {display: block; padding: 16px 0;  /*border-bottom: 1px solid #eee;*/ font-weight: 500; font-size: 20px; line-height: 140%; letter-spacing: -0.8px; color: #141414;}
#orderinquiryview .guide-info ul {padding: 30px;  background:#fff; border-radius:10px; }
#orderinquiryview .guide-info ul li {padding-bottom: 20px;}
#orderinquiryview .guide-info ul li p {display: block; margin-bottom: 10px; font-weight: 500; font-size: 15px; line-height: 140%; letter-spacing: -0.5px;  color: #0E2B5C;}
#orderinquiryview .guide-info ul li span {display: block; width: 100%;font-weight: 400; font-size: 14px;line-height: 140%; letter-spacing: -0.5px; color: #8895A3;}

.breakdown-pop {display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100vh;  z-index: 99;}
.breakdown-pop .bg {position: fixed;  top: 0; left: 0; width: 100%; height: 100vh; background-color: rgba(0, 0, 0, .8); }
.breakdown-pop .inner {position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 95%; max-width: 712px; padding: 39px 34px; background-color: #fff; z-index: 100; border-radius:10px;}
.breakdown-pop .inner strong {display: block; margin-bottom: 18px; font-weight: 500; font-size: 20px; line-height: 130%; text-align: center; letter-spacing: -0.8px; color: #141414;}
.breakdown-pop .inner .top {display: flex; align-items: center; justify-content:space-between; padding: 20px 0; margin-bottom: 5px; border-bottom: 1px solid #eee; }
.breakdown-pop .inner .top p { font-weight: 400; font-size: 14px;  line-height: 140%; letter-spacing: -0.8px;  color: #A7A7A7;}
.breakdown-pop .inner .top span {  font-weight: 500; font-size: 16px; line-height: 20px;  color: #141414;}
.breakdown-pop .inner .middle div {display: flex; align-items: center; justify-content:space-between; padding-top: 15px; }
.breakdown-pop .inner .middle p {font-weight: 400; font-size: 14px; line-height: 140%; letter-spacing: -0.8px; color: #A7A7A7;}
.breakdown-pop .inner .middle span {  font-weight: 400; font-size: 14px; line-height: 20px; color: #141414;}
.breakdown-pop .inner .close-btn {position: absolute; top: 25px; right: 25px; width: 15px; height: 15px; z-index: 1; cursor: pointer;}
.breakdown-pop .inner .close-btn img {width: 15px;}

@media (max-width:1240px) {
  #orderinquiryview {padding: 0 20px 120px;  }
  #orderinquiryview .order-v {width: 48.2%;}
}

@media (max-width:1000px) {
  #orderinquiryview .order-v:nth-of-type(1) {order: 1; width: 100%;}
  #orderinquiryview .order-v:nth-of-type(2) {order: 3; width: 100%; margin-left: 0; margin-top: 60px;}
  #orderinquiryview .order-v-info {order: 2;}
  #orderinquiryview .order-v-info .top li.sec01 {width: 40%;}
  #orderinquiryview .order-v-info .top li.sec03 {width: 15%;}
  #orderinquiryview .order-v-info .top li.sec06 {width: 15%;}
  #orderinquiryview .order-v-info .middle li.sec01 {width: 100%;}
  #orderinquiryview .order-v-info .middle li.sec03 {width: 15%;}
  #orderinquiryview .order-v-info .middle li.sec06 {width: 15%;}
  #orderinquiryview .order-info-list {order: 4;}
  #orderinquiryview .guide-info {order: 5;}


  #orderinquiryview > .title {margin:0;}
}

@media (max-width:900px) {

  
  #orderinquiryview .order-v-list .title {/*border: 1px solid #141414;*/ padding: 20px; background:#fff; border-radius:10px 10px 0 0; border: 1px solid #eee}
  #orderinquiryview .order-v-list .title > img { display: block; transform: rotate(0deg);}
  #orderinquiryview .order-v-list .title > img.on { transform: rotate(180deg);}
  #orderinquiryview .order-v-list .title strong > span {display: block;}

  #orderinquiryview .order-v-list ul { border: 1px solid #eee; border-top: transparent !important;  }

  #orderinquiryview .order-v-list .inner {border-radius:0 0 10px 10px;}

  #orderinquiryview .order-v-info .top {display: none;}

  #orderinquiryview .order-v-list  div.info .inner01  {border-bottom: none;}
  #orderinquiryview .order-v-list  div.info .inner li {background-color:#fff;}
  #orderinquiryview .order-v-list  div.info .inner02 { border: 1px solid #eee;border-top: none; }


	#orderinquiryview .order-v-info .middle {display:block;}

  #orderinquiryview .order-v-info .middle li.sec01 div.txt .pc-hide {display: block;}
  #orderinquiryview .order-v-info .middle li.sec01 > div {align-items: flex-start;}
  #orderinquiryview .order-v-info .middle .sec02,
  #orderinquiryview .order-v-info .middle .sec03, 
  #orderinquiryview .order-v-info .middle .sec04, 
  #orderinquiryview .order-v-info .middle .sec05 {display: none;}
/*  #orderinquiryview .order-v-info .middle .sec06*/

	#orderinquiryview .order-v-info .middle li.sec06 {width:100%; padding-top:0;}
	#orderinquiryview .order-v-info .middle li.sec06 a {width:100%;}

  #orderinquiryview .order-v-info .m-middle {display: flex;}
  #orderinquiryview .order-v-info .bottom {padding: 0 20px; border-right: 1px solid #eee; border-left: 1px solid #eee;}
  #orderinquiryview .order-v-info .bottom {display: none ;}

  #orderinquiryview .order-info-list .info-p-btn .left {display: none;}
  #orderinquiryview .order-info-list .info-p-btn .right {width: 100%;}
  #orderinquiryview .order-info-list .info-p-btn .right a {display: flex; font-size: 14px; width: 100%;}

  #orderinquiryview .order-v-info .acc-wrap {padding:0; border-radius:0 0 10px 10px;}

}

@media (max-width:700px) {
	#orderinquiryview .order-info-list ul.inner li .cont {padding-left:0; text-align-left;}
}

@media (max-width:600px) {
  #orderinquiryview {padding: 0 15px 50px;}

  #orderinquiryview > .title {padding: 17px 0 !important;}
  #orderinquiryview > .title a {display: block !important;}
  #orderinquiryview > .title p {font-size: 32px !important;}

  #orderinquiryview #order-v-wrap {padding-top: 22px;}


  #orderinquiryview .order-v-list .title {padding: 15px;}
  #orderinquiryview .order-v-list .title strong {font-size: 15px;}
  #orderinquiryview .order-v-list .inner li {height: auto; padding:15px 0;}

  #orderinquiryview .order-v-info {padding-top: 30px;}
  #orderinquiryview .order-v-info .middle li {padding: 18px 15px;}
  #orderinquiryview .order-v-info .middle li.sec01 {width: 100%;}
  #orderinquiryview .order-v-info .middle li p { font-size: 15px;}
  #orderinquiryview .order-v-info .middle li.sec01 div.txt .pc-hide > span {display:inline-block;}
  #orderinquiryview .order-v-info .middle li.sec01 div.txt .pc-hide > span,
  #orderinquiryview .order-v-info .middle li.sec01 div.txt .pc-hide > p.price {font-size: 14px;}
  #orderinquiryview .order-v-info .m-middle > a {padding: 8px 14px;}
  #orderinquiryview .order-v-info .m-middle,
  #orderinquiryview .order-v-info .bottom {height: 50px;}


  #orderinquiryview .order-v:nth-of-type(2) {margin-top: 30px;}
  #orderinquiryview .order-v-list div.info .inner li a {display: none;}
  #orderinquiryview .order-v-list div.info .inner02 li.price {height: auto; padding-bottom: 21px;}

  #orderinquiryview .order-info-list {margin-top: 30px;}
  #orderinquiryview .order-info-list .info-p-btn {margin-top: 30px;}
  

  #orderinquiryview .guide-info {margin-top: 50px;}
  #orderinquiryview .guide-info strong {padding: 10px; font-size: 15px;}
  #orderinquiryview .guide-info ul {padding: 30px 15px }
  
  #orderinquiryview .order-v-list .inner li p {width:90px;}
  #orderinquiryview .order-v-list div.info .inner li {flex-wrap:wrap;}

   #orderinquiryview .order-v-list .acc-wrap .inner .cont { width:calc(100% - 100px);}
   #orderinquiryview .order-v-list .inner li.price .cont {flex-wrap:wrap; text-align:left;}
   #orderinquiryview .order-v-list .inner li.price span {width:100%;}
   #orderinquiryview .order-v-list .acc-wrap .inner .cont .clo-b {text-align:left;}
   #orderinquiryview .order-v-list .acc-wrap .inner .cont small {text-align:left;}
  

}


.sod_frm_mobile form {width: 100%;}
.mob_title { position: relative; display: block; text-align: center; padding: 18px 0; border-bottom: 1px solid #F5F5F5;}
.mob_title a {position: absolute; top: 50%; left: 0px; transform: translateY(-50%); }
.mob_title p {margin: 0!important;   font-weight: 500; font-size: 32px; line-height: 130%; color: #141414; }

.sod_frm_mobile .sod_list {background:#fff; padding: 15px 15px;}
.mo_sod_li { /* border-top: 1px solid #141414;*/ padding:10px; border-bottom: 1px solid #eee; background:#fff; border-radius:5px 5px 0 0;}
.mo_sod_li .li_op_wr {display: flex; align-items: center;}
.mo_sod_li .li_op_wr .total_img {width: 80px; height: 80px;}
.mo_sod_li .li_op_wr .right_txt {margin-left: 20px;}
.mo_sod_li .li_op_wr .right_txt > p {margin: 0!important; font-size:14px; font-weight:400; color:#5F758C;}
.mo_sod_li .li_op_wr .right_txt > p strong {font-weight: 400; font-size: 14px; line-height: 150%; letter-spacing: -0.8px; color: #5F758C; }
.mo_sod_li .li_op_wr .right_txt > p.mPrice {display:inline-block; padding-top:4px;}
.mo_sod_li .li_op_wr .right_txt ul li {font-weight: 400; font-size: 14px; line-height: 150%; letter-spacing: -0.8px; color: #141414; }

.sod_ta_wr .sod_itembox02 {padding: 5px 15px 20px; /*border-bottom: 1px solid #141414;*/ background:#fff; border-radius:0 0 5px 5px;}
.sod_ta_wr .sod_itembox02 > div {display: flex; align-items: center; justify-content: space-between;}
.sod_ta_wr .sod_itembox02 p {font-weight: 400; font-size: 14px; line-height: 20px; color: #5F758C; margin-bottom: 0 !important;}
.sod_ta_wr .sod_itembox02 span {font-weight: 500; font-size: 15px; line-height: 20px;color: #0E2B5C;}
.sod_ta_wr .sod_itembox02 > div + div {margin-top: 9px;}

/* #sod_frm.sod_frm_mobile #sod_frm_orderer {border: 1px solid;} */

.sod_right.mo_sod_right {height: auto;}
.mo_tbl .box-select { display: inline-flex; align-items: center; position: relative; width: 50%; height: 48px;border: 1px solid #EEEEEE; text-align: left; background: #fff; user-select: none; cursor: pointer; } 
.mo_tbl .box-select:after { content: ""; position: absolute; top: 50%; right: 15px; width: 10px; height: 8px; background-image: url(/theme/basic/skin/member/basic/img/select.svg) ; background-repeat: no-repeat; background-size: 100%; transform: translateY(-50%); } 
.mo_tbl .box-select.open:after { transform: translateY(-50%) rotate(180deg); } 
.mo_tbl .box-select .selected {display: flex; align-items: center; width: 100%; height:100% ; padding: 0px 15px; border: 1px solid transparent; } 
.mo_tbl .box-select .selected span{  font-weight: 300; font-size: 15px; line-height: 18px;  letter-spacing: -0.8px; color: #141414; }
.mo_tbl .box-select ul { display: none; position: absolute; top: 101%; right: 0px; width:100%; height: 42px; text-align: left; border: 1px solid transparent; overflow: hidden; z-index: 20; } 
.mo_tbl .box-select.open ul { display: block !important; height: auto; max-height: 500px;  background-color: #fff;border: 1px solid #EEEEEE; overflow: auto; z-index: 20;} 
.mo_tbl .box-select.open ul::-webkit-scrollbar { display: none; /* Chrome, Safari, Opera*/ } 
.mo_tbl .box-select ul li { padding: 11px 18px; margin-bottom: 0; height: 40px; white-space: pre; font-weight: 300; font-size: 15px;  line-height: 18px;  letter-spacing: -0.8px; color: #141414; background-color: #ffffff !important; } 
.mo_tbl .box-select ul li:hover,
.mo_tbl .box-select ul li:hover  { background-color:  #EEEEEE !important;} 
.mo_tbl .box-select ul li.active {background-color:  #EEEEEE !important;}
.mo_tbl .box-select ul li.active  {background-color:  #EEEEEE !important;}
.mo_tbl .box-select ul li  {  white-space: pre; font-weight: 300; font-size: 15px;  line-height: 18px;  letter-spacing: -0.8px; color: #141414; background-color: #ffffff !important; }
.mo_tbl .box-select ul li:last-of-type {height: 42px;}

.mo_tbl .name input {width: 100%;}
.mo_tbl .email .box-row {}
.mo_tbl .email .box-row span {display: inline-block; margin: 0 5px;}
.mo_tbl .email .box-select {width: 100%; min-width: 50%;}
.mo_tbl .ph td div.ph_wrap {display: flex; align-items: center; border: 1px solid #eee; padding: 13px 0;}
.mo_tbl .ph td div.ph_wrap input { height: 20px !important; width: 33.3% !important; border: none; border-left: 1px solid #eee;}
.mo_tbl .ph td .box-select {border: none; height: 20px !important; width: 33.3% !important;}

/* .sod_frm_mobile form > #display_pay_button {display: none;} */



@media (max-width:1220px) {
  #sod_frm {padding: 0 20px;} 
  .sod_left {width: 60%;}
  .sod_right {width: 35%;}
}
@media (max-width:1000px) {
  .sod_left {width: 100%; max-width: 100%; margin-right: 0; }
  #sod_frm_taker {padding-bottom: 0;}
  .sod_right {width: 100%; max-width: 100%; margin: 60px 0 120px 0; }

  #sod_frm_pay > h2 {display: none !important;}
}
@media (max-width:800px) {
  table#sod_list thead {display: none;}
  table#sod_list tbody td {border-top: 1px solid #141414;}

  table#sod_list {border-bottom: 1px solid #141414;}
  table#sod_list td.td_prd .sod_itembox02 {display: block !important;}
  table#sod_list tbody td:nth-of-type(2),
  table#sod_list tbody td:nth-of-type(3),
  table#sod_list tbody td:nth-of-type(4),
  table#sod_list tbody td:nth-of-type(5) {display: none;}

  #sod_frm section h2 {/*border: 1px solid #141414 !important;*/ padding: 20px 15px 15px; margin-top: 60px; background:#fff; border-radius:10px 10px 0 0; border-bottom:solid 1px #eee; }
  #sod_frm section h2 img {display: inline-block;}
  #sod_frm .tbl_frm01 {border-top: none; /*border: 1px solid #eee;*/ padding: 22px 15px; border-radius:0 0 10px 10px;}


  #sod_frm div.tbl_frm01 tr, #sod_frm_taker div.tbl_frm01 tr {display: inline-flex; flex-wrap: wrap; width: 100%;}
  #sod_frm div.tbl_frm01 tr th, #sod_frm_taker div.tbl_frm01 tr th {width: 100%; padding: 0 !important;}
  #sod_frm div.tbl_frm01 tr td, #sod_frm_taker div.tbl_frm01 tr td {width: 100%;}

  #sod_frm_taker div.tbl_frm01 tr:nth-of-type(1) {flex-wrap: nowrap; justify-content:left; }
  #sod_frm_taker div.tbl_frm01 tr:nth-of-type(1) th {width: 130px;}

  


}
@media (max-width:600px) {
  #sod_frm .tbl_frm01 {padding: 22px 15px 0px;}
  #checkout .title {padding: 18px 0;}
  #checkout .title a {display: block; left: 15px;}
  #checkout .title p {font-size: 20px;}

  #sod_frm {padding: 0 15px;}
  table#sod_list {margin-top: 22px;}
  table#sod_list td.td_prd .sod_itembox {padding: 15px 0 ;}

  #sod_frm section h2 {font-size: 15px; margin-top: 30px; }
  #sod_frm div.tbl_frm01 tr th, #sod_frm_taker div.tbl_frm01 tr th { margin-bottom: 10px; font-size: 14px; line-height: normal; }
  #sod_frm .tbl_frm01 td input {height: 46px;}
  .sod_left .tbl_wrap-con tr.ph td > div {height: 46px;}
  /* .sod_left .tbl_wrap-con tr.ph td > div input {width: calc(100%/3);} */
  .sod_left .tbl_wrap-con tr.ph td > div input:nth-of-type(1) {padding:0 15px;}

  .sod_left .box-select01 {min-width: 50%;}
  /* .sod_left .box-select02, */
  .sod_left .box-select03 { display: none !important;}
  .m-show-ph {display: flex;}
  #sod_frm_taker .tbl_frm01 tr.ph td > div {height: 46px;}
  #sod_frm_taker .tbl_frm01 tr.ph td > div input:nth-of-type(1) { padding: 0 15px;}

  #sod_frm_taker .order_choice_place .chk_box {height: auto; margin-bottom: 20px;}
  #sod_frm_taker div.tbl_frm01 tr:nth-of-type(1) td {padding-bottom: 0;}

  #sod_frm .tbl_frm01 td .btn_address {max-width: 60px; height: 46px;}
  #sod_frm .tbl_frm01 td input#od_zip, #sod_frm .tbl_frm01 td input#od_b_zip { width: calc(100% - 74px);}

  .sod_right {margin: 40px 0 30px 0; padding:30px 15px;}
  #sod_frm #sod_bsk_tot li {height: 50px;}

  #display_pay_button {margin-top: 0px; background:none; margin-bottom:80px;}
  #display_pay_button .btn_submit  {height: 52px; }
  #display_pay_button .btn01 {height: 52px; margin: 10px 0; }
  #settle_bank {font-size:15px;}


  .sod_left .tbl_wrap-con tr.ph td .box-select { height: 100%; }
}



/* 마이페이지 */

/*셀렉트*/
#smb_my .box-select { display: inline-flex; align-items: center; position: relative; min-width: 274px; height: 48px;border: 1px solid #EEEEEE; text-align: left; background: #fff; user-select: none; cursor: pointer; } 
#smb_my .box-select:after { content: ""; position: absolute; top: 50%; right: 15px; width: 10px; height: 8px; background-image: url(/theme/basic/skin/member/basic/img/select.svg) ; background-repeat: no-repeat; background-size: 100%; transform: translateY(-50%); } 
#smb_my .box-select.open:after { transform: translateY(-50%) rotate(180deg); } 
#smb_my .box-select .selected {display: flex; align-items: center; width: 100%; height:100% ; padding: 0px 15px; border: 1px solid transparent; } 
#smb_my .box-select .selected span{ font-weight: 300; font-size: 15px; line-height: 18px;  letter-spacing: -0.8px; color: #141414; }
#smb_my .box-select ul { display: none; position: absolute; top: 101%; right: 0px; width:100%; height: 42px; text-align: left; border: 1px solid transparent; overflow: hidden; } 
#smb_my .box-select.open ul { display: block !important; height: auto; max-height: 500px;  background-color: #fff;border: 1px solid #EEEEEE; overflow: auto; z-index: 10;} 
#smb_my .box-select.open ul::-webkit-scrollbar { display: none; /* Chrome, Safari, Opera*/ } 
#smb_my .box-select ul li { margin-bottom: 0; height: 40px;white-space: pre;display: flex;align-items: center;font-weight: 300; font-size: 15px;  line-height: 18px;  letter-spacing: -0.8px; color: #141414; background-color: #ffffff !important; } 
#smb_my .box-select ul li:hover,
#smb_my .box-select ul li:hover  { background-color:  #EEEEEE !important;} 
#smb_my .box-select ul li.active {background-color:  #EEEEEE !important;}
#smb_my .box-select ul li.active  {background-color:  #EEEEEE !important;}
#smb_my .box-select ul li  {white-space: pre; font-weight: 300; font-size: 15px;  line-height: 18px;  letter-spacing: -0.8px; color: #141414; background-color: #ffffff !important; }
#smb_my .box-select ul li:last-of-type {height: 42px;}
#smb_my .box-select ul li > a {display: block; padding: 11px 18px;}

#smb_my .box-select ul.select-Box li {padding-left: 15px;}

/*라디오*/ 
#smb_my .box-radio { display: inline-block; } 
#smb_my .box-radio + .box-radio { margin-left: 20px; } 
#smb_my .box-radio label { display: flex; align-items: center; position: relative; } 
#smb_my .box-radio label input[type=radio] { position: absolute; top: 0; left: 0; width: 0px; height: 0px; opacity: 0; } 
#smb_my .box-radio label em { display: block; position: relative; width: 20px; height: 20px; border: 1px solid #E0E0E0; border-radius: 10px; } 
#smb_my .box-radio label em:after { content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 12px; height: 12px; background-color: #E0E0E0; border-radius: 6px; } 
#smb_my .box-radio label span { display: inline-block; margin-left: 10px;cursor: pointer; font-weight: 300; font-size: 14px; line-height: 18px;  letter-spacing: -0.8px; color: #707070; } 
#smb_my .box-radio label input[type=radio]:checked + em { border-color: #284E80;; } 
#smb_my .box-radio label input[type=radio]:checked + em:after { background-color: #284E80;; } 

/*파일*/ 
#smb_my .filebox .upload-name { display: inline-block; height: 40px; padding: 0 15px; vertical-align: middle; border: none; width: 78%; font-weight: 300; font-size: 14px; line-height: 18px; letter-spacing: -0.8px; color: #707070;}
#smb_my .filebox label { display: inline-block; padding: 8px 14px;width: 95px; height: 36px; vertical-align: middle;border: 1px solid #EEEEEE;border-radius: 4px; font-weight: 300; font-size: 14px; line-height: 20px; letter-spacing: -0.008em; color: #141414; background-color: #fff; text-align: center; white-space: nowrap; cursor: pointer;}
#smb_my .filebox input[type="file"] { position: absolute; width: 0 !important; height: 0 !important; padding: 0 !important; overflow: hidden; border: 0 !important;}


#smb_my { padding-bottom: 130px; }
#smb_my .container { width: 100%; max-width: 1240px; padding: 0 20px; margin: auto; }
#smb_my h2.subtit {padding: 0 0 70px; border-bottom: 1px solid #F5F5F5; font-weight: normal; font-size: 32px; font-weight:500; line-height: 140%;  text-align: center; color: #0E2B5C;}
#smb_my .title {position: relative; display: none; text-align: center; padding: 18px 0; border-bottom: 1px solid #F5F5F5;}
#smb_my .title a {position: absolute; top: 50%; left: 0px; transform: translateY(-50%); }
#smb_my .title p {  font-weight: 500; font-size: 32px; line-height: 130%; color: #141414; }
 
#smb_my .nick-name { margin-bottom: 60px; padding: 30px 0 ; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #F5F5F5; background-color: #000; }
#smb_my .nick-name .left {display: flex; align-items: center;}
#smb_my .nick-name .left .img-con {display: flex; justify-content: center; align-items: center; flex: none; width: 128px; height: 128px; border: 1px solid #EEEEEE; border-radius: 50%; overflow: hidden;}
#smb_my .nick-name .left .img-con span {  font-weight: 600; font-size: 56px; line-height: 140%; text-align: center;  color: #fff;}
#smb_my .nick-name .left .txt-con { display: flex; justify-content: space-between; align-items: center; margin-left: 26px; width: 100%; }
#smb_my .nick-name .left .txt-con p {display: block; margin-bottom: 15px;   font-size: 32px; line-height: 140%;  color: #fff;}
#smb_my .nick-name .left .txt-con span {  font-size: 15px; line-height: 20px; color: #fff;}
#smb_my .nick-name .right {}
#smb_my .nick-name .right a {display: inline-flex; justify-content: center; align-items: center; padding: 14px; height: 36px; border: 1px solid #EEEEEE;  border-radius: 4px;  font-weight: 300; font-size: 14px; line-height: 20px;  color: #fff;}
#smb_my .nick-name .right a + a {margin-left: 5px;}

#smb_my .cntn_wrap .container { display: flex; }
#smb_my .cntn_wrap #menutit { display: none; justify-content: center; align-items: center; width: 100%; height: 54px; font-size: 14px; color: #141414; font-weight: 500; border-bottom: 1px solid #F5F5F5; }
#smb_my .cntn_wrap #menutit .box-select {border: none; min-width: 85px; padding-right: 5px;}
#smb_my .cntn_wrap #menutit .box-select::after {right: 0;}
#smb_my .cntn_wrap #menutit .box-select.on ul {display: block !important;}
#smb_my .cntn_wrap #menutit .box-select ul {display: none; height: auto; width: auto; background-color: #fff; margin: 0; z-index: 20; }
#smb_my .cntn_wrap #menutit .box-select ul li a {height: auto !important;}

#smb_my .cntn_wrap .menu { flex: none; width: 160px; margin-right: 45px; border-bottom: 1px solid #F5F5F5; }
#smb_my .cntn_wrap .menu > ul { border-top: 1px solid #F5F5F5; }
#smb_my .cntn_wrap .menu > ul li { border-bottom: 1px solid #F5F5F5; }
#smb_my .cntn_wrap .menu > ul li a { display: flex; align-items: center; height: 55px; font-size: 16px; font-weight: 400; color: #A7A7A7; }
#smb_my .cntn_wrap .menu > ul li.on a { color: #284E80; }
#smb_my .cntn_wrap .cntn { width: 100%; }

#smb_my .cntn_wrap .cntn > ul {padding-top: 40px; border-top: 1px solid #141414; border-bottom: 1px solid #eee;}
#smb_my .cntn_wrap .cntn > ul > li {width: 100%; margin-bottom: 30px; display: flex; align-items: flex-start;}
#smb_my .cntn_wrap .cntn > ul > li div.title {display:inline-block; padding: 0; width: 30%; max-width: 130px; text-align: left; border-bottom: none;}
#smb_my .cntn_wrap .cntn > ul > li div.title p {  font-weight: 400;  font-size: 15px; line-height: 48px; letter-spacing: -0.8px;color: #141414;}
#smb_my .cntn_wrap .cntn > ul > li div.input-box {width: 100%;}
#smb_my .cntn_wrap .cntn > ul > li input {width: 100%; height: 46px; padding: 0 15px;  font-weight: 300; font-size: 15px; line-height: 18px; letter-spacing: -0.8px; color: #141414; border: 1px solid #EEEEEE; }
#smb_my .cntn_wrap .cntn > ul > li input::placeholder {color: #707070;}
#smb_my .cntn_wrap .cntn > ul > li.tit div.input-box input {max-width: 570px; }

#smb_my .cntn_wrap .cntn > ul > li.chk-radio div.input-box {height: 46px; display: flex; align-items: center; }

#smb_my .cntn_wrap .cntn > ul > li.email div.input-box  { display: flex; align-items: center;}
#smb_my .cntn_wrap .cntn > ul > li.email div.input-box.column { flex-direction: column; }
#smb_my .cntn_wrap .cntn > ul > li.email div.input-box div {width: 50%; max-width: 274px;}
#smb_my .cntn_wrap .cntn > ul > li.email div.input-box .box-row { display: flex; align-items: center; width: 100%; max-width: 100%; }
#smb_my .cntn_wrap .cntn > ul > li.email div.input-box .box-row + .box-row { margin-top: 10px; }
#smb_my .cntn_wrap .cntn > ul > li.email div.input-box .box-row.email2 { display: none; justify-content: flex-end; }
#smb_my .cntn_wrap .cntn > ul > li.email div.input-box .box-row.email2 input { width: calc(50% + 12px); }
#smb_my .cntn_wrap .cntn > ul > li.email span {display: inline-flex; margin: 0 5px; color: #707070;}
#smb_my .cntn_wrap .cntn > ul > li.email .box-select {min-width: 274px;}

#smb_my .cntn_wrap .cntn > ul > li.email.on div.input-box .box-row.email2 { display: flex; }

#smb_my .cntn_wrap .cntn > ul > li.ph div.input-box  {width: auto; display: flex; align-items: center; border: 1px solid #eee;}
#smb_my .cntn_wrap .cntn > ul > li.ph input {  width: 100%; height: 26px; max-width: 195px; border: none; border-left: 1px solid #eee;}
#smb_my .cntn_wrap .cntn > ul > li.ph .box-select {min-width: 195px !important; border: none;}

#smb_my .cntn_wrap .cntn > ul > li.name div.input-box {max-width: 274px;}

#smb_my .cntn_wrap .cntn > ul > li.info div.input-box textarea {width: 100%; height: 220px; padding: 18px 15px; color: #141414; font-weight: 300; font-size: 15px; line-height: 18px; letter-spacing: -0.8px;  border: 1px solid #eee; }
textarea::placeholder {color: #707070;}

#smb_my .cntn_wrap .cntn > ul > li.file div.input-box .filebox {display: flex; align-items: center; height: 46px;}
#smb_my .cntn_wrap .cntn > ul > li.file .upload-name { border: none;color: #707070;}

.cntn_wrap-btn {text-align: center;}
.cntn_wrap-btn a,
.cntn_wrap-btn button {margin-top: 40px; display: inline-flex; align-items: center;justify-content: center; border: 1px solid #284E80; width: 100%; max-width: 350px; height: 60px;font-style: normal; font-weight: 300; font-size: 15px; line-height: 22px;  text-align: center; color: #284E80;}


#orderinquiry { width: 100%; }
#smb_my .subtit2 { padding-bottom: 30px; }
#smb_my .subtit2 h4 { font-size: 20px; font-weight: 500; color: #141414; }


#smb_qa .subtit2 { padding-bottom: 30px; }
#smb_qa .subtit2 h4 { font-size: 20px; font-weight: 500; color: #141414; }

#smb_qa .qa_tab {width:100%; max-width:490px; margin:0 auto 50px;}
#smb_qa .qa_tab ul {width:100%; display:flex; align-items:center; justify-content:space-between; gap:20px;}
#smb_qa .qa_tab ul li {width:100%; }
#smb_qa .qa_tab ul li a {width:100%; height:100%; min-height:48px; color:#8895A3; display:flex; align-items:center; justify-content:center; background:#fff; border-radius:5px; border:solid 1px #E3E7EB; font-size:15px; font-weight:400;}
#smb_qa .qa_tab ul li.on a {background:#3EAAD8; border:solid 1px #3EAAD8; color:#fff; font-weight:500; }

#smb_qa .cntn02 {width:100%; }

/*셀렉트*/
#smb_qa .box-select { display: inline-flex; align-items: center; position: relative; width:100%; /*min-width: 274px;*/ height: 48px;border: 1px solid #D7DCE1; text-align: left; background: #fff; user-select: none; cursor: pointer; border-radius:5px;} 
#smb_qa .box-select:after { content: ""; position: absolute; top: 50%; right: 15px; width: 10px; height: 8px; background-image: url(/theme/basic/skin/member/basic/img/select.svg) ; background-repeat: no-repeat; background-size: 100%; transform: translateY(-50%); } 
#smb_qa .box-select.open:after { transform: translateY(-50%) rotate(180deg); } 
#smb_qa .box-select .selected {display: flex; align-items: center; width: 100%; height:100% ; padding: 0px 15px; border: 1px solid transparent; } 
#smb_qa .box-select .selected span{ font-weight: 300; font-size: 15px; line-height: 18px;  letter-spacing: -0.8px; color: #141414; }
#smb_qa .box-select ul { display: none; position: absolute; top: 101%; right: 0px; width:100%; height: 42px; text-align: left; border: 1px solid transparent; overflow: hidden; } 
#smb_qa .box-select.open ul { display: block !important; height: auto; max-height: 500px;  background-color: #fff;border: 1px solid #D7DCE1; overflow: auto; z-index: 10;} 
#smb_qa .box-select.open ul::-webkit-scrollbar { display: none; /* Chrome, Safari, Opera*/ } 
#smb_qa .box-select ul li { margin-bottom: 0; height: 40px;white-space: pre;display: flex;align-items: center;font-weight: 300; font-size: 15px;  line-height: 18px;  letter-spacing: -0.8px; color: #141414; background-color: #ffffff !important; } 
#smb_qa .box-select ul li:hover,
#smb_qa .box-select ul li:hover  { background-color:  #D7DCE1 !important;} 
#smb_qa .box-select ul li.active {background-color:  #D7DCE1 !important;}
#smb_qa .box-select ul li.active  {background-color:  #D7DCE1 !important;}
#smb_qa .box-select ul li  {white-space: pre; font-weight: 300; font-size: 15px;  line-height: 18px;  letter-spacing: -0.8px; color: #141414; background-color: #ffffff !important; }
#smb_qa .box-select ul li:last-of-type {height: 42px;}
#smb_qa .box-select ul li > a {display: block; padding: 11px 18px;}

#smb_qa .box-select ul.select-Box li {padding-left: 15px;}

/*라디오*/ 
#smb_qa .box-radio { display: inline-block; } 
#smb_qa .box-radio + .box-radio { margin-left: 20px; } 
#smb_qa .box-radio label { display: flex; align-items: center; position: relative; } 
#smb_qa .box-radio label input[type=radio] { position: absolute; top: 0; left: 0; width: 0px; height: 0px; opacity: 0; } 
#smb_qa .box-radio label em { display: block; position: relative; width: 20px; height: 20px; border: 1px solid #E0E0E0; border-radius: 10px; } 
#smb_qa .box-radio label em:after { content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 12px; height: 12px; background-color: #E0E0E0; border-radius: 6px; } 
#smb_qa .box-radio label span { display: inline-block; margin-left: 10px;cursor: pointer; font-weight: 300; font-size: 14px; line-height: 18px;  letter-spacing: -0.8px; color: #707070; } 
#smb_qa .box-radio label input[type=radio]:checked + em { border-color: #284E80;; } 
#smb_qa .box-radio label input[type=radio]:checked + em:after { background-color: #284E80;; } 

/*파일*/ 
#smb_qa .filebox .upload-name { display: inline-block; height: 40px; padding: 0 15px; vertical-align: middle; border: none; width: 78%; font-weight: 300; font-size: 14px; line-height: 18px; letter-spacing: -0.8px; color: #707070;}
#smb_qa .filebox label { display: inline-block; padding: 8px 14px;width: 95px; height: 36px; vertical-align: middle;border: 1px solid #3EAAD8; color:#3EAAD8; border-radius: 4px; font-weight: 400; font-size: 15px; line-height: 20px; letter-spacing: -0.008em; background-color: #fff; text-align: center; white-space: nowrap; cursor: pointer;}
#smb_qa .filebox input[type="file"] { position: absolute; width: 0 !important; height: 0 !important; padding: 0 !important; overflow: hidden; border: 0 !important;}
#smb_qa .file p.desc { font-size:13px; color:#FF5C00; font-weight:400; padding-top:10px; }


#smb_qa { padding-bottom: 130px; }
#smb_qa .container { width: 100%; max-width: 550px; padding: 30px 70px; margin: auto; }
#smb_qa h2.subtit {padding: 0 0 50px; border-bottom: 1px solid #F5F5F5; font-weight: normal; font-size: 32px; font-weight:500; line-height: 140%;  text-align: center; color: #0E2B5C;}
#smb_qa .title {position: relative; display: none; text-align: center; padding: 18px 0; border-bottom: 1px solid #F5F5F5;}
#smb_qa .title a {position: absolute; top: 50%; left: 0px; transform: translateY(-50%); }
#smb_qa .title p {  font-weight: 500; font-size: 20px; line-height: 130%; color: #141414; }
 
#smb_qa .nick-name { margin-bottom: 60px; padding: 30px 0 ; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #F5F5F5; background-color: #000; }
#smb_qa .nick-name .left {display: flex; align-items: center;}
#smb_qa .nick-name .left .img-con {display: flex; justify-content: center; align-items: center; flex: none; width: 128px; height: 128px; border: 1px solid #D7DCE1; border-radius: 50%; overflow: hidden;}
#smb_qa .nick-name .left .img-con span {  font-weight: 600; font-size: 56px; line-height: 140%; text-align: center;  color: #fff;}
#smb_qa .nick-name .left .txt-con { display: flex; justify-content: space-between; align-items: center; margin-left: 26px; width: 100%; }
#smb_qa .nick-name .left .txt-con p {display: block; margin-bottom: 15px;   font-size: 32px; line-height: 140%;  color: #fff;}
#smb_qa .nick-name .left .txt-con span {  font-size: 15px; line-height: 20px; color: #fff;}
#smb_qa .nick-name .right {}
#smb_qa .nick-name .right a {display: inline-flex; justify-content: center; align-items: center; padding: 14px; height: 36px; border: 1px solid #D7DCE1;  border-radius: 4px;  font-weight: 300; font-size: 14px; line-height: 20px;  color: #fff;}
#smb_qa .nick-name .right a + a {margin-left: 5px;}

#smb_qa .cntn_wrap .container { display: flex; background:#fff; border-radius:10px; box-shadow: 0 0 12px 0 #C6E2FF;}
#smb_qa .cntn_wrap #menutit { display: none; justify-content: center; align-items: center; width: 100%; height: 54px; font-size: 14px; color: #141414; font-weight: 500; border-bottom: 1px solid #F5F5F5; }
#smb_qa .cntn_wrap #menutit .box-select {border: none; min-width: 85px; padding-right: 5px;}
#smb_qa .cntn_wrap #menutit .box-select::after {right: 0;}
#smb_qa .cntn_wrap #menutit .box-select.on ul {display: block !important;}
#smb_qa .cntn_wrap #menutit .box-select ul {display: none; height: auto; width: auto; background-color: #fff; margin: 0; z-index: 20; }
#smb_qa .cntn_wrap #menutit .box-select ul li a {height: auto !important;}

#smb_qa .cntn_wrap .menu { flex: none; width: 160px; margin-right: 45px; border-bottom: 1px solid #F5F5F5; }
#smb_qa .cntn_wrap .menu > ul { border-top: 1px solid #F5F5F5; }
#smb_qa .cntn_wrap .menu > ul li { border-bottom: 1px solid #F5F5F5; }
#smb_qa .cntn_wrap .menu > ul li a { display: flex; align-items: center; height: 55px; font-size: 16px; font-weight: 400; color: #A7A7A7; }
#smb_qa .cntn_wrap .menu > ul li.on a { color: #284E80; }
#smb_qa .cntn_wrap .cntn { width: 100%; }

#smb_qa .cntn_wrap .cntn > ul {/*padding-top: 40px; *//*border-top: 1px solid #141414; border-bottom: 1px solid #eee;*/}
#smb_qa .cntn_wrap .cntn > ul > li {width: 100%; margin-bottom: 20px; /*display: flex; align-items: flex-start;*/}
#smb_qa .cntn_wrap .cntn > ul > li div.title {display:inline-block; padding: 0; width: 30%; max-width: 130px; text-align: left; border-bottom: none;}
#smb_qa .cntn_wrap .cntn > ul > li div.title p {  font-weight: 400;  font-size: 15px; line-height: 48px; letter-spacing: -0.8px;color: #141414;}
#smb_qa .cntn_wrap .cntn > ul > li div.input-box {width: 100%;}
#smb_qa .cntn_wrap .cntn > ul > li input {width: 100%; height: 46px; padding: 0 15px;  font-weight: 300; font-size: 15px; line-height: 18px; letter-spacing: -0.8px; color: #141414; border-radius:5px; border: 1px solid #D7DCE1; }
#smb_qa .cntn_wrap .cntn > ul > li input::placeholder {color: #707070;}
#smb_qa .cntn_wrap .cntn > ul > li.tit div.input-box input {max-width: 570px; }

#smb_qa .cntn_wrap .cntn > ul > li.chk-radio div.input-box {height: 46px; display: flex; align-items: center; }

#smb_qa .cntn_wrap .cntn > ul > li.email div.input-box  { display: flex; align-items: center;}
#smb_qa .cntn_wrap .cntn > ul > li.email div.input-box.column { flex-direction: column; }
#smb_qa .cntn_wrap .cntn > ul > li.email div.input-box div {width: 50%; max-width: 274px;}
#smb_qa .cntn_wrap .cntn > ul > li.email div.input-box .box-row { display: flex; align-items: center; width: 100%; max-width: 100%; }
#smb_qa .cntn_wrap .cntn > ul > li.email div.input-box .box-row + .box-row { margin-top: 10px; }
#smb_qa .cntn_wrap .cntn > ul > li.email div.input-box .box-row.email2 { display: none; justify-content: flex-end; }
#smb_qa .cntn_wrap .cntn > ul > li.email div.input-box .box-row.email2 input { width: calc(50% + 12px); }
#smb_qa .cntn_wrap .cntn > ul > li.email span {display: inline-flex; margin: 0 5px; color: #707070;}
#smb_qa .cntn_wrap .cntn > ul > li.email .box-select {/*min-width: 274px;*/}

#smb_qa .cntn_wrap .cntn > ul > li.email.on div.input-box .box-row.email2 { display: flex; }

#smb_qa .cntn_wrap .cntn > ul > li.ph div.input-box  {width: auto; display: flex; align-items: center; border: 1px solid #D7DCE1; border-radius:5px;}
#smb_qa .cntn_wrap .cntn > ul > li.ph input {  width: 100%; height: 26px; max-width: 195px; border: none; border-left: 1px solid #D7DCE1;}
#smb_qa .cntn_wrap .cntn > ul > li.ph .box-select {width:50%; /*min-width: 195px !important;*/ border: none;}

#smb_qa .cntn_wrap .cntn > ul > li.name div.input-box {/*max-width: 274px;*/}

#smb_qa .cntn_wrap .cntn > ul > li.info div.input-box textarea {width: 100%; height: 145px; padding: 18px 15px; color: #141414; font-weight: 300; font-size: 15px; line-height: 18px; letter-spacing: -0.8px;  border: 1px solid #D7DCE1; border-radius:5px; }
textarea::placeholder {color: #707070;}

#smb_qa .cntn_wrap .cntn > ul > li.file div.input-box .filebox {display: flex; align-items: center; height: 46px;}
#smb_qa .cntn_wrap .cntn > ul > li.file .upload-name { border: none;color: #707070;}

#smb_qa .cntn_wrap-btn {text-align: center;}
#smb_qa .cntn_wrap-btn a,
#smb_qa .cntn_wrap-btn button {margin-top: 40px; display: inline-flex; align-items: center;justify-content: center; border: 1px solid #0E2B5C; background:#0E2B5C; width: 100%; max-width: 230px; height: 52px;font-style: normal; font-weight: 500; font-size: 15px; line-height: 22px;  text-align: center; color: #fff; border-radius:5px;}


@media (max-width:600px) {
	#smb_qa h2.subtit {font-size:32px; color:#141414; line-height:1.3; font-weight:500; padding:18px; 0; margin-bottom:20px;}
	#smb_qa .cntn_wrap {padding:0 15px;}
	#smb_qa .qa_tab {margin-bottom:30px;}
	#smb_qa .qa_tab ul {gap:10px;}

	#smb_qa .cntn_wrap .container { padding:20px 20px;}
}


#orderinquiry .orderstatelist { margin-bottom: 46px; display:flex; align-items:center; justify-content:center;  background:#FAFAFA; border-radius:10px; padding:25px; 0;}
#orderinquiry .orderstatelist ul { display: flex; }
#orderinquiry .orderstatelist ul li { font-size: 17px; font-weight: 400; color: #0E2B5C; }
#orderinquiry .orderstatelist ul li span {color:#3EAAD8;}
#orderinquiry .orderstatelist ul li + li { margin-left: 50px; }

#orderinquiryList { padding-bottom: 35px; width: 100%; /*border-top: 1px solid #141414; border-bottom: 1px solid #EEEEEE;*/ }
#orderinquiryList ul li { display: flex; margin-bottom:20px; padding:0 30px; }
#orderinquiryList ul li.row {/* border-top: 1px solid #EEEEEE;*/ background:#fff; border-radius:10px; padding:15px 30px;}
#orderinquiryList ul li .col { display: flex; justify-content: center; align-items: center; }
#orderinquiryList ul li.head .col { /*height: 60px;*/ font-weight: 500; font-size: 15px; color:#0E2B5C; }
#orderinquiryList ul li.row .col { padding: 0 0; }
#orderinquiryList ul li.row .col a,
#orderinquiryList ul li.row .col p { font-size: 15px; font-weight:400; color:#5F758C;  }
#orderinquiryList ul li.row .col.info { justify-content: flex-start; }
#orderinquiryList ul li.row .col.info .box-img { margin-right: 14px; }
#orderinquiryList ul li.row .col.info .box-txt p { color: #141414; font-weight: 400; line-height: 1.6; }
#orderinquiryList ul li.row .col.info .box-txt .mPrice { display: none; }
#orderinquiryList ul li.row .col.order a { color: #3EAAD8; text-decoration: underline; }
#orderinquiryList ul li.row .col.price { flex-direction: column; }
#orderinquiryList ul li.row .col.price p { font-weight: 400; }
#orderinquiryList ul li.row .col.price span { margin-top: 10px; font-size: 14px; font-weight: 400; color: #707070; }
#orderinquiryList ul li.row .col.state { flex-direction: column; color:#5F758C; }
#orderinquiryList ul li.row .col.state a { display: flex; justify-content: center; align-items: center; /*margin-top: 10px;*/ padding: 0 14px; height: 36px; border: 1px solid #EEEEEE; border-radius: 4px; }
#orderinquiryList ul li.row .col.state a:first-child {margin-top:0;}
#orderinquiryList ul li.row .col.state a + a {margin-top:5px;}
#orderinquiryList ul li.row .col.state p,
#orderinquiryList ul li.row .col.state span { color: #3EAAD8; text-align:center; }
#orderinquiryList ul li.row .col.state span.invoice { display:block; text-align:center; margin: 6px 0 13px; font-size: 13px; color: #707070; }

#orderinquiryList ul li.row:last-child {margin-bottom:0;}

#orderinquiryList ul li .col.info { width: 37%; }
#orderinquiryList ul li .col.date { width: 17%; }
#orderinquiryList ul li .col.order { width: 20%; }
#orderinquiryList ul li .col.price { width: 17%; }
#orderinquiryList ul li .col.state { width: 18%; }

#smb_my #myQa { margin-top: 70px; }
#myQaList { border-top: 1px solid #141414; border-bottom: 1px solid #EEEEEE; }

#myQaList ul li { display: flex; font-size: 14px; color: #141414; font-weight: 400; }
#myQaList ul li.row { border-top: 1px solid #EEEEEE; }
#myQaList ul li .col { display: flex; justify-content: center; align-items: center; height: 60px; }
#myQaList ul li.row .col.order a { color: #284E80; text-decoration: underline;  }

#myQaList ul li.head .col.date { color: #141414;}

#myQaList ul li .col.type { width: 14%; }
#myQaList ul li .col.subject { width: 58%; }
#myQaList ul li .col.order { width: 18%; }
#myQaList ul li .col.date { width: 14%; color: #707070 }
#myQaList ul li .col.state { width: 14%; }
#myQaList ul li .col.empty { width: 100%; color: #707070; font-weight: 300; }
#myQa .rq1-1 {margin-top: 40px; text-align: center; }
#myQa .rq1-1 a { display: inline-flex; align-items: center; justify-content: center; width: 80%; max-width: 350px; height: 60px; border: 1px solid #284E80; font-weight: 300; font-size: 15px; line-height: 22px;  color: #284E80;}

#myQaList ul li.head .col.date {}

#smb_my .box-searchform { display: flex; margin-bottom: 30px; }
#smb_my .box-searchform .box-radiogroup { display: flex; }
#smb_my .box-searchform .box-radiogroup .box-radio { position: relative; width: 25%; margin-left: 0; }
#smb_my .box-searchform .box-radiogroup .box-radio input { position: absolute; top: 0; left: 0; width: 0; height: 0; opacity: 0; }
#smb_my .box-searchform .box-radiogroup .box-radio em { display: flex; justify-content: center; align-items: center;border-radius: 0 !important; width: 94px; height: 40px; font-size: 14px; color: #707070; font-style: normal; border: 1px solid #EEEEEE; border-right: none; }
#smb_my .box-searchform .box-radiogroup .box-radio em::after {display: none;}
#smb_my .box-searchform .box-radiogroup .box-radio:last-child em { border-right: 1px solid #EEEEEE; }
#smb_my .box-searchform .box-radiogroup .box-radio input:checked + em { color: #284E80; border-color: #284E80; border-right: 1px solid #284E80; }
#smb_my .box-searchform .box-radiogroup .box-radio + .box-radio em {  }
#smb_my .box-searchform .box-date { display: flex; }
#smb_my .box-searchform .box-date .box-input { width: 160px; height: 40px; border: 1px solid #EEEEEE; }
#smb_my .box-searchform .box-date .box-input + .box-input { margin-left: 10px; }
#smb_my .box-searchform .box-date .box-input input { padding: 0 12px; width: 100%; height: 100%; font-size: 14px; color: #141414; }
#smb_my .box-searchform > div {margin-right: 14px;}
#smb_my .box-searchform > div:last-of-type {margin-right: 0px;}
#smb_my .box-searchform .box-submit input { width: 95px; height: 40px; font-size: 14px; color: #FFFFFF; font-weight: 400; background: #284E80; }

#smb_my .statusInfo {/* margin-top: 60px;*/ /*border: 1px solid #EEEEEE;*/ background:#fff; border-radius:10px; padding:30px 30px 20px; }
#smb_my .statusInfo .box-tit { padding: 0 20px 20px; border-bottom: 1px solid #E3E7EB; }
#smb_my .statusInfo .box-tit strong { font-size: 15px; color: #141414; font-weight: 500; }
#smb_my .statusInfo .box-txt { padding: 20px; }
#smb_my .statusInfo .box-txt p { display: flex; font-size: 14px; color: #5F758C; font-weight: 400; line-height: 1.4; }
#smb_my .statusInfo .box-txt p + p { margin-top: 20px; }
#smb_my .statusInfo .box-txt p strong { flex: none; width: 85px; font-size: 13px; color: #0E2B5C; font-weight: 400; line-height: 1.4; }


/*이벤트 응모내역*/
.eventapply {}
.eventapply h4 {margin-bottom: 30px;}
.eventapply .eventNon { padding: 50px 0 ; text-align: center;border-top: 1px solid #141414; border-bottom: 1px solid #eee;}
.eventapply .eventNon p {font-weight: 300;font-size: 14px;line-height: 18px;color: #707070;}
.eventapply .boxWrap {border-top: 1px solid #141414;}
.eventapply .boxWrap + .boxWrap {margin-top: 50px;}
.eventapply .boxWrap > .top { height: 60px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; background: #F5F5F5;}
.eventapply .boxWrap > .top p {color: #284E80;font-size: 14px;line-height: 140%; font-weight: 400;}
.eventapply .boxWrap > .top p span {display: inline-block; margin-left: 18px; font-weight: 300;font-size: 14px;line-height: 20px;color: #141414;  }
.eventapply .boxWrap > .middleTop {height: 60px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #EEEEEE;}
.eventapply .boxWrap > .middleTop > p { font-weight: 400;font-size: 15px; }
.eventapply .boxWrap > .middle {display: flex; flex-wrap: wrap;}
.eventapply .boxWrap > .middle li {width: 50%; min-height: 60px; padding:21px 0; display: flex; align-items: center; border-bottom: 1px solid #EEEEEE; line-height:1.4;}
.eventapply .boxWrap > .middle li.flex_start {align-items:flex-start;}
.eventapply .boxWrap > .middle li.wid {width:100%;}
.eventapply .boxWrap > .middle li > span {display: inline-block; width: 130px; padding-left: 20px;color: #707070;font-weight: 400;font-size: 14px;}
.eventapply .boxWrap > .middle li > p {width: calc(100% - 130px);font-weight: 400;font-size: 14px; color: #141414; word-break: keep-all;}
.eventapply .boxWrap > .middle li > p span {display:block; margin-bottom:3px;}

#smb_my .eventapply .boxWrap > .bottom {margin-top: 20px; border: 1px solid #EEEEEE;}
#smb_my .eventapply .boxWrap > .bottom > .titleBox { height: 60px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; cursor: pointer;}
#smb_my .eventapply .boxWrap > .bottom > .titleBox span {color: #284E80;font-weight: 400;font-size: 15px;}
#smb_my .eventapply .boxWrap > .bottom > .titleBox img {width: 13px;}
#smb_my .eventapply .boxWrap > .bottom > .titleBox img.on {transform: rotate(180deg);}
#smb_my .eventapply .boxWrap > .bottom > .inner {display: none; border-top: 1px solid #141414;}
#smb_my .eventapply .boxWrap > .bottom > .inner {}
#smb_my .eventapply .boxWrap > .bottom > .inner .box-form > p {display: block; margin: 0 0 10px ; font-weight: 500;font-size: 14px;line-height: 140%;letter-spacing: -0.8px;}
#smb_my .eventapply .boxWrap > .bottom > .inner .box-form > p .howto { display: inline-block; margin-left: 5px; }
#smb_my .eventapply .boxWrap > .bottom > .inner .box-form > p .howto span { display: inline-flex; align-items: center; font-size: 13px; color: #284E80; font-weight: 500; text-decoration: underline; }
#smb_my .eventapply .boxWrap > .bottom > .inner .box-form > p .howto span i { margin-right: 2px; }
#smb_my .eventapply .boxWrap > .bottom > .inner .box-form > span {display: block;color: #707070;font-weight: 400;font-size: 14px;line-height: 140%;letter-spacing: -0.8px; word-break: keep-all;}
#smb_my .eventapply .boxWrap > .bottom > .inner .filebox { margin: 30px 0 0; height: 40px; display: flex; align-items: center; }
#smb_my .eventapply .boxWrap > .bottom > .inner .filebox > span {display: inline-block; width: 90px; font-weight: 300;font-size: 14px;}
#smb_my .eventapply .boxWrap > .bottom > .inner .filebox > div { border: 1px solid #eee; width: 100%; display: flex; align-items: center; }
#smb_my .eventapply .boxWrap > .bottom > .inner .filebox > div .upload-name{flex-grow: 1;}
#smb_my .eventapply .boxWrap > .bottom > .inner .filebox > div label.fileBtn {height: 40px; color: #284E80 ; border-radius: 0; border: 1px solid #284e80;}
#smb_my .eventapply .boxWrap > .bottom > .inner .filebox + .filebox {margin-top: 15px;}
#smb_my .eventapply .boxWrap > .bottom > .inner .filebox > small {display: none; margin-top: 7px; word-break: keep-all; font-weight: 300; font-size: 13px; line-height: 18px; letter-spacing: -0.008em; color: #A7A7A7;}

#smb_my .eventapply .boxWrap > .bottom > .inner .notice { display: flex; flex-wrap: wrap; border-top: 1px solid #eee; margin: 0 20px 0; padding: 30px 0;}
#smb_my .eventapply .boxWrap > .bottom > .inner .notice > .box { margin-bottom: 20px; width: calc(50% - 10px); }
#smb_my .eventapply .boxWrap > .bottom > .inner .notice > .box + .box { margin-left: 20px; }
#smb_my .eventapply .boxWrap > .bottom > .inner .notice > .box + .box.full { margin-left: 0px; width: 100%; }
#smb_my .eventapply .boxWrap > .bottom > .inner .notice > .box.full { margin-left: 0; width: 100%; }
/* #smb_my .eventapply .boxWrap > .bottom > .inner .notice > .box + .box {margin-top: 20px;} */
#smb_my .eventapply .boxWrap > .bottom > .inner .notice > .box p {display: block; margin-bottom: 15px; padding-bottom: 10px; font-weight: 400;font-size: 14px; color: #707070; line-height: 140%;letter-spacing: -0.8px; border-bottom: 1px solid #eee; }
#smb_my .eventapply .boxWrap > .bottom > .inner .notice > .box span {display: block;  font-weight: 300;font-size: 14px;line-height: 160%; word-break: keep-all; letter-spacing: -0.025em; color: #707070; padding-left:8px; text-indent:-8px;}
#smb_my .eventapply .boxWrap > .bottom > .inner .notice > .box.bold span {font-weight: 400;}

#smb_my .eventapply .boxWrap > .bottom > .inner .box-form { position: relative; margin: 0 20px 30px; padding: 20px 20px 30px;; border: 1px solid #F5F5F5; }
#smb_my .eventapply .boxWrap > .bottom > .inner .paymentbox { margin: 20px; border: 1px solid #F5F5F5;}
#smb_my .eventapply .boxWrap > .bottom > .inner .paymentbox p { display: flex;padding: 20px; word-break: keep-all; }
#smb_my .eventapply .boxWrap > .bottom > .inner .paymentbox p + p { border-top: 1px solid  #EEEEEE;}
#smb_my .eventapply .boxWrap > .bottom > .inner .paymentbox p strong { flex: none; font-size: 15px; color: #284E80; font-weight: 500; line-height: 1.4; }
#smb_my .eventapply .boxWrap > .bottom > .inner .paymentbox p span { /*display: flex;*/ margin-left: 27px; font-size: 15px; color: #141414; font-weight: 400; line-height: 1.4; }
#smb_my .eventapply .boxWrap > .bottom > .inner .paymentbox p span em { display: inline-block; margin-left: 10px; font-size: 13px; font-style: normal; }
#smb_my .eventapply .boxWrap > .bottom > .inner .paymentbox p span i { display: block; font-size: 13px; font-style: normal; line-height: 1.6;}
#smb_my .eventapply .boxWrap > .bottom > .inner .paymentbox p span.bank i {margin-top:10px; font-weight:400;}
#smb_my .eventapply .boxWrap > .bottom > .inner .paymentbox p span.bank i~i {margin-top:0;}
#smb_my .eventapply .boxWrap > .bottom > .inner .box-form .box-submit { position: absolute; top: 50px; right: 20px; }
#smb_my .eventapply .boxWrap > .bottom > .inner .box-form .box-submit input[type=submit] { width: 125px; height: 40px; font-size: 15px; color: #fff; font-weight: 400; background: #284E80; }

#pop_howto { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 9999; }
#pop_howto .bg { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(20, 20, 20, 0.8);}
#pop_howto .inner { position: absolute; top: 50%; left: 50%; padding: 35px 40px 0; width: calc(100% - 60px); max-width: 1200px; background-color: #fff; transform: translate(-50%, -50%); }
#pop_howto .inner .top { padding-bottom: 40px; border-bottom: 1px solid #eee; text-align: center; }
#pop_howto .inner .top strong { font-size: 20px; color: #141414; font-weight: 500;; }
#pop_howto .inner .middle { padding: 40px 80px; }
#pop_howto .inner .middle ul { display: flex; }
#pop_howto .inner .middle ul li { width: 100%; }
#pop_howto .inner .middle ul li + li { margin-left: 7%; }
#pop_howto .inner .middle ul li .box-img { text-align: center; }
#pop_howto .inner .middle ul li .box-img img { width: 100%; max-width: 188px; }
#pop_howto .inner .middle ul li .box-txt { margin-top: 20px; font-size: 15px; color: #141414; font-weight: 400; text-align: center; }
#pop_howto .inner .box-close { position: absolute; top: 25px; right: 25px; }




@media (max-width:1200px) {
    #smb_my .nick-name { margin-bottom: 0; }

	#orderinquiry .orderstatelist { padding-bottom: 40px;}

    #smb_my .cntn_wrap .container { position: relative; flex-direction: column; }
    #smb_my .cntn_wrap #menutit { display: flex; margin-bottom: 20px;  }
    #smb_my .cntn_wrap .menu { position: relative; top: 0; left: 0; width: 100%; margin-right: 0;border-bottom: none; background-color: #fff; }
    #smb_my .cntn_wrap .menu.on { display: block; }
    #smb_my .cntn_wrap .menu > ul { display: none;}
    #smb_my .cntn_wrap .menu ul li a { justify-content: center; width: 100%; font-size: 14px; }
    #smb_my .box-searchform {flex-wrap: wrap;}
    #smb_my .box-searchform > div {margin-bottom: 10px;}

	#orderinquiry { padding:0 27px; max-width:1200px;}

    #smb_my .nick-name { padding: 20px 0; }
    #smb_my .nick-name .left .img-con { width: 90px; height: 90px; }
    #smb_my .nick-name .left .img-con span { font-size: 40px; }
    #smb_my .nick-name .left .txt-con { margin-left: 14px; }
    #smb_my .nick-name .left .txt-con p { font-size: 18px; }

    #smb_my .subtit2 { padding-bottom: 15px; }
    #smb_my .subtit2 h4 { font-size: 16px; }

	/*#orderinquiryList {max-width:90%; margin:0 auto;}*/



    #smb_my #myQa { margin-top: 35px; }
    #myQaList ul li.head { display: none; }
    #myQaList ul li.row { position: relative; flex-direction: column; padding: 15px 0; }
    #myQaList ul li .col { justify-content: flex-start; height: auto; }
    #myQaList ul li .col.type { display: none; }
    #myQaList ul li .col.subject { width: 100%; font-size: 13px; }
    #myQaList ul li .col.order { display: none; }
    #myQaList ul li .col.date { margin-top: 10px; font-size: 12px; }
    #myQaList ul li .col.state { position: absolute; top: 15px; right: 0; width: auto; font-size: 12px; color: #284E80 }
    #myQaList ul li .col.empty { justify-content: center; }

    #myQa .rq1-1 { margin-top: 20px; }
    #myQa .rq1-1 a { width: 100%; max-width: 100%; }

	.eventapply h4 {margin-bottom: 20px;}

    #smb_my .eventapply .boxWrap > .bottom > .inner .paymentbox p {flex-wrap: wrap;}
    #smb_my .eventapply .boxWrap > .bottom > .inner .paymentbox p strong {width: 100%;}
    #smb_my .eventapply .boxWrap > .bottom > .inner .paymentbox p span { margin-top: 7px; margin-left: 0;}
    #smb_my .eventapply .boxWrap > .bottom > .inner .paymentbox p span.bank { font-weight: 500; }
    #smb_my .eventapply .boxWrap > .bottom > .inner .paymentbox p span em { margin-left: 0; margin-top: 10px; font-weight: 300; }
    #smb_my .eventapply .boxWrap > .bottom > .inner .paymentbox p span.price { font-weight: 500; }
    #smb_my .eventapply .boxWrap > .bottom > .inner .paymentbox p span.bank i { margin-top: 10px; font-weight: 300; }
    #smb_my .eventapply .boxWrap > .bottom > .inner .paymentbox p span.bank i~i{ margin-top: 0px; }

    #smb_my .eventapply .boxWrap > .bottom > .inner .notice {flex-wrap: wrap; padding: 20px 0 0;}
    #smb_my .eventapply .boxWrap > .bottom > .inner .notice > .box {width: 100%;}
    #smb_my .eventapply .boxWrap > .bottom > .inner .notice > .box + .box {margin-left: 0;}

    #smb_my .eventapply .boxWrap > .bottom > .inner .box-form > p { display: flex; justify-content: space-between; }
    #smb_my .eventapply .boxWrap > .bottom > .inner .box-form .box-submit {position: relative; top: auto; right: auto; margin-top: 20px;}
    #smb_my .eventapply .boxWrap > .bottom > .inner .box-form .box-submit input[type=submit] { width: 100%;}

    #smb_my .eventapply .boxWrap > .bottom > .inner .filebox {display: block; height: auto;}
    #smb_my .eventapply .boxWrap > .bottom > .inner .filebox + .filebox {margin-top: 20px;}
	#smb_my .eventapply .boxWrap > .bottom > .inner .filebox > span {margin-bottom: 5px;}
    #smb_my .eventapply .boxWrap > .bottom > .inner .filebox > div input.upload-name::placeholder {color: transparent !important;}
    #smb_my .eventapply .boxWrap > .bottom > .inner .filebox > small {display: block;}

    #pop_howto .inner { width: calc(100% - 40px); }
    #pop_howto .inner .middle { padding: 40px 60px; }
    
}

@media (max-width:1000px) {
    #orderinquiryList ul li.head { display: none; }
    #orderinquiryList ul li.row { position: relative; flex-direction: column; border-radius:5px; padding:15px;}
    #orderinquiryList ul li.row .col.info { padding: 80px 0 18px; width: 100%; }
    #orderinquiryList ul li.row .col.info .box-txt p.mPrice { display: block; margin-top: 4px; font-weight: 400; color:#5F758C;}
    #orderinquiryList ul li.row .col.order { justify-content: flex-end; position: absolute; top: 0; right: 20px; padding: 0; width: calc(100% - 40px); height: 55px; padding-top:10px; border-bottom: 1px solid #F5F5F5; z-index: 1; }
    #orderinquiryList ul li.row .col.order a { text-decoration: none; }
    #orderinquiryList ul li.row .col.date { position: absolute; top: 10px; left: 20px; padding-right: 10px; padding: 22px 0; width: auto; height: 45px; }
    #orderinquiryList ul li.row .col.price { display: none; }
    #orderinquiryList ul li.row .col.state { width: 100%; padding: 0; }
    #orderinquiryList ul li.row .col.state p { text-align:left; position: absolute; top: 55px; left: 20px; width: calc(100% - 40px); height: 45px; color: #707070; font-weight: 500; line-height: 45px; color:#3EAAD8;}
    #orderinquiryList ul li.row .col.state a { width: 100%; font-size: 13px; }
	#orderinquiryList ul li.row .col.state a.dvr_link {margin-bottom:20px; border:solid 1px #3EAAD8; color:#3EAAD8;}
	#orderinquiryList ul li.row .col.state span.invoice { text-align:left; display:inline; font-weight:300; font-size:15px;}
	#orderinquiryList ul li.row .col.state span.invoice:before { content:"- "; display:inline; }
	#orderinquiryList ul li.row .col.state span.invoice br {display:none;}
	#orderinquiryList ul li.row .col.state.qa {display:flex; flex-wrap:wrap;}
}

@media (max-width:768px) {

    #orderinquiry .orderstatelist { display: none; }

    #pop_howto { padding: 25px 15px; overflow-y: auto; }
    #pop_howto .inner { position: relative; top: 0; left: 0; margin: 0 auto; padding: 37px 20px 0; width: 100%; max-width: 600px; transform: translate(0) }
    #pop_howto .inner .top { padding-bottom: 20px; border: none; }
    #pop_howto .inner .top strong { font-size: 18px; }
    #pop_howto .inner .middle { padding: 10px 10px 30px; }
    #pop_howto .inner .middle ul { flex-wrap: wrap; }
    #pop_howto .inner .middle ul li { width: 45%; }
    #pop_howto .inner .middle ul li + li { margin-left: 10%; }
    #pop_howto .inner .middle ul li:nth-child(odd) { margin-left: 0; }
    #pop_howto .inner .middle ul li:nth-child(n+3) { margin-top: 10%; }
    #pop_howto .inner .middle ul li .box-txt { font-size: 12px; }
    #pop_howto .inner .box-close { position: absolute; top: 20px; right: 20px; }

  .eventapply .boxWrap > .top,
  .eventapply .boxWrap > .middleTop {height: 55px;}
  .eventapply .boxWrap > .middle li {width:100%; min-height: 55px;}
  .eventapply .boxWrap > .middle li > span { width: 115px;}
  .eventapply .boxWrap > .middle li > p {width: calc(100% - 115px);}
  #smb_my .eventapply .boxWrap > .bottom > .titleBox {height: 55px;}

  .eventapply .boxWrap > .middle li.mobile_hide {display:none;}

	#smb_my h2.subtit {padding-bottom:40px;}
}

@media (max-width:600px) {
  #smb_my {padding-bottom: 50px;}

  #smb_my .cntn_wrap  .box-select ul li {font-size: 14px;}
  #smb_my .cntn_wrap .cntn02 .subtit2,
  #smb_my .cntn_wrap .cntn .subtit2-non {display: none !important;}
  #smb_my .cntn_wrap .cntn > ul {border-top: none; padding-top: 0;}
  #smb_my .cntn_wrap .cntn > ul > li {margin-bottom: 18px;}
  #smb_my .cntn_wrap .cntn > ul > li input {height: 46px; font-size: 14px;}
  #smb_my .cntn_wrap .cntn > ul > li div.title {display: none;}
  #smb_my .cntn_wrap .cntn > ul > li div.title p {line-height: normal; font-size: 14px;}
  #smb_my .cntn_wrap .cntn > ul > li.chk-radio {display: block; margin-bottom: 10px;}
  #smb_my .cntn_wrap .cntn > ul > li.chk-radio div.title {display: block;}
  #smb_my .cntn_wrap .cntn > ul > li.chk-radio label span {font-size: 13px;}

  #smb_my .cntn_wrap .cntn > ul > li .box-select {min-width: 100%; height: 46px; font-size: 14px;}

  #smb_my .cntn_wrap .cntn > ul > li.email .box-select {min-width: 50%; max-width: auto;}
  #smb_my .cntn_wrap .cntn > ul > li.email div.input-box div {width: 100%;}
  #smb_my .cntn_wrap .cntn > ul > li.email span {font-size: 14px;}

  #smb_my .cntn_wrap .cntn > ul > li.ph div.input-box {width:100%;}
  #smb_my .cntn_wrap .cntn > ul > li.ph .box-select {min-width: 33% !important; border: none;}
  #smb_my .cntn_wrap .cntn > ul > li.ph .box-select .selected span { font-size: 14px;}

  #smb_my .cntn_wrap .cntn > ul > li.name div.input-box {max-width: 100%;}

  #smb_my .cntn_wrap .cntn > ul > li.file {display: flex; align-items: center;}
  #smb_my .cntn_wrap .cntn > ul > li.file div.title {display: inline-block; width: auto; margin-right: 10px;}
  #smb_my .cntn_wrap .cntn > ul > li.file div.title p {white-space: pre;}
  #smb_my .cntn_wrap .cntn > ul > li.file .filebox label {white-space: pre;}

  .cntn_wrap-btn a {margin-top: 20px; width: 100%; height: 52px;}

  #smb_my .container {padding: 0 15px;}
  #smb_my > .title {display: block !important; margin-bottom:20px;}
  #smb_my .title a {left: 15px;}
  #smb_my h2.subtit {display: none;}

  #smb_my .box-searchform > div {margin-right: 0;}
  #smb_my .box-searchform .box-radiogroup {width: 100%;}
  #smb_my .box-searchform .box-radiogroup .box-radio {width: calc(100%/4);}
  #smb_my .box-searchform .box-radiogroup .box-radio em {font-size: 13px; width: 100%;}
  #smb_my .box-searchform .box-date {width: 100%;}
  #smb_my .box-searchform .box-date .box-input {width: 49%;}
  #smb_my .box-searchform .box-date .box-input input {font-size: 13px;}
  #smb_my .box-searchform .box-submit {width: 100%;}
  #smb_my .box-searchform .box-submit input {width: 100%; font-size: 13px;}

  #smb_my .statusInfo { margin-top: 30px; padding:17px 15px 20px; }
  #smb_my .statusInfo .box-tit { padding: 15px 5px; border-bottom: 1px solid #EEEEEE; }
  #smb_my .statusInfo .box-tit strong { font-size: 15px; color: #141414; font-weight: 500; }
  #smb_my .statusInfo .box-txt { padding: 15px 5px; }
  #smb_my .statusInfo .box-txt p {flex-wrap: wrap; font-size: 13px;}
  #smb_my .statusInfo .box-txt p + p { margin-top: 15px; }
  #smb_my .statusInfo .box-txt p strong {width: 100%; margin-bottom: 5px;}

  #smb_my .eventapply .boxWrap > .bottom > .inner .notice > .box span br {display:none;}

}


@media (max-width:500px) {
    #smb_my .nick-name .left .txt-con { flex-direction: column; align-items: flex-start; }
    #smb_my .nick-name .left .txt-con p { margin-bottom: 6px; }
    #smb_my .nick-name .right a { margin-top: 10px; }

	
    
}

.chg-info {display: none;}



/* 페이징 컨테이너 */
.ajax-paging {
    margin: 40px 0;
    text-align: center;
    font-family: 'Pretendard', sans-serif; /* 폰트는 프로젝트에 맞게 변경 */
}

.ajax-paging .pagination {
    display: inline-flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    /*gap: 25px;*/ /* 숫자와 화살표 사이 간격 */
}

/* 모든 링크 공통 */
.ajax-paging a {
    text-decoration: none;
    transition: all 0.2s;
    font-size: 18px;
    display: block;
	width:38px; 
}

/* 화살표 버튼 스타일 (하늘색) */
#orderinquiryList .ajax-paging ul.pagination li.pg_num,
#orderinquiryList .ajax-paging ul.pagination li.pg_btn { 	padding:0; }

.ajax-paging .pg_btn a {
    color: #4dbce9; /* 이미지의 하늘색 */
    font-weight: 300;
}

.ajax-paging .pg_btn a.disabled {
    color: #ccc;
    pointer-events: none;
}

/* 숫자 스타일 (평소: 회색) */
.ajax-paging .pg_num a {
    color: #999;
	font-size:16px;
    font-weight: 400;
}

/* 활성화된 숫자 스타일 (하늘색 + 언더라인) */
.ajax-paging .pg_num.active a {
    color: #4dbce9;
    font-weight: 400;
    position: relative;
    /*padding-bottom: 4px;*/
}

/* 이미지와 동일한 하단 바(Underline) 구현 */
.ajax-paging .pg_num.active a::after {
    content: '';
    position: absolute;
    left: 50%;
	transform:translateX(-50%);
    bottom: -1px;
    width: 12px;
    height: 2px; /* 언더라인 두께 */
    background-color: #4dbce9;
    border-radius: 2px;
}

/* 호버 시 살짝 진해지는 효과 */
.ajax-paging .pg_num a:hover {
    color: #4dbce9;
}


#bo_list .title {padding-bottom:30px;}