@charset "utf-8";

/* ——————————————————————————
 * Reset
/* —————————————————————————— */
*{margin:0;padding:0;border:0;outline:0;vertical-align:top;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;-webkit-tap-highlight-color: rgba(0,0,0,0);}
::-moz-selection{background:#2a9ffd;color:white;text-shadow:none}
::selection{background:#2a9ffd;color:white;text-shadow:none}
html {
    height: 100%;
    color: #888888;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
    overflow-y: auto;
}
body {
    position: relative;
    width: 100%;
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family:'Noto Sans KR', 'NotoSansKR', helvetica, Apple SD Gothic Neo, Arial, sans-serif;
    font-weight: normal;
    letter-spacing: -0.05em;
    font-size: 13px;
    line-height: 1.5;
    color: #212529;
    word-break: keep-all
}

blockquote, body, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul{margin:0;padding:0;list-style:none}
b, h1, h2, h3, h4, h5, h6, strong{font-weight:normal}
fieldset{border:0}
a{font-style:normal;text-decoration:none;color:#212529}
caption{font-size:0;height:0;line-height:0;visibility:hidden;width:0}
.checks *, .chk *, .radioWrap *, a, a:hover, button, button:hover{cursor:pointer;-webkit-transition:all 0.1s linear;-moz-transition:all 0.1s linear;-ms-transition:all 0.1s linear;-o-transition:all 0.1s linear;transition:all 0.1s linear}
a:focus{outline:none !important}
button img{vertical-align:middle}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block}
img, video{border:0;vertical-align:top}
table{width:100%;border-collapse:collapse;border-spacing:0;table-layout:fixed;word-break:break-all}
input, select{vertical-align:middle}
label{cursor:pointer}
.blind, caption, hr, legend{position:absolute;top:-9999999em;font-size:xx-small;line-height:0;z-index:-999999}
.hide_text{position:absolute;display:inline-block;font-size:0;height:0;line-height:0;visibility:hidden;width:0;text-indent:-9999999em}
address, em, i{font-style:normal;font-weight:normal}
td, th{vertical-align:middle}
button, input, select, textarea{font-family:'NanumSquare','Lato','Noto Sans KR','NotoSansKR',helvetica,Apple SD Gothic Neo,Arial,sans-serif;font-size:14px;position:relative;background:transparent;-webkit-appearance:none;-webkit-border-radius:0;border-radius:0;zoom:1}
#container:after, #contents:after, #footer:after, #header:after, #wrap:after, .inner:after, .section:after, dl:after, ol:after, ul:after, .cate_location:after , .order_item:after{display:block;clear:both;content:""}

.scroll_x {
    position: relative;
    width: 100%;
    overflow: hidden;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    z-index: 1;
    -webkit-overflow-scrolling: touch;
}

.scroll_x::-webkit-scrollbar {
    display: none;
}

/* ——————————————————————————
 * 여백
/* —————————————————————————— */
/* margin */
.mg0{margin:0 !important;}
/* margin-top */
.mgt0 {margin-top:0 !important}
.mgt2 {margin-top:2px !important}
.mgt6 {margin-top:6px !important}
.mgt8 {margin-top:8px !important; box-shadow: 0 1px 0 rgba(0,0,0,.08);}
.mgt10 {margin-top:10px !important}
.mgt20 {margin-top:20px !important}
.mgt30 {margin-top:30px !important}
/* margin-bottom */
.mgb0 {margin-bottom:0 !important}
.mgb8 {margin-bottom:8px !important}
.mgb10{margin-bottom:10px !important;}
.mgb20 {margin-bottom:20px !important;}
.mgb30 {margin-bottom:30px !important;}
/* margin-left */
.mgl0 {margin-left:0 !important}
.mgl10 {margin-left:10px !important;}
.mgl20 {margin-left:20px !important;}
.mgl30{margin-left:30px !important;}
/* margin-right */
.mgr0 {margin-right:0 !important}
.mgr10 {margin-right:10px !important}
.mgr20 {margin-right:20px !important;}
.mgr30{margin-right:30px!important;}

/* padding */
.pd0 {padding:0 !important}
/* padding-top */
.pdt0 {padding-top:0 !important}
.pdt5 {padding-top:5px !important}
/* padding-bottom */
.pdb0 {padding-bottom:0 !important}
.pdb10 {padding-bottom:10px !important}
/* padding-left */
.pdl0 {padding-left:0 !important;}
/* padding-right */
.pdr0 {padding-right:0 !important}

/* ——————————————————————————
 * font
/* —————————————————————————— */
.txt_red {color:#d6463f !important;}
.txt_blue {color:#213760 !important;}
.txt_wht {color:#FFFFFF !important;}
.txt_org {color:#fa6c39 !important;}
.txt_pp {color:#503e9d !important;}

.txt_fs13 {font-size:13px !important;}
.txt_fs14 {font-size:14px !important;}
.txt_fs16 {font-size:16px !important;}
.txt_fs23 {font-size:23px !important;}

.txt_c000 {color:#000000 !important;}
.txt_c222 {color:#222222 !important;}
.txt_c333 {color:#333333 !important;}
.txt_c666 {color:#666666 !important;}
.txt_c888 {color:#888888 !important;}
.txt_c999 {color:#999999 !important;}
.txt_through{text-decoration:line-through;}
.txt_under{text-decoration:underline;}

.txt_fw300 {font-weight:300 !important;}
.txt_fw400 {font-weight:400 !important;}
.txt_fw700 {font-weight:700 !important;}
.txt_fw900 {font-weight:900 !important;}

.ff_BGR {font-family:'Binggrae','Lato','Noto Sans KR','NotoSansKR',helvetica,Apple SD Gothic Neo,Arial,sans-serif;}
.ff_NSR,.ff_NS {font-family:'NanumSquare','Lato','Noto Sans KR','NotoSansKR',helvetica,Apple SD Gothic Neo,Arial,sans-serif;}
.ff_Cabin {font-family:'Cabin','Lato','NotoSansKR','Noto Sans KR',helvetica,Apple SD Gothic Neo,Arial,sans-serif;}
.ff_PS {font-family:'ProductSans','Lato','Noto Sans KR','NotoSansKR',helvetica,Apple SD Gothic Neo,Arial,sans-serif;}
.ff_Play {font-family: 'Play', 'Lato', 'NotoSansKR', 'Noto Sans KR', 'Apple SD Gothic Neo', sans-serif}

/* ——————————————————————————
 * button
/* —————————————————————————— */
.btn {
    font-family: 'NanumSquare','Lato','NotoSansKR','Noto Sans KR',helvetica,Apple SD Gothic Neo,Arial,sans-serif;
    display: -webkit-box;
    display: box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-pack: center;
    box-pack: center;
    width: 100%;
    height: 56px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1;
    text-align: center;
    padding-left: 24px;
    padding-right: 24px;
    background: #212529;
    color: #fff;
    border-radius: 4px;
}
.btn.wt {
    background-color: #FFF;
    color: #222!important;
}
.btn.pp {
    background-color: #503e9d;
}
.btn.org {
    background-color: #fa6c39;
}
.btn.blue {
    background-color: #213760;
}

/* line */
.btn.line {
    background: #fff;
    border: 2px solid #dee2e6;
    color: #212529;
}
.btn.line.pp {
    border-color: #503e9d;
    color: #503e9d;
}
.btn.line.org {
    border-color: #fa6c39;
    color: #fa6c39;
}
.btn.line.blue {
    border-color: #213760;
    color: #213760;
}

/* h48 */
.btn.h48 {
    height: 48px;
    font-size: 14.5px;
}

/* md */
.btn.md {
    width: auto;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    border-width: 1px;
    border-radius: 8px;
    padding: 0 20px;
}
.btn.line.md {
    line-height: 34px;
    color: #777777;
}
/* sm */
.btn.sm {
    width: auto;
    height: 28px;
    line-height: 28px;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    border-width: 1px;
    border-radius: 4px;
    padding: 0 10px;
    font-family:'Lato','NotoSansKR','Noto Sans KR',helvetica,Apple SD Gothic Neo,Arial,sans-serif;
}
.btn.line.sm {
    line-height: 26px;
    color: #777777;
}


/* ——————————————————————————
 * section
/* —————————————————————————— */
.section {
    position: relative;
    padding: 10px 18px 20px;
    background: #fff;
    _border-top: 10px solid #f4f5f6;
    border-bottom: 1px solid #e9ecef
}

.section .sec_tit {
    position: relative;
    padding: 14px 2px;
    font-size: 16px;
    display: block;
    line-height: 24px;
    font-weight: 700;
}


.section .sec_tit.line:before {
    content: '';
    height: 1px;
    background: rgba(0, 0, 0, 0.08);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

.section .sec_tit h3 {
    font-size: 17px;
    font-weight: 700;
    line-height: 30px;
}


.section .sec_tit h4 {
    font-size: 14px;
    font-weight: 700;
    line-height: 26px
}

.section .sec_tit .info_bulReq {
    height: 16px;
    font-size: 12px;
    color: #888;
    font-weight: 700;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%)
}

.section .sec_tit .info_bulReq b {
    display: inline-block;
    font-size: 14px;
    color: #de2000;
    font-weight: 700;
}

.section .attach h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 30px
}

.section .attach .file_wrap p {
    font-size: 12px;
    padding: 5px;
    color: #888;
}

.section .attach .file_wrap .file_input {
    margin-top: 10px;
}

.section .attach .file_wrap .file_input label.order_tit {
    display: block;
    font-size: 12px;
    line-height: 1.35;
    margin-bottom: 6px;
}

.section .attach .file_wrap .file_input input.file {
    display: block;
    width: 100%;
    border: 1px solid #e4e4e4;
    padding: 11px;
    border-radius: 3px;
    font-size: 12px;
}

.section .attach .file_wrap .file_input label.order_tit:after {
    content: '*';
    display: inline-block;
    margin-left: 4px;
    color: #213760;
}

.section .attach .file_comment {
    font-size: 10px;
    color: #999;
    margin-top: 10px;
}

/* ——————————————————————————
 * input
/* —————————————————————————— */
[class*="inputType_"] input::-webkit-input-placeholder {
    color: #aaaaaa
}

[class*="inputType_"] input:-moz-placeholder {
    color: #aaaaaa;
    opacity: 1
}

[class*="inputType_"] input::-moz-placeholder {
    color: #aaaaaa;
    opacity: 1
}

[class*="inputType_"] input:-ms-input-placeholder {
    color: #aaaaaa
}

[class*="inputType_"] input:placeholder-shown {
    color: #aaaaaa
}

/* inputType_1 */
.inputType_1 {
    font-family: 'NanumSquare', 'Lato', 'NotoSansKR', 'Noto Sans KR', helvetica, Apple SD Gothic Neo, Arial, sans-serif
}

.inputType_1 .tit {
    display: block;
    font-size: 12px;
    line-height: 1.35;
    margin-bottom: 6px
}

.inputType_1 .tit.bulReq:after {
    content: '*';
    display: inline-block;
    margin-left: 4px;
    color: #de2000;
}

.inputType_1 input {
    width: 100%;
    height: 50px;
    display: block;
    line-height: 20px;
    padding: 14px;
    font-size: 14px;
    letter-spacing: -0.025em;
    font-weight: 400;
    color: #2d2d2d;
    white-space: nowrap;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear
}

.inputType_1 input:focus {
    border-color: #2d2d2d
}

.inputType_1 input.readonly {
    background: #e8e8e8
}

.inputType_1 .zipbx {
    display: block;
    position: relative;
    padding-right: 110px
}

.inputType_1 .zipbx .btn {
    width: 100px;
    height: 50px;
    font-size: 14px;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0
}

.inputType_1 .emailBx {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 8px;
}

.inputType_1 .emailBx input {
    width: calc(50% - 13px)
}

.inputType_1 .emailBx input.mail_field1 {
    float: left
}

.inputType_1 .emailBx i.separator {
    width: 15px;
    display: block;
    float: left;
    margin: 18px 5px 0;
    font-size: 15px;
    text-align: center;
    color: #777
}

.inputType_1 .addrBx {
    position: relative
}

.inputType_1 .addrBx .btn {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%)
}

.inputType_1 .phoneBx {
    overflow: hidden
}

.inputType_1 .phoneBx .selectType_1 {
    width: 33.333333%;
    float: left
}

.inputType_1 .phoneBx input[type="text"],
.inputType_1 .phoneBx input[type="tel"] {
    width: calc(66.666666% - 8px);
    float: right
}

/* inputType_ico */
.inputType_ico {
    position: relative;
    margin-left: 54px;
    font-family: 'NanumSquare', 'Lato', 'NotoSansKR', 'Noto Sans KR', helvetica, Apple SD Gothic Neo, Arial, sans-serif;
}

.inputType_ico:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #213760;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.inputType_ico.focus:before {
    right: 0
}

.inputType_ico i {
    display: inline-block;
    width: 40px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    background: rgba(211, 221, 255, 0.1);
    color: #213760;
    border-radius: 12px;
    position: absolute;
    top: 0;
    left: -54px
}

.inputType_ico .tit {
    display: inline-block;
    font-size: 13px;
    line-height: 16px;
    color: #2d2d2d;
    font-weight: 700;
    letter-spacing: 0
}

.inputType_ico input {
    width: 100%;
    height: 36px;
    display: block;
    line-height: 20px;
    padding: 6px 0 8px;
    font-size: 16px;
    border-bottom: 2px solid #eee;
    color: #2d2d2d;
    font-weight: 700
}

.inputType_ico .phoneBx {
    position: relative
}

.inputType_ico .phoneBx .selectric_js {
    position: absolute;
    bottom: 2px;
    left: 0;
    z-index: 10
}

.inputType_ico .phoneBx .selectric_js:before {
    content: '';
    width: 1px;
    height: 18px;
    background: #e4e4e4;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 10
}

.inputType_ico .phoneBx .selectric_js .selectric {
    width: 72px;
    border: 0
}

.inputType_ico .phoneBx .selectric_js .selectric .label {
    height: 34px;
    line-height: 20px;
    padding: 6px 0 8px;
    font-size: 16px;
    font-weight: 700;
    color: #2d2d2d;
    margin: 0 32px 0 0
}

.inputType_ico .phoneBx .selectric_js .selectric .button {
    width: 32px;
    height: 34px;
    line-height: 34px
}

.inputType_ico .phoneBx input {
    padding-left: 84px
}

/* inputType_qty */
.inputType_qty {
    display: inline-block;
    border-radius: 2px;
    overflow: hidden;
    border: 1px solid #e9ecef
}

.inputType_qty button,
.inputType_qty input {
    width: 36px;
    height: 36px;
    line-height: 30px;
    display: inline-block;
    text-align: center
}

.inputType_qty button {
    color: #868e96;
    font-size: 14px
}

.inputType_qty input {
    width: 20px;
    font-size: 12px;
    color: #212529
}

/* h48 */
.inputType_qty.h48 {
    border-radius: 12px
}

.inputType_qty.h48 button,
.inputType_qty.h48 input {
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 16px
}

.inputType_qty.h48 input {
    width: 36px;
    color: #212529
}


/* ——————————————————————————
 * textarea
/* —————————————————————————— */
[class*="textareaType_"] textarea::-webkit-input-placeholder {
    color: #aaaaaa
}

[class*="textareaType_"] textarea:-moz-placeholder {
    color: #aaaaaa;
    opacity: 1
}

[class*="textareaType_"] textarea::-moz-placeholder {
    color: #aaaaaa;
    opacity: 1
}

[class*="textareaType_"] textarea:-ms-input-placeholder {
    color: #aaaaaa
}

[class*="textareaType_"] textarea:placeholder-shown {
    color: #aaaaaa
}

/* textareaType_1 */
.textareaType_1 {
    font-family: 'NanumSquare', 'Lato', 'NotoSansKR', 'Noto Sans KR', helvetica, Apple SD Gothic Neo, Arial, sans-serif
}

.textareaType_1 .tit {
    display: block;
    font-size: 12px;
    line-height: 1.35;
    margin-bottom: 6px;
}

.textareaType_1 textarea {
    height: 200px;
    width: 100%;
    padding: 12px 16px;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: -0.025em;
    font-weight: 400;
    color: #2D2D2D;
    border: 1px solid #e4e4e4;
    border-radius: 12px;
    resize: none;
    outline: none;
    background: #fff;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear
}

.textareaType_1.focus textarea {
    border-color: #2d2d2d
}


/* ——————————————————————————
 * select
/* —————————————————————————— */
.selectType_1 {
    font-family: 'NanumSquare', 'Lato', 'NotoSansKR', 'Noto Sans KR', helvetica, Apple SD Gothic Neo, Arial, sans-serif;
    position: relative;
}

.selectType_1 .tit {
    display: block;
    font-size: 12px;
    line-height: 1.35;
    margin-bottom: 6px
}

.selectType_1 .tit.bulReq:after {
    content: '*';
    display: inline-block;
    margin-left: 4px;
    color: #de2000;
}

.selectType_1 .selectric {
    border: 1px solid #e4e4e4;
    border-radius: 4px
}

.selectType_1 .selectric .label {
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    font-weight: 400;
    color: #222;
    margin: 0 48px 0 14px;
    letter-spacing: 0
}

.selectType_1 .selectric .button {
    width: 48px;
    height: 48px;
    line-height: 48px
}

.selectType_1 .selectric .button:after {
    content: "\ea34";
    font-family: 'mong-font' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 18px;
    width: auto;
    height: auto;
    border: none
}

.selectType_1 .sel_time,
.selectType_1 .select_email {
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    width: 100%;
    padding: 12px 15px;
    position: relative;
}

.selectType_1 .seltime_button,
.selectType_1 .email_button {
    display: block;
    width: 30px;
    height: 30px;
    color: #000;
    position: absolute;
    right: 0;
    top: calc(100% - 35px);
    text-align: center;
    line-height: 30px;
    font-size: 15px;
}

.selectType_1 .date {
    width: calc(50% - 75px);
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    padding: 12px 15px;
    position: relative;
    appearance: auto;
}

/* ——————————————————————————
 * checkbox
/* —————————————————————————— */
/* checksType_1 */
.checksType_1 {
    position: relative;
    text-align: left
}

.checksType_1 .checks {
    position: relative;
    line-height: 16px;
    display: inline-block;
    overflow: hidden;
    margin: 5px 0
}

.checksType_1 input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: -10;
    width: 12px;
    height: 12px;
    -webkit-appearance: none;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0
}

.checksType_1 label {
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    height: 22px;
    line-height: 22px;
    z-index: 10;
    font-size: 14px;
    color: #888;
    padding-left: 30px
}

.checksType_1 label:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 42%;
    border: 2px solid #ddd;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0
}

.checksType_1.checks.on label:before {
    border-color: #213760 !important;
    background: url("../img/ico_ckbox.png") no-repeat center center #213760;
    -webkit-background-size: 10px 10px;
    background-size: 10px 10px
}

.checksType_1 label em {
    display: inline-block;
    margin-right: 2px;
    color: #2d2d2d
}

/* sm */
.sm.checksType_1 label {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    padding-left: 26px
}

.sm.checksType_1 label:before {
    width: 16px;
    height: 16px
}

/* agree_info */
.agree_info {
    position: relative;
    padding-top: 12px
}

.agree_info .btn_agreeInfo {
    display: inline-block;
    line-height: 24px;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    font-size: 12px;
    padding: 0 20px 0 8px;
    color: #555;
    position: absolute;
    top: -24px;
    right: 0
}

.agree_info .btn_agreeInfo i {
    display: inline-block;
    font-size: 11px;
    color: #999;
    position: absolute;
    right: 6px;
    top: 50%;
    margin-top: -6px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.agree_info.on .btn_agreeInfo i {
    color: #213760;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.agree_info .info_box {
    background: #f1f3f5;
    border-radius: 12px;
    padding: 18px;
    font-size: 13px;
    color: #777
}

.agree_info .info_box h3 {
    font-size: 13px;
    color: #2d2d2d;
    font-weight: 500;
    margin-bottom: 6px
}

.agree_info .info_box li {
    position: relative;
    margin-top: 2px;
    padding-left: 18px
}

.agree_info .info_box li .num {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0
}


/* ——————————————————————————
 * radio
/* —————————————————————————— */
/* radioType_prc */
.radioType_prc ul {
    padding: 1px 0 0 1px
}

.radioType_prc ul li {
    width: 100%;
    float: left
}

.radioType_prc ul.col2 li {
    width: 50%
}

.radioType_prc ul.col3 li {
    width: 33.333333%
}

.radioType_prc ul.col4 li {
    width: 25%
}

.radioType_prc .radios {
    position: relative
}

.radioType_prc .radios input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: -1;
    width: 12px;
    height: 12px;
    -webkit-appearance: none;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0
}

.radioType_prc .radios label {
    position: relative;
    display: block;
    border: 1px solid #e4e4e4;
    background: #fff;
    padding: 14px 0 12px 14px;
    margin: -1px 0 0 -1px;
}

.radioType_prc ul.col3 li .radios label {
    padding-left: 12px
}

.radioType_prc ul li:first-child .radios label {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px
}

.radioType_prc ul li:last-child .radios label {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px
}

.radioType_prc .radios label span {
    display: block;
    font-size: 12px;
    color: #888;
    letter-spacing: 0;
    line-height: 1.3;
    margin-bottom: 4px
}

.radioType_prc .radios label p {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.01em
}

.radioType_prc .radios label p em {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    margin-top: -1px
}

.radioType_prc .radios input[type="radio"]:checked + label {
    border-color: #213760;
    background: rgba(80, 62, 157, 0.1);
    color: #213760;
    box-shadow: 0 1px 5px 0 rgba(80, 62, 157, 0.25);
    z-index: 2
}

.radioType_prc .radios input[type="radio"]:checked + label span {
    color: #213760
}

.radioType_prc .radios.wide label {
    padding-right: 14px;
    overflow: hidden
}

.radioType_prc .radios.wide label span {
    float: left;
    margin-bottom: 0;
    line-height: 18px
}

.radioType_prc .radios.wide label p {
    float: right
}

.radioType_1 {
    font-family: 'NanumSquare', 'Lato', 'NotoSansKR', 'Noto Sans KR', helvetica, Apple SD Gothic Neo, Arial, sans-serif;
    position: relative;
}

.radioType_1 .tit {
    display: block;
    font-size: 12px;
    line-height: 1.35;
    margin-bottom: 6px
}

.radioType_1 .tit.bulReq:after {
    content: '*';
    display: inline-block;
    margin-left: 4px;
    color: #de2000;
}

/* ——————————————————————————
 * paging
/* —————————————————————————— */
.paging {
    text-align: center;
    position: relative
}

.paging a,
.paging ol {
    display: inline-block;
    vertical-align: middle
}

.paging p.page_arr {
    position: absolute;
    top: 0;
    left: 0
}

.paging p.page_arr.next {
    left: auto;
    right: 0
}

.paging p.page_arr a {
    width: 48px;
    height: 48px;
    line-height: 48px
}

.paging p.page_arr.prev a {
    border-right: 1px solid #eee
}

.paging p.page_arr.next a {
    border-left: 1px solid #eee
}

.paging p.page_arr a:before {
    color: #aaa;
    font-size: 16px
}

.paging li {
    float: left
}

.paging li a {
    width: 42px;
    line-height: 48px;
    font-size: 16px;
    color: #aaa;
    font-weight: 700;
    display: block
}

.paging li.on a {
    color: #213760;
}


/* ——————————————————————————
 * policy_privacy
/* —————————————————————————— */
.policy_privacy {
    padding: 18px;
    font-size: 12px;
    color: #888
}


/* ——————————————————————————
 * loading
/* —————————————————————————— */
#loadingWrap {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    text-align: center;
    vertical-align: middle;
    z-index: 9999;
    display: none
}

#loadingWrap.active {
    display: block
}

#loadingWrap .loadingLayer {
    top: 50%;
    left: 50%;
    font-size: 50px;
    position: absolute;
    transform: translate(-50%, -50%)
}

#loadingWrap .loadingLayer:before {
    content: '';
    width: 140px;
    height: 140px;
    display: inline-block;
    background: url("../img/loading.gif") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%
}

#loadingWrap .loadingLayer p {
    font-size: 18px
}

#loadingWrap .loadingLayer p em {
    font-weight: 900
}


/* tbl_CardInfo */
.tbl_CardInfo li {
    position: relative;
    padding: 30px 0;
    border-top: 1px dashed #ddd
}

.tbl_CardInfo li:first-child {
    padding-top: 0;
    border-top: 0
}

.tbl_CardInfo li .img {
    text-align: center
}

.tbl_CardInfo li .img img {
    width: 200px;
    height: auto
}

.tbl_CardInfo li .info {
    margin-top: 22px
}

.tbl_CardInfo li .info h3 {
    font-weight: 700;
    font-size: 18px;
    text-align: center
}

.tbl_CardInfo li .info .desc {
    font-size: 12px;
    margin-top: 2px;
    text-align: center
}

.tbl_CardInfo li .info .desc em {
    color: #213760;
}

.tbl_CardInfo li .info .txt {
    margin-top: 12px;
    border-top: 1px solid #2d2d2d
}

.tbl_CardInfo li .info .txt dl {
    width: 100%;
    display: table
}

.tbl_CardInfo li .info .txt dl dd,
.tbl_CardInfo li .info .txt dl dt {
    display: table-cell;
    font-size: 11px;
    letter-spacing: -0.025em;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
    padding: 10px
}

.tbl_CardInfo li .info .txt dl dt {
    width: 30%;
    background: #f7f7f7
}

.tbl_CardInfo li .info .txt dl dd {
    width: 70%;
    color: #888
}

.tbl_CardInfo li .info .txt dl dd em {
    color: #2d2d2d
}

.tbl_CardInfo li .info .txt dl dd a.call {
    color: #2d2d2d;
    border-bottom: 1px solid #555;
    display: inline-block
}

.tbl_CardInfo li .info .txt dl dd .m_none {
    display: none
}

.tbl_CardInfo li .info .lstTxt {
    color: #aaa;
    margin-top: 10px;
    font-size: 11px
}

/* 아이템 리스트 정렬 */
.sort_wrap {
    background: #FFF;
    padding: 15px 18px;
    border-bottom: 1px solid #eee;
}

.sort_wrap h3 {
    font-weight: bold;
}

.sort_wrap h3 span {
    color: #213760;
    font-family: 'Lato', sans-serif;
}

.js-load {
    display: none;
}

.js-load.active {
    display: block;
}

.is_comp.js-load:after {
    display: none;
}

.btn-wrap, .lists, .main {
    display: block;
}

.btn_more {
    background: #f1f3f5;
    text-align: center;
    color: #000;
    font-size: 12px;
    padding: 5px 0;
}

.btn_more i {
    vertical-align: 0;
}


/*sort_right*/
.sort_wrap form div.sort_right {
    float: right;
}

.sort_wrap form div.sort_right {
    position: relative;
}

.sort_wrap form div.sort_right select {
    border: 1px solid #eee;
    width: 85px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    appearance: none;
    color: #333;
    padding-left: 5px;

}

.sort_wrap form div.sort_right:after {
    content: '';
    width: 18px;
    height: 18px;
    background: url('../img/bottom_arrow.png') no-repeat center;
    background-size: cover;
    position: absolute;
    right: 5px;
    bottom: 6px;
    z-index: 10;
}

/* 아이템 리스트 정렬 */
.sort_wrap form {
    position: relative;
}

.sort_wrap form div.sort_left {
    float: left;
}

.sort_wrap form div.sort_left li {
    font-weight: 600;
    color: #333;
    line-height: 32px;
}

.sort_wrap form div.sort_left li span {
    font-weight: 600;
    color: #213760;
    font-size: 15px;
}
