body{
    font-family: 'Roboto', 'Noto Sans KR';
    background: #20b7a4;
    letter-spacing: -0.08em;
}
input[type=radio] {
	display: inline-block;
	position: absolute;
	left: -9999px;
}

button{
	font-family: 'Roboto', 'Noto Sans KR';
}
#wrap{
    overflow-x: hidden;
    width: 100%;
    max-width: 648px;    
    height: 100vh;
    margin: 0 auto;
    background: #f9f9fb;
    position: relative;
}
.header{
    padding: 12px 0;
	width: 100%;
	height: 45px;
    background-color: #20b7a4;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}
.header.rgb{
    background-color: #f9f9fb;
}
.header img{
    width: 100px;
    height: auto;
}
.main{
    margin-top: 45px;
    background-color: #f9f9fb;
    padding-bottom: 130px;
}
.visual-box {
    position: relative;
    width: 100%;
    min-height: 335px;
    background-color: #20b7a4;
}
.visual-box .edustaff-insu::before{
    content: '';
    width: 100%;
    height: 266px;
    position: absolute;
    bottom: 50px;
    left: 20px;
    background: url(../images/skTelecom/bg-text-01.png) no-repeat center left;
    background-size: contain;
}
.visual-box .edustaff-insu::after{
    content: '';
    width: 100%;
    height: 180px;
    position: absolute;
    top: 35%;
    right: 20px;
    background: url(../images/skTelecom/bg-image-01.png) no-repeat center right;
    background-size: contain;
    transform:translateY(-50%);
}
.visual-box:has(.tm-insu-edu){
	border-top: 1px solid #3ec9b8;
	height:350px
}
.visual-box .tm-insu-edu::before{
    content: '';
    width: 100%;
    height: 262px;
    position: absolute;
    bottom: 50px;
    left: 20px;
    background: url(../images/skTelecom/bg-text-05.png) no-repeat center left;
    background-size: contain;
}
.visual-box .tm-insu-edu::after{
    content: '';
    width: 100%;
    height: 190px;
    position: absolute;
    top: 41%;
    right: 17px;
    background: url(../images/skTelecom/bg-image-01.png) no-repeat center right;
    background-size: contain;
    transform:translateY(-50%);
}
@media(max-width:340px){
	.visual-box:has(.tm-insu-edu){border-top: 1px solid #3ec9b8;height: 331px;}
	.visual-box .tm-insu-edu::before{height: 240px;}
	.visual-box .tm-insu-edu::after{height: 169px;top: 42%;right: 10px;}	
}
.visual-box .health-insu::before{
    content: '';
    width: 100%;
    height: 240px;
    position: absolute;
    bottom: 60px;
    left: 20px;
    background: url(../images/skTelecom/bg-text-02.png) no-repeat center left;
    background-size: contain;
}
.visual-box .health-insu::after{
    content: '';
    width: 100%;
    height: 150px;
    position: absolute;
    top: 48%;
    right: 20px;
    background: url(../images/skTelecom/bg-image-02.png) no-repeat center right;
    background-size: contain;
    transform:translateY(-50%)
}
.visual-box .lifemedical-insu::before{
    content: '';
    width: 100%;
    height: 240px;
    position: absolute;
    bottom: 60px;
    left: 20px;
    background: url(../images/skTelecom/bg-text-03.png) no-repeat center left;
    background-size: contain;
}
.visual-box .lifemedical-insu::after{
    content: '';
    width: 100%;
    height: 183px;
    position: absolute;
    top: 46%;
    right: 20px;
    background: url(../images/skTelecom/bg-image-03.png) no-repeat center right;
    background-size: contain;
    transform:translateY(-50%)
}
.visual-box .cancer-insu::before{
    content: '';
    width: 100%;
    height: 240px;
    position: absolute;
    bottom: 60px;
    left: 20px;
    background: url(../images/skTelecom/bg-text-04.png) no-repeat center left;
    background-size: contain;
}
.visual-box .cancer-insu::after{
    content: '';
    width: 100%;
    height: 195px;
    position: absolute;
    top: 62%;
    right: 10px;
    background: url(../images/skTelecom/bg-image-04.png) no-repeat center right;
    background-size: contain;
    transform:translateY(-50%)
}
.main .form-area{
    position: relative;
}
.main .form-area .banner{
    margin-top: -20px;
    padding: 30px 20px 0;
    height: 120px;
    background: url(../images/skTelecom/gift-card.png) no-repeat top 20px right 20px #f9f9fb;
    background-size: 150px auto;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    line-height: 24px;
}
.main .form-area .banner .main-text{
    font-size: 19px;
    color: #333;
    font-weight: 300;
}
.main .form-area .banner .main-text span{
    display: block;
    color: #20b7a4;
    font-weight: 500;
}
.main .form-area .banner .main-text b{
    display: block;
}
.main .form-area .notice{
    padding: 15px 20px;
    font-size: 14px;
}
.main .form-area .form{
    padding: 20px;
    color: #333;
}
.form-area .form-input{
    margin-bottom: 30px;
}
.form-area .label{
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    color: #000;
    font-weight: 500;
}
.form-area input[type=text]{
    display: block;
    width: 100%;
    padding: 0 15px;
    height: 45px;
    font-size: 16px;
    color: #000;
    border: none;
    border-radius: 15px;
    box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 10%);
}
.form-area input[type=text]:disabled,
.form-area select:disabled{
	background:#ebeef1;
	color:#757575;
	box-shadow: none;
}
.form-area input[type=text]:focus{
    outline:none;
    border:1px solid #20b7a4;    
    box-shadow: 0px 0px 10px 0px rgb(33 184 164 / 40%);
}
.form-area input[type=text]::placeholder{
    font-size:16px;
    color:#757575;
    font-weight:300;
    font-family: 'Roboto', 'Noto Sans KR';
    letter-spacing:-0.05em;
}
.form-area input[type=text]:focus::placeholder{
    color:transparent;    
}
.form-area select{
    display: block;
    width: 100%;
    padding: 0 15px;
    height: 45px;
    font-size: 16px;
    color: #000;
    border: none;
    border-radius: 15px;
    box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 10%);
    margin-right: 5px;
    background: url(../images/skTelecom/select-arrow.png) no-repeat #fff right 15px center;
    background-size:11px 6px;
    -webkit-appearance:none;
    -moz-appearance:none;
    -o-appearance:none;
    appearance:none;
}
.form-area .form-input .radio-set{
    display: flex;
    gap: 5px;
}
.radio-set input[type="radio"] {
    display: inline-block;
    position: absolute;
    left: -9999px;
}
.radio-set input[type="radio"] + label{
    padding:11.5px 0;
    width:100%;
    text-align:center;
    color:#757575;
    background: white;
    border-radius: 15px;
    box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 10%);
}
.radio-set input[type="radio"] + label::before{
    display:none;
}
.radio-set input[type="radio"]:checked + label{
    color:#fff;
    background: #20b7a4;
    box-shadow: 0px 5px 15px 0px rgb(33 184 164 / 40%);
}
.form-area .phone-set{
    display: flex;
    gap: 10px;
}
.form-area .phone-set select{
    width:105px;
}
.form-area .phone-set input{
    width: calc(100% - 120px);
}
.form-area .certi-set{    
    margin-top:-20px;
}
#noticeBox,
#noticeBoxNew{
	margin-top:30px;
}
.form-area .certi-set .certi-number{
    position: relative;
    display: inline-block;
    width: calc(70% - 10px);
}
.form-area .certi-set .certi-number span{
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #ed1651;
    font-size: 16px;
    font-family: Roboto;
}
.form-area .certi-set button{
    width: 30%;
    height: 45px;
    background:#556b79;
    font-size: 15px;
    color:#fff;
    border-radius: 15px;
    border: 1px solid #556b79;
    float:right;
}

article .agree-single{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 15px;
    background:#fff;
    border-radius: 15px;
    box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 10%);
}
input[type=checkbox]{
    display: inline-block; 
    position: absolute; left: -9999px;
}
.check-circle input[type=checkbox] + label{
    position: relative;
    padding: 0 10px 0 35px;
    font-size: 16px;
    color: #000;
    line-height: 24px;
}
.check-circle input[type=checkbox] + label::before{
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    background: url("../images/skTelecom/btn-check-circle-off.png") no-repeat center top;
    background-size: 24px auto;
    -webkit-transition: all 5s ease-in-out;
    -moz-transition: all 5s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.check-circle input[type=checkbox]:checked + label::before{
    background: url("../images/skTelecom/btn-check-circle-on.png") no-repeat center top;
    background-size: 24px auto;
}

.check-vsign input[type=checkbox] + label{
    position: relative;
    padding: 0 10px 0 22px;
    font-size: 15px;
    color: #000;
    font-weight: 300;
    line-height: 22px;
}
.check-vsign input[type=checkbox] + label::before{
    content: "";
    display: inline-block;
    width: 10.5px;
    height: 7.5px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background:url("../images/skTelecom/btn-check-off.png") no-repeat center top;
    background-size: 10px auto;
    -webkit-transition: all 5s ease-in-out;
    -moz-transition: all 5s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.check-vsign input[type=checkbox]:checked + label::before{
    background: url("../images/skTelecom/btn-check-on.png") no-repeat center top;
    background-size: 10px auto;
}

.agree-single button,
.agree-with-radio button{
    width: 7px;
    height: 11px;
    background: url("../images/skTelecom/btn-arrow-right-big.png") no-repeat center center;
    background-size: 7px auto;
    color: transparent;
    text-indent: -1000000px;
    border: none;
}
.agree-with-radio .check-circle{
	display:flex;
	align-items: center;
	justify-content: space-between;
}
article .agree-multiple,
article .agree-with-radio{    
    padding: 20px 15px;
    margin-top:20px;
    background:#fff;
    border-radius: 15px;
    box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 10%);
}
article .agree-multiple > div + ul,
article .agree-with-radio  > div + ul{
    padding-top: 20px;
    margin-top: 20px;
    position: relative;
}
article .agree-multiple > div + ul::before,
article .agree-with-radio > div + ul::before{
    content:'';
    width: calc(100% + 30px);
    display: block;
    border-top: 1px solid #e7e8e9;
    position: absolute;
    top: 0;
    left: -15px;
}
.ul-term-set li .p-title{
	font-size:15px;
	font-weight:300;
	color: #000;
}
.ul-term-set li:has(.p-title){
	margin-left:5px;
	margin-bottom: 5px;
}
.ul-term-set li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 10px;
    margin-bottom: 15px;
}
.ul-term-set li:last-child{
    margin-bottom: 0;
}
.ul-term-set li .btn-term-see{
    width: 4px;
    height: 7px;
    background: url("../images/skTelecom/btn-arrow-right.png") no-repeat center center;
    background-size: 4px auto;
    color: transparent;
    text-indent: -1000000px;
    border: none;
}

.agree-radio-set input[type=radio] + label{
    position: relative;
    padding: 0 10px 0 22px;
    font-size: 15px;
    color: #000;
    font-weight: 300;
    line-height: 22px;
}
.agree-radio-set input[type=radio] + label::before{
    content: "";
    display: inline-block;
    width: 10.5px;
    height: 7.5px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background:url("../images/skTelecom/btn-check-off.png") no-repeat center top;
    background-size: 10px auto;
    -webkit-transition: all 5s ease-in-out;
    -moz-transition: all 5s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.agree-radio-set input[type=radio]:checked + label::before{
    background: url("../images/skTelecom/btn-check-on.png") no-repeat center top;
    background-size: 10px auto;
}

.notice-title{
    color:#333;
}
.notice-view {
    padding: 15px 20px;
    margin-top: 10px;
    background: #ebeef1;
    border-radius: 15px;
}
.notice-view li{
    position:relative;
    margin-top: 5px;
    padding-left: 18px;
    color:#666666;
    letter-spacing: -0.08em;
    line-height:18px;
    text-align: left;
    font-size: 12px;
}
.notice-view li:first-child{
	margin-top:0;
}
.notice-view li:before{
    content:"";
    position:absolute;
    left:0;
    top: 2px;
    width:13px;
    height:13px;
    background:url("../images/skTelecom/icon-info.png") no-repeat center center;
    background-size: 13px auto;
}
.notice-view li.warning {
    color:#E83F42;
    font-style:normal;    
}
.notice-joinus-title{
	margin: 15px 0 5px;
	font-size: 13px;
	color: #333;
	font-weight: 500;
}
.notice-joinus li{
	padding-left: 12px;
}
.notice-joinus li:before{
	background:none;
	content:"-";
	top: -1px;
	left: 3px;
}
.text-low{
    padding: 0 20px;
    font-size: 12px;
    font-weight: 300;
    color: #808080;
    text-align: center;    
}

.complete-check-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top:74px;
    margin-top: 117.5px;
    background: url(../images/skTelecom/icon-complete.png) no-repeat center top;
    background-size: 49px 48px;
    text-align:center;
}
.complete-check-box .main-title{
    font-size: 20px;
    color: #333;
    line-height: 25px;
}
.complete-check-box .sub-title{
    margin-top: 10px;
    font-size: 15px;
    color: #555;
}
.complete-check-box .main-title span,
.complete-check-box .sub-title span{
    color: #009591;
}

.footer{
    padding: 25px 20px 25px;
	position:fixed;
	left:0;
    width:100%;
    height:110px;
    bottom:0;
    font-size:0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.0) 1%, rgba(255, 255, 255) 45%, #fff);
    z-index: 10;
}
.footer button{
    width: 100%;
    height : 60px;
    background: #8d9695;
    border: none;
    color: #fff;
    font-size: 16px;
    padding: 10px;
    text-align: center;
    border-radius: 30px;
    font-weight: 500;
    position:relative;
    z-index: 1;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 10%);
 }
.footer button::after{
    content: "";
    width: 0%;
    height: 100%;
    top:0;
    left: 0;
    border-radius: 30px;
    position: absolute;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
  }
.footer button.on::after{
    width: 100%;
    z-index: -1;
    background:#009591;
    box-shadow: 0px 5px 15px 0px rgb(32 183 164 / 40%);
}

/* 미디어대응 */
@media(max-width:340px){
    .visual-box .edustaff-insu::before{height: 240px;}
    .visual-box .edustaff-insu::after{height: 50%;top: 38%;}
    .visual-box .health-insu::before{height: 218px;bottom: 74px;}
    .visual-box .health-insu::after{height: 130px;}
    .visual-box .lifemedical-insu::before{height: 230px;}
    .visual-box .lifemedical-insu::after{height: 148px;right: 10px;top: 48%;}
    .visual-box .cancer-insu::before{height: 230px;}
    .visual-box .cancer-insu::after{height: 170px;}

    .main .form-area .banner{background-size: 135px auto;}
    .main .form-area .banner .main-text{font-size: 17px;}
}

.alert-container{
	width: 100%;
	height: 100%;
	position: fixed;
	left:0;
	top:0;
	overflow: hidden;
	z-index:2000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-pack: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display:none;
}
.alert-popup-bg{
	background-color: rgba(0, 0, 0, 0.7);
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity:0;
	z-index:9;
}
.alert-container .alert-wrap{
	position:relative;
	width: 280px;
	opacity:0;
	overflow: hidden;
	border-radius: 15px;
	background-color: #fff;
	z-index:10;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.32);
	box-shadow:0 5px 15px rgba(0,0,0,0.32);
	-webkit-transform:translateY(60%);
	transform:translateY(60%);
	-webkit-transition:400ms;
	transition:400ms;
	padding: 20px;
}
.alert-container .alert-wrap.move {
	opacity:1;
	-webkit-transform:none;
	transform:none;
}
.alert-wrap .alert-content{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-pack: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: flex-start;
	width: 100%;
	min-height: 120px;
	flex-direction: column;
}
.alert-wrap .alert-content .alert-title{
	margin-bottom: 25px;
	font-size:16px;
	font-weight:500;
	color:#000
}
.alert-wrap .alert-content .alert-script{
	text-align:center;
	font-size: 14px;
	color: #666;
	line-height:1.2;
}
.alert-wrap .alert-content .alert-script span{
	color:#009591;
	font-weight:500;
}
.alert-wrap .alert-btn{
	
}
.alert-wrap .alert-btn .round{
	width: 100%;
    height : 50px;
    background: #009591;
    border: none;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    text-align: center;
    border-radius: 30px;
    font-weight: 500;
    position:relative;
    z-index: 1;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;	
    box-shadow: 0px 5px 15px 0px rgb(32 183 164 / 40%);     
}
.alert-wrap .alert-btn .cross{
	position: absolute;
	top: 20px;
    right: 20px;
	width:16px;
	height:16px;	
	background:url('../images/skTelecom/icon-close.png') no-repeat center center;
	background-size:16px auto;
    color: transparent;
    text-indent: -1000000px;
    border: none;
}

.full-popup {
	display: none;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 5000;
	background: #f9f9fb;
}
.full-popup.view {
	visibility: visible;
	opacity: 1;
	display: block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	overflow: hidden;
	top: 0;
	padding: 0;
}
.full-popup .popup-container {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
	overflow: hidden;
}

.full-popup .popup-header {
	position: fixed;
	top: 0;
	left: 0;
	padding: 0 20px;
	width: 100%;
	display: flex;
	height: 45px;
	text-align: center;
	border-bottom: 1px solid #e7e9ee;
	font-size: 16px;
	z-index: 5;
	align-items: center;
}
.full-popup .popup-header h1 {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	margin-left: 0;
}
.full-popup .popup-header button {
	width:16px;
	height:16px;
	background:url('../images/skTelecom/icon-close.png') no-repeat center center;
	background-size:16px auto;
	color: transparent;
	text-indent: -1000000px;
	border: none;
}
.full-popup .popup-body {
	width: 100%;
	overflow: auto;
	margin-top: 50px;
	padding: 40px 25px 0px;
	height: calc(100% - 80px);
	background: #fff;
	min-width: 320px;
	padding-bottom: 80px;
	border-top: 0;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.full-popup .popup-body::-webkit-scrollbar {
	display: none;
}

.full-popup .popup-top-box {
	padding: 68px 0 10px;
	background: url(/static/resources/moriaHoneQ/img/pop_point.png)
		no-repeat center top;
	background-size: 48px 48px;
	text-align: center;
}

.full-popup .popup-top-box h1 {
	font-size: 19px;
	font-weight: 500;
	color: black;
}
.full-popup .popup-top-box h2{
	margin: 30px 0 0 20px;
	text-align: left;
	font-weight: 300;
	font-size: 13px;
	line-height: 1.3;
	position: relative;
}
.full-popup .popup-top-box h2:before{
	content: "※";
	position: absolute;
	left: -13px;
}
.new-term h2{
	margin-bottom: 5px;
	color: #000;
	font-size: 16px;
}
.new-term h3 {
	margin: 10px 0 10px;
	background: #28b2a5;
	padding: 3px 10px 5px 20px;
	color: #fff;
	font-size: 16px;
	position: relative;
	display: inline-block;
}

.new-term h3:before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 20px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 5px;
	transform: translateY(-50%);
}

.new-term .term-tb {
	font-size: 14px;
	border-top: 2px solid #4d4d4d;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px;
}

.new-term .term-tb th, .new-term .term-tb td {
	padding: 10px;
	text-align: center;
}

.new-term .term-tb th:last-child, .new-term .term-tb td:last-child {
	border-right: 0;
}

.new-term .term-tb thead tr:first-child th {
	border-top: none;
}

.new-term .term-tb thead tr th, .new-term .term-tb tbody tr th {
	background: #f9f9f9;
}
.new-term .term-tb thead th, .new-term .term-tb tbody th {
	color: #333;
	font-size: 14px;
	font-weight: 500;
	background: #f9f9f9;
	vertical-align: middle;
	border-top: 1px solid #e5e5e5;
}
.new-term .term-tb tbody td {
	color: #555;
	font-size: 14px;
	font-weight: 400;
	background: #fff;
	vertical-align: middle;
	border-top: 1px solid #e5e5e5;
	text-align: left;
}

.new-term .term-tb tbody td.strong {
	font-size: 15px;
	font-weight: 500;
	color: #333;
	word-break: keep-all;
}
.new-term .term-tb tbody td .td-agree{
	margin-top: 5px;
	text-align: right;
}
.new-term .term-tb tbody tr:first-child th, .new-term .term-tb tbody tr:first-child td{
	border-top: none;
}
.kome-f13{
	margin-bottom:10px;
	margin-left: 10px;
	line-height: 1.3;
	position: relative;
	font-size:13px
}
.kome-f13:before{
	content: "※";
	position: absolute;
	left: -13px;
}
.kome{
	margin-left: 20px;
	line-height: 1.3;
	position: relative;
}
.kome:before{
	content: "※";
	position: absolute;
	left: -13px;
}
.link{
	color: #28b2a5;
}

/* 공통용 약관을 위한 css */
.new_popup {
	display: none;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 5000;
}
.new_popup.pop_open ~ .pop_small3 {
	background: rgba(0, 0, 0, 0.7);
}
.new_popup.pop_open ~ .pop_small {
	background: rgba(0, 0, 0, 0.7);
}
.new_popup.pop_open {
	visibility: visible;
	opacity: 1;
	display: block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	overflow: hidden;
	top: 0;
	padding: 0;
}
.new_popup .popup_container {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
	overflow: hidden;
}
.new_popup .popup_header {
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
	height: 45px;
	padding: 9px 0 11px;
	background: #fff;
	box-sizing: border-box;
	border-bottom: 1px solid #e7e9ee;
	color: #111;
	font-size: 16px;
	z-index: 5;
	text-align: center;
}
.new_popup .popup_header h1 {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	margin-left: 0;
}
.new_popup .popup_header .modal_off {
	position: absolute;
	top: 5px;
	right: 7px;
	height: 100%;
	z-index: 5;
}
.new_popup .popup_header img {
	width: 34px;
	height: 34px;
	padding: 10px;
}
.new_popup .popup_body {
	width: 100%;
	overflow: auto;
	margin-top: 50px;
	padding: 40px 25px 0px;
	height: calc(100% - 160px);
	background: #fff;
	min-width: 320px;
	padding-bottom: 80px;
	border-top: 0;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.new_popup .popup_body::-webkit-scrollbar {
	display: none;
}
.new_popup .popup_top_box {
	padding: 68px 0 31px;
	background: url(/static/resources/moriaHoneQ/img/pop_point.png)
		no-repeat center top;
	background-size: 48px 48px;
	text-align: center;
}
.new_popup .popup_top_box h1 {
	font-size: 19px;
	font-weight: 500;
	color: black;
	letter-spacing: -1px;
}
.new_popup .popup_cont_box {
	width: 100%;
	padding: 0
}
.new_popup .popup_cont_box .term_frame {
}
.new_popup .popup_cont_box .term_top {
	border-top: 1px solid #e8e9ee;
	border-bottom: 1px solid #e8e9ee;
	padding: 15px 0;
	float: left;
}
.new_popup .popup_cont_box .term_top h2 {
	font-size: 15px;
	color: #666666;
	text-align: center;
	font-weight: 400;
	float: left;
	width: 100%;
}
.new_popup .popup_cont_box .term_top h2 span {
	float: none
}

.new_popup .popup_cont_box .term_top span {
	margin-top: 15px;
	float: left;
}
.new_popup .popup_cont_box .term_body {
	float: left;
	color: #333;
	margin-top: 20px;
}
.new_popup .popup_cont_box .term_body h3 {
	float: left;
	width: 100%;
}
.new_popup .popup_cont_box .term_body .term_list1 {
	float: left;
	width: 100%;
}
.new_popup .popup_cont_box .term_body .term_list1 li {
	float: left;
	margin-left: 12px;
	position: relative;
}
.new_popup .popup_cont_box .term_body .term_list1 li:before {
	display: block;
	position: absolute;
	content: "";
	width: 4px;
	height: 4px;
	background: #999;
	left: -10px;
	top: 11px;
	margin-top: -2px;
	overflow: hidden;
	border-radius: 50%;
}
.new_popup .popup_cont_box .term_body .kome {
	float: left;
	margin-top: 20px
}

/* layer popup */
.popup_box {
	display: none;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 5000;
}
.dimmed { /* background:rgba(0,0,0,0.6); */
	
}
.pop_h2 {
	float: left;
	width: 100%;
	color: #111;
	font-size: 15px;
	padding-bottom: 15px;
}
.popup_m_box {
	background: rgba(0, 0, 0, 0.6);
	z-index: 5200;
}
.popup_m_container {
	position: fixed;
	width: calc(100% - 50px);
	max-width: 400px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	border-radius: 15px;
}
.popup_m_header {
	font-size: 16px;
	color: #010101;
	text-align: center;
	width: 100%;
	padding: 0 20px;
	max-height: 84px;
}
.popup_m_header h1 {
	padding: 25px 0 0;
	width: 100%;
}
.popup_m_body {
	width: 100%;
	padding: 20px;
	text-align: center;
}
.popup_m_body .popup_cont_box span{
	color:#009591;
}
.popup_m_footer {
	width: 100%;
	padding: 20px;
}
.popup_m_footer .btn {
	width: 100%;
	height : 50px;
	background: #009591;
	border: none;
	color: #fff;
	font-size: 16px;
	padding: 10px;
	text-align: center;
	border-radius: 30px;
	font-weight: 500;
	position:relative;
	z-index: 1;
	border-radius: 25px !important;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
	box-shadow: 0px 5px 15px 0px rgb(32 183 164 / 40%);
}
.modal_m_off {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 5;
	padding: 10px;
}
.modal_m_off img {
	height: 15px;
	filter: invert(1);
}
.popup_m_body .no_data_box1 {
	margin-top: 31px;
	padding-bottom: 10px
}
.pop_btn_fixed{
	position:absolute;
	bottom: 2px;
	left:0px;
	right:0px;
	z-index:1;
	padding: 15px 0 18px;
	box-shadow: 0px 15px 20px 20px #fff;
	width: calc(100% - 40px);
	height: 60px;
	font-size: 16px;
	margin: 0 auto 20px;
	border-radius: 30px;
	background:#009591;
	border:none;
	color:#fff
}
.pop_btn_fixed:before {
	content: "";
    display: block;
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 30px;
    box-shadow: 0px 5px 15px 0px rgb(32 183 164 / 40%);
}

/* 2024-06-19 마케팅용 제작  */
.visual-box .marketing-insu{
	height: 320px;
}
.visual-box .marketing-insu::before{
    content: '';
    display:block;
    width: 100%;
    height: 100%;
    background: url(../images/skTelecom/bg-image-05.png) no-repeat bottom -30px center;
    background-size: contain;
}
.main .form-area .banner.marketing,
.visual-box:has(.tm-insu-edu) + .form-area .banner{
	margin-top:-20px;
	padding: 0;
	height: 35px;
	background: #f9f9fb;
}
.main .form-area .banner.marketing .text-box,
.main .form-area .banner.marketing + .notice,
.visual-box:has(.tm-insu-edu) + .form-area .banner .text-box,
.visual-box:has(.tm-insu-edu) + .form-area .banner + .notice{
	display:none;
}
.main .form-area .banner.marketing + .notice + .form,
.visual-box:has(.tm-insu-edu) + .form-area .banner + .notice + .form{
	padding-top:0
}

/* 2025-02-07 장기TM 사은품 추가 */
.visual-box:has(.tm-insu-pb),
.visual-box:has(.tm-insu-mc){background-color: #30c1a3;min-height: inherit;}
.visual-box:has(.tm-insu-pb) + .form-area .banner,
.visual-box:has(.tm-insu-mc) + .form-area .banner{
	margin-top:-20px;
	padding: 0;
	height: 35px;
	background: #f9f9fb;
}
.visual-box:has(.tm-insu-pb) + .form-area .banner .text-box,
.visual-box:has(.tm-insu-pb) + .form-area .notice,
.visual-box:has(.tm-insu-mc) + .form-area .banner .text-box,
.visual-box:has(.tm-insu-mc) + .form-area .notice{
	display:none;
}
.visual-box:has(.tm-insu-pb) + .form-area .banner + .notice + .form,
.visual-box:has(.tm-insu-mc) + .form-area .banner + .notice + .form{
	padding-top:0
}

/* 2025-02-07 장기TM 사은품 추가 */
.visual-box:has(.tm-insu-pb),
.visual-box:has(.tm-insu-mc){background-color: #30c1a3;min-height: inherit;}
.visual-box:has(.tm-insu-pb) + .form-area .banner,
.visual-box:has(.tm-insu-mc) + .form-area .banner{
	margin-top:-20px;
	padding: 0;
	height: 35px;
	background: #f9f9fb;
}
.visual-box:has(.tm-insu-pb) + .form-area .banner .text-box,
.visual-box:has(.tm-insu-pb) + .form-area .notice,
.visual-box:has(.tm-insu-mc) + .form-area .banner .text-box,
.visual-box:has(.tm-insu-mc) + .form-area .notice{
	display:none;
}
.visual-box:has(.tm-insu-pb) + .form-area .banner + .notice + .form,
.visual-box:has(.tm-insu-mc) + .form-area .banner + .notice + .form{
	padding-top:0
}
.visual-box .tm-insu-pb,
.visual-box .tm-insu-mc{
	height: 320px;
	padding-top: 20px;
}
.visual-box .tm-insu-pb::before{
    content: '';
    display:block;
    width: 100%;
    height: 100%;
    background: url(../images/skTelecom/bg-image-06.png) no-repeat top center;
    background-size: contain;
}
.visual-box .tm-insu-mc::before{
    content: '';
    display:block;
    width: 100%;
    height: 100%;
    background: url(../images/skTelecom/bg-image-07.png) no-repeat top center;
    background-size: contain;
}
@media(max-width:349px){
	.visual-box .tm-insu-pb{height: 310px;}
	.visual-box .tm-insu-pb::before{background-size: cover;}
	.visual-box .tm-insu-mc{height: 310px;}
	.visual-box .tm-insu-mc::before{background-size: cover;}
}
#wrap:has(.tm-insu-pb) > .header,
#wrap:has(.tm-insu-mc) > .header{
	background: url('/static/resources/etcurl/images/skTelecom/main-logo-rgb.png') center center no-repeat #fff;
	background-size:100px auto;
}
#wrap:has(.tm-insu-pb) > .header img,
#wrap:has(.tm-insu-mc) > .header img{display:none;}
	

/* 2024-08-27 완료페이지 배너추가  */
.banner-upsell{
	padding: 0 20px;
	margin-top: 80px;
}
.banner-insu-car{
	padding:20px;
	width:100%;
    border-radius: 15px;
    background: url("/static/resources/etcurl/images/skTelecom/bg-image-banner-01.png") right 15px center no-repeat #fff;
    background-size:  87.5px 80px;
    box-shadow: 0 5px 10px 0px rgb(0 0 0 / 10%);
}
.banner-insu-car .main-title{
	font-size:19px;
	font-weight:600;
	color:#000;
	line-height:25px;
}
.banner-insu-car .main-title span{
	color:#009178;
}
.banner-insu-car .sub-title{
	font-size:13px;
	color:#333;
	line-height:25px;
}
.banner-insu-car .btn-link{
	margin-top: 14px;
	width:auto;
	display:inline-block;
	padding: 1px 10px;
	font-size: 11px;
	line-height: 1.5;
	color:#fff;
	border-radius: 10px;
	background: #009178;
	box-shadow: 0px 5px 5px 0px rgb(0 145 120 / 30%);
	letter-spacing: -0.08em;
}
.banner-insu-car .btn-link::after{
	display: inline-block;
	font-family: 'FontAwesome';
	content: "\f107";
	vertical-align: unset;
	transform: rotateZ(270deg);
	margin-left: 10px;
	padding: 0;
	font-size: 13px;
}

.info-box {
	border-radius: 15px;
	border: 1px solid #e5e5e5;
	background-color: #fff;
}
.info-box + .info-box{
	margin-top: 20px;
}
.info-box .top-text {
	display: flex;
	align-items: center;
	padding: 20px;
	font-size: 16px;
	color: #000;
	border-bottom: 1px solid #e5e5e5;
}
.info-box .top-text .icon{
	display: inline-block;
	margin-right: 10px;
	width: 21px;
	height: 19px;
	background: url('../images/mediMdiCn/icon-info.png')center/ 21px 19px no-repeat;
}
.info-box ul {
	padding: 20px;
}
.info-box ul li{
	position:relative;
	font-size: 14px;
	margin-left: 10px;
	margin-top: 7px;
	color: #666666;
	letter-spacing: -0.08em;
}
.info-box ul li:first-child{
	margin-top: 0;
}
.info-box ul li::before {
	display: block;
	content: '';
	position:absolute;
	top: 9px;
	left: -10px;
	width: 3px;
	height: 3px;
	background-color: #009591;
	border-radius: 50%;
	word-break: keep-all;
}
.info-box ul li span {
	color: #009591;
	font-weight: 500;
} 

.list_kome li {
	position: relative;
	margin: 5px 0 0 15px;
	color: #666;
	font-size: 13px;
	font-weight: 300;
}

.list_kome li:before {
	content: "※";
	position: absolute;
	display: block;
	top: 0px;
	left: -15px;
}

.list_warning_red li {
	position: relative;
	padding-left: 22px;
	margin: 5px 0 7px;
	float: left;
	width: 100%;
	text-align: left;
	word-break: break-all;
	color: #666;
	font-size: 12px;
}

.list_warning_red li:before {
	position: absolute;
	content: "";
	display: inline-block;
	width: 21px;
	height: 16px;
	background: url("/static/resources/moriaHoneQ/img/img_warning.png")
		no-repeat left center;
	background-size: auto 100%;
	top: 1px;
	left: 0;
}
.list_dot_green {
	
}

.list_dot_green>li {
	position: relative;
	padding-left: 10px;
	color: #666;
	line-height: 24px;
	font-size: 15px;
	border-bottom: none !important;
	word-break:keep-all;
}

.list_dot_green>li:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 9px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #009591;
}
.list_dot_gray {
	float: left;
}
.list_dot_gray>li {
	position: relative;
	padding-left: 10px;
	color: #666;
	line-height: 24px;
	font-size: 14px;
	border-bottom: none !important;
}
.list_dot_gray>li:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 9px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #666;
}
.disn {
	display: none !important;
}

/* 
.main .visual-box:has(.tm-insu-pb) + .form-area .notice-view li:nth-child(4),
.main .visual-box:has(.tm-insu-mc) + .form-area .notice-view li:nth-child(4){
	font-size:0
}
.main .visual-box:has(.tm-insu-pb) + .form-area .notice-view li:nth-child(4)::after{
	content:'경품 : 파리바게트식빵';
	display:block;
	font-size:12px;
	width:100%;
	height:100%;
	position: absolute;
	top: 0;
}
.main .visual-box:has(.tm-insu-mc) + .form-area .notice-view li:nth-child(4)::after{
	content:'경품 : 메가커피 아메리카노';
	display:block;
	font-size:12px;
	width:100%;
	height:100%;
	position: absolute;
	top: 0;
} */