
* {
    box-sizing: border-box;
    font-family: sans-serif;
}

html, body {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, p {
    margin: 0;
    font-size: 16px;
}

a,
a:visited,
a:hover {
    text-decoration: none;
    color: #313131;
}


ul{list-style:none;padding:0;}

.mobile_br{display:none}
.pc{display:block;}
.pc.inlineblock{display:inline-block;}
.mobile{display:none!important;}
.mobilesmall{display:none!important;}
.mobilesmallest{display:none!important;}
br.cus{display:none!important;}
.brm {
    display: none;
}

button {
    cursor: pointer;
}

.btn {
    display: inline-block;
    height: 32px;
    min-width: 80px;
    border: solid 1px #CCC;
    border-radius: 4px;
    text-align: center;
    line-height: 30px;
    color: #888;
    background: #F7F7F7;
    font-size: 14px;
}

.btn.btn-point {
    background: rgb(188, 28, 34);
    color: white;
    border-color: rgb(148, 28, 34)
}
.btn.btn-confirm {
    background: #3f51b5;
    color: white;
    border-color: #3f51b5
}

.bumak-contents *{
    font-family: 'Danjo-bold-Regular';
}

.home-container{
    width:100%;     
    padding:0 20px;
    max-width:1400px;
    margin:0 auto;
}
.home-title{
    font-size:50px;font-weight:500;display:flex;justify-content:center;
    color:white;
}    
.home-title .text-highlight{
    color:rgb(255,205,117);
}
.home-sub-title{
    margin:20px 0 40px;
    color:white;font-size:24px;
    display:flex;justify-content:center;
	font-family:GAP,sans-serif;font-weight:500;
}
.home-sub-title span{
    color:white;font-size:24px;
	font-family:GAP,sans-serif;font-weight:500;
}

.bumak-top {
    width: 100%;
    height: 80px;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 60px;
    z-index: 100;
}
.bumak-top .bumak-top-wrap{
	max-width:1400px;width:100%;
	display: flex;
    justify-content: space-between;
    align-items: center;margin:0 auto;
}

.bumak-top .mobile-hamburger{display:none;}

.bumak-top .bumak-menus {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.bumak-top .bumak-menus a {
    display: inline-block;
    min-width: 60px;
    height: 32px;
    line-height: 34px;        
    border-radius: 50%;
    text-align: center;
    padding: 0;
    color: white;
    margin-left: 18px;
    font-family: 'Danjo-bold-Regular', sans-serif;
}        
.bumak-top .bumak-menus a:hover{
    color:rgb(151,29,31);
}
.bumak-footer {

    background: #212121;
}

.bumak-footer .bumak-footer-cotnainer {
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 0;
}

.bumak-footer .logo img {
    height: 40px;
}

.bumak-footer p {
    font-size: 17px;
    color: #777;
}

.bumak-footer p span {
    color: #999;
}

.bumak-form {
    background: rgb(33, 28, 23);
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 10;
}

.bumak-form #btn-call {
    display: none;
}

.bumak-form .bumak-form-container {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 8px 0;
}

.bumak-form .bumak-form-container .bumak-form-left {}

.bumak-form .bumak-form-container .bumak-form-right {
    width: 100%;
}

.bumak-form .bumak-form-t1 {
    text-align: center;
    color: white;
    font-size: 22px;
    line-height: 24px;
    font-family: 'Danjo-bold-Regular', sans-serif;
}

.bumak-form .bumak-form-t2 {
    margin-top: 6px;
    text-align: center;
    color: white;
    font-size: 35px;
    line-height: 40px;
    font-family: 'Danjo-bold-Regular', sans-serif;
    white-space: nowrap;
}

.bumak-form .bumak-form-t2 i {
    font-size: 30px;
}

.bumak-form .bumak-form-row {
    display: flex;
    padding-top: 8px;
    padding-left: 10px;
}

.bumak-form .bumak-form-inputs {
    display: flex;
    width: 80%;
    margin-right: 8px;
}

.bumak-form .bumak-form-inputs input,
.bumak-form .bumak-form-inputs select {
    width: 25%;
    height: 40px;
    line-height: 40px;
    border: solid 1px rgb(70, 70, 70);
    border-radius: 8px;
    background: rgb(55, 51, 47);
    color: #BBB;
    margin-right: 8px;
    padding-left: 10px;
}

.bumak-form .bumak-form-inputs input:last-child,
.bumak-form .bumak-form-inputs select:last-child {
    margin-right: 0;
}

.bumak-form .bumak-form-btns {
    width: 20%;
}

.bumak-form .bumak-form-btns button {
    height: 40px;
    line-height: 40px;
    border: 0;
    border-radius: 8px;
    width: 100%;
    background: rgb(212, 169, 95);
    color: black;
    text-align: center;
    font-size: 17px;
}

.bumak-form .bumak-form-btns button.application-proc {
    display: none;
}

.bumak-form .bumak-form-btns button.application-proc i {
    animation: application_proc 2s infinite backwards;
    font-size: 20px;
}

.bumak-form .bumak-form-btns button.application-done {
    display: none;
    color: white
}

.bumak-form .bumak-form-btns button.application-done i {
    font-size: 20px;
    margin-right: 5px;
    line-height: 40px;
    vertical-align: top;
}

.bumak-form.applicationproc .bumak-form-btns button.application-req {
    display: none;
}

.bumak-form.applicationproc .bumak-form-btns button.application-proc {
    display: inline-block;
}

.bumak-form.applicationproc .bumak-form-btns button.application-done {
    display: none;
}

.bumak-form.applicationdone .bumak-form-btns button.application-req {
    display: none;
}

.bumak-form.applicationdone .bumak-form-btns button.application-proc {
    display: none;
}

.bumak-form.applicationdone .bumak-form-btns button.application-done {
    display: inline-block;
}


.bumak-form .bumak-form-agreement {
    padding: 10px 0 5px;
    text-align: right;
}


label.checkbox {
    display: inline-flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

label.checkbox input[type=checkbox] {
    position: absolute;
    left: -999999px;
}

label.checkbox .checkbox-indicator {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    border: solid 1px white;
    margin-right: 4px;
    position: relative;
}

label.checkbox .checkbox-indicator>div {
    position: absolute;
    width: 6px;
    height: 10px;
    border-bottom: solid 2px white;
    border-right: solid 2px white;
    top: 2px;
    left: 6px;
    transform: rotate(45deg);
    display: none;
}

label.checkbox input[type=checkbox]:checked+.checkbox-indicator>div {
    display: inline-block;
}

label.checkbox .checkbox-text {
    color: white;
    font-size: 15px;
}



.pagination {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0;
    list-style: none;

}

.pagination li {
    margin: 0 4px;
}

.pagination li a {
    display: inline-block;
    min-width: 26px;
    height: 26px;
    min-height: 26px;
    line-height: 24px;
    border: solid 1px #CCC;
    border-radius: 4px;
    text-align: center;
}

.pagination li a i {
    line-height: 24px;
}

.pagination li.disabled a {
    background: #F7F7F7;
}

.pagination li.active a {
    line-height: 23px;
    border-bottom: solid 2px #3f51b5;
}

.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 10;
}

.modal.on {
    display: block;
}

.modal .modal-closer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.modal .modal-body {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: solid 1px #CCC;
    border-radius: 4px;
    background: #FEFEFE;
}

.modal .modal-body .modal-title {
    padding: 10px 10px 10px 10px;
    border-bottom: solid 1px #CCC;
    font-size: 16px;
}

.modal .modal-body .modal-content {
    padding: 25px 18px;
    min-width: 200px;
    font-size: 14px;
    color: #777;
    text-align: center;

}

.modal .modal-body .modal-btns {
    border-top: solid 1px #CCC;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal .modal-body .modal-btns button {
    background: #EAEAEA;
    border: solid 1px #CCC;
    border-radius: 3px;
    height: 30px;
    line-height: 28px;
    min-width: 80px;
    width: fit-content;
    text-align: center;
    font-size: 15px;
    color: #666;
}

.modal .modal-body .modal-btns button.btn-confirm {
    color: white;
    background: #5567c9;
    border-color: #5567c9;
}

.animwrap .anim {
    visibility: hidden;
}

.animwrap span.anim {
    display: inline-block;
}

.animwrap .anim.visible {
    visibility: visible;
}

.popupscontainer {
    position: absolute;
    top: 100px;
    left: 0px;
    height: auto;
    display: flex;
    padding-left: 20px;
    align-items: flex-start;
    z-index: 4;
    width: 100%;
    overflow: hidden;
}

.popupscontainer .popupitem {
    width: 100%;
    border: solid 1px #CCC;
    border-radius: 3px;
    overflow: hidden;
    margin-right: 15px;
}

.popupscontainer .popupitem:last-child {
    margin-right: 0px;
}

.popupscontainer .popupitem img,
.popupscontainer .popupitem video {
    width: 100%;
    display: block;
}

.popupscontainer .popupitem .popupcloser {
    background: black;
    padding: 8px;
    color: white;
    text-align: right;
}

.popupscontainer .popupitem .popupcloser label {
    font-size: 14px;
}

.popupscontainer .popupitem .popupcloser button {
    border: 0;
    background: transparent;
    color: white;
    font-size: 16px;
    font-weight: 600;
}


#image-modal{
    z-index:1000;
}
#image-modal .modal-body{
    background:transparent;
}
#image-modal .modal-body button{
    position:absolute;right:0;top:-10px;transform:translateY(-100%);
    background:transparent;border:0;
}
#image-modal .modal-body button i {
    font-size:34px;color:white;
}
#image-modal .modal-body img{
    width:fit-content;max-width:90vw;max-height:75vh;
    height:auto;background:black;border-radius:4px;display:block;
}


@media(max-width:1500px){
	.bumak-top .bumak-top-wrap{
		max-width:1300px;
	}
}
@media(max-width:1400px){
	.bumak-top .bumak-top-wrap{
		max-width:1200px;
	}
}
@media(max-width:1300px){
	.bumak-top .bumak-top-wrap{
		max-width:1100px;
	}
}
@media(max-width:1200px){
	.bumak-top .bumak-top-wrap{
		max-width:1000px;
	}
}
@media(max-width:1100px){
	.bumak-top .bumak-top-wrap{
		max-width:900px;
	}
}
@media(max-width:1000px){
	.bumak-top{
		padding:0 20px;
	}
	.bumak-top .bumak-top-wrap{
		max-width:850px;
	}
}
@media(max-width:768px) {
    .popupscontainer {
        position: absolute;
        left: 50%;
        top: 100px;
        transform: translateX(-50%);
        overflow: visible;
        display: block;
        max-width: 90vw;
    }

    .popupscontainer .popupitem {
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        width: 100%;
        min-width: auto !important;
    }

    .bumak-form #btn-call{
        display:inline-block;position:absolute;right:25px;top:0px;transform:translateY(-150%);
        width:50px;height:50px;border-radius:50%;border:0;text-align: center;line-height:40px;
        background:#43280A;
    }
    .bumak-form #btn-call i {font-size:24px;color:white;vertical-align:middle;}
}