
/*dft*/
.dft {
    word-break: keep-all;
}
h1.dft {
    font-size: 45px;
    color: #000;
    line-height: 1em;
    text-transform: none;
}
h1.dft.bigsize {
    font-size: 55px;
}
h2.dft {
    font-size: 35px;
    color: #000;
    line-height: 1.2em;
    text-transform: none;
}
h3.dft {
    font-size: 28px;
    color: #000;
    line-height: 1.4em;
    text-transform: none;
}
h4.dft {
    font-size: 24px;
    color: #000;
    line-height: 1.4em;
    text-transform: none;
}
h5.dft {
    font-size: 20px;
    color: #000;
    line-height: 1.6em;
    text-transform: none;
}
h6.dft {
    font-size: 14px;
    color: #000;
    line-height: 1.4em;
    text-transform: none;
}
p.dft {
    font-size: 17px;
    line-height: 1.6em;
    color: #000;
}
@media (max-width:1200px) and (min-width:768px){
    h1.dft,
    h1.dft.bigsize {
        font-size: 35px;
    }
    h2.dft {
        font-size: 25px;
    }
    h3.dft {
        font-size: 24px;
    }
    h4.dft {
        font-size: 21px;
    }
    h5.dft {
        font-size: 18px;
    }
    h6.dft {
        font-size: 14px;
    }
    p.dft {
        font-size: 15px;
    }
}
@media (max-width:768px){
    h1.dft,
    h1.dft.bigsize {
        font-size: 27px;
    }
    h2.dft {
        font-size: 22px;
    }
    h3.dft {
        font-size: 20px;
    }
    h4.dft {
        font-size: 18px;
    }
    h5.dft {
        font-size: 16px;
    }
    h6.dft {
        font-size: 13px;
    }
    p.dft {
        font-size: 14px;
    }
}
/* color */
.c_gray {
    color: #666 !important;
}
/* body */
.body {
    background: url(../img/visual_bg.png);
}
.sub_com {
    padding-top: 60px;
}
@media (max-width:768px){
    .body {
        padding-top: 0px;
    }
    .sub_com {
        padding-top: 20px;
    }
}
/* btn_wrp */
.btn_wrp {
    margin-top: 30px;
}
.btn_wrp input,
.btn_wrp a {
    text-decoration: none;
    display: block;
    text-align: center;
    font-size: 20px;
    padding: 15px;
    background-color: #333;
    color: #fff;
    border-radius: 4px;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.btn_wrp .mini {
    display: inline-block;
    background-color: #ff4900;
    color: #fff;
    width: 150px;
    text-align: center;
}
@media (min-width:768px) {
    .btn_wrp input:hover,
    .btn_wrp a:hover {
        background-color: #111;
        box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.15);
    }
    .btn_wrp .mini:hover {
        background-color: #f54500;
    }
}
@media (max-width:768px) {
    .btn_wrp {
        margin-top: 20px;
    }
    .btn_wrp input,
    .btn_wrp a {
        font-size: 15px;
        padding: 10px;
    }
}
/* web_fic01 */
#web_fic01 .sec1 .ibox span {
    position: relative;
    display: inline-block;
}
#web_fic01 .sec1 .ibox span:after {
    content: "";
    position: absolute;
    left: 20px;
    top: 20px;
    width: 100%;
    height: 100%;
    border: 5px solid #ddd;
    z-index: 1;
}
#web_fic01 .sec1 .ibox span img {
    max-width: 450px;
    position: relative;
    z-index: 3;
    box-shadow: 30px 30px 20px rgba(0, 0, 0, 0.15);
}
@media (min-width:768px) {
    #web_fic01 .sec1 .ibox {
        padding-left: 60px;
    }
}
@media (max-width:768px) {
    #web_fic01 .sec1 .c_wrp {
        display: flex;
        flex-wrap: wrap;
    }
    #web_fic01 .sec1 .c_wrp > div {
        width: 100%;
    }
    #web_fic01 .sec1 .ibox {
        text-align: center;
        padding: 30px 0;
        order: 1;
    }
    #web_fic01 .sec1 .ibox span {
        max-width: 50%;
    }
    #web_fic01 .sec1 .ibox span img {
        max-width: 100%;
    }
    #web_fic01 .sec1 .tbox {
        order: 2;
    }
}
/* table */
.table.table_fic tbody tr th,
.table.table_fic tbody tr td {border: 0px;font-size: 20px;color: #111;;}
.table.table_fic tbody tr th {word-break: keep-all;white-space: nowrap; padding-left: 0px; padding-right: 0px;}
.table.table_fic tbody tr th span {display: inline-block;line-height: 1em;padding: 8px 20px;border-radius: 30px;color: #ff4900;font-size: 0.9em;width: 100%;text-align: center;border: 2px solid #ff4900;}
.table.table_fic tbody tr td {padding: 13px 8px; padding-left: 15px}
@media (max-width:768px) {
    .table.table_fic tbody tr th,
    .table.table_fic tbody tr td {font-size: 15px;}
    .table.table_fic tbody tr th span {padding: 7px 10px;}
    .table.table_fic tbody tr td {padding: 12px 10px;}
}
/* apply_top */
.apply_top > h3 {
    position: relative;
}
@media (max-width:768px) {
    .apply_top > h3 img {
        width: 18px;
        vertical-align: middle;
    }
}
/* ap_tit */
.ap_tit > h4 {
    position: relative;
    padding-left: 20px;
}
.ap_tit > h4:before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 17px;
    height: 17px;
    border: 5px solid #ff4900;
    border-radius: 50%;
}
/* ap_list */
.ap_list > li {
    margin-top: 40px;
}
.ap_list > li .w_box {
    padding: 30px;
    background-color: #fff;
}
.ap_list > li .agree_box {
    border: 2px solid #ddd;
    padding: 20px;
    background-color: #fcfcfc;
    height: 200px;
    overflow-y: scroll;
}
@media (max-width:768px) {
    .ap_list > li .w_box {
        padding: 20px;
    }
    .ap_list > li .agree_box {
        height: 140px;
    }
}
/* t_progress */
.t_progress {
    margin-top: 20px;
}
.t_progress li {
    position: relative;
}
.t_progress .pro_item {
    text-decoration: none;
    display: block;
    border: 1px solid #3e3a39;
    border-radius: 10px;
    background-color: #3e3a39;
    position: relative;
    padding: 30px 0;
}
.t_progress li:not(:last-child) .pro_item::before {
    content: "";
    background: url(../img/arr_bk.png) center center no-repeat;
    position: absolute;
    left: 100%;
    top: 0px;
    height: 100%;
    width: 16px;
    z-index: 3;
}
.t_progress .pro_item .num .icon {
    position: relative;
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto;
}
.t_progress .pro_item .num .icon > img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.t_progress .pro_item .num .icon .dft {
    opacity: 1;
}
.t_progress .pro_item .num .icon .chk,
.t_progress .pro_item .num .icon .w {
    opacity: 0;
}
.t_progress .pro_item .txt h6 {
    font-size: 13px;
    color: #818181;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1em;
}
.t_progress .pro_item .txt h4 {
    font-weight: 500;
    line-height: 1em;
    margin-top: 5px;
    color: #aaa;
}
.t_progress .pro_item h6 {
    color: #999;
}
.t_progress .pro_item.act .txt h6 {
    color: #333;
}
@media (min-width: 992px) {
    .t_progress .pro_item {
        padding-left: 100px;
    }
    .t_progress .pro_item .num {
        position: absolute;
        left: 10px;
        top: 0;
        height: 100%;
        width: 90px;
    }
    .t_progress .pro_item .txt {
        position: relative;
        padding-left: 15px;
    }
    .t_progress .pro_item .txt:after {
        content: "";
        position: absolute;
        left: 0;
        top: 10%;
        height: 80%;
        width: 1px;
        background-color: #666;
    }
}
@media (max-width: 992px) {
    .t_progress li:not(:last-child) .pro_item::before {
        width: 10px;
        background-size: 100%;
    }
    .t_progress .pro_item {
        padding: 20px 0;
        text-align: center;
    }
    .t_progress .pro_item .num .icon {
        width: 20px;
        height: 20px;
        margin: 0 auto;
    }
    .t_progress .pro_item .txt h6 {
        margin-top: 10px;
        font-size: 11px;
    }
}
@media (max-width: 400px) {
    .t_progress .pro_item .txt h4 {
        font-size: 14px;
    }
}

/* done */
.t_progress .pro_item.done .icon .dft {
    opacity: 0;
}
.t_progress .pro_item.done .icon .chk {
    opacity: 1;
}
.t_progress .pro_item.done .txt h6 {
    color: #aaa;
}
.t_progress .pro_item.done .txt p {
    color: #fff;
}
@media (max-width: 992px) {
    .t_progress .pro_item.done .txt h6 {
        color: #666;
    }
    .t_progress .pro_item.done .txt p {
        color: #333;
    }
    .t_progress .pro_item.done .icon .chk {
        background-color: #333;
    }
}

/* act */
.t_progress .pro_item.act {
    background-color: #fff;
    border-color: #ddd;
}
.t_progress li:not(:last-child) .pro_item.act::before {
    background: url(../img/arr_w.png) center center no-repeat;
}
.t_progress .pro_item.act .txt:after {
    background-color: #ddd;
}
.t_progress .pro_item.act .icon .dft {
    opacity: 0;
}
.t_progress .pro_item.act .icon .w {
    opacity: 1;
}
.t_progress .pro_item.act .txt h6 {
    color: #aaa;
}
.t_progress .pro_item.act .txt h4 {
    color: #333;
}
/* table_form */
.table.table_form {
    border-top: 3px solid #ddd;
}
.table.table_form tr th,
.table.table_form tr td {
    font-size: 17px;
    line-height: 1.2em;
    font-weight: 300;
    color: #333;
    padding: 18px 15px;
    border: 1px solid #eee;
    border-left: 0;
    border-right: 0;
}
.table.table_form tr th,
.table.table_form tr th label {
    font-weight: 500;
    padding-left: 0px;
    padding-right: 0px;
}
.table.table_form tr th label {
    line-height: 45px;
}
.table.table_form tr td input.form-control {
    height: 45px;
    box-shadow: 0 0 0;
    border: 1px solid #ddd;
    background-color: #fcfcfc;
    border-radius: 0;
    max-width: 400px;
}
.table.table_form tr td input.form-control.full {
    max-width: 100%;
}
.table.table_form tr td .radio-custom {
    display: inline-block;
    margin-right: 8px;
}
.table.table_form tr td .radio-custom label {
    margin: 0px;
}
.table.table_form tr td .sumit_btn {
    display: block;
    border: 0px;
    text-align: center;
    width: 100%;
    font-size: 20px;
    line-height: 50px;
    background-color: #111;
    color: #fff;
    font-weight: 500;
}
.table.table_form thead tr th {
    text-align: center;
    background-color: #fcfcfc;
}
.table.table_form.text-center thead tr th,
.table.table_form.text-center thead tr td,
.table.table_form.text-center tbody tr th,
.table.table_form.text-center tbody tr td {
    text-align: center;
}
.table.table_form.v_m thead tr th,
.table.table_form.v_m thead tr td,
.table.table_form.v_m tbody tr th,
.table.table_form.v_m tbody tr td {
    vertical-align: middle;
}
.table.table_form tr td .btn_ {
    display: inline-block;
    line-height: 35px;
    border-radius: 4px;
    background-color: #ff4900;
    font-weight: 400;
    color: #fff;
    padding: 0 20px;
    font-size: 15px;
    cursor: pointer;
}
@media (min-width:768px){
    .table.table_form tr th {
        width: 15%;
    }
}
@media (max-width:768px){
    .table.table_form tr th,
    .table.table_form tr td {
        font-size: 14px;
        display: block;
        width: 100%;
    }
    .table.table_form.result tr th,
    .table.table_form.result tr td {
        display: table-cell;
        width: auto;
        padding: 10px;
    }
    .table.table_form:not(.result) tr th {
        border-bottom: 0px;
        padding-bottom: 0px;
    }
    .table.table_form:not(.result) tr td {
        border-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 5px;
    }
    .table.table_form tr td .radio-custom {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .table.table_form tr th label {
        line-height: 20px;
    }
    .table.table_form tr td input.form-control {
        height: 40px;
    }
    .table.table_form tr td .sumit_btn {
        font-size: 15px;
        line-height: 40px;
    }
}

/* t_list */
.t_list li {
    position: relative;
    padding-left: 10px;
    margin-top: 10px;
}
.t_list li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 4px;
    height: 4px;
    background-color: #333;
}

/* c_list */
.c_list li {
    position: relative;
    padding-left: 10px;
    margin-bottom: 10px;
}
.c_list li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 3px;
    height: 3px;
    background-color: #333;
    border-radius: 50%;
}
/*modal*/
.privacy .modal-dialog {
    margin: 0;
    display: table;
    width: 100%;
    height: 100%;
}
.privacy .modal-dialog > div {
    display: table-cell;
    vertical-align: middle;
}
.privacy .modal-dialog > div .modal-content {
    max-width: 700px;
    margin: 20px auto;
    overflow: hidden;
}
.privacy .modal-header {
    padding: 25px 15px;
    background-color: #f7f7f7;
}
.privacy.gift_confirm .modal-header {
    padding: 20px 15px;
}
.privacy #privacy {
    height: 50vh;
    overflow-y: scroll;
}
@media (max-width:768px){
    .privacy .modal-header {
        padding: 20px 15px;
    }
    .privacy .modal-dialog > div .modal-content {
        max-width: 90%;
    }
}
/*card_select*/
.card_select .modal-content {
    overflow: hidden;
    border-radius: 10px;
    border: 0px;
}
.card_select .modal-header {
    background-color: #f7f7f7;
    padding: 20px 15px;
    position: relative;
}
.card_select .modal-header .cls_btn {
    position: absolute;
    right: 20px;
    height: 18px;
    background: url(../img/cls_btn.png) center center no-repeat;
    width: 18px;
    top: 20px;
    cursor: pointer;
    border: 0px;
}
.card_select .modal-header h4 {
    font-weight: 600;  
    line-height: 1.2em; 
}
.card_select .modal-header p {
    color: #999;
    font-weight: 400;
    line-height: 1.2em;
    margin-top: 10px;
}
.card_select .modal-body {
    padding: 30px 20px;
}
.card_select .modal-body > p {
    font-weight: 600;
    margin-bottom: 15px;
}
.card_select .modal-body > .bt_cmt {
    color: #999;
    font-weight: 400;
    margin-top: 10px;
    font-size: 14px;
}
.card_select .modal-body .row {
    margin: 0 -5px;
}
.card_select .modal-body .row > li {
    padding: 0 5px;
    margin: 5px 0;
}
.card_select .modal-body ul li a {
    text-decoration: none;
    display: block;
    text-align: center;
    border: 2px solid #ddd;
    padding: 15px;
    border-radius: 10px;
}
.card_select .modal-body ul li a h6 {
    color: #666;
    margin-top: 5px;
}
@media (max-width:768px){
    .card_select .modal-body > p {
        margin-bottom: 5px;
    }
    .card_select .modal-body ul li a h6 {
        font-size: 13px;
    }
    .card_select .modal-body > .bt_cmt {
        font-size: 12px;
    }
}
/*gift_confirm*/
.gift_confirm .table tbody tr th,
.gift_confirm .table tbody tr td {
    border: 1px solid #aaa;
    padding: 15px;
    font-size: 15px;
    color: #444;
    border-right: 0px;
}
.gift_confirm .table tbody tr th {
    width: 25%;
    font-weight: 500;
    background-color: #fcfcfc;
    border-left: 0px;
}
.gift_confirm .bt_ {
    margin-top: 10px;
}
.gift_confirm .bt_ a {
    display: inline-block;
    color: #37018d;
    font-weight: 600;
}
.gift_confirm .infobox {
    margin: 20px 0;
    padding: 20px 15px;
    background-color: #f7f7f7;
    border-radius: 10px;
}
.gift_confirm .infobox ul li {
    color: #333;
    margin: 10px 0;
    padding-left: 20px;
    position: relative;
    line-height: 1.2em;
}
.gift_confirm .infobox ul li span {
    position: absolute;
    left: 0;
}
.gift_confirm .wanningbox {
    margin: 20px 0;
    padding: 20px 15px;
    background-color: #ffe5e5;
    border-radius: 10px;
}
.gift_confirm .wanningbox p {
    color: #d40707;
}
@media (max-width: 768px) {
    .gift_confirm .table tbody tr th,
    .gift_confirm .table tbody tr td {
        padding: 10px;
        font-size: 13px;
    }
    .gift_confirm .table tbody tr th {
        word-break: keep-all;
    }
    .gift_confirm .wanningbox,
    .gift_confirm .infobox {
        margin: 15px 0;
    }
    .gift_confirm .infobox ul li,
    .gift_confirm .wanningbox p {
        font-size: 13px;
    }
}

/*btn_set_board*/
.btn_set_board span,
.btn_set_board input,
.btn_set_board a {
    display: inline-block;
    line-height: 35px;
    border-radius: 4px;
    background-color: #ff4900;
    font-weight: 400;
    color: #fff;
    padding: 0 20px;
    cursor: pointer;
    border: 0px;
    font-size: 15px;
}
.btn_set_board .btn_block {
    display: block;
    width: 100%;
}
.btn_set_board .btn_org {
    background-color: #e8702e;
    color: #fff;
}
.btn_set_board .btn_blk {
    background-color: #4e4e4e;
    color: #fff;
}
.btn_set_board .btn_dblk {
    background-color: #121212;
    color: #fff;
}
.btn_set_board .btn_pk {
    background-color: #ec2b4f;
    color: #fff;
}
.btn_set_board .btn_bl {
    background-color: #2a33a4;
    color: #fff;
}
.btn_set_board .btn_w {
    border: 1px solid #ddd;
    line-height: 38px;
    height: 38px;
    background-color: #f7f7f7;
    color: #666;
    width: auto;
    padding: 0 15px 2px;
    margin-left: 10px;
    font-size: 13px;
    cursor: pointer;
}
@media (max-width: 768px) {
    .btn_set_board span,
    .btn_set_board input,
    .btn_set_board a {
        font-size: 13px;
        width: 90px;
        height: 30px;
        line-height: 30px;
        font-size: 15px;
    }
    .btn_set_board .btn_w {
        line-height: 30px;
        height: 30px;
        font-size: 11px;
        padding: 0 8px;
        margin-left: 5px;
    }
}

/* result_txt */
.dft.result_txt {
    font-weight: 400;
    background-color: #fff3e5;
    padding: 20px 15px;
    border-radius: 10px;
    color: #d5642f;
    border: 2px solid #f5e2cc;
}

/*mapbox*/
.mapbox .root_daum_roughmap .wrap_map {
    height: 450px !important;
}
@media (max-width:768px) {
	.mapbox .root_daum_roughmap .wrap_map {
		height: 250px !important;
	}
}
/* mapInfo */
.mapInfo h5 {
    position: relative;
    color: #444;
    font-weight: 400;
    margin: 5px 0;
}
.mapInfo h5 span {
    position: absolute;
    left: 0;
    top: 0;
    color: #111;
    font-weight: 700;
    padding-left: 30px;
}
.mapInfo h5 span i {
    color: #ff4800;
    font-size: .9em;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0px;
}
@media (min-width:768px){
    .mapInfo h5 {
        padding-left: 150px;
    }
}
@media (max-width:768px){
    .mapInfo h5 span {
        position: relative;
        display: block;
    }
}
/* comList */
.comList > li {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ccc;
}
.comList .item {
    display: flex;
    align-items: center;
}
.comList .item .icon {
    width: 15%;
}
.comList .item .icon span {
    display: inline-block;
    padding: 40px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
}
.comList .item .txt {
    width: 85%;
    padding-left: 20px;
}
@media (max-width:768px){
    .comList .item {
        align-items: flex-start;
    }
    .comList .item .icon {
        width: 22%;
    }
    .comList .item .icon img {
        width: 40px;
    }
    .comList .item .icon span {
        padding: 15px;
        border-radius: 5px;
    }
    .comList .item .txt {
        width: 78%;
        padding-left: 15px;
    }
    .comList .item .txt h5 {
        line-height: 1.3em;
    }
}


#partner ul li {
	margin: 15px 0;
}
#partner .lItem {
	border: 1px solid #ddd;
	border-radius: 10px;
    overflow: hidden;
	background: #fff;
}
@media (max-width:768px){
	#partner ul li {
		margin: 5px 0;
	}
}
