@charset 'utf-8';

@font-face {
	font-family: 'GongGothicBold';
	src: url('../Font/GongGothicBold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'GongGothicMedium';
	src: url('../Font/GongGothicMedium.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'GongGothicLight';
	src: url('../Font/GongGothicLight.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

html, body{
  -webkit-text-size-adjust : none;  /* 크롬, 사파리, 오페라 신버전 */
  -ms-text-size-adjust : none;  /* IE */
  -moz-text-size-adjust : none;  /* 파이어폭스 */
  -o-text-size-adjust : none;  /* 오페라 구버전 */
}

#wrap {
	background: url('./mainbg.png') no-repeat center center;
	background-size: cover;
	width: 720px;
	height: 5094px;
	margin: 0 auto;
}

a {
	color: #fff;
	text-decoration: none;
}

.container {
	width: 720px;
	margin: 0 auto;
	position: relative;
}

.header {
	position: relative;
	width: 100%;
	height: 70px;
}

.logo {
	width: 288px;
	height: 70px;
	display: block;
	padding-right: 118px;
	padding-top: 18px;
	box-sizing: border-box;
}

.logo p {
	font-size: 14px;
	font-weight: bold;
	color: #888;
	text-align: right;
}

.alert-form {
	position: absolute;
	top: 15px;
	right: 12px;
	width: 111px;
	height: 35px;
	cursor: pointer;
}

.text-box { 
	box-sizing: border-box;
	height: 360px;
	text-align: left;
	position: absolute;
	z-index: 2;
	top: 180px;
	left: 27px;
}

.text-box p, .text-box em {
	color: #333;
}
.text-box p {
	font-size: 40px;
	font-family: 'GongGothicMedium';
}
.text-box p span {color: #ff1400; font-family: 'GongGothicMedium'; line-height: 48px;}
.text-box em {
	font-family: 'GongGothicLight';
	display: inline-block;
	margin-top: 0px;
	font-size: 25px;
	font-weight: 400;
}

.text-box p.first-text {
	color: #333;	
	margin-bottom: 15px;
}
.text-box { 
	box-sizing: border-box;
	height: 360px;
	text-align: left;
	position: absolute;
	z-index: 2;
	top: 180px;
	left: 27px;
}

.text-box p, .text-box em {
	color: #333;
}
.text-box p {
	font-size: 40px;
	font-family: 'GongGothicMedium';
}
.text-box p span {color: #ff1400; font-family: 'GongGothicMedium'; line-height: 48px;}
.text-box em {
	font-family: 'GongGothicLight';
	display: inline-block;
	margin-top: 0px;
	font-size: 25px;
	font-weight: 400;
}

.text-box p.first-text {
	color: #333;	
	margin-bottom: 15px;
}

.form-box {
	position: absolute;
	box-sizing: border-box;
	top: 591px;
	left: 50px;
}
.form-box form {
	position: relative;
	z-index: 10;
}
.form-set>div {
	margin-bottom: 20px;
	overflow: hidden;
}
.form-set>div span {
	width: 155px;
	display: block;
	color: #222;
	font-size: 38px;
	line-height: 88px;
	float: left;
	font-weight: bold;
	letter-spacing:-2px;
}
.form-set>div input {
	width: 620px;
	height: 75px;
	border: 3px solid #fff;
	padding: 5px 30px 5px 30px;
	font-size: 27px;
	box-sizing: border-box;
	float: left;
	display: block;
}

input::placeholder { 
	font-weight: normal;
	color: #aaa;
}
.privacy {
	width: 620px;
	height: 75px;
	background: #fff;
	color: #000;
	padding: 5px 30px 5px 30px;
	font-size: 20px;
	box-sizing: border-box;
	float: left;
	display: block;
	border: 1px solid #EE1D2D;
}
.privacy .agree-cont {
	font-size: 20px;
	font-weight:bold;
	letter-spacing:-1.1px;
}
.privacy a { 
	color: #f00;
	font-size: 20px;
	font-weight:bold;
}
.privacy_right a{
	float:right;
	font-size:15px;
	margin: 25px 0 0 0;
	color: #999;
	font-weight: bold;
}
.privacy_red {
	color: #EE1D2D;
	font-size: 20px;
	font-weight:bold;
}
    input[type="checkbox"] {
		display: inline-block;
		appearance: none;
        -webkit-appearance: none;
        position: relative;
        width: 30px;
        height: 30px;
		margin-top: 16px;
		margin-right: 20px;
        cursor: pointer;
        outline: none !important;
        border: 1px solid #aaa;
        border-radius: 50%;
		vertical-align: -11px;

    }

    input[type="checkbox"]::before {
        position: absolute;
        top: 50%;
        left: 50%;
        overflow: hidden;
        transform: scale(0) translate(-50%, -50%);
        line-height: 1;
    }

    input[type="checkbox"]:hover {
        border-color: #005CC8;
    }

    input[type="checkbox"]:checked {
		background: url('./checked.png') no-repeat center center;
        border-color: #0075FF;
    }
     input[type="checkbox"]:checked:hover {
        border-color: #005CC8;
    }
    input[type="checkbox"]:checked::before {
        border-radius: 50%;
        transform: scale(1) translate(-50%, -50%);
    }

.btn_sub {
    position: absolute;
    border: 0;
width: 674px;
    height: 105px;
    left: -27px;
    top: 380px;
    cursor: pointer;
    z-index: 999;
background: none;
/* 	background: #000; */
}
.bx-box {
	position : absolute;
	top: 1202px;
	left: 56px;
	width: 610px;
	color: #222;
	font-weight: normal;
}
.bx-box .bx-wrapper, 
.bx-box .bx-viewport {
	height: 356px !important;
}
.bx-box ul li {
	margin-bottom: 6px;
}
.bx-box ul li > div {}
.bx-box ul li > div p {text-align:center; height:54px; line-height:54px; background-color:#f1f1f1; font-size:22px;}
.bx-box ul li > div p span {font-weight:bold;}


.count-num {
	position: absolute;
	width: 720px;
	height: 100px;
	top: 2803px;
	left: 0;
	overflow: hidden;
}
.count-num>div {
	text-align: right;
	width: 200px;
	position: absolute;
	top: 30px;
}
.count-num>div span {
	font-size: 30px;
	color: #444;
	font-weight: bold;
}
.count-num>div:nth-child(1) { 
	left: 0px;
}
.count-num>div:nth-child(2) { 
	left: 220px;
}
.count-num>div:nth-child(3) { 
	left: 440px;
}

/*#footer {
	width: 720px;
	background: #111;
	margin: 0 auto;
	text-align: right;
	color: #aaa;
	box-sizing: border-box;
	padding: 30px;
	font-size: 20px;
}
#footer .copyright ul li {
	margin-bottom: 20px;
}
#footer .f-logo {
	margin: 15px 0;
}
#footer a { 
	color: #aaa;
}
#footer p { 
	display: block;
	padding-top: 10px;
}*/

.bohum-btn {
	width: 720px;
	height: 265px;
	position: absolute;
	top: 343px;
	left: 0;
}

.bbtn {
	position: absolute;
	width: 147px;
	height: 100px;
	border-radius: 6px;
	cursor: pointer;
	z-index: 999999999;
}

.bbtn.bleft1 {
	left: 39px;
}
.bbtn.bleft2 {
	left: 204px;
}
.bbtn.bleft3 {
	left: 369px;
}
.bbtn.bleft4 {
	left: 534px;
}
.bbtn.btop1 {
	top: 17px;
}
.bbtn.btop2 {
	top: 145px;
}

.bohum-btn2 {
	position: absolute;
	top: 3169px;
	right: 34px;
	width: 132px;
	height: 778px;
}
.bbtn2 {
	position: absolute;
	width: 200px;
	height: 80px;
	top: 0px;
	right: 0px;
	border-radius: 2px;
	cursor: pointer;
}

.bbtn2.btop2,
.alert-box .btop2 {
	top: 701px;
}
.bbtn2.btop3,
.alert-box .btop3 {
	top: 1437px;
}
.bbtn2.btop4,
.alert-box .btop4 {
	top: 2207px;
}
.bbtn2.btop5,
.alert-box .btop5 {
	top: 2901px;
}
.bbtn2.btop6,
.alert-box .btop6 {
	top: 3324px;
}
.bbtn2.btop7,
.alert-box .btop7 {
	top: 4100px;
}
.bbtn2.btop8 {
	top: 3712px;
}

.alert-box1 {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 225px;
    height: 83px;
	cursor:pointer;
}

.alert-box2 {
    position: absolute;
    top: 67px;
    left: 0px;
    width: 720px;
    height: 180px;
    line-height: 43px;
    box-sizing: border-box;
    font-size: 26px;
    text-align: center;
    cursor: pointer;

}

.alert-box>div {
	position: absolute;
	width: 200px;
	height: 80px;
	top: 0px;
	right: 0px;
	border-radius: 2px;
	cursor: pointer;
}

.alert { 
	width: 500px;
	height: 95px;
	position: absolute;
	top: 5435px;
	left: 110px;
	cursor: pointer;
}

.slick-box { 
	position: absolute;
	top: 1300px;
	left: 29px;
	width: 660px;
	height: 435px;
	overflow: hidden;
}

.slick-box img { 
	margin-top: -5px;
	display: block;
}


#mask {  
	background: rgba(0, 0, 0, 0.8);
	display: none;
	width: 720px;
	height: 100%;
	position: absolute;
	z-index: 99999;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.mask-a {  
	width: 100%;
	height: auto;
	position: relative;
}

.cm-popup { 
	width: 614px;
	height: 692px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 999999999999;
	display: none;
}

.form-box2 { 
	position: absolute;
	top: 290px;
	left: 50px;
	width: 650px;
}

.form-box2 .ip_base { 
	border: 2px solid #888;
	width: 320px;
	height: 58px;
}
.form-box2 .form-set>div { 
	display: flex;
	width: 520px;
	margin-bottom: 10px;
}
.form-box2 .form-set>div span { 
	width: 140px;
	display: block;
	font-size: 30px;
	line-height: 58px;
	font-weight: bold;
	color: #444;
}
.form-box2 .form-set>div input { 
	font-size: 25px;
	font-weight: bold;
	box-sizing: border-box;
	border-radius: 0;
}

.form-box2 input::placeholder { 
	font-weight: normal;
}

.form-box2 .btn_sub { 
	top: 267px;
	left: -23px;
	border-radius: 2px;
	width: 510px;
	height: 77px;
}

.form-box2 .tel1 {
	border: 2px solid #888;
	margin-right: 6px;
}
.form-box2 .ip_tel {
	width: 214px;
}

.alert-popup { 
	position: absolute;
	width: 612px;
	height: 270px;
	top: 304px;
	left: -4px;
	cursor: pointer;
	z-index: 999999999;
}

.popup-close { 
	font-size: 40px;
	position: absolute;
	top: -280px;
	left: 515px;
	cursor: pointer;
	font-weight: bold;
	color: #444;
}

.form-box2 .privacy { 
	margin-top: 7px;
	margin-left: -27px;
}
.form-box2 input[type="checkbox"] + label,
.form-box2 a { 
	color: #000;
	font-size: 27px;
}
.form-box2 input[type="checkbox"] { 
	transform: translateY(6px);
}
.form-box2 .privacy .agree-cont {
	font-size: 27px;
	color: #444;
}

.under-text { 
	font-family: 'GongGothicMedium';
	border-bottom: 2px solid #aaa;
}
.today_date { 
	position: absolute;
	top: 30px;
	right: 20px;
	color: #fff;
	font-size: 23px;
}

select {
	padding: 0 10px 0 7px;
/*	font-family: inherit;*/
	background: url('arrow.png') no-repeat 100% 50% #fff !important;
	border-radius: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.alert-box3 {    
	position: absolute;
    width: 329px;
    height: 1138px;
    top: 2528px;
    right: 30px;
	z-index: 999;
    cursor: pointer;
}


.alert-box4 {
	position: absolute;
    width: 282px;
    height: 64px;
    top: 4924px;
    left: 219px;
    z-index: 999;
    cursor: pointer;
}

.form-set div input:focus { border: 3px solid #6587E5; outline: none;}
.form-set div select:focus { border: 3px solid #6587E5; outline: none;}

.alert-box5 {position: absolute; width: 277px; height: 46px; top: 12px; right: 12px; z-index: 999; cursor: pointer;}