@charset "euc-kr";

@font-face {
	font-family:NanumSquareRound;
	font-style:normal;
	font-weight:0;
	src:url(/web/C/M/KID/font/NanumSquareRoundL.woff) format('woff');
}
@font-face {
	font-family:NanumSquareRound;
	font-style:normal;
	font-weight:400;
	src:url(/web/C/M/KID/font/NanumSquareRoundR.woff) format('woff');
}
@font-face {
	font-family:NanumSquareRound;
	font-style:normal;
	font-weight:700;
	src:url(/web/C/M/KID/font/NanumSquareRoundB.woff) format('woff');
}
@font-face {
	font-family:NanumSquareRound;
	font-style:normal;
	font-weight:800;
	src:url(/web/C/M/KID/font/NanumSquareRoundEB.woff) format('woff');
}

/*====================== 
ÀüÃ¼ °øÅë
========================*/
.btn.btn-primary {background:#416ca8;color:#fff;font-family:NanumSquareRound;}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled):active:focus {background-color:#416ca8;color:#fff;}
.btn.btn-secondary {background:#555;color:#fff;font-family:NanumSquareRound;}
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled):active:focus {background-color:#555;color:#fff;}
/* .btn-light {border-color:#416ca8;}
.btn-light:hover,
.btn-light:active,
.btn-light:focus,
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled):active:focus {border-color:#416ca8;} */
.progress-step .dot.active {background:#416ca8;}
.all-check .all-check-item .check-input:checked + .check-label:before {background:#416ca8;border:1px solid #416ca8;}
.all-check .check-group .check-input:checked + .check-label:before {border-color:#416ca8;}
.radio-input:checked + .radio-label:before, input[type=radio].radio-input:checked + .radio-label:before {background:#416ca8;border-color:#416ca8;}
/* .check-input:checked + .check-label:before {background:#416ca8;border-color:#416ca8;} */
.box_input input {opacity:0;position:absolute;}
/* .box_input .all-check-item {border-bottom:1px solid #ddd;padding-bottom:20px;} */
.box_input label {position:relative;height:20px;font-size:16px;color:#000;line-height:1.2;font-weight:700;}
.box_input label:before {content:'';display:inline-block;width:20px;height:20px;background:#fff;border-radius:50%;border:1px solid #ddd;vertical-align:top;}
.box_input input:checked + label:before {background:#416ca8;border:1px solid #416ca8;}
.box_input input:checked + label:after {content:'';display:inline-block;position:absolute;left:2px;top:5px;z-index:0;width:9px;height:6px;margin-top:2px;margin-left:3px;background:url(/web/C/M/KID/images/ico_check_on.png) no-repeat 0 0;background-size:9px auto;}
.box_input_sel input {opacity:0;position:absolute;}
/* .box_input .all-check-item {border-bottom:1px solid #ddd;padding-bottom:20px;} */
.box_input_sel label {position:relative;height:20px;font-size:18px;color:#000;line-height:1.2;font-weight:700;}
.box_input_sel label:before {content:'';display:inline-block;width:20px;height:20px;background:#fff;border-radius:50%;border:1px solid #ddd;vertical-align:top; margin-right: 10px;}
.box_input_sel input:checked + label:before {background:#416ca8;border:1px solid #416ca8;font-size:18px;}
.box_input_sel input:checked + label:after {content:'';display:inline-block;position:absolute;left:2px;top:5px;z-index:0;width:9px;height:6px;margin-top:2px;margin-left:3px;background:url(/web/C/M/KID/images/ico_check_on.png) no-repeat 0 0;background-size:9px auto;font-size:18px;}
.box_input_sel input[type="radio"]:checked+label {font-size: 18px;font-weight: bold;vertical-align:top;}
.insurance-age .result .item-value span {color:#416ca8;}
.ico-notice {background-image:url(/web/C/M/KID/images/ico_notice_blue.png);background-size:contain;}
.ico-question {background:#416ca8;}
.form-item.pay-amount .form-control, .form-item.pay-amount .form-control[readonly] {color:#416ca8;}
.btn-inquiry {border:1px solid #416ca8;background:#fff;color:#416ca8;}
.btn-inquiry:hover {color:#416ca8;}
.tab-default .nav-tabs .nav-link.active {border-color:#416ca8;color:#416ca8;}
.contract-info .dl-footer strong {color:#416ca8;}
.modal.term-modal .modal-dialog.modal-xl .modal-header {border-bottom: none;}
.modal.term-modal .modal-dialog.modal-xl .modal-body {padding:0 15px;}
.modal.term-modal .modal-dialog.modal-xl .modal-body .term-wrap {margin-top:0;padding:24px 0 0;}
.modal.term-modal .modal-dialog.modal-xl .modal-body .term-wrap:last-child {margin-bottom:28px;}
.modal.term-modal .modal-dialog.modal-xl .modal-body .term-wrap:first-child {padding-top:0;}
.modal.term-modal .modal-dialog.modal-xl .modal-body .scroll-container {height:calc(100vh - 120px);}
.box_gray{padding:10px;background-color:#f5f5f5;border-radius: 10px;}
/*loading*/
.loading {position:fixed;top:0;left:0;bottom:0;right:0;background-color:#000;opacity:0.8;z-index:999;}
.loading .loading-inner{display:flex;align-items:center;justify-content:center;flex-direction:column;height:100%;}
.loading .loading-inner .loading-bar {display:flex;align-items:center;justify-content:space-between;width:80px;}
.loading .loading-text {margin-top:12px;text-align:center;}
.loading .loading-text span {color:#fff;font-size:14px;line-height:20px;font-weight:500;letter-spacing:normal;font-family:NanumSquareRound;}
.loading .loading-text .desc {display:block;font-size:13px;}
.loading .loading-inner .loading-bar .dot {
    position: relative;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    -webkit-animation: bouncedelay 3.0s infinite cubic-bezier(.62, .28, .23, .99) both;
    animation: bouncedelay 3.0s infinite cubic-bezier(.62, .28, .23, .99) both;
}
.loading .loading-inner .loading-bar .dot1 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s;
}
.loading .loading-inner .loading-bar .dot2 {
    -webkit-animation-delay: -.08s;
    animation-delay: -.08s;
}
@keyframes bouncedelay {
    0% {
        bottom: 0;
        background-color: #449bec;
    }
    16.66% {
        bottom: 40px;
        background-color: #ee7a4a;
    }
    33.33% {
        bottom: 0;
        background-color: #ee7a4a;
    }
    50% {
        bottom: 40px;
        background-color: #f4b740;
    }
    66.66% {
        bottom: 0;
        background-color: #f4b740;
    }
    83.33% {
        bottom: 40px;
        background-color: #449bec;
    }
    100% {
        bottom: 0;
        background-color: #449bec;
    }
}
@-webkit-keyframes bouncedelay {
    0% {
        bottom: 0;
        background-color: #449bec;
    }
    16.66% {
        bottom: 40px;
        background-color: #ee7a4a;
    }
    33.33% {
        bottom: 0;
        background-color: #ee7a4a;
    }
    50% {
        bottom: 40px;
        background-color: #f4b740;
    }
    66.66% {
        bottom: 0;
        background-color: #f4b740;
    }
    83.33% {
        bottom: 40px;
        background-color: #449bec;
    }
    100% {
        bottom: 0;
        background-color: #449bec;
    }
}

/*====================== 
¸ÞÀÎ °øÅë
========================*/

/* °øÅë¹è³Ê¿µ¿ª */
.banner-box {padding:20px;border-radius:12px;background: #f2fdff url(/web/C/M/MINI/images/banr_lpoint.png) no-repeat 24px 50%;background-size: 56px 40px;}
.banner-box.white {padding:px 16px;border-radius:12px;background: #fff url(/web/C/M/MINI/images/banr_lpoint.png) no-repeat 24px 50%;background-size: 56px 40px;border:1px solid #e5e5e5;}
.banner-box .text {padding: 0 0 0 80px;color: #292929;font-size: 14px;line-height: 20px;font-weight: 0;font-family: NanumSquareRound;}
.banner-box .text .bold {font-weight:700;}
.banner-box .text .point {color:#009bfa;font-weight:700;}
.desc3{margin-top:10px}
.top-area .logo-area .logo-title.modi:before {content: '';display:inline-block;position:absolute;left: 0;top: 3px;z-index: 0;width: 0px;height: 0px;background:none;}
.banner-box + .desc3 {font-family: NanumSquareRound !important;}
/* ¸ÞÀÎ¹è³Ê¿µ¿ª */
.add-ta-main .sect05 .banner-box.white{margin-top:20px;box-shadow: 0 0 15px 0 rgba(157, 157, 157, 0.15);}
.add-ta-main .sect05 .share-sns2{padding:20px 0 0 0;}
/* ¸ÞÀÎ ÇÏ´Ü ÆË¾÷ */
.top-border {border-top: 10px solid #eaeaea;}
.insurance-contents .card-header,
.menu-list .menu-button a{background-color: #fff;padding: 17px 20px 16px;}
.add-ew .pt0{padding-top:0px;}
#pop_guarantee .text-content-wrap{margin-top:20px}
#pop_guarantee .text-content-wrap dt{margin-bottom:5px;}
.add-ew .text-list-dot2.ew19 li strong{font-size:12px;color:#212121;}
.add-ew span.f_right{font-size:12px;float:right}
.add-ew .table-vertical.pad_thin{margin-top:5px;}
.add-ew .table-vertical.pad_thin thead th {padding:7px;font-weight:normal;}
.add-ew .table-vertical.pad_thin td {text-align: center;}
.add-ew .qa > li {position: relative;padding-left:15px;text-indent: -15px;;font-size: 12px;line-height: 1.67;color: #212121;}
.add-ew sup{vertical-align: 0.3em;font-size:4px;color:#666}
.text-list-dot2.list_mt15 li {margin-top:15px;padding-left:0px;}
.text-list-dot2.list_mt15 li > table{margin-top:5px;}
.text-list-dot2.list_mt15 > li:before {display:none;}
.bgf8{background-color: #f8f8f8;}
.table-vertical tbody tr.bdt td{border-top: 1px solid #ccc;}
strong {font-weight: 700;color:inherit;}
/* ÁØ¹ý°¨½ÃÀÎ ½ÉÀÇÇÊ */
.desc-wrap.intro_law{padding:17px 0px 50px 20px;} 
.desc-wrap.intro_law .desc3,
.desc-wrap.intro_law .desc3 a{font-size: 12px;color: #969696;line-height: 1.67;}
.desc-wrap.intro_law .desc3.law{margin-top:0}
/* °áÁ¦Ãß°¡ */
.pop_pay .box_agree_ew19{margin-top:10px;position:fixed;bottom:59px;z-index:89;left:0;width:100%;box-sizing:border-box;padding:px 20px;border-top:10px solid #f5f5f5;background-color:#fff;}
.pop_pay .tab-default .tab-content .tab-pane {padding: px 20px 100px;}

/*====================== 
·¹Á®º¸Çè
========================*/
.form-item:not(:last-child) {margin-bottom: 30px;}
input::-webkit-date-and-time-value{text-align:left;}
.ml0{margin-left:0!important;}
.mt5{margin-top: 5px!important;}
.mt10{margin-top:10px!important;}
.mt15{margin-top:15px!important;}
.mb0{margin-bottom:0px!important;}
.color_29{color:#292929!important;}
.brd0{border:none!important;}
.brd_t{border-top:1px solid #ddd!important;}
.pt15{padding-top:15px!important;}
.pt0{padding-top:0px!important;}
.pt30{padding-top:30px!important;}
.pb0{padding-bottom:0px!important;}
.color_777{color:#777!important;}
.weight_bold{font-weight: bold!important;}
.fs12{font-size:12px!important;}

/* ¿îµ¿ ÀÏÁ¤ ¼±ÅÃ */
.add_ls .box_ew{margin-bottom:30px;}
.add_ls input[type=date].form-control{width:100%;height:48px;background:#fff;padding:11px 15px;border:1px solid #ddd;border-radius:10px;font-size:16px;color:#292929;font-weight:400;transition:none;text-align: left!important;justify-content: flex-start!important;}

/* pop _bottom sheet  */
.modal.bottom{height:100vh;top:unset;bottom:0;border-radius:20px;border-bottom-left-radius:0;border-bottom-right-radius:0;z-index:80;}
.modal-backdrop.show {opacity: 0.5;}
.modal.term-modal.add_ls_pop .modal-dialog.modal-xl .modal-body {padding: 0 20px;}
#pop_select, #pop_select2{max-height:250px;overflow-y:hidden;}
#pop_select .modal-dialog.modal-xl, #pop_select2 .modal-dialog.modal-xl {height:250px;}
#pop_select .modal-dialog.modal-xl .modal-content,
#pop_select2 .modal-dialog.modal-xl .modal-content {height:250px;}
#pop_select .modal-dialog.modal-xl .modal-content .scroll-container,
#pop_select2 .modal-dialog.modal-xl .modal-content .scroll-container{height:250px;}
.pop_select_type{display:block;margin-bottom:15px;height:48px;border:1px solid #416ca8;border-radius:8px;text-align: center;line-height:48px;font-size:16px;font-weight:500;color: #416ca8;}

#pop_info{max-height:350px;overflow-y:hidden;}
#pop_info.modal-dialog.modal-xl{height:350px;}
#pop_info.modal-dialog.modal-xl .modal-content{height:350px;}
#pop_info.modal-dialog.modal-xl .modal-content .scroll-container{height:350px;}

/* °¡ÀÔÀÎ¿ø ¼±ÅÃ */
.add_ls .box_gray.brd{border:1px solid #ccc;padding:11px 15px;font-size:16px; text-align: center;}
.add_ls .box_gray.brd *{font-size: 16px;}
.add_ls .box_gray.brd + .text-list-dot{margin-top:5px;}
.add_ls .btn.add_people{position:relative;margin-bottom:10px;height:48px;border:1px solid #416ca8;border-radius:8px;text-align: center;line-height:48px;justify-content: flex-start}
/* .add_ls .btn.add_people span{position:relative;padding-left:25px;;font-size:16px;font-weight:500;color: #416ca8;} */
.add_ls .btn.add_people span{position:relative;padding-left:5px;;font-size:16px;font-weight:500;color: #000; line-height:20px; display: inline-block;}
/* .add_ls .btn.add_people span::before{content:'';width:18px;height:18px;border-radius: 50%;background-color: #416ca8;position: absolute;left: 0;top: 50%;transform: translateY(-50%);} */
.add_ls .btn.add_people span + span.add_num{display:inline-block;padding-left:0px;color:#fff;position: absolute;right:15px;top:14px; width:18px;height:18px;border-radius: 50%;background-color: #416ca8;text-align: center;}
/* .add_ls .btn.add_people span::after{content:'+';position: absolute;left:3.8px;transform: translateY(-50%);color:#fff;font-weight: 900;line-height:1;top:52%;font-size:18px;} */
/* .add_ls .btn.add_people span + .add_num::after{content:'+';position: absolute;left:3.8px;transform: translateY(-50%);color:#fff;font-weight: 900;line-height:1;top:10px;font-size:18px;} */
.add_ls .btn.add_people + .text-list-dot li{margin-bottom:5px;}
.add_ls .txt_point{color: #416ca8;font-weight:bold;}
.add_ls .bolder{font-weight:800!important;}

/* ¿îµ¿ ¼±ÅÃ */
.add_ls ul.list_athletic{position:relative;margin-right:-12px;padding:0;display:flex;flex-wrap:wrap;flex-direction:row;}
.add_ls ul.list_athletic li{position:relative;padding-bottom:15px;flex: 0 1 25%;min-width:25%;align-content:center;display:flex;justify-content: flex-start;align-items:flex-start;}
.add_ls ul.list_athletic li a{width: calc(100% - 15px);min-width:68px;height:68px;box-sizing:border-box;border: 1px solid #ddd;border-radius:8px;text-align: center;display: flex;align-items: center;justify-content:center;color:#777;font-size:13px;line-height:1.23;letter-spacing: -0.33px;flex-wrap: wrap;align-content: center;}
.add_ls ul.list_athletic li a span{display:inline-block;width: 100%;font-size: 13px;letter-spacing: -0.33px;font-weight:bold}
.add_ls ul.list_athletic li a.active {border: 2px solid #416ca8;color:#416ca8;font-weight:bold}
.add_ls ul.list_athletic li a span{display:block;}
.add_ls ul.list_athletic li a.active span{color:#416ca8;font-weight:bold;}

/* °¡ÀÔ ´ãº¸ È®ÀÎ */
.add_ls .contract-info{margin:0}
.add_ls .contract-info .txt_tit{padding-bottom:15px;font-size: 14px;}
.add_ls .contract-info .txt_tit p{font-size:14px;line-height: 1.57;color:#777}
.add_ls .contract-info .txt_tit .tit{margin-bottom:5px;color:#292929;font-size: 14px;font-weight:800;}
.add_ls .summary{padding:15px 0 5px;border-top: 1px solid #ddd;}
.add_ls .summary .dl_summary{margin-bottom:10px}
/* .add_ls .summary .info *{color:#416ca8;} */
.add_ls .summary .weight_bold span{font-weight: 900;}
.add_ls .summary .weight_bold .weight_normal{font-weight:400;}
.add_ls .summary + .box_gray{margin-left:-10px;margin-right:-10px;}
.add_ls .summary + .box_gray li{color:#292929;}
.add_ls .summary + .box_gray li.fs12 *{font-size: 12px;}

/* °¡ÀÔ ´ãº¸ È®ÀÎ */
.ls-content-wrap{padding:10px 0 30px;}
.ls_tab{display: flex;border-bottom: 1px solid #416ca8;margin: 0 20px;justify-content:flex-end}
.ls_tab li{margin-left:5px;padding:9px 0 7px; width:70px;text-align:center;color:#777;border-radius: 10px 10px 0 0;background-color:#ededed;}
.ls_tab li.on{color:#fff;font-weight:bold;border-radius: 10px 10px 0 0;background-color: #416ca8;}
.ls_cont{padding:20px 20px 0px}
.ls_tab_top{display: flex;border-bottom: 1px solid #ddd;padding:0 20px;}
.ls_tab_top li{padding:8px;width: 50%; text-align: center;}
.ls_tab_top li.on{border-bottom:3px solid #416ca8; color:#416ca8;font-weight:bold;}
.ls_cont_top_detail > li{display: none;}
.ls_tab_top li span{position:relative;display:inline-block;padding-left:27px;}
.ls_tab_top li span:before {content: '';display:inline-block;position:absolute;left:0;top:50%;margin-top:-12px;width:20px;height:20px;background:#fff;border-radius:50%;border:1px solid #ddd;}
.ls_tab_top li.on span:before {content: '';display:inline-block;position:absolute;left:0;top:50%;margin-top:-12px;width:20px;height:20px;background:#416ca8;border-radius:50%;border:none;}
.ls_tab_top li.on span:after {content:'';display:inline-block;position:absolute;left:2px;top:4px;z-index:0;width:9px;height:6px;margin-top:3px;margin-left: 4px;background: url(/web/C/M/KID/images/ico_check_on.png) no-repeat 0 0;background-size: 9px auto;}
.add_ls .ls_cont .con_warrant dl {display:flex;margin-bottom:5px;position:relative;}
.add_ls .ls_cont .con_warrant .box_list.sty_col dl{display:flex;margin-bottom:15px;position:relative;}
.add_ls .ls_cont .con_warrant dt {width:70%;font-size:13px;color:#292929;line-height:1.67;font-weight: normal;word-break:break-all;word-wrap:unset;}
.add_ls .ls_cont .con_warrant .box_list.sty_col dt {padding-left: 0;}
.add_ls .ls_cont .con_warrant dd {white-space: nowrap;margin-left:auto;text-align:right;font-size:13px;line-height:1.67;font-weight: normal;}
.add_ls .ls_cont .con_warrant .box_list.sty_col{margin-bottom:15px;border-bottom:1px dashed #ddd;}
.add_ls .ls_cont .con_warrant .box_list.sty_col dl dt,
.add_ls .ls_cont .con_warrant .box_list.sty_col dl dd{font-weight: bold;color: #416ca8;}
.add_ls .ls_cont .con_warrant .box_list .expl{padding-left:15px;font-size: 12px;color:#999;margin-right:50px}
.add_ls .ls_cont .con_warrant .box_list{margin-bottom:15px;}
.add_ls .ls_cont .con_warrant .box_list .item{position:relative;padding-left:13px;}
.add_ls .ls_cont .con_warrant .box_list .item:before {content: '¤ý';display: inline-block;position: absolute;left: 0;top: 0;z-index: 0;}
.add_ls .ls_cont .con_warrant .box_list.sty_col .item:before {content: '';display: inline-block;position: absolute;left: 0;top: 0;z-index: 0;display: none;}
.box_list + .box_list.sty_col{border-top:1px solid #ddd;padding-top:15px;}
.add_ls .ls_cont .list_sum .con_warrant .box_list .expl{display:none}

/* Á¤º¸ ÀÔ·Â */
.add_ls .box_ques{margin-top:30px}
.add_ls .box_ques .ques{font-size:14px;color:#292929;}
.add_ls .btn_quesarea {display:flex;margin-top:15px;justify-content: space-between;}
.add_ls .btn_quesarea a{height:48px;font-size:16px;font-weight:500;background: #fff;border: 1px solid #ccc;border-radius: 10px;font-size: 14px;color: #292929;font-weight: 400;line-height:47px;width: 100%;margin:0 4px;text-align:center;color:#ccc}
.add_ls .btn_quesarea a.on{border:1px solid #416ca8;color:#416ca8;}

/* °è¾à»çÇ× È®ÀÎ */
.contract-info.w_auto .dl-footer .item {width: 90px;}
.contract-info.w_auto .dl-footer .info *{font-weight: bold;}
.contract-info .dl-footer + .box_gray {margin-top: 15px;}

/* º¸Çè °¡ÀÔ ¿Ï·á */
.add_ls .list_share li{margin-top:15px;border-radius:8px;height:58px;box-sizing: border-box;display: flex;align-items: center;background: #fae300 url(/web/C/M/GOLF/images/ico_kakaotalk2.png) no-repeat 30px 21px;background-size:23px;}
.add_ls .list_share li a{display:flex;width:100%;height:58px;align-items:center;}
.add_ls .list_share li:last-child{background: #416ca8 url(/web/C/M/GOLF/images/ico_share2.png) no-repeat 30px 17px;background-size:25px;}
.add_ls .list_share li .text {padding-left:60px;width:100%;}
.add_ls .list_share li .text .tit{display: block;position:relative;color:#000;font-size:16px;line-height:22px;font-weight:500;}
.add_ls .list_share li:last-child .text .tit{display: block;position:relative;color:#fff;font-size:16px;line-height:22px;font-weight:500;}
.add_ls .list_share li .text .tit::after{content:'';position:absolute;right: 20px;background: url(/web/C/M/TA/images/ico_arr_another.png) no-repeat right center;background-size: 6px;width:12px;height:20px;}
.add_ls .list_share li:last-child .text .tit::after{content:'';position:absolute;right: 20px;background: url(/web/C/M/GOLF/images/ico_arr_another2.png) no-repeat right center;background-size: 6px;width:12px;height:20px;}
.add_ls .list_another li{margin-top:15px;border:1px solid #e5e5e5;border-radius: 12px;height:107px;box-sizing: border-box;display: flex;align-items: center;}
.add_ls .list_another li.golf{position:relative;background-color: #fff;}
.add_ls .list_another li.golf:before{content:'';position:absolute;top:19px;left:30px;width: 70px;height:70px;background: #f7f7f7;border-radius: 50%;}
.add_ls .list_another li.golf:after{content:'';position:absolute;top:35px;left:47px;width:40px;height:40px;background: url(/web/C/M/LS/images/img_another_golf.png) no-repeat 0 0;background-size:40px;}
.add_ls .list_another li.elect{background: #fff url(/web/C/M/TA/images/img_another03.png) no-repeat 35px 50%;background-size:70px;}
.add_ls .list_another li.mini{background: #fff url(/web/C/M/TA/images/img_another02.png) no-repeat 35px 50%;background-size:70px;}
.add_ls .list_another li .text {padding-left:129px;}
.add_ls .list_another li .text .first{color:#777;font-size:14px;line-height:20px;}
.add_ls .list_another li .text .second{display: block;position:relative;margin-top:5px;color:#292929;font-size:16px;line-height:20px;font-weight:bold;}
.add_ls .list_another li .text .second .point{color:#416ca8;font-size:16px;line-height:20px;font-weight:bold;}
.add_ls .list_another li .text .second::after{content:'';position:absolute;background: url(/web/C/M/TA/images/ico_arr_another.png) no-repeat right center;background-size: 6px;width:12px;height:20px;}

/* µ¿¹Ý°¡ÀÔ Á¤º¸µî·Ï */
/* .add_ls .contract-info .summary .info *{font-size: 14px;font-weight: 700;line-height: 1.57;} */
.add_ls .contract-info .summary.pb15{padding-bottom: 15px;padding-top:0;}
.box_blue{padding:18px 0;margin:15px 0 5px;background-color: #eff7fd;border-radius: 10px;text-align: center;color:#416ca8;font-size: 16px;font-weight: 900;}

/* ¼±¹°ÇÏ±â */
.txt_send{margin-top:10px;font-size: 14px;color:#777;}
.add_ls .gift-option{margin-top:15px;}
.add_ls .gift-option .card-header[aria-expanded=true] .card-title:before {background:#416ca8;border:none}
.add_ls .gift-option .tab {display: unset;}
.add_ls .gift-option .card-body {padding:30px 20px 0px;}
.add_ls .message-card .message-text {position:relative;border:1px solid #ddd;padding:20px;background:#f5f5f5;border-radius:10px;margin:-10px 0 0;}
.add_ls .text-list-group {margin-top:20px;padding:0;}
.add_ls .select_friend {margin-top:15px;border-radius:8px;height:58px;box-sizing:border-box;background:#fae300;text-align:center;line-height:58px;}
.add_ls .select_friend a {display:block;}
.add_ls .select_friend a span {position:relative;padding-left:30px;font-size:16px;color:#191919;}
.add_ls .select_friend a span::before {content:'';position:absolute;left:0;top:0;width: 23px;height:21px;background:url(/web/C/M/GOLF/images/ico_kakaotalk2.png) no-repeat;background-size:contain;}
.add_ls .list_prod .tit_warrant .selected {font-size:18px;color:#292929;font-weight:bold;padding-lefT:30px;display:inline-block;background: url(/web/C/M/GOLF/images/img_selected.png) no-repeat 0 2px;background-size:23px;}
.add_ls .btn_cancel{margin-top:15px;border-radius:8px;height:58px;box-sizing:border-box;background:#555;text-align:center;line-height:58px;}
.add_ls .btn_cancel a{display:block;font-size:16px;line-height:58px;color:#fff;text-align: center;font-weight: bold;}
.add_ls .message-card .nav-tabs{flex-wrap: nowrap;}
.add_ls .message-card .nav-tabs .nav-item:not(:first-child) {margin-left:5px;}
.add_ls .message-card .nav-tabs .nav-link {border:none}
.add_ls .message-card .nav-tabs .nav-link {overflow:hidden;width:90px;height:40px;padding:0;background:none;border:2px solid transparent;border-radius:11px;box-sizing:border-box;}
.add_ls .message-card .nav-tabs .active{border:2px solid #416ca8}
.add_ls .message-card .nav-tabs .nav-link1{background:url(/web/C/M/LS/images/img_card1_thumb.png) no-repeat;background-size:cover;}
.add_ls .message-card .nav-tabs .nav-link2{background:url(/web/C/M/LS/images/img_card2_thumb.png) no-repeat;background-size:cover;}
.add_ls .message-card .nav-tabs .nav-link3{background:url(/web/C/M/LS/images/img_card3_thumb.png) no-repeat;background-size:cover;}
.add_ls .message-card .tab-content>.tab-pane1 .card-image,
.add_ls .message-card .tab-content>.tab-pane2 .card-image,
.add_ls .message-card .tab-content>.tab-pane3 .card-image {border:none;background:none;}
.add_ls .select_friend + .text-list-dot{font-size:12px;color:#777;}
.add_ls .select_friend + .text-list-dot strong {font-size:12px;color:#292929;}
.message-card .card-image{height:unset;}
.message-card .card-image img{width:100%;height:auto;}

/* ¼±¹° ¹Þ±â */
.add_ls .message-card-area {margin:0;border:2px solid #416ca8;padding:30px 20px 20px;border-radius:20px;}
.add_ls .message-card-area .card-image.card-item1,
.add_ls .message-card-area .card-image.card-item2,
.add_ls .message-card-area .card-image.card-item3 {border:none;background:none;}
.add_ls .message-card-area .title-h3 {margin-bottom:15px;font-weight:400;}
.add_ls .message-card-area .title-h3 > strong{font-size:inherit;font-weight:bold;color:#416ca8}
.add_ls .message-card-area .card-image {height:unset;}
.add_ls .message-card-area .card-image img{width:100%;height:auto;}
.add_ls .txt_tit.g_get{margin-top:20px;padding-bottom:15px;font-size: 14px;}
.add_ls .txt_tit.g_get p{font-size:14px;line-height: 1.57;color:#777}
.add_ls .txt_tit.g_get .tit{margin-bottom:5px;color:#292929;font-size: 14px;font-weight:bold;}
.add_ls .message-card-area .title-h3 > .bg_gift{display:inline-block;margin-right:5px;margin-top:-2px;width:20px;height:18px;vertical-align:middle; background: url(/web/C/M/LS/images/icon_giftbox.png) no-repeat;background-size:19px;}

/* Ä«ÅåÄ£±¸ ¼±ÅÃ */
.add_ls.bg-friend{background:#fffdef;}
.add_ls.bg-friend .kid-content-wrap{display:flex;text-align:center;flex-direction:column;flex-wrap:nowrap;align-content:center;justify-content:flex-start;}
.add_ls.bg-friend .kid-content-wrap .bg_img{margin: 0 auto;width:138px;height:150px;background: url(/web/C/M/GOLF/images/bg_gift_katalk.png) no-repeat;background-size:contain;}
.add_ls.bg-friend .kid-content-wrap h1{margin:30px 0 15px;font-size:26px;color:#391b1b;letter-spacing:-0.65px;line-height:1.38;font-weight:bold;}
.add_ls.bg-friend .kid-content-wrap h1 strong{font-size:26px;color:#de7957;letter-spacing:-0.65px;line-height:1.38;font-weight:bold;}
.add_ls.bg-friend .kid-content-wrap .text{font-size:16px;color:#391b1b}
.add_ls.bg-friend .btn-group .btn{background:#fae300;color:#391b1b}
.add_ls.bg-friend .btn-group .btn span{display:inline-block;position: relative;padding-left: 28px;;font-size: 18px;font-weight:bold;line-height:1;}
.add_ls.bg-friend .btn-group .btn span::before {content: '';position:absolute;left:0;top:-2px;width:23px;height:21px;background:url(/web/C/M/GOLF/images/ico_kakaotalk2.png) no-repeat;background-size: contain;}
.add_ls.bg-friend .btn-group .btn:hover,
.add_ls.bg-friend .btn-group .btn:active,
.add_ls.bg-friend .btn-group .btn:focus,
.add_ls.bg-friend .btn-group .btn:not(:disabled):not(.disabled):active,
.add_ls.bg-friend .btn-group .btn:not(:disabled):not(.disabled):active:focus {background:#fae300;color:#391b1b}
.add_ls.bg-friend .contract-info {text-align:left;border:1px solid #ddd;}
.add_ls.bg-friend .contract-info .dl-footer strong {color:#de7957}

/* Ãß°¡ */
.btn-area.insurance-file{margin-left:-4px;margin-right:-4px;margin-top:0;}
.color_points *{color:#416ca8!important;}
.info-text .ico-info {margin-top: 3px;}
.term-content .check-input:checked + .check-label:before {background:#416ca8;border:1px solid #416ca8;}
.box_kind li{margin-top:10px;font-size:12px;color:#777;}
.box_kind li span{display:block;font-size:inherit;color:inherit;font-weight:bold;color:#292929;}
.t_h4{margin-bottom:10px;padding-left:5px;font-size: 14px;line-height: 1.57;color:#292929;}
.term-content:not(:first-child) {margin-top: 20px;}
.date_empty:before{content:attr(data-placeholder);width:calc(100% - 42px);color:#ccc;}
.modal .term.must .term-content .text-area{color:#292929;font-size:12px;}
.modal .term.must .term-content .text-area .text-list-dot2 {margin-top:10px}
.modal .term.must .term-content .text-area .text-list-dot2 li{color:#777;font-size:12px;}
.ico-check-confirm{background: url(/web/C/M/HEALTH/images/ico_check_confirm.png) no-repeat 0 0;width:24px;height:24px;margin-right:15px;background-size: contain;}
ul.mgb5 li{margin-bottom:5px;}

/*====================== 
·¹Á®º¸Çè ¸ÞÀÎ
========================*/
.add-ls-main .btn-golf{background-color: #3a485d;color:#fff;}
.add-ls-main .btn-golf:hover,
.add-ls-main .btn-golf:active,
.add-ls-main .btn-golf:focus,
.add-ls-main .btn-golf:not(:disabled):not(.disabled):active,
.add-ls-main .btn-golf:not(:disabled):not(.disabled):active:focus {background-color:#3a485d;color:#fff;}
.add-ls-main .insurance-contents .card-header .arrow-toggle{transform: rotate(90deg);-webkit-transform: rotate(90deg);}

.add-ls-main *{font-family: NanumSquareRound;}
.add-ls-main {overflow-x: hidden;}
.add-ls-main .top-area{position: absolute;width: 100%;height:60px;top:0;left:0}
.add-ls-main .top-area .logo-area .logo-title {position:relative;height:16px;font-size:14px;color:#fff;padding-left:9px;margin-left:9px;line-height:1.2;vertical-align:middle;}
.add-ls-main .top-area .logo-area .logo-title:before {content: '';display:inline-block;position:absolute;left:0;top:3px;z-index:0;width:1px;height:10px;background:#fff;}
.add-ls-main .top-area .logo-area .logo span{display: inline-block;width: 74px;height: 12px;margin-top: 2px;background:url(/web/C/M/LS/images/ico_logo_lotte_white.png) no-repeat 0 0;background-size: contain;font-size: 0;vertical-align:top;}
.add-ls-main .btn-page-close{display:inline-block;width:16px;height:16px;margin-left:auto;padding:10px 0;background:url(/web/C/M/LS/images/btn_page_close_black.png) no-repeat 50%;background-size:16px auto;font-size:0;z-index:990;}

.add-ls-main .main-content-wrap.bg_ls{background-color:#639c73;}
.add-ls-main .main-content-wrap.bg_ls .bg_inner{background-color:#507fdb;width: calc(100vw - 20px);}
.add-ls-main .main-content-wrap.bg_ls .bg_inner .section{padding:60px 14px 60px 40px;border:6px solid rgba(255, 255, 255, 0.8);border-width: 0 6px 6px 0;}
.add-ls-main .main-content-wrap.bg_ls .bg_inner .section:last-child{border-bottom: 0;}
.add-ls-main .main-content-wrap.bg_ls .bg_inner .section.sect01{padding-top:80px}
.add-ls-main .main-content-wrap.bg_ls .bg_inner .section.sect03 {padding-bottom:60px;padding-top:62px;}
.add-ls-main .section{position: relative;}
.add-ls-main .sect02 {z-index:40;}
.add-ls-main .sect03 {z-index:45;}
.add-ls-main .sect02 .bg_sect1{position:absolute;right:-62px;top:-40px;width:94px;height:106px;background: url(/web/C/M/LS/images/bg_sect_01.png) no-repeat 0 0;background-size:contain;z-index: 50;}
.add-ls-main .sect02 .bg_sect2{position:absolute; left:-87px; bottom:-115px;width:219px;height:215px;background: url(/web/C/M/LS/images/bg_sect_02.png) no-repeat 0 0;background-size:contain;z-index: 50;}
.add-ls-main .sect03 .bg_sect3{position:absolute;right:-120px;bottom: -81px;width:219px;height:215px;background: url(/web/C/M/LS/images/bg_sect_03.png) no-repeat 0 0;background-size:contain;z-index: 50;clip: rect(0px, 219px, 134px, 0px);}
.add-ls-main h2{left:0px;position: relative;opacity:0;margin-bottom:20px;font-size:32px;color:#fff;font-weight:700;letter-spacing: -1.28px;line-height: 1.44; transition: all 0.8s;}

.add-ls-main .section h2{transform: translate(-50px, 0);opacity:0;}
.add-ls-main .section h2.on{transform: translate(0px, 0);opacity:1;}

.add-ls-main h2 strong{margin-bottom:30px;font-size:32px;color:#ffe063;font-weight:700;letter-spacing: -1.28px;line-height: 1.44;}
.add-ls-main .list_main_ath{/*font-size:0;*/display: flex;flex-direction: row;flex-wrap: wrap;align-items:flex-start;}
.add-ls-main h2 +  .tit_sub{padding-left:20px;font-size: 16px;letter-spacing: -0.4px;color:#fff;background: url() no-repeat 0 0;}
.add-ls-main .txt_maintit_expl{margin:20px 0 30px;}
.add-ls-main .txt_maintit_expl li{position: relative;padding-left:20px;line-height:1.6;font-size:16px;color:#fff;letter-spacing:-0.8px;}
.add-ls-main .txt_maintit_expl li:not(:last-child){margin-bottom:10px;}
.add-ls-main .txt_maintit_expl li:before{content:'';position:absolute;width:13px;height:100%;top:0;left:0;background: url(/web/C/M/LS/images/bullet_check.png) no-repeat 0 7px;background-size: 13px;}
.add-ls-main .list_main_ath{margin-left:-14px;margin-right:-14px;}
.add-ls-main .list_main_ath li{margin:7px;padding-bottom:13px;flex-grow:1;display:flex;flex-direction:column;align-content:center;justify-content:flex-start;align-items:center;}
.add-ls-main .list_main_ath li:nth-child(1){margin: 7px;}

/* Â÷Æ® : S */
.box_flex{display:flex;justify-content:space-around;}
.add-ls-main .sect01 .donut-chart-block{display:inline-block;}
.add-ls-main .sect01 .donut-chart * {-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing: border-box;}
.add-ls-main .sect01 .donut-chart {position:relative;width:200px;height:200px;border-radius:100%; transform: rotate(280deg);background-color: transparent;background:url(/web/C/M/LS/images/bg_circle.png) no-repeat center;background-size:190px}
.add-ls-main .sect01 .portion-block {border-radius: 50%; clip: rect(0px, 200px, 200px, 100px); height: 100%; position: absolute; width: 100%}
.add-ls-main .sect01 .circle {border-radius: 50%;clip: rect(0px, 100px, 200px, 0px);height: 100%;position: absolute;width: 100%;font-family: monospace;font-size: 1.5rem;}
#part1 {transform: rotate(0deg);}
#part1 .circle.on {background-color: #f8f250;animation: first .5s 1 forwards .1s;}
@keyframes first {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(180deg)
    }
}
#part2 {transform:rotate(178deg);}
#part2 .circle.on {background-color: #f8f250;animation: second .5s 1 forwards .5s;}
@keyframes second {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(50deg);
    }
}
.add-ls-main .sect01 .donut-chart-block{position:relative;}
.add-ls-main .sect01 .donut-chart-block:last-child #part1 .circle.on,
.add-ls-main .sect01 .donut-chart-block:last-child #part2 .circle.on {background-color: #ffe063;}
.add-ls-main .sect01 .donut-chart .center{background: #507fdb;position: absolute;top: 0;left: 0;bottom: 0;right: 0;width:96px;height:96px;margin: auto;border-radius: 50%;line-height: 35px;padding: 15% 0 0;}
.add-ls-main .rate{position:absolute;top:80px;right:-64px;transform:translateX(-50%);display:inline-block;padding: 5px 7px 4px;border:1px solid #333;border-radius:5px;background-color: rgba(255, 255, 255, 0.7);color:#000;font-size:18px;line-height:1.2;color:#292929;letter-spacing:0.5px;font-weight: bold;opacity: 0;}
.add-ls-main .rate > .fs_13{font-size:13px;color:#292929;letter-spacing:-0.33px;}
/* Â÷Æ® : E */

/* .add-ls-main .txt_sect03{font-size:16px;letter-spacing: -0.4px;color:#fff;line-height:1} */
/* .donut-chart-block > .donut-chart.on{box-shadow: inset 0 0 0 5px #507fdb} */
.add-ls-main .tit_bottom{margin:30px 0 10px;color:#fff;font-size:16px;letter-spacing: -0.4px;}
/* .add-ls-main .tit_bottom.color_y{margin:30px 0 10px;color:#fff;font-size:16px;letter-spacing: -0.4px;color:#ffe063} */
.add-ls-main .box_dot{padding:15px 20px 15px;width:100%;border:1px dashed #3461b9;border-radius: 12px;background-color: #fff;font-size: 0;}
.add-ls-main .box_dot > li{display:inline-block;width:50%;box-sizing:border-box}
.add-ls-main .box_dot > li:nth-child(1){padding-right:20px;border-right: 1px dashed #ccc;}
.add-ls-main .box_dot > li:nth-child(2){padding-left:20px}
.add-ls-main .box_dot > li div{display:flex;margin-bottom:10px;justify-content:space-between;line-height: 1;}
.add-ls-main .box_dot > li div:last-child{margin-bottom:0px;}
.add-ls-main .box_dot > li div span{font-size:14px;font-weight: bold;}
.add-ls-main .box_dot > li div span:first-child{color: #3461b9;letter-spacing:-0.33px;}
.add-ls-main .txt_chart{margin-top:10px;font-size:12px;letter-spacing: -0.3px;color:#fff;line-height:1.67;font-weight:300;opacity:0.8}
.add-ls-main .sect02 .box_dot{overflow:hidden;padding:0;width:100%;border:1px dashed #3461b9;border-radius: 12px;background-color: #fff;font-size: 0;}
.add-ls-main .sect02 .box_dot .type_tbl li{display:flex;padding:20px 0 15px;margin:0 30px;justify-content:space-between;align-items:center;border-bottom:1px dashed #ccc;}
.add-ls-main .sect02 .box_dot .type_tbl li:first-child div{color:#292929;font-size:14px;font-weight:bold;}
.add-ls-main .sect02 .box_dot .type_tbl li:not(:first-child){border-bottom:1px dashed #ccc}
.add-ls-main .sect02 .box_dot .type_tbl li:last-child{border-bottom:none;margin-bottom:0}
.add-ls-main .sect02 .box_dot .type_tbl li div span{color:#777;font-size:14px;}
.add-ls-main .sect02 .box_dot .type_tbl li div{font-size:14px;color:#555;letter-spacing:-0.35px;}
.add-ls-main .sect02 .box_dot .type_tbl li div strong{font-weight:bold;}
.add-ls-main .sect02 .box_dot .type_tbl li div .tit{display:block}
.add-ls-main .sect02 .box_dot .type_tbl li div .value{color:#416ca8;font-size: 16px;}  
.add-ls-main .sect02 .box_dot .text_bottom{padding:20px 40px 15px;background-color: #e8faff;letter-spacing:-0.35px;font-size:14px;}
.add-ls-main .sect02 .box_dot .text_bottom span{color:#416ca8;font-size:14px;font-weight:900;display:inline-block;padding-bottom:1px;border-bottom:1px solid #416ca8;}

.modal .m_tab{display:flex;margin-bottom:30px;justify-content:flex-start;border-bottom:1px solid #ddd;}
.modal .m_tab li{list-style:none;border: 1px solid #ddd;border-width: 1px 1px 0 1px;padding: 3px 10px;width:90px;text-align:center;background-color:#f8f8f8;color:#d3d3d3;}
.modal .m_tab li:not(:first-child){margin-left:-1px;}
.modal .m_tab li.on{background-color:#fff;color:#292929}

.add-ls-main .sect02 .box_dot .box_gray{margin:0 20px 30px;color:#292929;font-size:12px;text-align: center;}


/* 221213 Ãß°¡ */
.add_ls_pop .pop_select_type{color:#000;border:1px solid #ddd;}
.box_ew.fixed_bottom{position: absolute;bottom: 100px;}
.box_ew.fixed_bottom .text-list-dot li{color:#000;}

/* 221215 °áÁ¦ÆäÀÌÁö Ãß°¡*/
.pop_pay .tab-default .tab-content .tab-pane {padding: 30px 20px 10px;}
.pop_pay .tab-default .tab-content .tab-pane.tab-pane-cash{padding-top:30px;}
.pop_pay .tab-default .tab-content .tab-pane.tab-pane-cash .title-h3{margin-bottom:20px;}


.pop_pay .form-label {margin-bottom:4px;margin-left: 5px;font-size: 14px;color: #292929;line-height: 1.57;font-weight: 400;}
.pop_pay .form-item.account-num{margin-bottom:5px!important;}
.pop_pay .text-list-dot2 {margin-top: 0;padding-top:0}
.modal .tab-content .common_agree {margin:30px 20px 0;} 
.dp_none{display: none !important;}
.pop_pay .pay_text_agree{margin-bottom:0px!important;}

/* 221219 ¼±¹° ¼ºº° ¼±ÅÃ */
#pop_select2.gift{max-height:270px;overflow-y:hidden;}
#pop_select2.gift .modal-dialog.modal-xl .modal-content {height: 270px;}
#pop_select2.gift .modal-dialog.modal-xl .modal-content .scroll-container{height:270px;}