/* #tmp{ background: no-repeat url("../assets/Template/4.jpg"); } */

/* Ad Style */
#img1 { 
    background: url('../assets/img1.jpg');
    width: 300px;
    height: 600px;
}
#img2 {background-image: url('../assets/img2.png');}

#text1 {background-image: url('../assets/text1.png');}
#text1_2 {background-image: url('../assets/text1_2.png');}
#text2 {background-image: url('../assets/text2.png');}
#text3 {background-image: url('../assets/text3.png');}
#text4 {background-image: url('../assets/text4.png');}

#indication {background-image: url('../assets/indication.png');}
#cta {background-image: url('../assets/cta.png');}
#logo {background-image: url('../assets/logo.png');}

/* ISI */
.nowrap{white-space: nowrap;}
.lgl-sup { line-height:0; vertical-align: super; position: relative; top: 6%; font-size: 70%; }
.mrgn-top { margin-top: 8px !important; }
.mrgn-btm { margin-bottom: 8px; }
.mrgn-none {margin:0;}
.accent-clr { color:#328fe5; }
li{ margin-bottom: 2px; }
.ul-main li, .ul-sub li{ padding-left: 10px; }
.ul-main li::before, .ul-sub li::before{ content: "\2022"; color: #1f85e2; font-weight: bold; margin:0 3px 0 -8px; }
.ul-sub li::before{ content: "\2013" !important; }
.heading, .sub-heading { color:#328fe5; }
.heading{ font-size: 12px; font-weight: 700 !important; margin-bottom: 3px; }
.sub-heading { margin-bottom: 1px; font-size: 11px; font-weight: 600; letter-spacing: -0.6px;}
.r-symbol { line-height: 0; vertical-align: super; position: relative; top: 0px; font-size: 6px; }
.sub-heading:nth-child(3) {margin-top: 0px;}
.sub-heading:nth-child(5) {margin-top: 3px;}
.sub-heading:nth-child(6) {margin-top: 4px;}
#isi-con {
    height: 229px;
    background-color: #fff;
    color: #4f4f4f;
    font-family: 'Oswald', sans-serif;
    padding-left:8px;
    padding: 0px 3px 0px 6px;
    letter-spacing: -0.2px;
}
#isi-wrapper {
    height:100%;
    display: flex;
    flex-direction: column;
    cursor:default;
}
#isi-links-con {
    margin-right: 14px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    font-weight: 500;
    font-size: 9.8px;
    line-height: 1.4;
    flex-direction: column;
    align-content: space-between;
}
#isi-links-con a{ color: #328fe5; }

#isi-copy-con {
    height:201px;
    overflow-y: scroll;
	overflow-x: hidden;
}
#isi-copy{
    width:105%;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.1;
    display: flex;
    flex-direction: column;
    padding: 3px 8px 5px 0px;
}

/* isi scroll bar */
#isi-copy-con::-webkit-scrollbar {
    width: 0.6em;
}
#isi-copy-con::-webkit-scrollbar-track {
    background: #ececec;
    border-radius: 10px 10px 0px 0px;
}
#isi-copy-con::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #bcbcbc; 
}