/* header css start*/
#header{width: 100%; position: relative; border-bottom: 1px solid #ccc; padding: 20px 0;}
#header .logo a {display: block; width: 230px;}
#header .logo img {width: 180px;}
.header_inner{width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center;}
.timer, .update_txt, .timer_line{margin-right: 10px;}
.timer_line{display: block;width: 50px; background: #ddd; border-top: 1px dashed #828282;}
.update_date{display: flex; justify-content: center; align-items: center; background: #f7f7f7; padding: 12px 20px; border-radius: 5px; border: 1px solid #e6e6e6; box-shadow : 0 2px 4px -2px inset;}
.update_txt{color: #828282;}


.bohum_list_menu {border-bottom: 1px solid #ccc;}
.bohum_list_menu .inner {width: 1200px; margin: 0 auto;}
.list_menu{display: flex; justify-content: space-between; align-items: center; width: 100%; background: #fff;box-sizing: border-box;}
.list_menu li {width: calc(100% / 7); text-align: center;}
.list_menu li a {display: block; width: 100%; font-size: 22px; font-weight: 700; padding: 18px 30px; box-sizing: border-box; color: #333;}
.list_menu li a.on {color: #e5392f; border-bottom: 2px solid #e5392f;}

/* section1 css start*/
#section1{width: 100%; position: relative; background: #fff; border-bottom: 1px solid #ccc; }
#section1 .bohum_title_wrap {background: #fefaf9; height: 400px; box-sizing: border-box; display: flex; align-items: center;}
.section1_inner{width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; position: relative;}
#section1 .bohum_title_wrap .txt_wrap span {font-size: 20px; letter-spacing: -1px; font-weight: 500; display: block; color: #666;}
#section1 .bohum_title_wrap .txt_wrap h1 {font-size: 49px; font-weight: 700; margin: 20px 0 0; line-height: 1.4; color: #222; letter-spacing: -1.5px;}
#section1 .bohum_title_wrap .txt_wrap p {font-size: 30px; letter-spacing: -1px; font-weight: 500; line-height: 2; color: #666;}
#section1 .bohum_title_info .icon_wrap {padding: 30px 0 100px;}
#section1 .bohum_title_info .icon_wrap ul {display: flex; flex-direction: column; gap: 20px;}
#section1 .bohum_title_info .icon_wrap ul li {display: flex; gap: 15px;}
#section1 .bohum_title_info .icon_wrap ul li img {height: 70px;}
#section1 .bohum_title_info .icon_wrap ul li .txt_box {display: flex; align-items: center;}
#section1 .bohum_title_info .icon_wrap ul li .txt_box p {font-size: 23px; font-weight: 600; line-height: 1.4; letter-spacing: -1px; color: #333;}

#section1 .form_wrap {position: absolute; top: 0; right: 0; transform: translateY(-330px); background: #fff;}
.form_wrap {padding: 40px; border: 2px solid #e5392f; border-radius: 10px; box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;}
.form_wrap .form_title_wrap {margin-bottom: 35px;}
.form_wrap .form_title_wrap h2 {font-size: 24px; font-weight: 600; color: #e5392f; margin-bottom: 15px;}
.form_wrap .form_title_wrap p {font-size: 15px; color: #666; letter-spacing: -.2px;}
.form_wrap form ul li {display: flex; align-items: center; width: 340px;}
.form_wrap form ul li > label {font-size: 18px; font-weight: 600; min-width: 100px; white-space: nowrap;}
.form_wrap form ul li:not(:last-child) {margin-bottom: 15px;}
.form_wrap form ul li input[type="text"], .form_wrap form ul li input[type="tel"] {width: 100%; font-size: 18px; padding: 10px; border: 0; border-bottom: 1px solid #999; outline: none; font-weight: 500;}
.form_wrap form ul li .sex_cover {display: flex; align-items: center; width: 100%; text-align: center;}
.form_wrap form ul li .sex_cover input[type="radio"] {display: none;}
.form_wrap form ul li .sex_cover label {font-size: 17px; width: 50%; border: 1px solid #ddd; display: block; padding: 8px; color: #666; cursor: pointer;}
.form_wrap form ul li .sex_cover input[type="radio"]:checked + label {background: #e5392f; color: #fff; border: 1px solid #e5392f;}
.form_wrap .privacy_wrap {display: flex; flex-direction: column; gap: 2px; margin-top: 20px;}
.form_wrap .privacy_wrap .privacy_box {display: flex; align-items: center; }
.form_wrap .privacy_wrap input[type="checkbox"] {width: 20px; height: 20px;}
.form_wrap .privacy_wrap label {font-size: 16px; letter-spacing: -1px; font-weight: 500; margin: 0 10px 0 5px; cursor: pointer;}
.form_wrap .privacy_wrap button {font-size: 16px; letter-spacing: -1px; font-weight: 500;}
.form_wrap .btn_submit {width: 100%; display: block; background: #e5392f; color: #fff; font-size: 24px; font-weight: 500; padding: 17px 15px; border-radius: 5px; margin-top: 20px; letter-spacing: -1px;}

.form_wrap .mobile_cover {display: flex; align-items: center; gap: 10px;}
.form_wrap .mobile_cover select {height: 42px; font-family: inherit; font-size: 18px; padding: 10px; padding-right: 22px; border: 0; border-bottom: 1px solid #999; font-weight: 500; outline: none; appearance: none; background: url("../../lotte_common/img/arrow.png") no-repeat 100% 50% / 25px;}


/* section2 start */
#section2 .bohum_info_menu {border-bottom: 1px solid #ccc;}
#section2 .bohum_info_menu ul {display: flex; align-items: center; width: 1200px; margin: 0 auto;}
#section2 .bohum_info_menu ul li {width: 50%; font-size: 22px; padding: 20px 30px; font-weight: 700; text-align: center; cursor: pointer; color: #333;}
#section2 .section2_inner {width: 1200px; margin: 0 auto;}
#section2 .img_wrap {padding: 70px 0; min-height: 500px;}
#section2 .img_wrap img {width: 75%;}
#section2 .img_wrap img:not(:first-of-type) {display: none;}
#section2 .bohum_info_menu ul li.on {border-bottom: 2px solid #e5392f; color: #e5392f; font-weight: 700;}


/* bottom_form */
#bottom_form {background: #f0f0f0; padding: 50px 0;}
#bottom_form .inner {width: 1200px; margin: 0 auto;}
.btm_form_wrap ul {display: flex; align-items: center; justify-content: space-between; gap: 35px;}
.btm_form_wrap ul li {display: flex; align-items: center; gap: 15px;}
.btm_form_wrap ul li .sex_cover {display: flex; align-items: center; width: 100%;}
.btm_form_wrap ul li .sex_cover input[type="radio"] {display: none;}
.btm_form_wrap ul li .sex_cover input[type="radio"]:checked + label {background: #e5392f; color: #fff;}
.btm_form_wrap ul li input[type="text"], .btm_form_wrap ul li input[type="tel"] {width: 100%; border: 0; font-size: 23px; padding: 10px; outline: none; letter-spacing: -1px;}
.btm_form_wrap ul li > label {font-size: 22px; white-space: nowrap; font-weight: 500;}
.btm_form_wrap ul li .sex_cover label {width: 50%; background: #fff; padding: 10px 20px; font-size: 23px; cursor: pointer; color: #999;}
.btm_form_wrap .submit_wrap {display: flex; align-items: center; justify-content: center; margin-top: 50px; gap: 30px;}
.btm_form_wrap .submit_wrap .privacy_wrap {display: flex; flex-direction: column; gap: 2px; letter-spacing: -1px; color: #333;}
.btm_form_wrap .submit_wrap .privacy_wrap .privacy_box {display: flex; align-items: center;}
.btm_form_wrap .submit_wrap .privacy_wrap input[type="checkbox"] {width: 20px; height: 20px;}
.btm_form_wrap .submit_wrap .privacy_wrap label {font-size: 17px; margin: 0 6px; font-weight: 500; cursor: pointer;}
.btm_form_wrap .submit_wrap .privacy_wrap button {font-size: 17px; font-weight: 500;}
.btm_form_wrap .submit_wrap .btn_submit {padding: 14px 45px; background: #e5392f; font-size: 23px; color: #fff; font-weight: 500; letter-spacing: -1px;}
.btm_form_wrap select {border: 0; font-family: inherit; font-size: 23px; outline: none; padding: 10px 12px; padding-right: 26px; font-weight: 600; appearance: none; background: #fff url('../../lotte_common/img/arrow.png') no-repeat 100% 50% / 30px; height: 47px; color: #333; display: flex;}
.btm_form_wrap .mobile_cover {display: flex; align-items: center; gap: 10px;}

.btm_form_wrap #customer_name__btm {width: 135px;}
.btm_form_wrap #customer_birth__btm {width: 160px;}
.btm_form_wrap #mobile2__btm {width: 220px;}


/* section3 start */
.footer {width: 1200px; margin: 0 auto; padding: 40px 0; }
.footer p, .footer a {line-height: 2; font-size: 13px; color: #333;}
.footer a {display: inline-block; font-weight: 500; margin-top: 5px;}
.footer .mt{margin-top: 15px;}

.tabmenu_border{width: 100%; position: relative; border-bottom: 1px solid #eee;}

.essential_info{width: 100%; position: relative; border-bottom: 1px solid #ddd;}
.essential_info_inner{width: 1200px; margin: 50px auto; display: flex; flex-direction: column; justify-content: space-between;}
.essential_info_inner_left_txt{font-weight: bold; color: #505050; font-size: 24px; margin-bottom: 20px;}
.essential_info_inner_right p{color: #333; line-height: 1.8; font-size: 14px; position:relative; font-weight: 500;}

input.btn_submit {background: url( "../../lotte_common/img/button.png" ) no-repeat; width: 154px; height: 138px; cursor: pointer;}

.logo{cursor: pointer;}

body {min-width: 1200px;}