@import url("../font/pretendard/pretendard.css");

:root{
  --main-color: #003cdc;
}

/*Common*/
article {
    width: 1200px;
    margin: 0 auto;
}
.enter_wrap fieldset {
    display: flex;
    flex-direction: column;
    gap: 23px;
}

.enter_wrap dl {
    display: flex;
    align-items: center;
}

.enter_wrap dt {
    width: 100px;
    font-size: 20px;
    color: #565656;
}

.enter_wrap dd {
    width: calc(100% - 100px);
}

.enter_wrap dd.has_radio {
    display: flex;
    gap: 12px;
    align-items: center;
}

.enter_wrap .radio_group {
    display: flex;
    gap: 12px;
    align-items: center;
}

.enter_wrap .radio_group>label {
    position: relative;
    cursor: pointer;
}

.enter_wrap .radio_group input[type='radio'] {
    width: 1px;
    height: 1px;
    position: absolute;
    visibility: hidden;
}

.enter_wrap .radio_group span {
    width: 70px;
    height: 70px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #b6b6b6;
    background-color: #f7f7f7;
    transition: all 0.5s;
}

.enter_wrap .radio_group input[type='radio']:checked+span {
    background-color: #003cdc;
    color: #fff;
}

.enter_wrap input[type='text'],
.enter_wrap input[type='tel'] {
    width: 100%;
    height: 70px;
    transition: all 0.5s;
    background-color: #f7f7f7;
    border: 1px solid #f7f7f7;
    padding: 0 20px;
    border: none;
    font-size: 20px;
    outline: none;
}


.enter_wrap input[type='text']::placeholder,
.enter_wrap input[type='tel']::placeholder {
    color: #b6b6b6;
    font-size: 20px;
    font-weight: 400;
}
.enter_wrap .button_wrap { display: flex; align-items: center; gap: 20px;}

.enter_wrap .submit {
    width: 100%;
    height: 80px;
    color: #fff;
    font-size: 26px;
    background-color: #003cdc;
    border: none;
    font-weight: 700;
    margin-top: 30px;
}
.enter_wrap #bohum_send_price,
.dialog_wrap #btn_submit__mod_price { background: #4881ff;}
/*Header*/
header {
    width: 100%;
    height: 90px;
    border-bottom: 2px solid #cbcbcb;
    background-color: #fff;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}
header > article {
    display: flex;
    justify-content: space-between;
    align-self: center;
}
header h1 a { width: 108px; display: block;}
header h1 a img { width: 100%;}
header p {
    font-size: 20px;
    display: flex;
    align-items: center;
    font-weight: 500;
}
/*Content(상단)*/
.top_wrap {
    width: 100%;
    padding: 90px 0 85px 0;
    background-color: #f0f8ff;
}
.top_wrap > article {
    display: flex;
    flex-direction: column;
    gap: 70px;
}
.top_wrap .headcopy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 14px;
}
.top_wrap .headcopy h5 {
    font-size: 53px;
    color: #003cdc;
    font-weight: 600;
}
.top_wrap .headcopy h6 {
    font-size: 47px;
    color: #2b2b2b;
    font-weight: 600;
}
.top_wrap .headcopy > p {
    font-size: 30px;
    color: #2b2b2b;
    margin-top: 40px;
}
.top_wrap .headcopy>p>i {
    font-weight: 700;
}
.top_wrap .content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.top_wrap .visual {
    width: 574px;
    position: relative;
    overflow: hidden;
}
.top_wrap .swiper-wrapper {
    position: relative;
}
.top_wrap .swiper-slide{
    height: 565px;
    background-position: center center;
    background-size: cover;
    position: relative;
}
.top_wrap .swiper-slide .text {
    position: absolute;
    left: 67px;
    top: 73px;
    display: flex;
    flex-direction: column;
    gap: 52px;
}
.top_wrap .swiper-slide h6 {
    font-size: 44px;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: baseline;
    font-weight: 600;
}
.top_wrap .swiper-slide h6 span {
    background-color: #003cdc;
    padding: 5px;
}
.top_wrap .swiper-slide .text p {
    font-size: 30px;
    color: #fff;
    line-height: 1.4;
}
.top_wrap .swiper-slide .text p span {
    font-size: 16px;
    margin-top: 8px;
    display: block;
}
.top_wrap .control{
    position: absolute;
    left: 70px;
    bottom: 70px;
    display: flex;
    gap: 50px;
    align-items: center;
    z-index: 9;
}
.top_wrap .control button {
    background: none;
    border: none;
}
.top_wrap form {
    width: 573px;
    padding: 55px 40px 0 40px;
    background-color: #fff;
    box-sizing: border-box;
}
.top_wrap form h6 {
    font-size: 30px;
    color: #2b2b2b;
    margin-bottom: 45px;
    font-weight: 600;
}
.point_wrap {
    display: flex;
    flex-direction: column;
    gap: 150px;
    margin-top: 85px;
}
.point_wrap > article {
    display: flex;
    flex-direction: column;
    gap: 70px;
}
.point_wrap .top_info{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.point_wrap .top_info img { height: 280px;}
.point_wrap .top_info .text{
    display: flex;
    flex-direction: column;
    gap: 42px;
    align-items: baseline;
}
.point_wrap .top_info .text i {
    width: 140px;
    background-color: #003cdc;
    line-height: 46px;
    border-radius: 100px;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
}
.point_wrap .top_info .text h5 {
    font-size: 42px;
    color: #333;
    line-height: 1.2;
    font-weight: 600;
}
.point_wrap .top_info .text p {
    font-size: 26px;
    color: #999;
    line-height: 1.4;
}
.point_wrap .detail {
    width: 100%;
}
.point_wrap .detail h6 {
    font-size: 28px;
    font-weight: 500;
    color: #606060;
    margin-bottom: 26px;
}
.point_wrap .detail.type_list {
    background-color: #f7f7f7;
    padding: 48px 40px;
    box-sizing: border-box;
}
.point_wrap .detail.type_list ul{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.point_wrap .detail.type_list ul li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 22px;
    color: #999;
}
.point_wrap .detail.type_list ul li::before {
    content: 'Q';
    width: 36px;
    aspect-ratio: 1/1;
    border-radius: 100%;
    background-color: #999;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.point_wrap .detail.type_drop h6{
    width: 100%;
    height: 76px;
    padding: 20px 40px;
    background-color: #f7f7f7;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
    font-size: 24px;
}
.point_wrap .detail.type_drop h6 button {
    width: 24px;
    background: url(../Img/arrow-3.png) no-repeat center center / contain;
    position: absolute;
    right: 40px;
    top: 50%;
    margin-top: -13px;
    border: none;
    text-indent: -9999px;
}
.point_wrap .detail.type_drop h6.active button {
    background: url(../Img/arrow-4.png) no-repeat center center / contain;
}
.point_wrap .detail.type_drop ul {
    padding: 0 40px;
    display: none;
    overflow: hidden;
    flex-direction: column;
    gap: 16px;
    line-height: 1.2;
}
.point_wrap .detail.type_drop ul li {
    display: flex;
    gap: 10px;
    font-size: 20px;
    color: #999;
    line-height: 1.4;
}
.point_wrap .detail.type_drop ul li::before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #999;
    flex-shrink: 0;
    transform: translateY(13px);
}
.point_wrap .detail.type_drop ul li.color {
    color: #003cdc;
    font-weight: 500;
}
.point_wrap .detail.type_drop ul li.color::before {
  background-color: #003cdc;
}

.point_wrap .detail.type_drop ul pre {
    width: 100%;
    font-size: 20px;
    color: #999;
    line-height: 1.6;
    white-space: pre-wrap;
    word-break: break-all;
}



.infomation {
    padding: 68px 0;
    background-color: #f9f9f9;
    margin-top: 160px;
}
.infomation article { display: flex; flex-direction: column; align-items: center;}
.infomation h3{ font-size: 26px; font-weight: 600; cursor: pointer; user-select: none; border: 1px solid #bbb; border-radius: 100px; padding:10px 50px; display: inline; margin: 0 auto; background-color: #fff;}
/* .infomation h3::after { content: ''; display: inline-block; width: 20px; height: 20px; background-image: url('../Img/arrow.png'); background-size: contain; background-repeat: no-repeat; background-position: center; transition: transform 0.3s ease;}
.infomation h3.active::after { transform: rotate(180deg);} */


.infomation .text_box { font-size: 18px; color: #999; line-height: 1.5; margin-top:36px; display: none;}
.infomation .text_box.open { display: block;}
.infomation .text_box ul { display: flex; flex-direction: column; gap: 20px; }
.infomation .text_box .sim_box { margin-top: 20px;}
.infomation ul {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.infomation li {
    font-size: 18px;
    color: #939393;
    line-height: 1.4;
}
.infomation li span {
    display: block;
    margin-top: 10px;
}
.infomation li:last-child {
    margin-top: 45px;
    line-height: 1.6;
}

.dialog_wrap {
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.6);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
}
.dialog_wrap .dialog {
    width: 655px;
    position: absolute;
    background-color: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 60px 45px 52px 45px;
}
.dialog_wrap .dialog h6 {
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 34px;
    color: #2b2b2b;
    font-weight: 600;
}
.dialog_wrap .dialog .close {
    border: none;
    background: none;
}
.fix_counsel{
    width: 100%;
    position: fixed;
    left: 0;
    bottom: -100%;
    background-color: #003cdc;
    z-index: 9;
    display: flex;
    justify-content: space-between;
    padding: 20px 40px;
    align-items: center;
    gap: 20px;
    transition: all 1s;
    box-sizing: border-box;
}
.fix_counsel.move {
    bottom: 0;
}
.fix_counsel h6 {
    font-size: 32px;
    color: #fff;
    white-space: nowrap;
    font-weight: 600;
    padding-right: 20px;
}
.fix_counsel input[type='text'],
.fix_counsel input[type='tel'] {
    width: 100%;
    height: 55px;
    padding: 0 30px;
    font-size: 18px;
    outline: none;
    border: none;
}
.fix_counsel input[type='text']::placeholder,
.fix_counsel input[type='tel']::placeholder {
    color: #a0a0a0;
    font-size: 18px;
    font-weight: 400;

}
.fix_counsel .submit {
    width: 300px;
    height: 55px;
    font-size: 22px;
    font-weight: 700;
    background-color: #5e5e5e;
    color: #fff;
    white-space: nowrap;
    padding: 0 70px;
    border: none;
}
.fix_counsel .radio_group {
    display: flex;
    gap: 25px;
    align-items: center;
}

.fix_counsel .radio_group>label {
    position: relative;
    cursor: pointer;
}

.fix_counsel .radio_group input[type='radio'] {
    width: 1px;
    height: 1px;
    position: absolute;
    visibility: hidden;
}

.fix_counsel .radio_group span {
    width: 116px;
    height: 55px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #b6b6b6;
    background-color: #f7f7f7;
    transition: all 0.5s;
    border: 1px solid transparent;
}

.fix_counsel .radio_group input[type='radio']:checked+span {
    background-color: #003cdc;
    color: #fff;
    border: 1px solid #fff;
}